-
为一个新的移动设备构建安卓
Building Android for a new Mobile Device
- 2023-03-18 15:45:04下载
- 积分:1
-
通信史话
通信史话-communications History INTEREST
- 2023-03-12 14:30:04下载
- 积分:1
-
RS232 serial port debugging tools
串口调试工具RS232,包括记事本文件传输-RS232 serial port debugging tools
- 2022-07-03 06:54:20下载
- 积分:1
-
The code is on the regular shutdown procedure, can help understand the timing an...
本代码是关于定时关机的程序,能帮助理解定时关机的原理及实现过程-The code is on the regular shutdown procedure, can help understand the timing and realization of the principles of the shutdown process
- 2022-03-10 03:44:11下载
- 积分: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
-
这是一个串口监视程序,每个串口接一个设备,通过监视串口可以判断设备是否正常运行。串口是通过外接的串口卡接出来的!...
这是一个串口监视程序,每个串口接一个设备,通过监视串口可以判断设备是否正常运行。串口是通过外接的串口卡接出来的!-This is a serial port monitoring program, each serial port after another device, by monitoring the serial port can determine whether the normal operation of equipment. Serial port through an external serial port card out then!
- 2023-07-09 02:20:04下载
- 积分:1
-
这个是数据结构的上机实验报告哦,实验题目是两个多项式相加...
这个是数据结构的上机实验报告哦,实验题目是两个多项式相加 -the data structure of the machine experimental report Oh, is the subject of two experiments together polynomial
- 2022-06-17 09:58:44下载
- 积分:1
-
spread spectrum communications using the linear FM algorithm of multiple correla...
扩频通信中采用的线性调频算法用的复相关算法-spread spectrum communications using the linear FM algorithm of multiple correlation algorithm
- 2022-12-12 18:35:03下载
- 积分:1
-
com file
串口通讯实现文件传送,对vb下学习串口通讯有很好的借鉴-com file
- 2022-01-21 22:00:32下载
- 积分:1
-
一个51的小实验,里面主要是为初学者入门编程和熟悉潜入式编程...
一个51的小实验,里面主要是为初学者入门编程和熟悉潜入式编程-A 51 small experiment, which is mainly for beginners entry into the programming and familiar with the programming
- 2022-01-26 08:01:55下载
- 积分:1