-
Modbus 通信协议说明,具体描述Modbus 通信协议及具体应用
Modbus 通信协议说明共享的通信协议三种格式详细描述modbus 在master 和slave的基本架构说明以Utility程序测试Modbus联机架构demo演示机代码详细解说不可多得的应用详细源码
- 2022-05-09 13:59:05下载
- 积分:1
-
ORACLE.10G入门与实践.pdf,初学者入门必须
ORACLE.10G入门与实践.pdf,初学者入门必须-ORACLE.10G entry and practice. Pdf, beginners entry must be
- 2023-07-17 18:15:06下载
- 积分:1
-
A BOOK BY SIMON HAYKIN ON NEURAL NETWORKS
A BOOK BY SIMON HAYKIN ON NEURAL NETWORKS
- 2022-01-25 22:12:12下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
delphi6doc
delphi6doc
- 2023-08-02 21:00:05下载
- 积分:1
-
学习C语言必备的好书
学习C语言必备的好书-C language learning books required
- 2022-03-17 21:07:06下载
- 积分:1
-
红帽企业Linux 3安全指南
rh入门的好资料
红帽企业Linux 3安全指南
rh入门的好资料-Red Hat Enterprise Linux 3 Security Guide rh good data entry
- 2022-02-05 18:04:51下载
- 积分:1
-
includes several classical algorithm for the procedure and some of Notes
包含了几种经典算法的有关程序及其部分注释-includes several classical algorithm for the procedure and some of Notes
- 2023-08-20 06:35:03下载
- 积分:1
-
Maybe somebody will say, "Who now using diskless diskless, then slowly"...
也许有人会说“无盘?现在谁还用无盘,那么慢”、“管理也不方便,太费事”、“安装太困难,一般人做不了”。实际上,无盘并不代表低速,而且利用一些专用软件,安装无盘工作站也非常容易。-Maybe somebody will say, "Who now using diskless diskless, then slowly", "management nor convenient, too cumbersome," and "too difficult to install, most people do not." In fact, diskless is not slow, but use some special software, the installation of diskless workstation is also very easy.
- 2022-03-15 01:48:42下载
- 积分:1
-
linux程序设计,对于linux初学者相当有用!本书为第四版,英文原版!...
linux程序设计,对于linux初学者相当有用!本书为第四版,英文原版!-linux programming, linux for beginners very useful! For the fourth edition of this book, the English original!
- 2022-06-26 11:04:35下载
- 积分:1