-
javabluetooth
javabluetooth-src-200310
- 2022-10-02 12:15:04下载
- 积分:1
-
M3DEA (Mobile 3D Engine API) 手机3D引擎API
M3DEA (Mobile 3D Engine API) 手机3D引擎API-M3DEA (Mobile 3D Engine API) mobile 3D engine API
- 2022-08-02 16:52:27下载
- 积分:1
-
ARM控制TC35在掉电模式下通讯的源码
ARM控制TC35在掉电模式下通讯的源码-ARM Control in Power-down mode, TC35 communication source
- 2022-02-04 06:33:07下载
- 积分:1
-
PSK通信编程仿真源程序
PSK通信编程仿真源程序-PSK communication simulation programming source
- 2023-07-29 20:25:03下载
- 积分:1
-
的asyncio样品(也叫“PDC”样本)是一个字符
The AsyncIO sample (also called the "PDC" sample) is a character-mode program for searching the files in a directory tree for a match against a pattern. It uses multiple threads, with each thread processing one file at a time, accumulating its matches. When each thread finishes searching a file, the thread sends the matches contiguously to a standard output.
- 2022-03-30 00:26:49下载
- 积分:1
-
利用active控件实现modbus通信
利用active控件实现modbus通信
- 2022-07-04 19:12: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
-
introduce the MODBUS protocol in detail including translation style ,function c...
详细的介绍了MODBUS的协议内容 包括传输格式,功能码介绍等-introduce the MODBUS protocol in detail including translation style ,function code etc.
- 2022-01-22 16:34:53下载
- 积分:1
-
这是一个用VC编写的串口程序 内容很全,可以学习借鉴。
这是一个用VC编写的串口程序 内容很全,可以学习借鉴。-This is prepared by a serial port using VC procedure is very wide, you can learn from.
- 2022-03-18 13:20:07下载
- 积分:1
-
gprs接收系统。包括网络,数据库功能。
gprs接收系统。包括网络,数据库功能。-gprs reception system. Including network, database functions.
- 2022-10-13 10:35:03下载
- 积分:1