资源列表
ellipsoid_grid
- 椭球面网格生成程序。尽管不复杂,但可能某些人还是用得上。 -Ellipsoid mesh generation process. Although not complex, but some people may still need them.
Minimize
- Huffman Minimization algorithm.Accepts only DFA as input.
ceshi
- 基本的几道算法题目,对于学习算法的新手来说十分有用滴-A few, the basic algorithm subject, for the learning algorithm is useful for the novice drops. .
HIC
- 使用VC++编写,主要实现Spiht编码算法,小波算法使用的是9/7提升小波-vc++ spiht wavelet
MRANDOM
- 用来产生均匀分布或高斯分布的伪随机数 (近似白噪声),它们可具有不同的均值和方差-Used to generate uniform or Gaussian distribution of the pseudo-random number (similar to white noise), they may have different mean and variance
VC
- 遗传算法实现,学习资料,更深了解遗传算法-Genetic algorithms, learning materials, better understanding of the genetic algorithm
datestructcricleline
- 以带头结点的循环列表表示队列,只设一个指针指向队尾元素,不设头指针,编写队列初始化、入队、出队、判空的算法。-To take the lead in circulating the list of nodes that the queue, only to set a pointer to the tail element with no head pointer, write queue is initialized into the team, a team, sub-space algor
bankmethod
- 这个实现的是数据库大型试验的银行家算法,用VC6实现的-This implementation is the banker' s algorithm large test database
tiaoshi
- 需要求3个长方柱的体积,请编写一个基于对象的程序。 数据成员包括length(长)、 width(宽)、height(高)。要求用成员函数实现以下功能: 1、由键盘分别输入3个长方柱的长、宽、高; 2、计算长方柱的体积; 3、输出3个长方柱体积; 请编写程序,上机调试并运行。-Demand for the volume of 3 rectangular column, please write a object-based programs. Data members,
greedy_algorithm
- this is a slide on greedy algorithm
Trie
- trie 树 什么是 trie 树 ? ◇ trie 树是一种用于快速检索的多叉树结构。 ◇ 和二叉查找树不同,在 trie 树中,每个结点上并非存 储一个元素。 ◇ trie 树把要查找的关键词看作一个字符序列。并根据 构成关键词字符的先后顺序构造用于检索的树结构。 ◇ 在 trie 树上进行检索类似于查阅英语词典。 一棵 m 度的 trie 树或者为空,或者由 m 棵 m 度的 trie 树构 成。-data structure
c13c047be852
- 性规划中著名的单纯形法。本程序就是基于单纯形算法写的计算线性规划的小软件。-Planning in the well-known simplex method. This procedure is based on the calculation of the simplex algorithm of linear programming to write a small software.
