资源列表
Stack--FIFO
- Queue是先进先出的集合而Stack是后进先出的集合-Queue is a collection of FIFO Stack is a LIFO collection
huffmanT-code
- 利用哈弗曼树的算法实现文件的压缩与解压缩,字符编码、译码-huffman tree compress and uncompress
pre-mid-creattree
- 已知用户输入的二叉树的前序、中序遍历结果,建立二叉树,并以广义表的形式输出结果-creat a binary tree by its preorder and mid-order
quick-sort
- 用户输入一堆毫无顺序的数,通过快速排序算法实现数据的有序排序-quick sort
zixulie
- 求两个字符串的最长公共子序列X 的一个子序列是相应于X 下标序列{1, 2, …, m}的一个子序列,求解两个序列的所有 子序列中长度最大的,例如输入:pear, peach 输出:pea。 -Seeking two strings of the longest common subsequence
xianxingbiao
- 大整数加法,可以实现超大型整数加法,比如两百位-Large integer addition
SORT
- 该程序包,编写了各种排序算法的源代码,很适合初学者学习,赶紧下载吧!-Sort code!
beibao
- 背包问题是经典的数学问题,很多问题都可以转化为该问题而解决,希望该程序对你有所帮助。-Knapsack problem
dict
- 词典小程序,用平衡二叉树构建数据结构。可以实现加载词库,查找单词,编辑单词,标记后删除单词,退出程序等功能。附一份实验报告-Dictionary,using AVL tree as its data structure. Functions:Loading word data,searching words,editing words,and deleting labeled words. appendixed with a report.
maze
- use maze source code
MAT
- 矩阵运算C语言代码,使用结构体描述矩阵,实现矩阵的加法-Matrix operations C language code, using the structure descr iption matrix, matrix addition
LabGraphic
- BSP tree, roberts , Bezier curves
