-
engineering calculation frequently used vc numerical algorithm for the numerical...
工程计算中经常用到的数值vc算法,对于进行数值模拟的网友很有用-engineering calculation frequently used vc numerical algorithm for the numerical simulation of netizens useful
- 2023-04-01 00:45:03下载
- 积分:1
-
精品数据结构
// simpleSeq.cpp :
#include //定义在头文件“seqList.h”中
#include
const int defaultSize = 100;
using std::endl;
using std::cerr;
class SeqList{
protected:
int *data; //存放数组
int maxSize; //最大可容纳表项的项数
int last; //当前已存表项的最后位置(从开始)
void reSize(int newSize); //改变data数组空间大小
public:
- 2022-01-20 22:23:56下载
- 积分:1
-
LC_trie 算法程序源代码
LC_trie 算法程序源代码-LC_trie algorithm source code
- 2022-06-20 04:38:16下载
- 积分:1
-
韩家炜近几年的研究成果,是很好的数据挖掘研究者的参考资料...
韩家炜近几年的研究成果,是很好的数据挖掘研究者的参考资料-Han Wei, the research results in recent years is a very good reference for data mining researchers
- 2022-07-25 13:36:14下载
- 积分:1
-
是一组整体布局123321312为1,2,3
给出一组数的全排列 如1,2,3给出 123,321,312-is a group of the whole arrangement is 123,321,312 as 1,2,3
- 2023-02-09 20:25:03下载
- 积分:1
-
md5 c代码
对一个文件里的内容进行10000加密 是c语言来实现md5加密 这个程序是我在做一道题的时候要用到而在网上搜老一段代码改来的 (忘记原网站老 不好意思 ) 可以看看 能运行的 还能得到答案
- 2022-07-01 18:28:33下载
- 积分:1
-
candide-3人脸模型建模
candide-3人脸模型建模,candide-3人脸模型建模,candide-3人脸模型建模,candide-3人脸模型建模
- 2022-03-18 01:19:56下载
- 积分:1
-
逆序数计算
计算文件中的逆序数数目。分别采用归并排序和快速排序算法来实现对文件逆序数的计算。
- 2022-08-05 20:15:20下载
- 积分:1
-
这是一个用Turboc2.0开发的程序,实现了组合数学的序数法
这是一个用Turboc2.0开发的程序,实现了组合数学的序数法-Turboc2.0 with the program and realize the combination of mathematical sequence of numbers
- 2023-02-17 13:10:03下载
- 积分:1
-
农夫过河的扩展,如一个农夫带5件物品,每次带2件
农夫过河的扩展,如一个农夫带5件物品,每次带2件-farmer expansion of the river, such as a farmer with five items, each with two
- 2023-05-16 06:35:03下载
- 积分:1