资源列表
SendOptimal
- 一个PYTHON实现的次优顺序查找树的生成,可以作为一个参考。-The PYTHON achieve sub-optimal search tree in order to generate can be used as a reference.
data
- 图的链式表示,深度优先、广度优先算法,Dijkstra算法,包括源码程序和ppt所以对学习数据结构很有帮助-Figure chain, depth-first and breadth-first algorithm, Dijkstra algorithm, including the source program and ppt so helpful learning data structures
networkflow
- 网络流算法acm,需要了解残留网络和流等基础。-the acm network flow algorithm
StudentInformation
- 该程序实现的是对一个学生信息系统的管理。根据菜单选项可以分别执行:输入学生信息、显示学生信息、按姓名排序、插入一个学生信息、删除一个学生信息、查找指定学生信息、从文件中整批输入、将信息输出到文件中等功能。-The program is a student information system management. Can perform according to the menu options: Enter student information, student information i
hafuman
- 根据输入的权值建立一棵哈夫曼树,并显示该树的结点序号、双亲结点、左/右孩子结点以及各结点所对应的哈夫曼编码。-Establish a Huffman tree, according to the weights of the input and displays the serial number of the nodes of the tree parent node, left/right child nodes, and each node corresponds to Huffman c
pipei
- 用堆栈来实现:检查一个算术表达式中所使用的各种括号是否左右匹配。-Stack: check an arithmetic expression using various brackets around the match.
383287
- Visual C++常用数值算法集,请注意看说明文件,内容全面,移植方便-Visual C++ numerical algorithm commonly used set, please read the documentation,comprehensive, convenient transplantation
stackaqueue
- 数据结构(C语言版)栈和队列的顺序和链式储存的多种写法。供各位不懂的朋友参考。-There are kinds of ways to code “Stack and Queue” of Data Structure for C .
MatrixCalculator
- 实现线性代数的矩阵运算的C++程序,矩阵计算器。-Linear algebra matrix operations C++ procedures matrix calculator.
JAVA
- 中软java培训资料,里面是中软与sun公司合作时期的认证试题-Soft Java training material, the inside is soft and from cooperation period of the authentication test
shexingshuzi
- 该程序的功能是对蛇形数字进行处理,希望能够帮助到你。-snake number
The--longest-common-subsequence
- 本代码是算法设计中的最长公共子序列问题,通过C++编写。-This code is the longest common subsequence algorithm design, written by C++.
