资源列表
data-structure
- 该ppt是讲数据结构的,是清华大学严蔚敏老师的ppt。-This ppt describles the data structure,it is designed by yan wei min who is working in qinghua university.
quick
- 通过Java实现用快速排序并附带algs4包,他是一个很有用的例子(Through the Java implementation with a quick sort and with algs4 package, he is a very useful example)
CAL
- 如果用循环链表表示一元多项式,试编写一个函数 Calc(x),计算多项式在x处的值-If circular linked list represents a polynomial, try to write a function Calc (x), calculated at the value of the polynomial in x
Huffman-Tree-and-Coding
- 哈夫曼树编码完整程序,编码主要是依照数据结构一书上的伪C代码,有调整,有完整-Huffman coding complete program, coding mainly in accordance with the data structure of a pseudo-C code book, there are adjustments, there is a complete
ACMcode
- acm 经典代码, 算法学习必看,非常用的内容.-acm data structure code
algo1
- 1、 字符串由随机产生的1~16位的字母组成,然后用插入排序、冒泡排序、堆排序、快速排序、归并排序对字符串进行排序。
stack
- 数据结构栈的演示程序,包括表达式求值,汉诺塔问题,回文判断、走迷宫问题等程序。- The stack data structure demo program, including expression uation, Hanoi problem, and take the program palindrome judgment maze problem etc..
571471
- libpng是多种应用程序使用的解析PNG图象格式的库,几乎支持所有的PNG特征()
Algorithm
- 本文章首先简要介绍了一维与二维情况下的最接近点对问题与所涉及到的解决算法.然后,把最接近点对问题延伸至三维,提出了自己的解决思想,并提供了相关伪代码,以供参考.请各位朋友多提建议!
libcprops-0.1.6.tar
- 以c实现的基本数据结构, 如: hashtable, hashlist, vector, mempool, 以及http的实现, 对于用c编程的人员应该很有用处-to achieve the basic data structure, such as : hashtable, hashlist. vector, mempool, and the realization http for using the c programming personnel should be useful
GreedyAlgorithm
- Prim,Kruskal,Dijkstra 三个算法的java统一界面实现,可以用同一个界面以及公用一些类与变量,最后还有哈弗曼算法实现,可以作为学习算法的好例子-Prim, Kruskal, Dijkstra algorithm java three unified interface to achieve, you can use the same interface as well as public classes and variables, and finally Huffman a
cwhr
- 该程序是用于解决遗传算法的,可能运行环境有要求,但是效果很好噢()