-
数学建模中常用的算法,如最短路径floyd算法、蒙特卡洛仿真计算圆周率...
数学建模中常用的算法,如最短路径floyd算法、蒙特卡洛仿真计算圆周率-mathematical modeling algorithm commonly used, such as the shortest path algorithm Floyd, the Monte Carlo simulation calculation of pi
- 2022-09-29 18:50:03下载
- 积分:1
-
用c实现IFFT,需输入信号
用C语言实现IFFT的算法,不过在程序中需要有输入信号。希望能有什么帮助。
- 2022-02-25 09:35:56下载
- 积分:1
-
是CA算法的test程序,用于描述微观枝晶长大的代码!
是CA算法的test程序,用于描述微观枝晶长大的代码!-CA algorithm is the test procedure, used to describe the micro-dendrites grew up in the code!
- 2022-08-25 16:22:03下载
- 积分:1
-
Maple is widely used at present one of the symbolic computation software, It has...
Maple目前应用非常广泛符号计算软件之一它拥有非常强大符号计算和数值计算功本书详细地介绍了Maple基本功包括数值计算解方程微积分计算向量及矩阵计算解常微分方程和偏微分方程等本书深入讲解了Maple编程基本原理
-Maple is widely used at present one of the symbolic computation software, It has a very powerful symbolic computation and numerical calculation of power of this book describes in detail the basics of Maple, including numerical solution of equations of calculus, vector and matrix calculations calculation solution of ordinary differential equations and partial differential equations, etc., where Shu-depth briefing on the basic principles of programming in Maple
- 2022-04-23 19:34:59下载
- 积分:1
-
快速蚁群算法
这一项目提出了蚂蚁新论比以往的人工蚂蚁认同合作通过共享内存的进程更具一般性的系统,确定人工蚂蚁与通过共享内存和一个女王的过程,统筹蚂蚁流程合作过程中一个新的起点。然后,我们提出FANT,基于蚂蚁系统的新启发式。该技术是非常简单的实现,同时结合一些搜索策略,如集约化,多样化和学习机制。 FANT是用来解决各种硬分配问题,并显示出与使用各种元启发式其它实现中非常有竞争力。
- 2022-03-25 08:24:39下载
- 积分:1
-
将C语言转换成汇编语言
将C语言转换成汇编语言-C language into assembler language
- 2022-03-07 03:18:38下载
- 积分:1
-
利用消元法中的列主元消元法来实现线性方程组的求解
利用消元法中的列主元消元法来实现线性方程组的求解-Using elimination method in the PCA included elimination method to achieve linear equations
- 2023-07-27 21:30:05下载
- 积分:1
-
Prim算法求解最短路径
import java.util.ArrayList;
public class Prim {
double[][] matrix; //从0开始,邻接矩阵
double t; //记录时间
int num; //节点数
float bestc; //最优路径距离
int start = 0; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-20 15:11:11下载
- 积分:1
-
add two number
int main()
- 2022-02-25 10:33:05下载
- 积分:1
-
高 斯 消元法,n 阶 线性 解法
高 斯 消元法,n 阶 线性 解法-斯 元 n 夥
- 2023-07-15 23:45:03下载
- 积分:1