-
C语言,学生信息管理
C语言编写的学生信息管理系统,可以删除,添加,改变学生信息。
- 2023-08-15 19:35:03下载
- 积分:1
-
p2p穿透源码
网络P2P穿透的源码,简洁实用,里面有详细的注释,简单易懂,方便学习,
- 2022-03-11 06:16:28下载
- 积分:1
-
关于串口驱动的一个vc的小程序
关于串口驱动的一个vc的小程序-Serial driver on a small program vc
- 2023-01-28 21:45:03下载
- 积分:1
-
PDA手机益智小游戏设计编程,是一本学习的好书
PDA手机益智小游戏设计编程,是一本学习的好书-PDA mobile phone puzzle game design program is a good learning
- 2022-08-02 13:25:00下载
- 积分:1
-
详细介绍了 当前流行的openet软件的应用 t通过学习 可以对无线协议进行仿真...
详细介绍了 当前流行的openet软件的应用 t通过学习 可以对无线协议进行仿真 -Detailed introduction of the current popular software applications Openet t Through the study of wireless protocols can be simulated
- 2022-05-10 15:10:39下载
- 积分:1
-
用c++builder做的,用于模拟can主控节点和分节点通讯的例子
用c++builder做的,用于模拟can主控节点和分节点通讯的例子-using c++ builder done for the simulation can control nodes and communications nodes at the example
- 2022-05-25 06:22:50下载
- 积分:1
-
这是osip官方网站上下载源代码,exosip2。很有帮助…
这是osip官方网站上下载的,exosip2的源代码。对学习osip很有帮助-This is the official website osip downloaded, exosip2 source code. Very helpful for learning osip
- 2023-04-18 12:30:03下载
- 积分:1
-
采用VB进行可视化通信编程的一个应用实例
采用VB进行可视化通信编程的一个应用实例-using VB Visual Communication Programming Application of a
- 2023-05-15 01:20:02下载
- 积分:1
-
用VB进行串口实时数据采集
用VB进行串口实时数据采集-using VB Serial Real-time Data Acquisition
- 2022-10-04 01:50: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