资源列表
main
- poj1411请多指教,多交流 0ms 交流算法
dui
- 堆排序 稳定的排序 复杂度为N(logN ) 也是一种快速的排序
Matrix
- 实现计算行列式的值功能,该程序利用递归实现了求解行列式的定义
bank
- 类似于银行中计算的C++源代码。增长率
43
- 数据结构循环链表c语言原代码,从小到大排序数字。
3352
- poj3352给一个图,求出需要加最少的边使去掉任一条边,图都连通.割点的应用-poj3352 to a map, obtained at least the need to remove the edges so that any one side, map are connected. cut-point application
final1
- 传输矩阵计算三层材料古斯汉森位移。以及透射率和反射率-Transfer matrix calculation of three-layer materials, Goose Hansen displacement. As well as the transmittance and reflectance
qiuzhi
- C++编写的表达式求值。在数据结构课程里学习过后编写的。有助于应用。无界面。-Written in C++ expression evaluation. Learning in the data structure after the written curriculum. Help application. No interface.
xiaoxingyinghancidian
- 问题描述:设计一个英汉词典,支持Member的查找、插入、删除操作。 基本要求:实现字典的常用方法有:有序线性表(用二分检索实现)、AVL树(二叉搜索树)、Patricia Tree、散列表等,任选一种方法实现字典的操作,查找单词、插入单词(插入时,先查找,找不到插入,找到提示用户)、删除单词(删除时,先查找,找到删除,找不到提示用户)。字典是按字母顺序排列的,不能用顺序查找,插入或删除单词后,要保持字典的有序性。 测试数据:任一英文单词。 提高要求:选用两种以上的方法实现字典的操作
130.3
- 对给定的单链表L,设计一个算法,删除L中值为X的结点的直接前驱结点-For given single table L, design a algorithm, delete L X for value of the nodes in the direct precursor nodes
beibao
- 用c语言编写的背包问题的算法设计,属于控制台编程-Knapsack problem using the c language algorithm design, and a console programming
2chashu_bianli
- 该功能主要用vc++实现。实现二叉树的遍历算法。遍历的方法是先序遍历。-the funcontioin of the program is find a point in the tree in the struture of data .and then the method of it is LF.