-
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++...
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套数值拟合与逼近代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting numerical approximation fitted with the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
- 2022-06-27 07:38:27下载
- 积分:1
-
牛顿下山法,比较好用!
牛顿下山法,比较好用!-Newton downhill, better quality!
- 2022-02-24 09:26:51下载
- 积分:1
-
用神经网络模式识别,而且在这方面做更…
vc++神经网络模式识别,还可以,对需要做这方面的人比较有用-vc neural network pattern recognition, but also to be done in this area were more useful
- 2023-03-18 12:20:04下载
- 积分:1
-
计算方法c线性插值函数
计算方法c线性插值函数-function using c languange to make an algorithmic method of linear interpolation
- 2022-02-26 07:07:12下载
- 积分:1
-
欧拉算法
以近似初值问题的解决方案:
* Y" = F(T,Y),A < = T < = B,Y(A) = 阿尔法,
* 在 N + 1 间隔相等的点在区间 [A,B]。
*
* 输入: 终结点 A、 B ;阿尔法最初的状况 ;整数 N。
*
* 输出: 逼近到 (N + 1) 在 Y W 值 T。
- 2022-07-26 00:49:47下载
- 积分:1
-
kalman估值器,为了简洁未使用矩阵计算,应用了kalman滤波,c语言实现
kalman估值器,为了简洁未使用矩阵计算,应用了kalman滤波,c语言实现-A kalman estimator written with c , without matrix operation,applied kalman filter.
- 2022-10-17 01:55:03下载
- 积分:1
-
这是个NPC问题求解,PassBridge code
这是个NPC问题求解,PassBridge code-NPC This is a problem solving, PassBridge code
- 2022-03-18 03:53:50下载
- 积分:1
-
梯形算法
初值问题的近似解
- 2023-05-05 10:45:03下载
- 积分:1
-
可实现FFT功能的C语言源代码,经过适当修改即可应用到不同的FFT变换的工程中,适合初学者理解FFT的原理...
可实现FFT功能的C语言源代码,经过适当修改即可应用到不同的FFT变换的工程中,适合初学者理解FFT的原理-FFT function can be achieved C language source code, after appropriate modifications can be applied to different projects FFT transform, suitable for beginners to understand the principles of FFT
- 2023-09-02 00:05:03下载
- 积分:1
-
fpga乘法器使用例程
fpga乘法器使用例程。详细介绍了dsp48A的使用方法。非常不错的代码。
- 2022-10-20 11:30:03下载
- 积分:1