-
get the shortest path between two node with arithmetic of DIJ and floyd
利用迪杰斯特拉算法和弗洛伊德算法计算两节点之间的最短路径-get the shortest path between two node with arithmetic of DIJ and floyd
- 2023-01-02 03:50:07下载
- 积分:1
-
一个时间显示,并且在按键的同时显示按键的扫描码的程序。...
一个时间显示,并且在按键的同时显示按键的扫描码的程序。-a time, and the keys at the same time show the button code scanning procedures.
- 2023-05-15 14:55:02下载
- 积分:1
-
张量投票算法
张量投票算法的编程实现,vc++和matlab两个编程版本,N维张量投票,N>2
内有数据例子
- 2022-03-19 03:00:21下载
- 积分: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
-
用初等相似变换将实矩阵约化为上H阵,即Hessen berg矩阵
用初等相似变换将实矩阵约化为上H阵,即Hessen berg矩阵-Using elementary similarity transformation will be about real matrix H into the matrix, that is, Hessen berg matrix
- 2022-03-05 18:16:40下载
- 积分:1
-
支持多道进程并发的简单管理模拟系统
支持多道进程并发的简单管理模拟系统-Support for multi-channel process complicated by the simple management simulation system
- 2022-07-26 06:54:45下载
- 积分:1
-
有五个房子,每个房子的颜色不同,里面分别住着不同国家的人,每个人都有自己养的不同的宠物,喜欢和不同的饮料,抽不同牌子的烟。现在已知以下的一些信息:...
有五个房子,每个房子的颜色不同,里面分别住着不同国家的人,每个人都有自己养的不同的宠物,喜欢和不同的饮料,抽不同牌子的烟。现在已知以下的一些信息:-five houses, each house different colors, which were home to people from different countries, Every individual has his own support of the different pets, likes and different beverages, pumping different brands of cigarettes. Now known some of the following information :
- 2022-11-15 13:40:03下载
- 积分:1
-
三角分解法,对于数值计算的朋友可能会有一定的帮助
三角分解法,对于数值计算的朋友可能会有一定的帮助-triangular decomposition method for the numerical calculation of a friend may be of some help
- 2023-05-08 10:25:03下载
- 积分:1
-
高斯消元法课件,将的很详细,对求解最小二乘法等算法有较大的帮助。...
高斯消元法课件,将的很详细,对求解最小二乘法等算法有较大的帮助。-Gauss elimination method courseware will be very detailed and algorithms for solving the least square method and so on greater help.
- 2023-03-01 13:00:04下载
- 积分:1
-
一个很实用的保留小数程序
一个很实用的保留小数程序- A very practical retention decimal procedure
- 2022-03-23 05:05:24下载
- 积分:1