搜索资源列表
模仿basic函数的某些c语言函数.rar
- 模仿basic函数的某些c语言函数
日期、菜单、字符串的C函数.rar
- 日期、菜单、字符串的C函数
c++_asm混合
- c++和汇编语言的混合编程例子。 在VC6,vc7集成环境下调用汇编语言函数,使用变量,结构等方法的例子。-c and assembly language programming examples of mixed. The VC6, vc7 integrated environment called assembly language function, the use of variables, such as the structure of examples.
“C语言接口”扩展程序调用接口规范
- 分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windows 32位动态连接库实现,建议使用Microsoft Visual C++编程. 4.调用时在公式编辑器中写\"动态库名称@函数名称\"(参数表)即可,例如下面函数可以写为\"FXJFUNC@MYCMALOSE\"(5) 5.动态连接库名称和函数名称可以自己定义. 6.使用时可以将动态库拷贝到分析家目录下使用.-V3.10 a stan
VC++中调用Matlab .m函数编译后的对应c函数
- vc与matlab混合编程的具体实例,通过vc编译器调用matlab编译的.m文件。-vc mixed with Matlab programming specific examples, vc call Matlab Compiler compiled. M documents.
日期、菜单、字符串的C函数
- 日期、菜单、字符串的C函数-date, menu, the C string functions
C函数
- C函数的大量示例-C function of a large number of examples
研究 c 函数和程序
- 全面介绍 研究 c 函数和程序-comprehensive presentation of a study c function and procedures
c语言函数库调用
- C函数库全集的程序应用-C library Complete Works of application procedures
函数科学计算器
- 带有高级函数功能的计算器,大学C++实践项目之一,尤其对学生具有参考机制
c
- c语言库函数详解是PDF的,很清晰,不错,值得收藏~-c language library function is the PDF of the detailed, very clear, good, worthy of collection ~
C经典程序
- 最基础的C语言程序,覆盖输入输出操作,数组,函数,指针,文件等,很典型。(The most basic C language program, covering the input and output operations, arrays, functions, pointers, documents, etc., is very typical.)
经典编程900例(C语言)
- C语言经典代码,包括数学函数,数组,文件,字符串,键盘等(the classical code of C)
经典编程900例(C语言)
- C语言经典编程900例,包含.c源文件,熟悉C语言文件操作,数学函数库的使用等(C language classic programming 900 cases)
C++Course(上)
- 有关C++学习的一些课件和资料,这里包括程序控制结构,函数和一维、二维数组的学习等(Some courseware and information about C++ learning)
C++Course(下)
- 有关C++学习的一些资料和课件,包括结构、类与对象,继承,虚函数与多态性等(Some courseware and information about C++ learning)
C语言函数的嵌套调用
- 初学C的一些数据类型知识,为初识C语言的学习朋友提供便利。(Beginner C some of the data types of knowledge, to provide convenience for the first C language learning friends.)
C语言中printf的使用
- printf()函数是式样化输出函数, 一般用于向准则输出设备按规定式样输出消息。正在编写步骤时经常会用到此函数。printf()函数的挪用式样为: printf("<式样化字符串>",<参量表>);(The printf () function is a stylized output function, which is generally used to output messages to a standard output dev
C语言中scanf的使用
- 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c