-
SIP的一个简单的ivr实现,在代码的IVR SIP实现小。
sip的一个简单的ivr实现,在国内关于sip的ivr实现代码不多。-sip of a simple IVR realized, in the IVR sip of code to achieve little.
- 2022-02-04 12:57:15下载
- 积分: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
-
在演示过程中java版SMGP协议,它可以帮助你…
一个关于smgp协议java版的demo程序,它也许能帮助你学习smgp编程-smgp agreement on a java version of the demo process, it may be able to help you learn smgp Programming
- 2022-01-21 23:10:56下载
- 积分:1
-
This a support library and assorted sample programs for interfacing
This a support library and assorted sample programs for interfacing- This a support library and assorted sample programs for interfacing
- 2022-03-25 05:23:13下载
- 积分:1
-
DNP 3.0通讯规约,包括数据链路层、传输层、应用层、数据对象库4部分。...
DNP 3.0通讯规约,包括数据链路层、传输层、应用层、数据对象库4部分。-DNP 3.0 communication Statute, including the data-link layer, transport layer and the application layer, the data object library four parts.
- 2022-07-12 18:29:00下载
- 积分:1
-
demo for java
demo for java
- 2022-02-04 19:52:17下载
- 积分:1
-
ADC10。C单片机+显示输入通过UART
应用背景关键技术
- 2023-07-27 12:45:04下载
- 积分:1
-
Keil软件是目前最流行的开发MCS
Keil软件是目前最流行的开发MCS-51的软件,其方便易用的集成环境,强大的软件仿真调试工具会让你事半功倍。-Keil Software is the most popular development of MCS-51 software, and its easy-to-use integrated environment, a powerful software simulation tools will let you debug effort.
- 2023-01-08 13:10:03下载
- 积分:1
-
Integrity of the serial communication program Vc++ Source code, suitable for beg...
完整串口通信程序Vc++源代码,适合初学着,在win2k,xp下调试通过。-Integrity of the serial communication program Vc++ Source code, suitable for beginners, and in win2k, xp adopted under the debugger.
- 2022-07-02 12:34:22下载
- 积分:1
-
通信系统中基于MATLAB的关于非线性滤波器的仿真程序
通信系统中基于MATLAB的关于非线性滤波器的仿真程序-MATLAB-based communication system on the non-linear filter simulation program
- 2023-05-14 15:15:03下载
- 积分:1