资源列表
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.
VideoShow
- 改进的camshift算法 不是系统自带的-Improved system comes camshift algorithm is not
Gauss
- 使用VC6.0实现解线性方程组的Gauss列主元消去法,算法设计简单,有效,采用地址传递参数-VC6.0 implement solutions using linear equations of the Gauss elimination pivot column, algorithm design simple, effective, pass parameters by address
01Knapsack
- 贪心法0-1背包问题贪 心法0-1背包问题-0/1Knapsack problem greedy Method
juzhengjiafa
- 用C语言编辑的矩阵加法,很有用处的对锻炼,C语言的基本功能-Edited by C-matrix addition, very useful for training, C the basic functions of language
stirling
- 离散数学中用递归和递推的方法分别求第二类stirling数.-Discrete mathematics using recursion and recursive methods are seeking second stirling numbers.
chickens
- 数鸡作业,利用此程序便可完成北航的数鸡作业。刚刚做出来的-The number of chicken operations, the use of this procedure can be completed in a few Northern chicken operations. Ha ha ha ha just done out ~ ~
BigNumber
- 常用的大数算法,一般的ACM都会涉及到,是ACM必备算法之一-Algorithm commonly used in large numbers, the general ACM will be involved, is one of ACM algorithms necessary
acm
- acm题库 介绍一些基本的算法和实例 对于算法入门很有帮助-some questions about acm, including the content of some argorithm or examples
chazhi
- 用双线性插值的方法对数据进行插值,并用VC进行实现-Bilinear interpolation method used to interpolate the data and use VC to achieve
DE
- 差分进化算法(Differential Evolution, DE)是一种新兴的进化计算技术。它是由Storn等人于1995年提出的,最初的设想是用于解决切比雪夫多项式问题,后来发现DE也是解决复杂优化问题的有效技术。本人实现了简单的DE-DE is used for multidimensional real-valued functions but does not use the gradient of the problem being optimized, which means DE