资源列表
ksps
- 首先,初始化将要排序的序列,以数组初始化。 第二,定义快速排序函数: 本算法思路为:在待排序的n个记录中任取一个记录r(通常取第一个记录),以该记录的关键字k为准,将所有剩下的n-1个记录分割成两个子序列。第一个子序列中的每个记录关键子均小于或等于k,第二个子序列中的每个记录关键字均大于或等于k,然后将k对应的记录排在第一个子序列之后及第二个子序列之前。这个过程为一遍排序。之后分别对子序列1和子序列2重复上述过程,直至每个子序列只有一个记录为止。 最后,定义
Curves
- 曲线拟合程序,用最小二乘法实现,供大家参看
hermite
- 一个非常好的插值程序-a very good interpolation procedures
13LMAN
- 常用算法程序集(C语言描述)第三版+徐士良 离散随机线性系统的卡尔曼滤波
test
- sobel的一种变换,-sobel a transformation,
fogrgb
- 启动雾后,离视点较远的物体开始淡化成雾的颜色,同时,雾的浓度可以控制,即随着距离的增加物体变淡的速率可控,雾的颜色也可以任意设定。-Start fog, the distance of objects from the point of view began to play down the color into a fog at the same time, the concentration of fog can be controlled, that is, as the distance
xiaoche
- 循迹小车程序 包括循迹 避障 计时 程序都是通过调试的通过的-Vehicle Tracking obstacle avoidance procedures, including time-tracking procedures are passed through the debug
FILLPOLY
- program to implement polygon filling algorithm
5
- 有n个人,其中超过半数是好人,剩下的是坏人 好人只说真话,坏人可能说真话也可能说假话 这n个人互相都知道对方是好人还是坏人 -Have n individuals, of which more than half of the good guys, the rest are just telling the truth good bad, bad might say that the truth may tell lies to each other all know each othe
key0308101
- KEY1...KEY4,返回按相应的按键字符: 1 , 2 , 3 , 4 ,并在LCD上显示出来-Cycle if KEY1 has ... KEY4, return the corresponding key characters: 1 , 2 , 3 , 4 , and displayed on the LCDwrite
movingthresh
- 使用移动平均的图像阈值处理,matlab实现,适用于手写文本图像。-Moving average of image thresholding, matlab achieve for handwritten text images.
poligono
- Using dinamic memory draw an polygon.