-
dobbs编缉器升级版的C语言源程序
dobbs编缉器升级版的C语言源程序-Dobbs editor for an updated version of the C language source
- 2022-10-09 14:30:03下载
- 积分:1
-
topological sorting 拓扑排序
用C语言实现的拓扑排序算法topological sorting
- 2022-04-18 18:34:53下载
- 积分:1
-
ODE Numericla Methods for Heat
ODE Numericla Methods for Heat
- 2022-05-07 01:49:58下载
- 积分:1
-
Classification algorithm based on support vector machine, after test results, we...
基于支持向量机分类算法,经试验效果不错,取得了很好的分类效果-Classification algorithm based on support vector machine, after test results, well, and achieved very good classification results
- 2022-03-05 15:28:17下载
- 积分: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
-
图形界面的贪心算法,动态显示运行求解问题的过程
图形界面的贪心算法,动态显示运行求解问题的过程-Graphical interface, greedy algorithms, dynamic display of running the process of problem solving
- 2023-02-23 06:25:04下载
- 积分:1
-
水平集 cv 方法初步
这是代码执行在 matlab 中的,用于研究水平集的 cv algorithm.and 需要的迭代次数草签完毕
- 2023-08-04 15:55:04下载
- 积分:1
-
compiler principles of regular
编译原理中的正则式匹配算法-compiler principles of regular-matching algorithm
- 2022-02-24 20:36:43下载
- 积分:1
-
数值积分法的实现
数值积分法的实现-numerical integration method for the realization
- 2022-07-06 17:05:45下载
- 积分:1
-
Genetic Algorithm, is an evolutionary algorithm, the basic principle is to emulate the biosphere in
遗传算法是一种进化算法,其基本原理是模仿生物圈中“物竞天择、适者生存”的进化规律。该方法将遗传算法的参数编码为染色体,再利用迭代的方式,如选择、交叉和变异等算子来交换染色体种群的信息,得到优化目标在染色体上的行;
- 2023-08-30 21:25:03下载
- 积分:1