-
c 语言实现快速排序算法
通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。
- 2022-01-25 21:14:12下载
- 积分:1
-
2500驱动,适合TI cc5
2500驱动,适合TI cc5-2500 driver for TI cc5
- 2022-02-18 15:36:14下载
- 积分:1
-
8051 基于带领的接口
#include < REG51F。H >
无符号的 int a、 b ;
无效的延迟 (无符号的 int 时间) ;
void main)
{
= 0x01;
P0 = a;
while(1)
{
无符号的 int x,b,c;
= 0x00;
b = 0;
c = 500 ;
为 (x = 0 ; x < 500 ; x + +)
{
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-04 04:49:37下载
- 积分:1
-
Freescale单片机例程
飞思卡尔单片机例程――串行通信查询方式的整个工程文件夹,本人实验通过。-Freescale MCU routine- ways to search for serial communication of the entire project folder, I test passed.
- 2022-06-16 14:01:21下载
- 积分:1
-
QT电子书
QT电子书的代码 这个是我以前下载的 忘记在哪了 这只是一个小小的电子书 里面加了一些东西 比如颜色之类的
- 2022-07-17 21:00:32下载
- 积分:1
-
uClinux下IIC读写程序
uClinux下IIC读写程序-uClinux literacy procedures under IIC
- 2022-01-24 13:44:08下载
- 积分:1
-
c语言浮点乘发器,特定数据结构,指数底为10
c语言浮点乘发器,特定数据结构,指数底为10-floating point multiplication hair, a specific data structure, the index for the end of 10
- 2022-07-24 11:53:43下载
- 积分:1
-
DSP tms320c6713的bootloader程序
公司项目上曾经用过的DSP tms320c6713的bootloader程序,绝对可用,放心下载。通过CCS3.3编译好DEC6713_BOOT.out文件后,通过源码包内的convertTobin工具转换为bin,然后通过flash烧写工具将bin烧至DSP外扩的flash中。源码中包含了几种外设的驱动,使用6713的人可以作为参考。
- 2022-03-17 23:38:13下载
- 积分:1
-
Singlechip play music, which has Proteus simulation circuit and the source code,...
单片机播放音乐,里面有proteus仿真电路和源代码,很有用的!-Singlechip play music, which has Proteus simulation circuit and the source code, very useful!
- 2022-02-20 09:35:04下载
- 积分:1
-
intel E1000类型网卡驱动源代码,目前在2.4的内核下支持82573的芯片不是很好,其他都不错...
intel E1000类型网卡驱动源代码,目前在2.4的内核下支持82573的芯片不是很好,其他都不错-intel E1000 card type driver source code, currently in the 2.4 kernel to support the 82573 chip is not very good, other are pretty good
- 2022-11-20 03:20:03下载
- 积分:1