资源列表
huffman
- c++实现的哈夫曼编码,内对变量和函数都有详细的注释
FFT
- 实现快速傅立叶变换,此源码最大的特点是简捷明了。易于理解
duoxiangshixiangcheng
- 可基本实现多项式的相乘,根据数据结构中的多项式相乘
带头结点双链循环线性表
- 带头结点双链循环线性表,数据结构的常用经典算法-lead node cycle linear double-stranded form, the data structure used classical algorithm
bank
- 银行家算法,输入一个要分配资源的进程,判断状态是否安全,决定是否分配-Banker' s algorithm, the allocation of resources to enter a process to determine whether the state of security, decide whether or not the distribution of
CuverTExt
- 曲线求解的方程,矩阵求解。非常好的东西。在CAD二次开发上可以用到,用ObjectArx- Curve of the equation solving, matrix solving. Very good things. In the secondary development of CAD can be used with ObjectArx
floyd
- Floyd的最短路径MPI程序,给定N×N的矩阵,矩阵是各个点之间距离,然后计算最短距离。是很好的MPI实例程序。 -Floyd s all-pairs shortest path
Ex1
- 由先序和中序创建一科二叉树,以及凹入法输出该树。-By the first order and in order to create a binary tree branches, and the output of the tree indentation method.
link
- 本源程序主要是实现了循环链表的操作,仅供参考。-The source code is to achieve a circular list of operating, for reference only.
calculator
- 把一串字符串数学表达式,解析成后缀表达式,并求解,支持+、-、*、/、()支持浮点数-A of string mathematical expressions, parsed into suffix expression, support+,-*, /, () support floating-point number
CPP-two-dequeue
- 用C++的两种方法实现了出队列的功能,代码简洁,可以方便学习和使用,代码确实很好,不用谢,哈哈。-Two ways to achieve a C++ function out of the queue, the code is simple, easy to learn and use, the code is really good, you re welcome, ha ha.
BSTtree
- 实现了二叉排序树的创建和中序遍历,在GCC上测试通过-realize BST tree
