-
fast_sort
/*快速排序:以待排序元素中的第一个元素作为基准将带排序的元素分为三组
*大于基准元素为一组置于基准值的右边,小于基准值的元素为一组置于基准值的左边,
*基准值为一组,这样就找到了基准元素的位置就确定了
*如此递归调用。直到每一组的low==high,即实现了排序的要求。
*/
(/* Rapid Sort: the first element to be sorted in the element as a basis with with sorting the elements are divided into three groups* is greater than the reference element of a group is placed on the right side of the reference value, smaller than the reference value elements for a group of placed on the left side of the reference value,* reference value, a group, so that the location of the reference element is found it is determined* so recursive call. Until each group of low == high to achieve the requirements of the sort.* /)
- 2012-10-26 21:42:43下载
- 积分:1
-
full-search-ME
matlab 对于块全搜索运动估计 源代码 视频压缩技术h.264(matlab block full search motion estimation for the source code h.264 video compression technology)
- 2013-12-10 17:29:33下载
- 积分:1
-
STM32 控制LED灯
这是我买的STM32板子里边带的程序,比较基础,是用32单片机控制灯的亮灭,初学的同学可以下载看看,比较基础,容易学会。如果想进一步学习可以联系我。
- 2022-03-01 12:18:22下载
- 积分:1
-
无线鼠标程序
无线鼠标程序,录用NRF24LU1模块实现的无线2.4g传输。
- 2023-08-02 12:50:03下载
- 积分:1
-
1820
一个单片机的ds1820的c语言程序希望对有些同学右一定的帮助(A single chip ds1820 of c language program for some students want to be helpful right)
- 2009-04-30 16:38:20下载
- 积分:1
-
SHT20
sht20温湿度传感器驱动代码,下载加入工程即可使用。(SHT20 programmer---> .c & .h files)
- 2019-05-03 18:13:41下载
- 积分:1
-
走马灯特效,可以根据自己需要修改
走马灯特效,可以根据自己需要修改,速度,颜色 字体等。直接封装成的dll文件,可根据自己需要进行调用,可调整转动方向,左变,右边等。
- 2023-09-07 06:35:03下载
- 积分:1
-
simulateellipse
利用已知的一些点,利用多项式模拟出椭圆(圆形),适合于数学图像算法的初学者,只要打开*.CPP文件,加入一些点的文件就可以用。自己可以拓展为多种图形的数学模拟(to simulatorsllipe, Adampt to fresh student)
- 2012-11-30 09:04:09下载
- 积分:1
-
dtmf
DTMF的产生和识别,内含1234567890*#abcdDTMF码(DTMF generation and recognition, contain code 1234567890*# abcdDTMF)
- 2013-09-27 08:55:21下载
- 积分:1
-
ZigBee-ds18b20
cc2530实现1对多的双向通讯,采集ds18b20温度(CC2530 realizes 1 to many bidirectional communication, collects DS18B20 temperature)
- 2020-11-02 13:19:53下载
- 积分:1