资源列表
binaryreserch
- 利用c++实现的二分查找算法,实现相关工能-Using c++ to achieve the binary search algorithm, the realization of the relevant work can
datastructuresourceprogram
- 数据结构源程序,用来给那些正在学习的朋友们提供一些帮助,关键时刻借鉴一下,从中学习一下-Data structure source program for those who are studying friends to provide some help. the crucial moment, and learn lessons from them.
zuiduanlujing
- 最短路径算法,可以使用查找图中的任意两个节点的最短路径-The shortest path algorithm can be used any two nodes in the shortest path in the lookup in the figure
Huffman
- 哈夫曼树的建立,加密,解密,以及解析过程,含有菜单-Huffman tree establishment, encryption, decryption, and resolution process, containing menu
LL_Path_optimization
- 【系统功能】 LL-路径优化系统主要用于求解已知坐标的规模为N的城镇间最短路径问题。 【主要算法】 1:利用Prim算法求解带约束条件的连通图的最小生成树; 2:利用基于单亲遗传算法求解带约束条件的TSP问题。 -【Function】 LL-path optimization system is mainly used to solve the known coordinates for the N scale of the problem of the shortest p
Huffman
- HUFFMAN树 利用该书法将英语短文翻译成huffman代码储存并将短文转换成代码-huffman tree
add-sub
- 实现了多项式的创建,实现了多项式的加减乘除等基本操作-The realization of polynomial create, to achieve the polynomial add, subtract, multiply and divide the basic operation
transfer
- 数据结构中的矩阵转换,适用于初学者的上机操作-Transfer the matrix data structure, for beginners to operate the machine
spatialindex-1.3.2
- 空间索引数据结构 rtree *stree等数据结构的源代码,想学的下-spatialindex
dossier
- The subject which is to us propos¨¦ is as follows: calculation of the degr¨¦ d¡ ¯ inconsistance d¡ ¯ un logical program possibilist in C++. We thus work on a logical program possibilist, it be-¨¤-statement a logical prog
Matrix
- 用C++语言实现的一个矩阵模板,可以支持基本数据类型,实现了运算符的重载,一条语句就实现矩阵的加减乘和求逆,而不需要循环。-Matrix
stack
- 此程序算法主要实现中缀表达式转换为后缀表达式,后缀表达式的计算,主要利用栈的性质。-The main achievement of this program algorithm infix expressions into postfix expressions, postfix expression is evaluated, the main advantage of the nature of the stack.