-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与...
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2022-01-26 06:49:25下载
- 积分:1
-
神经网络算法
神经网络算法,主要介绍基本神经网络。
- 2023-03-06 17:20:03下载
- 积分:1
-
统计的直方图vb程序
统计的直方图vb程序-statistical procedures histogram vb
- 2022-03-18 17:45:12下载
- 积分:1
-
pso程序的源代码
pso程序的源代码
pso程序的源代码
pso程序的源代码-粒子群优化算法源程序
作者:FashionXu
一个pso程序的源代码。在vc.net2003下面通过。
建议:看代码之前,请先弄明白pso是怎么回事。然后请对应着来:程序中用Agent代表一只鸟,PSO代表鸟群。阅读源代码,不要顺着看,先看main(),然后按照出现的东西的顺序,一个一个得来,呵呵,纯粹是建议。-PSO program
- 2022-03-28 23:10:51下载
- 积分:1
-
lzw算法的c++实现
由于实现lzw算法的c++实现,其中较为重要的部分 。但是它只实现了压缩这样的一种功能,对于解压没有很好的效果。
- 2022-11-24 15:05:03下载
- 积分:1
-
坐标转换程序Fortran
本程序为坐标转换的Fortran语言程序,可适用于54、84、80坐标系统的转换,可将经纬度坐标转换为大地平面坐标。在压缩包里有输入2个参数文件,用户可以任意选填参数和需要的转换的坐标值,在编译器中直接编译运行即可。
- 2022-03-02 04:57:55下载
- 积分:1
-
This function calculates the peaks in a vector V.
This function calculates the peaks in a vector V.
- 2022-07-19 15:20:49下载
- 积分:1
-
8puzzle程序的人工智能
此代码程序解决当然人工智者。用C++编程语言,并采用广度优先搜索方法遍历所有图形,并找到可能的路径此代码。
- 2022-08-06 13:35:31下载
- 积分:1
-
C Source Code program of FFT IFFT Function
C Source Code program of FFT IFFT Function
- 2022-03-17 18:46:55下载
- 积分:1
-
单个文件在以下链接是可用的:
Individual files are available in the following links:
Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order.
Bessik -- Modified Bessel function In and Kn for real argument and integer or real order.
CBessjy -- Bessel functions Jv and Yv for real or complex arguments and real order.
CBessik -- Modified Bessel functions Iv and Kv for complex arguments and real order.
-Individual files are available in the following links: Bessjy- Bessel functions Jn and Yn for real argument and integer or real order. Bessik- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy- Bessel functions Jv and Yv for real or complex arguments and real order. CBessik- Modified Bessel functions Iv and Kv for complex arguments and real order.
- 2022-04-29 03:27:40下载
- 积分:1