资源列表
PKU2726Source
- PKU 2726 代码 树状数组的简单应用例子
WANGLEI
- 树的应用,有树的遍历的算法和创建存储结构的算法
02051321
- 用C语言实现的猴子选大王的程序,用链表存储猴子的号码,按照一点的规则筛选猴子,每淘汰一个猴子则删除其号码,直至只剩一个猴子,即为大王。
0-1背问题
- 0-1背包问题 可以提供在背包方面遇到问题的学生或者有需要的人.-0-1 knapsack problem can provide a backpack problems encountered students or those who are in need.
gauss(3)
- 列主消元法解线性方程组的C语言程序,欢迎下载-Out the main elimination method solution of linear equations of C language procedures, welcome to download
Binary
- 二叉排序树的实现,只要功能用生成、插入、和删除,适合数据结构初学者-Binary sort tree realization, as long as the function used to generate, insert, and delete data structure suitable for beginners
dashuxiangcheng
- 大数相乘问题,采用链表实现,不损失精度-Multiplication of large numbers, using the list to achieve, without loss of accuracy. .
heat-transfer---steady-state
- A simple 2D Steady State Heat Distribution code
yxy
- 对区域作三角形剖分,对节点和单元编号。用有限元方法的简单程序-For the triangulation of the region, number of nodes and elements. Filing with the finite element method program
HANOI
- 汉诺塔算法,实现汉诺塔的内部模拟演示,不输出至终端,要显示自行修改代码-Tower of Hanoi algorithm, the Tower of Hanoi' s internal simulation demonstration, not output to the terminal, modify the code to be displayed
cjbji
- 用雅克比方法求实对称矩阵的全部特征值与对应的特征向量-Jacobi real symmetric matrix eigenvalue and eigenvector
Dijkstra
- Dijkstra算法在C++语言下的实现-Dijkstra algorithm in C++ language