-
冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他...
冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?如将N 个数按从大到小排序,Turbo C语言程序函数 -Bubble Act to sort the data is a basic algorithm, which is the basic method : two adjacent elements, if required for the exchange, each completed a minimum cycle will be the last element (for example, on average ranking), the next cycle is the number of other similar operations such as N on average number sequencing by, Turbo C Programming Language Functions
- 2022-01-26 18:16:12下载
- 积分:1
-
UCOS
嵌入式单片机开发,stm32系统移植,实现计算功能(Embedded microcontroller development, stm32 transplant system, to achieve computing capabilities)
- 2014-10-10 16:57:01下载
- 积分:1
-
EMV
终端EMV认证资料,包含四册,中文翻译版本(EMV terminal certification information, contains four, Chinese translated version)
- 2015-01-28 11:28:25下载
- 积分:1
-
Canny
说明: 用canny算子来检测图像边缘,VC++(Using canny operator to detect image edge)
- 2010-03-28 14:43:47下载
- 积分:1
-
Image-evaluation-
Image evaluation (mean, clarity, information entropy, standard deviation)
- 2013-11-19 14:51:19下载
- 积分:1
-
US0B
说明: ieee1394驱动程序,一个比一个牛比阿,还差几个字把(ieee1394 drivers, one from a cow than A, put the words worse)
- 2005-10-20 00:24:48下载
- 积分:1
-
本文件实现串口发送功能 STM32F-DMA
* 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData()
* 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输
每当USART的发送缓冲区空时,USART模块产生一个DMA事件,
此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART
整个过程无需用户程序干预,用户只需启动DMA传输传输即可
在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停止
串口依然发送,表明DMA传输是一个独立的过程。
同时开启接收中断,在串口中断中将数据存入缓冲区,在main主循环中处理([NO ENGLISH])
- 2010-08-06 16:30:24下载
- 积分:1
-
ReflectHelper
说明: DataTable与List集合之间转换类(Conversion classes between tables and List collections)
- 2020-06-19 22:00:01下载
- 积分:1
-
adda_1.0
说明: DDA(离散偶极矩方法)计算各种形状的粒子散射问题,源程序是C语言编的(DDA (Discrete dipole moment method) calculation of scattering particles of various shapes, source code is compiled by C language)
- 2011-03-09 03:16:53下载
- 积分:1
-
UAVNavigation
Uav协同导航攻击的C++程序,经测试VC2010可用,协同控制的得力助手(Uav cooperation)
- 2015-10-01 21:43:42下载
- 积分:1