-
-
-
MATH.rar
这是一些常用的数学运算函数的程序,用VC++写的,希望对于出学编程的朋友有所帮助!
-
math.rar
各种数学算法 ,改进欧拉法,复合辛普森,复合梯形法,列主元元素消元等等各种较难的数学算法
-
muParser.zip
... . The main objective of this project is to provide a fast and easy way of doing this. muParser is an extensible high performance math parser library. It is based on transforming an expression into a bytecode and pre-calculating constant parts of it.
-
test11.rar
... to be used as a texture with OpenGL.
First things first. Open Tutorial #6 in Visual C++ and add the following include statement right after the other #include statements. The #include below allows us to work with complex math such as sine and cosine.
-
-
math.rar
计算方法的几个经典算法,可以用作参考。包括:三角分解法求线性方程、赛德尔迭代法、微分方程等等。
-
-
candc++languagereference.rar
很好的一本工具书,提供了C/C++函数查询,分为以下几个方面阐述,预处理命令、关键字、标准C的I/O,String,Charactor,Math,Time,Data,Memory,以及C++的I/O,String,及标准模版类。推荐。
-
fft.rar
fft源代码,#include "f2407_c.h"
#include "math.h"
#define N 32 // FFT变换的点数
extern void fft(void);
extern void resave(void);
interrupt void phantom(void);
void sysinit(void);
extern int input[2*N];
-