资源列表
odeRK4
- 4阶龙格库塔方法求常微分方程的数值算法的函数子程序。-four bands Runge - Kutta method for ordinary differential equations, numerical algorithm of the function subroutine.
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啦
Variation2
- 方差分维数计算程序,此方法计算速度更快。-Fang difference dimension calculation program, the faster method.
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