资源列表
paixusf
- 包含几个经典的“排序算法”,都是经常用到的-contains several classic "algorithm" are frequently used
ntree
- 设T 是一棵带权树,树的每一条边带一个正权。又设S 是T 的顶点集,T/S 是从树T 中 将S中顶点删去后得到的森林。如果T/S中所有树的从根到叶的路长都不超过d ,则称T/S 是一个d 森林。 (1)设计一个算法求T的最小顶点集S,使T/S是d 森林。(提示:从叶向根移动) (2)分析算法的正确性和计算复杂性。 (3)设T中有n 个顶点,则算法的计算时间复杂性应为O(n)。-based T is a right to bring a tree for every one o
wave2111
- 一个关于JEPG2000的MATLAB 源码,功能基本上可以实现 ,但也有一定的不足,希望大侠多多指教-one of the correctness of MATLAB source, the basic function can be achieved. But there are certain deficiencies, the exhibitions hope Shanhaiguan
prim
- prim 算法 C语言 一种最小生成树算法
堆栈
- 堆栈
RI
- n=2~30时的n阶矩阵的随机一致性指标RI-n = 2 ~ 30 when the n-order matrix of the random consistency index RI
3
- 数据结构的一部分,堆栈!用C++编写,已验证,正确可运行-Data structure as part of the stack! Written with C++, has been verified to run correctly
cycQueue
- 单循环链表,用C++实现 提供入队,出队,判断空等方法-Single cycle linked list, with C++ into the team, the team judge waited in vain for methods
list
- 双向链表的一些基本操作 Some of the basic operations of the doubly linked list-Some of the basic operations of the doubly linked list
HuffmanTree
- 哈夫曼树的头文件,但凡是没有主程序,自己可以写一个程序测试-Huffman tree, header files, but those who are not the main program, they can write a program to test
gaussJordanelim
- The code gives an automatic solutions of simultaneous equations using gauss seidal elimination numerically. The equations must be inputted by the user accordingly.
quickSort.cpp.tar
- 这是一个快速排序的算法源程序,算法被单独写成一个函数,希望对大家有用-This is a quick sorting algorithm source code, algorithms are written as a single function, we hope to be useful
