-
点对点通讯软件的VB实现源代码,分为服务器端和客户端。
点对点通讯软件的VB实现源代码,分为服务器端和客户端。-Peer-to-peer communication software realize the VB source code is divided into server-side and client.
- 2022-06-01 22:38:47下载
- 积分:1
-
C++并行测试程序源代码,还不错,适合高级用户…
c++并口测试程序源码,还不错,适于初学者参考。-c++ parallel test program source code, but also good, suitable for advanced users.
- 2023-08-24 20:10:04下载
- 积分: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
-
对MIMO系统在高斯信道下的ber分析,和量化
对MIMO系统在高斯信道下的ber分析,和量化-Of MIMO system in Gaussian channel ber under analysis, and quantification of
- 2022-03-14 17:27:04下载
- 积分:1
-
FTP(File Transfer Protocol)是文件传输协议,它规定了在Internet网络上怎样传输文件,通常要由专门的FTP程序来具体实现。...
FTP(File Transfer Protocol)是文件传输协议,它规定了在Internet网络上怎样传输文件,通常要由专门的FTP程序来具体实现。
- 2023-04-09 23:10:03下载
- 积分:1
-
Rtlizer 使用RTL2832U 與嵌入式系統完成的頻譜分析儀
Rtlizer is a simple spectrum analyzer application written using rtlsdr, kiss_fft and Gtk+. It was originally created as a Beaglebone+rtlsdr demo, but it will probably run on anything with rtlsdr and Gtk+ installed.
- 2022-01-25 22:47:07下载
- 积分:1
-
通信信号处理项目,移动通信中的MIMO系统的信道估计仿真~
通信信号处理项目,移动通信中的MIMO系统的信道估计仿真~
- 2022-04-10 14:51:45下载
- 积分: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
-
完整的短信管理系统.delphi实现.可以支持GSM大多数手机的短信收发,管理....
完整的短信管理系统.delphi实现.可以支持GSM大多数手机的短信收发,管理.-Complete message management system. Delphi realize. Can support the majority of GSM mobile phones to send and receive message, management.
- 2022-05-23 01:15:09下载
- 积分:1
-
在GSM mmodul命令
GSM模块的AT指令代码~,了解如何使用AT指令控制GSM模块收发短信等。-AT command of GSM Mmodul
- 2022-06-03 20:10:24下载
- 积分:1