搜索资源列表
c 函数大全
- 哎,最近分配任务,把做教程的任务交给了我 ~~~ 苦啊,累啊,不过苦了累了我一个,幸福千万家,呵呵 ~~ 用词不当 这次给大家准备的是C语言函数大全 我没有细看啊,不过这么多,应该已经全了吧,呵呵,大家自己看吧 对了,里面还有实例,很不错的,希望大家喜欢 python-hey, the recent allocation of tasks, so the tasks Guide to the I ~
C#操纵数据表格EXCEL
- 用Excel.dll使用Excel的各种操作函数。-Excel.dll use Excel with the various operational functions.
罚函数内点法程序
- 一种用C++编的罚函数内点法进行的优化程序设计,解决有关优化问题,可以使用,抄来的,仅供己用-a C + + compile penalty function interior point method for optimizing the design process and solve the optimization problem, it can use, copied, only for their own use!
C++数学计算
- 用于解决目标函数的最优化问题,目标函数自编,在vc++6.0中运行通过 -objective function for the solution of optimization problem, the objective function writing, the vc + +6.0 running through
C仿真电话计费系统
- C语言编写的电话计费系统大作业,调用系统时间函数,对电话系统摸拟的很接近-C language prepared by the major telephone billing system operations, calling system function of time, the telephone system is very close to the Moot
C语言实现MATLAB 6.5中M文件的方法
- 本文着重描述了运用MATLAB命令将M文件翻译为C语言程序,并修改为可直接调用的C语言函数的方法,使用该方法所需要注意的方法局限性和MATLAB版本差异的影响。运用该方法将能够使C语言能直接使用MATLAB当中已经完成的数学计算功能,大大扩充了C语言的数学计算功能和开发效率。-This paper describes the use of MATLAB M ordered the translation of documents for the C Programming Language, a
FFT-c
- 傅立叶变换的c语言源代码 128点DIT FFT函数: /* 采样来的数据放在dataR[ ]数组中,运算前dataI[ ]数组初始化为0 */ void FFT(float dataR[],float dataI[]) -Fourier Transform c language source code DIT 128 point FFT function : / * Sample data on the dataR [] array, Operational before da
classic-C-program
- D F P变尺度法子程序 matlab程序 Powell法子程序 内点惩罚函数法子程序 进退法子程序 黄金分割法子程序 外点惩罚函数法子程序 (relay) -D F P variable scale recourse procedures Matlab procedures Powell recourse procedures point penalty function tool procedures stop recourse procedures 0.61
优美C语言2
- 2. C语言程序由什么组成?(单选) A. 子程序 B. 主程序和子程序 C. 函数 D. 过程 答案: C-2. C language programming from what is the composition (Option) A. Subroutine B. main program and subprogram C. D. process function answer : C
简单绘制函数图像的数学工具
- 可手动输入表达式(包括幂运算和开平方),也可以选择,图像大小和分辨率可调,对初学者了解C#事件相应机制有很好的帮助。
ICanSeeYou远程控制软件(所有C#源代码).rar
- ICanSeeYou远程控制软件(所有C#源代码)另外附有说明文档。原程序(安装包)的下载地址:http://download1.csdn.net/down3/20070428/28022416404.rar源代码说明:IDE(集成开发环境):Microsoft Visual Studio .NET 2005使用C#作为主要开发语言,统一编程习惯。关于C#编程习惯可以查看另外一份文档 《 C#编程规范 》。C#规范制定原则 1 方便代码的交流和维护。 2 不影响编码的效率,不与大众习惯冲突。 3
普通C或C++代码调用C#动态库函数
- C#实现的函数封装到DLL中,这种DLL和标准的C DLL是不一样的。本文实现了普通的C代码或C++代码调用到C#实现的DLL中的函数。
c++文件源码e1_2.cpp
- //e1_3.cpp #include float area(float r) //定义求半径为r的圆的面积的函数area { return 3.14159f * r * r; } void main() { float r; //定义浮点型变量r,用于存放圆的半径 cout<>r; //从键盘上输入圆的半径送给变量r cout<<"半径为"<<r<<"的圆的面积="<<area(r)<&
钩子函数c#代码
- 用c#函数写的一个关于键盘钩子的使用,对初学者来说很有帮助意义。可以下载 参考
c
- 罚函数方法是求解约束(极小)优化问题的一类较好的算法。其基本思想:根据约束的特点构造某种惩罚函数,并把惩罚函数添加到目标函数上去,从而得到一个增广目标函数,使约束优化问题的求解转化为一系列无约束极小优化问题的求解。-Penalty function method for solving constrained (minimum) optimization problem of a class of better algorithms. The basic idea: In accordance
c
- 黄金分割法 惩罚函数法求解方程 优化设计程序 简单易懂 适合初学者 -Golden section method penalty function method for solving equations of optimal design procedures are simple and easy to understand for beginners
C-func-search
- C语言函数速查,相关的C函数,快速搜索,.chm格式。-Quick C language function, associated with C functions, quick search,. Chm format.
c
- 此软件主要为大家提供一些c函数的功能,希望给大家提供一点点帮助,互相交流-This software provide some of the functions of the c function, and a little help, we hope to communicate with each other! ! !
C#函数式编程英文版_7867831
- C#函数式编程英文版,内有相关函数式,很强大,需要一定英文基础(C# function programming in English, there are related functions)
c#.net常用函数和方法集
- C#的常用函数和方法集,列举了一些常用的代码(Common functions and methods set of C#)