-
ATA接口协议集
ATA接口协议集-ATA Interface Protocol Set
- 2022-02-12 13:41:10下载
- 积分:1
-
一个电信增值业务的关于IVR平台编程的说明
一个电信增值业务的关于IVR平台编程的说明-a value-added telecom services on the IVR platform programming note
- 2022-03-06 16:23:05下载
- 积分:1
-
抽取倍数是4倍的多相抽取滤波器,用于降低接收信号的速率。...
抽取倍数是4倍的多相抽取滤波器,用于降低接收信号的速率。-multi_phase decimation filter
- 2022-02-16 00:14:48下载
- 积分:1
-
如何检查手机的听筒
我不是程序设计师,但我是个技术员,这张图片展示如何检查手机的听筒。
- 2023-05-10 09:40:03下载
- 积分:1
-
tcp/ip 通讯服务器端程序
tcp/ip 通讯服务器端程序-tcp/ip server communications procedures
- 2022-07-16 22:53:48下载
- 积分: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
-
段落成熟逆变电路。段落成熟逆变电路
几款成熟的逆变器电路.几款成熟的逆变器电路-paragraphs mature inverter circuit. Paragraphs mature inverter circuit
- 2022-03-23 10:43:26下载
- 积分:1
-
此代码为简单的ftp服务器,里面有课程设计相关内容,适合在校大学生学习和使用...
此代码为简单的ftp服务器,里面有课程设计相关内容,适合在校大学生学习和使用-This code for a simple ftp server, which has curriculum design-related content, suitable for college students to learn and use
- 2022-04-18 16:05:37下载
- 积分:1
-
EVRC code of block diagram and flow, and they hope to have everyone understand t...
EVRC code 的框图与流程,希望对大家理解EVRC encode 有帮助, Evrc Block Diagram, for audio engineer to understand EVRC encode,code -EVRC code of block diagram and flow, and they hope to have everyone understand the EVRC encode help, Evrc Block Diagram, for audio engineer to understand EVRC encode, code
- 2022-02-26 05:58:45下载
- 积分:1
-
串口调试助手源码
利用VC++,MFC开发的串口调试助手,实现文件的发送与接收,里面有一个主程序界面,各种功能都在上面,提供给需要编写串口调试助手的,代码清晰易懂,附带编写程序的重要步骤。
- 2022-02-26 21:05:27下载
- 积分:1