资源列表
RandomNumber
- 一个封装好的产生随机数的类,十分好用,是学数据结构是写的,希望对大学有用
List1-1
- 壓縮演算法-基本的資料壓縮演算法-基本的Run-Length編碼
yosefu.rar
- 清华版数据结构实习题约瑟夫环的代码,下载的速度,Version of data structure Tsinghua internship Joseph Central title code, download the speed of
HUFFMAN
- 哈夫曼树的建立源代码。。。 共享给各位啦-Huffman tree to establish the source code. . . Sharing to Members啦
S15HashTable
- Collision list Hash table
chain
- 关于链表的操作 C语言的实现,最基本的数据结构链表-about list-- C
dijkstra
- It is a c++ code for the dejkstra algorithm with aim to find the shorest path between two points , the nodes with the distance between them store in a txt file and the program read it from this txt file
2
- 机械优化设计中多维无约束问题中常用的鲍威尔法,比随机方向法收敛速度更加快,精度略高-Mechanical design of multidimensional unconstrained optimization problem
list
- 单项链表的创建,插入,删除。单项链表的创建-Single linked list to create, insert, delete.
duobianxingyouxi
- 算法设计与分析 多边形游戏 动态规划算法 源码 java编写 王晓东版本-Algorithm design and analysis polygon game version of the dynamic programming algorithm source code java prepared Wang Xiaodong
yy
- 把在链表中插入语删除节点的操作写成一个函数。 bool insert(Node *&h,int a,int pos) pos(>=0)为0的时候在表头插入,否则在第pos个结点的后面插入。 bool remove(Node *&h,int &a,int pos) -Written as a function of the parenthesis in the linked list delete node operation. bool insert (Node* &
controlling_companies
- USACO中的controlling compinies,用C++编写,运用了队列和动态规划的知识-controlling compinies of USACO, with C++ prepared, using a queue and dynamic programming knowledge