-
Simulation of Ant Colony Algorithm for Routing in the Internet, given normal cir...
蚁群算法仿真因特网中的路由选择,给出正常情况、节点阻断和路径拥塞等不同情况下的最优路径选择与更新实现,仿真结果能够提供可视化的过程模拟-Simulation of Ant Colony Algorithm for Routing in the Internet, given normal circumstances, and the path blocked node under different circumstances, such as congestion of the optimal path selection and update the realization of simulation results can provide visualization of the process simulation
- 2022-05-16 14:04:48下载
- 积分:1
-
停车场问题:一个关于堆栈操作的程序
停车场问题:一个关于堆栈操作的程序- Parking lot question: About storehouse operation procedure
- 2023-02-10 20:35:03下载
- 积分:1
-
矩阵运算的算法
用Type类数组创建矩阵对象
matrix(int rows,int cols) //创建矩阵,值为0
matrix(int...
矩阵运算的算法
用Type类数组创建矩阵对象
matrix(int rows,int cols) //创建矩阵,值为0
matrix(int n) //创建单位阵
matrix(const matrix &) //拷贝构造函数
BOOL Ismatrixf(){ return (rows==cols) } //判断矩阵是否为方阵
modifyrowscols(int rows,int cols) //修改矩阵的行列数
~matrix() {delete []elems } //析构函数
-matrix algorithm with Type category created matrix array object matrix (int rows, int cols)// create matrix, value of 0 matrix (int n)// create units matrix array (const matrix
- 2022-09-14 20:40:04下载
- 积分:1
-
GenTrigonometrixFuncSet:产生三角函数转换表的代码.
GenTrigonometrixFuncSet:产生三角函数转换表的代码.
- 2022-03-14 06:32:02下载
- 积分:1
-
分数阶微分方程的欧拉方法
Eular法解分数阶微分方程-eular method of fractional differential equations
- 2022-03-21 22:53:32下载
- 积分:1
-
帕斯卡单反分析表生成与语法分析
资源描述语法分析是编译程序的重要组成部分,LR分析法是一种自下而上的语法分析方法,其适用范围大,在编译程序中大都采用此法进行语法分析,单反分析则是LR中一种较简单有效的分析法;语法分析作为编译过程中一个不可缺少的步骤,对其进行研究有着非常重要的意义。
- 2023-06-20 15:35:05下载
- 积分:1
-
大M单纯法求线性规划最优解
大M单纯法求线性规划最优解-simple method for solving linear programming problems.
- 2022-06-15 20:40:40下载
- 积分:1
-
A星算法实现旅行商问题
用A星算法实现的旅行商问题,对于状态空间图中的某个节点,如果求出了它的后继节点,则此节点为已扩展节点,而尚未求出后继节点的节点称为未扩展节点。将未扩展的节点存于一个名为OPEN的表中,而将已扩展的节点存于一个名为CLOSED的表中。
- 2023-05-08 14:00:03下载
- 积分:1
-
实用的组合导航MATLAB代码
惯性导航系统输出和GPS的组合导航代码,能够实现位置和速度等参数的输出,输入为惯性测量数据,包括角速度和加速度信息,组合导航方程为运用15个状态的方程,和6个状态的观测方程。
- 2022-03-24 19:42:23下载
- 积分:1
-
Data Mining the classical k
数据挖掘经典k-means算法C源码实现-Data Mining the classical k-means algorithm C source code to achieve
- 2022-04-20 17:28:52下载
- 积分:1