-
控制语音Modem的程序
控制语音Modem的程序 -Modem program controlling voice
- 2022-01-24 09:39:49下载
- 积分:1
-
一个基于RTC的即时通信软件的例子,出自MICROSOFT
一个基于RTC的即时通信软件的例子,出自MICROSOFT-an RTC-based instant messaging software examples from Microsoft
- 2022-05-05 14:50:51下载
- 积分:1
-
with 32 computers in the serial communication interface library package. In fron...
用在32位计算机上的串口通信打包接口库文件.前面的各种结构体,除了因为字宽原因,
使用了不同数据类型以外,实际效果与相应的单片机程序接口是一致的.平台独立.-with 32 computers in the serial communication interface library package. In front of the structure, in addition to the reasons for wide characters, the use of different data types, the actual results with the corresponding microcontroller interface is the same. Platform independence.
- 2022-01-21 23:42:18下载
- 积分:1
-
Debian Linux下的通讯程序
Debian Linux下的通讯程序 -The communication example for Debian Linux
- 2022-03-22 19:20:26下载
- 积分: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
-
一个非常全面的关于串口通讯方面的饭卡系统程序源码,大家共享...
一个非常全面的关于串口通讯方面的饭卡系统程序源码,大家共享-A very comprehensive on the serial communication system procedures饭卡source, everyone shared
- 2022-01-25 14:04:42下载
- 积分:1
-
一个PDA GUI系统的源码
一个PDA GUI系统的源码-A PDA GUI system source
- 2022-03-13 09:22:40下载
- 积分:1
-
通信协议的解析和分析,主要是看它的校验码。
通信协议的解析和分析,主要是看它的校验码。-Analysis of communication protocols and analysis, mainly to look at its validation code.
- 2022-11-17 05:30:03下载
- 积分:1
-
VISA库文件,给需要做程序控制仪器方面的同学。
VISA是标准化的I/O函数库及其相关范围的总称。作为通用的I/O标准,VISA是面向器件而不是面向接口总线的。因此VISA与其它现有的I/O接口软件相比,最大的优点就在于它与硬件接口无关,是一个标准且独立于硬件设备、接口、操作系统和编程语言的I/O函数库,可以说它是现有I/O接口软件的一个超集。
- 2022-08-08 08:14:21下载
- 积分:1
-
sd卡 MMC卡 MCU读取方案最完整的资料
sd卡 MMC卡 MCU读取方案最完整的资料-sd card MMC card MCU reading program the most complete information
- 2022-08-25 13:39:19下载
- 积分:1