资源列表
MaxAddChildSequences
- 最长上升子序列,希望对大家有所帮助,谢谢~-Rise longest subsequence, we hope to help
Hanoi
- Hanoi塔问题经典算法演示,可以帮助初学者学习-Towers of Hanoi problem classical algorithm shows that can help beginners to learn
BiTree
- 1、 编写程序按先序次序输入二叉树中结点的值构造二叉链表表示的二叉树。 2、 编写程序采用三种递归遍历算法(前序、中序、后序)对这棵二叉树进行遍历。 3、 编写程序计算该二叉树的高度。-A writing program preorder order input binary tree represented by the value of the structure of the binary tree node binary list. 2, write a program usin
6.2
- 线性表查找数据,在vs2010平台下运行-search number in a seqlist,run under vs2010
OptimalizingLoading
- 最优装载问题,采用贪心法实现,希望对大家有所帮助-Optimal loading problem, using the greedy method to achieve, we hope to help
park
- 数据结构课程设计,停车场,能够实现,停车出车查询显示等功能-Data structure course design, parking lot, can come true, the function such as display inquires parking
vaX
- floyd算法c实现,可以用来求所有节点对之间的最短路径值。-implementation of floyd algorithm using c
jiayouzhanwenti
- VC++编写的完整的加油站问题的代码,代码简单易懂,非常实用-Written in VC++ code to complete the gas station problem, is straightforward and very practical
Huofu
- MFC实现哈夫曼树的程序,该程序可以加强对MFC的学习。-The MFC Huffman tree program, the program can enhance the learning MFC.
LCS
- 我写的一个最长公共子序列的C语言代码,参照了算法导论上的介绍。-I wrote a longest common subsequence of C language code, referring to the presentation on Introduction to Algorithms.
PSel
- 实现鼠标点击后选中点要素和线要素的功能,主要算法是计算点与点和点与线之间的距离。-Mouse click to select point feature and line feature, the main algorithm is to compute the distance between point and point ,point and line.
QuickSort
- 用快速排序法对输入的数进行排序并输出. 初学C++的他同学可以看一下.-Enter the number using the quick sort method to sort and output.