-
GSM无线子系统信令
GSM无线子系统信令 -GSM wireless subsystem signaling
- 2022-05-31 17:24:14下载
- 积分:1
-
It s a tool of dial
modem 拨号上网工具,处理源代码程序,解析modem拨号上网过程!-It s a tool of dial-up to internet, source code of process programme, parse whole process of dial-up to internet through modem .
- 2022-12-27 18:00:03下载
- 积分:1
-
如何做一个RPG游戏
如何做一个RPG游戏
- 2022-08-23 11:44:24下载
- 积分:1
-
This is one of the naturalization procedure Channel, I hope Members can exchange
这是有关归一化信道的程序,希望大家多多交流-This is one of the naturalization procedure Channel, I hope Members can exchange
- 2022-10-11 04:25:03下载
- 积分:1
-
OFDM的基本原理及FFT实现,一篇参考文章,写的不错
OFDM的基本原理及FFT实现,一篇参考文章,写的不错-The basic principles of OFDM and FFT realization of a reference article, written by a good
- 2022-03-06 08:54:38下载
- 积分:1
-
intel的那套directshow的rtp的filter的文档,directshow中有这套rtp的filter框架,却没有相应的帮助文档...
intel的那套directshow的rtp的filter的文档,directshow中有这套rtp的filter框架,却没有相应的帮助文档-the document of rtp for intel rtp, the architect is in the directshow, but there is not document.
- 2022-03-21 19:29:55下载
- 积分:1
-
ILI9320数据表。
ili9320 datasheet.
ILI9320 is a 262,144-color one-chip SoC driver for a-TFT liquid crystal display with resolution of 240RGBx320
dots, comprising a 720-channel source driver, a 320-channel gate driver, 172,800 bytes RAM for graphic data
of 240RGBx320 dots, and power supply circuit.
- 2022-07-28 15:26:33下载
- 积分:1
-
通过Tam
通过Tam-Tam传呼发送Internet mail-Using tam-tam call to send internet mail
- 2022-09-28 00:20:04下载
- 积分:1
-
UDP
一个基于UDP的网络编程,我自己写的,希望对大家有帮助-UDP-based network programming, I wrote it myself, in the hope that everyone has to help
- 2023-04-07 02:30: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