-
功能丰富的串口通讯程序
功能丰富的串口通讯程序 -Serial communication example with abundant functions
- 2022-03-20 04:13:41下载
- 积分:1
-
断开ADSL重拨
aDSL断线重拨-disconnected aDSL redial
- 2023-06-17 22:05:04下载
- 积分:1
-
串口调试精灵,对于初学VC++的学者来说,这是一本不错的电子书,大家可以好好品味。...
串口调试精灵,对于初学VC++的学者来说,这是一本不错的电子书,大家可以好好品味。-It s a good book for people who are studying VC++ language.
- 2022-01-22 10:58:02下载
- 积分:1
-
CE上用C++写的可以播放GIF动画的例子,可以随便在Windows和Mobile上用...
CE上用C++写的可以播放GIF动画的例子,可以随便在Windows和Mobile上用-CE using C++ Writing can play GIF animation example, you can easily use Windows and Mobile
- 2022-04-22 21:22:30下载
- 积分:1
-
WiMAX的OFDM调制的MATLAB代码的…
Wimax in ofdm modulation ...matlab code
- 2022-07-22 15:43:47下载
- 积分:1
-
Basic OFDM system simulation program
基本的ofdm系统仿真程序-Basic OFDM system simulation program
- 2022-01-30 18:50:23下载
- 积分:1
-
手机密码。三星、摩托罗拉、西门子恢复出厂设置、爱立信新机回英语...
手机密码。三星、摩托罗拉、西门子恢复出厂设置、爱立信新机回英语-phone password. Samsung, Motorola, Siemens resumed factory installed, Ericsson machine to the new English
- 2023-03-01 13:50:03下载
- 积分:1
-
MSP的英文原始资料哦,,还是很全面的啊??需要的尽快下哦...
MSP的英文原始资料哦,,还是很全面的啊??需要的尽快下哦-MSP of raw data in English Oh, or very comprehensive ah? ? Oh, as soon as possible the needs of under
- 2022-02-15 17:58:25下载
- 积分:1
-
Implements layered decoding using the sum
Implements layered decoding using the sum-product-algorithm. Codes are input as a .txt file in A-list format.
- 2023-05-29 10:00:03下载
- 积分:1
-
银行呼号系统设计
资源描述#include
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
sbit rs=P2^0;
sbit e=P2^1;
sbit key1=P2^2; //四个服务人员的按键
sbit key2=P2^3;
sbit key3=P2^4;
sbit key4=P2^5;
sbit shengyinled=P2^6; //模拟声音
sbit fuwuled=P2^7;
uchar hao[50]="0"; //存储当前需要服务的号码
uchar j=0; // 号码的个数
uchar *quhao=hao;
uchar key=0; //按键值
uchar code table[]="0123456789";
uchar code table1[]="Welcome!";
uchar code table2[]="No.0000->0hao";//用于液晶初始化显示
void delay(uchar z) //延时函数
{
uchar i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
void wr
- 2022-02-22 09:46:21下载
- 积分:1