-
科学工程数值计算代码
包含矩阵计算, 求逆, 分解, 函数求极值, 插值逼近的算法, 很全是算法库, 可以直接进行调用.
- 2022-11-30 22:05:04下载
- 积分:1
-
八皇后问题
代码是利用Prolog来解决两个问题:数独和八皇后问题。
- 2023-07-23 07:30:03下载
- 积分:1
-
解算高阶矩阵,可以求逆,求特征值,对矩阵进行特征值分解...
解算高阶矩阵,可以求逆,求特征值,对矩阵进行特征值分解-High-order matrix solvers can be inverse, and eigenvalues of matrix eigendecomposition
- 2022-04-28 06:30:42下载
- 积分:1
-
使用雅可比和高斯
使用雅可比和高斯-赛德尔算法求解线性方程-The use of Jacobi and Gauss- Seidel algorithm for solving linear equations
- 2022-02-21 23:18:21下载
- 积分:1
-
标准C写的数据直线拟合,最小二乘法处理,自己写的
标准C写的数据直线拟合,最小二乘法处理,自己写的-write C standard linear data fitting, least squares method, wrote it myself
- 2023-07-10 07:20:03下载
- 积分:1
-
改进的带记忆的模拟退火算法求解TSP问题
资源描述采用多普勒型降温曲线,在传统算法的基础上添加了记忆功能,可测试中国31/64/144以及att48城市的数据,也可自行输入数据进行测试,测试结果基本达到当前最优水平,测试请运行duoci.m文件
- 2022-11-17 21:00:03下载
- 积分:1
-
编排万年日历,学习多个函数的编写及调用,提高综合测算能力。...
编排万年日历,学习多个函数的编写及调用,提高综合测算能力。-scheduling calendar years, learning various functions and the preparation of call, to increase the overall capacity calculations.
- 2022-01-26 02:34:00下载
- 积分:1
-
发表在今年2007年Science上的一篇论文的代码实现,一种新的有效的聚类算法...
发表在今年2007年Science上的一篇论文的代码实现,一种新的有效的聚类算法-Published in Science this year, in 2007 a paper on the code, a new and effective clustering algorithm
- 2022-02-14 18:15:22下载
- 积分:1
-
常用算法的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-04-01 01:32:13下载
- 积分:1
-
JPEG图片转换成BMP图片
这个程序是功能是将JPEG图片文档转换成BMP图片文档。
包括JPEG文件解码,BMP文件输出。
VC++6.0下编译通过。
- 2022-04-07 02:22:17下载
- 积分:1