-
这个文件是从程序员天堂下载的
This file were downloaded from the Programmers Heaven CD-Rom.
-This file were downloaded from the Program mers Heaven CD-Rom.
- 2022-08-26 02:56:14下载
- 积分:1
-
用51单片机实现音乐播放的源代码,能够播放“祝你平安”和“八月桂花香”...
用51单片机实现音乐播放的源代码,能够播放“祝你平安”和“八月桂花香”-play music by C51
- 2022-04-10 17:10:29下载
- 积分:1
-
framework to address the pxa270 arm of a boot procedures, began studying for ARM...
针对于arm架构的pxa270的一个boot程序,供开始学习ARM的朋友参考.-framework to address the pxa270 arm of a boot procedures, began studying for ARM reference to a friend.
- 2023-05-19 04:20:04下载
- 积分:1
-
洗衣机控制器程序,实用,可以试试,
洗衣机控制器程序,实用,可以一试,-Washing machine controller procedures, practical, you can try,
- 2022-03-11 19:42:49下载
- 积分:1
-
202.asm-- -演奏“八月桂花香”源程序
202.asm-- -演奏“八月桂花香”源程序-202.asm--- Recital 八月桂花香 source
- 2022-06-15 13:52:34下载
- 积分:1
-
串口测试程序,方便初学者调单片机串行通讯
串口测试程序,方便初学者调单片机串行通讯 -12333333333
- 2022-02-01 22:29:44下载
- 积分:1
-
该C语言编写的程序能计算出细胞的个数,如果对生物感兴趣的同学可下载....
该C语言编写的程序能计算出细胞的个数,如果对生物感兴趣的同学可下载.-the C language procedure to calculate the number of cells, the right biological interested students can download.
- 2022-05-07 14:14:28下载
- 积分:1
-
128* 160 LCD procedures. The program driver chips are 89C51.
128*160液晶显示程序.该程序驱动芯片是89C51.-128* 160 LCD procedures. The program driver chips are 89C51.
- 2022-05-06 20:13:22下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
将利用I2C总线对24C01进行数据块读写
将利用I2C总线对24C01进行数据块读写-Will use the I2C bus of the 24C01 data block read and write
- 2022-03-02 22:22:30下载
- 积分:1