-
mfc源码 :简单局域网聊天程序,vc 6。0
mfc源码 :简单局域网聊天程序,vc 6。0-mfc source: a simple LAN chat program, vc 6. 0
- 2022-01-25 16:32:20下载
- 积分:1
-
这是一个十分经典的异步收发器的设计,将发送和接受分开,并带有校验位,同时附赠结构图和仿真结构...
这是一个十分经典的异步收发器的设计,将发送和接受分开,并带有校验位,同时附赠结构图和仿真结构-This is a very classic asynchronous transceiver will be designed to send and receive separately, and with a parity bit, and comes with charts and simulation of the structure
- 2023-04-17 04:20:03下载
- 积分:1
-
一个小的试验,通过在vb环境下设置串口并发送和接收数据的小程序。...
在vb环境中调用Excel文件,通过手动进行添加数据。-in vb environment called Excel documents, add data manually.
- 2023-01-10 14:55:03下载
- 积分:1
-
三星s3c2410数据手册完整中文版,^_^
三星s3c2410数据手册完整中文版,^_^-Samsung S3C2410 data integrity of the Chinese version of the manual, ^ _ ^
- 2022-07-22 13:22:45下载
- 积分:1
-
这是一个服务器端的程序,用的是VC平台,刚上传了客户端,希望大家会喜欢,对大家有帮助...
这是一个服务器端的程序,用的是VC平台,刚上传了客户端,希望大家会喜欢,对大家有帮助-This is a server-side procedures, using the VC platform, just upload the client, I hope you will like to help you
- 2022-05-24 18:56:08下载
- 积分:1
-
ILBC编码解码器,使用VC++打开.
ILBC编码解码器,使用VC++打开.-ILBC coding decoder, use VC open.
- 2022-07-27 08:50:32下载
- 积分:1
-
串行口手机通信模块
串行口手机通信模块-phone serial port communication module
- 2022-08-13 11:51:10下载
- 积分:1
-
SISO_OFDM 经编
利用WARP工具在室内小环境中研究如何利用单根天线进行收发信号处理,可直接传输也可进行OFDM之后传输,该技术能够弥补在工程实际中的不足,对通信的研究以及对MIMO的研究都有重要的作用
- 2022-04-01 23:53:08下载
- 积分:1
-
bdi2000 the use of documentation. BDI2000
bdi2000 的使用说明文档。 BDI2000-很牛的仿真器,用它可以开发ARM7、ARM9、PowerPC860、MIPS、Xscale系列-bdi2000 the use of documentation. BDI2000-very cattle simulator, which can be developed using ARM7, ARM9, PowerPC860, MIPS, XScale series
- 2022-04-19 08:15:27下载
- 积分: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