-
development of the OPC server Fan 1 cases. OPC is primarily applicable to proces...
开发OPC server的一个例范。OPC主要适用于过程控制和制造自动化等应用领域,你可以从该例子中学习如何编写一个服务器程序。-development of the OPC server Fan 1 cases. OPC is primarily applicable to process control and manufacturing automation applications, you can from the examples to learn how to prepare a server.
- 2023-09-03 13:55:04下载
- 积分:1
-
wsn的仿真源码,无须帐号,就可下栽.希望对大家有帮助啊
wsn的仿真源码,无须帐号,就可下栽.希望对大家有帮助啊-WSN simulation source, do not need an account, you can下栽. I hope all of you help ah
- 2022-05-14 07:01:46下载
- 积分:1
-
TRasObject实现了一些主要的函数,允许开发者在其程序中使用RAS功能。它可以管理连接(创建,修改,重命名,删除),对选定的连接拨号或挂断。...
TRasObject实现了一些主要的函数,允许开发者在其程序中使用RAS功能。它可以管理连接(创建,修改,重命名,删除),对选定的连接拨号或挂断。-TRasObject achieved some of the major functions, allowing developers to use in their proceedings RAS features. It can manage to connect (create, modify, rename, delete), the selected dial-up or hang up the connection.
- 2022-05-20 08:58:08下载
- 积分:1
-
matlab simulink里面关于瑞利信道仿真的设置参数
matlab simulink里面关于瑞利信道仿真的设置参数-matlab simulink inside on the Rayleigh channel simulation parameter settings
- 2022-03-24 18:29:38下载
- 积分:1
-
MODBUS-51参考程序
资源描述#include
#include "modbus.h"
/**********************
单片机晶振:11059200HZ 波特率9600
485控制脚: P3^7; 根据自己的板子修改modbus.h
***************************************/
void main()
{
initProg();
while(1)
{
timeProc();
checkComm0Modbus();
}
}
- 2022-01-26 03:36:16下载
- 积分:1
-
根据Ramon的多接口多信道模块修改的NS2程序
根据Ramon的多接口多信道模块修改的,更正了Ramon文章中不正确的部分,并给出了单信道和多信道的仿真例子以及关于吞吐量、抖动率、丢包率等方面的对比结果。只需要将ns2.34代码复制到相应文件中,运行所给例子即可得到结果。
- 2022-06-02 18:54:28下载
- 积分:1
-
这是一个小小的屏保应用程序,不知道会有什么样的结果,我都没试过。...
这是一个小小的屏保应用程序,不知道会有什么样的结果,我都没试过。-This is a small screensaver application procedures, do not know what kind of outcome, I have never tried.
- 2022-02-14 17:41:16下载
- 积分: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
-
该文件是关于采样和量化的一些资料,对于加深采样量化概念的理解具有一定的参考价值。...
该文件是关于采样和量化的一些资料,对于加深采样量化概念的理解具有一定的参考价值。-The document is on the sampling and quantification of some of the information, for better understanding of the concept of sampling to quantify a certain reference value.
- 2022-07-15 16:03:52下载
- 积分:1
-
一个VB写的wincc与excel数据交换问题
一个VB写的wincc与excel数据交换问题-write a VB wincc and excel data exchange problems
- 2022-07-20 23:25:35下载
- 积分:1