资源列表
Calculator
- 用堆栈实现的多位数表达式的运算,可以加括号。-Multi-digit arithmetic expressions
searchMax10
- 以最快的速度查找数组里最大的10个元素,采用堆结构实现-Find the fastest largest array of 10 elements, using heap structure to achieve
EK
- ek最大流,求网络中可行的最大流量,返回该最大值-Feasible in ek maximum flow, network maximum flow, return to the maximum
Pascals-triangle-based-on-List
- 基于VC6.0环境下的C++编程,用循环链式队列的数据结构,实现杨辉三角的计算-Based on VC6.0 environment C++ programming with cycle chain queue data structure, to achieve the calculation of Pascal' s Triangle
Polynomial-arithmetic
- 基于VC6.0编程环境,数据结构为队列,实现多项式运算的C++源码,通过测试,绝对正确无误。-Based on VC6.0 programming environment for the queue data structure, polynomial arithmetic C++ source
Fix
- 实现表达式求值,实现中缀到后缀的转换并求值(利用栈)-infix to suffix
sort
- 本程序使用c语言实现严蔚敏版数据结构书上排序算法,运行通过,有一定注释-This program uses the c language version of the data structure YanWeiMin book sorting algorithms, run through, there are certain notes
fileOperating
- 用C++实现的结合哈弗曼树编码的原理来实现对文件的压缩和解压-use the principle of the huffman tree which is very effective in compressing and decompressing the file via C++
finding-the-shortest
- 结合图论的知识并用C++语法知识实现的解决各个城市之间最短距离问题,它很好地结合了找出图上任意两个点之间最短距离及路线的Dijstra 算法。-we combine the technology of the map with the knowledge of C++ to find the shortest distance of the two spots.It perfectly take the advantage of the algorithm of Dijstra,which is
orderedset
- this is a full ordered set implementation
List
- List的结构,根据数据结构与算法分析第三版书上的程序写成-The structure of the List, according to the data structure and algorithm analysis of the third version of the program written in the book
evaluate_expression
- sat问题C++源代码,可以对任意输入的与或表达式求值-sat question C++ source code can be entered with or against any expression evaluation
