资源列表
gray
- Gray码是一个长度为2n的序列。序列中无相同元素,每个元素都是长度为n位的串,相邻元素恰好只有1位不同。用分治策略设计并实现一个算法对任意的n构造响应的Gray码。-Gray code is a sequence of length 2n. No similar sequence elements, each element is n-bit string length, the adjacent element is only a difference exactly. With sub-r
chengxu
- 我这儿有一组若干年份的数据,是按一定时间顺序排的,想用曲线拟合法得到2010年的人均国内生产总值,不知怎么用matlab,高手赐教!! !!可加分 年份 人均国内生产总值(元) 1996 27000 1997 30619 1998 33282 1999 33689 2000 41020 2001 43344 2002 46030 2003 53887 2004 59271 2005 64507 2006 70597
VCshujuku
- 约瑟夫环求解 约瑟夫环求解 约瑟夫环求解-Joseph Joseph Central, Central, solving solving solving Joseph Joseph Central, Central, Central Solving Solving Joseph
YYZ_DictS
- 迪杰斯特拉算法的另外一种写法。。代码简单易懂-Dijkstra algorithm is a different wording. . Code is straightforward. .
0-1-bag-problem
- 一种算法来解决0-1背包问题,这是非常好的-one arithmetic to solve 0-1 bag problem
PEDGE
- prime算法实现的另一算法,针对不同类型的不同实现,比较清晰-prime algorithm in another algorithm, for different types of
tsp
- 著名的旅行商问题解法,非常精简,带有注释!!提供给大家学习,-The famous traveling salesman problem solution, very streamlined, with a comment! ! Available to everyone to learn! ! !
3
- 利用random(0,1)实现random(a,b) 原型: void srand(unsigned seed) 功能: 产生随机数的起始发生数据,和rand函数配合使用-Starting with the use of a random number generated occurrence data, and the rand function: the use of random (0,1) to achieve random (a, b) prototype: void sra
double-linked-list
- a data structure program written solely for educational purposes. this program creates a double linked list. have many uses in solving analytical problems.
Image_Read_1
- Plot Lines in the image and estimate homography and remove affine rect and metric rect. It uses image warping function
edit_distance
- 字符串的编辑距离也被称为Levenshtein距离(Levenshtein Distance),一般用动态规划来实现。属于经典算法。-Edit distance of the string is also known as the Levenshtein distance (Distance Levenshtein), the general use of dynamic programming to achieve. Belong to the classical algorithm.
卫星轨道根数到位置速度的转换程序
- 卫星轨道常用轨道六要素来描述,通过程序转换,可以得到各个时刻下卫星的位置矢量与速度矢量。
