资源列表
doubledirectionlink
- 属于利用C++开发的数据结构代码,包括双向链表的添加、删除、修改的操作。-belonging to the development of the use of C code data structure, including the addition of two-way linked list, deletion and modification of the operation.
expressionvalue
- 属于利用C++开发的数据结构代码,利用栈结构实现了算术表达式的求值。-development is the use of C code structure of the data, using stack structure for arithmetic expression value.
MAtrixVC
- 矩阵运算,用于进行矩阵运算的C++算法,内有说明文档!-matrix operations used in the C matrix algorithm, which is documented!
RedBlackTree
- red black tree.balance binary tree.the souce code-red black tree.balance binary tree.the so uce code
bestroute
- 运行应用本程序,输入节点个数n以及m各个节点的三元组信息。 m个三元组(it,jt,ft),t=1、2、……、m,两个节点it和jt之间有双向连接的直接连接,其距离为ft。输入节点g(1≤g≤n),程序将计算出可以由g达到的每个节点的最佳路由。并在显示器上输出运行结果。
rk_str
- RK算法:Rabin Karp string search algorithm,一种高效的字符串搜索算法-RK algorithm : Rabin Karp string search algorithm, An Efficient Algorithm String Search
codebuf
- 一个编码器,能编解码位流,适用于压缩算法的编码输出。-a coding device that can flow spaces codecs, compression algorithm applied to the coding output.
2003011514-TSP
- 旅行商问题问题的二叉树求解方法,基于命令行参数的,-Traveling Salesman Problem Solving the problem of binary tree method, based on the command line parameters,
huaffmancode
- 简单的哈夫曼树的编码实现。 将出现不同频率的字母,转化为编码!-simple Huffman tree Coding. There will be a different frequency of letters, into coding!
FilterCurve
- 一个关于滤波的程序,包含三种方式,很值得借鉴一下-on a filtering process consists of three, is worth learning about
mythree
- 这是用来进行模式识别的参考程序,程序对输出结果给出了比较形象化的结果-This is used for the reference pattern recognition procedures, procedures for a given output compared to visualize the results
Polynomial_Together
- 采用堆栈的原理,用C++写的多项式相加的程序-stack used the principle, the C polynomial column written procedures