登录
首页 » 通信 » Unlocking the Power of OPNET Modeler 书中源代码

Unlocking the Power of OPNET Modeler 书中源代码

于 2022-02-21 发布 文件大小:54.08 kB
0 165
下载积分: 2 下载次数: 1

代码说明:

Unlocking the Power of OPNET Modeler一书,最新出版的教材,经典的源代码,不容错过

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Rayleigh衰落道仿真 多径与单径,多普勒平移
    Rayleigh衰落信道仿真 多径与单径,多普勒平移-Rayleigh fading channel model and simulation:Rayleigh_Doppler_singlePath, Rayleigh_Doppler_multiPath
    2022-02-21 17:15:50下载
    积分:1
  • zmodem文件传输协议的源码
    zmodem文件传输协议的源码-source code of zmodem file translation protocol
    2022-03-25 06:12:02下载
    积分:1
  • MODBUS RTU 51与维纶触摸屏例程。
    应用背景51和维纶触摸屏的通信。MODBUS RTU 51与维纶触摸屏通信例程。支持的功能码:位:01(读)、05(写),字:03(读)、06(写)还有与数码管显示输入的数据!注释的也比较详细。个人觉得移植性也比较好。各种的单片机上可以移植修改,关键技术51单片机与威纶通触摸屏通讯说明 本程序仅作为一个通信示例程序,实际使用需要根据需要修改。 请使用EB8000 V3.45以上软件打开触摸屏程序,程序为压缩后的触摸屏程序,请使用EB8000软件 工具——压缩/解压缩 菜单下的工具先进行解压缩;单片机使用Keil uVision3 V3.50编译 一、硬件连接    使用ATMEl 89S52单片机。 二、软件 1、通讯环境 触摸屏设置为主站,即PLC 类型 MODBUS RTU,通讯参数设为“9600,N,8,1”。 2、触摸屏程序,需要读取八个位,以及八个字,每次最少读取16个位,字可以一次读取一个也可以一次读取八个。 有0X1-0X8八个位切换开关,6X1-6X8八个字输入元件,支持的功能码:位:01(读)、05(写),字:03(读)、06(写) 当没有写操作时,屏不断的向单片机发送如下码(16进制显示): 01  01  00  00  00  10  3D  C6  (位读取) 01  03  00  00  00  08  44  0C  (字读取) 此时,如果不给屏发送相应返回值的话,屏就会提示“PLC no response” 3、51单片机程序思路及说明
    2022-02-02 15:58:29下载
    积分:1
  • 中国移动CMPP3.0短消息网关开发接口使用手册,给开发短平台的朋友...
    中国移动通信CMPP3.0短消息网关开发接口使用手册,给开发短信平台的朋友-CMPP3.0 China Mobile Communications Development of Short Message Gateway Interface user manual for the development of the SMS platform friend
    2022-08-05 13:26:08下载
    积分:1
  • 这是一个canopen协议的英文原版说明介绍,很详细地介绍了can总线的高级应用协议...
    这是一个canopen协议的英文原版说明介绍,很详细地介绍了can总线的高级应用协议-This is a Canopen the English original agreement describes, a very detailed description of the senior bus can Application Protocol
    2022-03-23 13:37:13下载
    积分:1
  • 串口收发程序
    fafasdfasfasfasdfasfasfas fsdafasfasdgfdhfdghgdfjhdfghdgf hdfghfdghfdghdfghdfghdfg// DlgSend.cpp : implementation file // Download by http://www.codefans.net #include "stdafx.h" #include "SCC.h" #include "DlgSend.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CDlgSend dialog CDlgSend::CDlgSend(CWnd* pParent /*=NULL*/)  : CDialog(CDlgSend::IDD, pParent) {  //{{AFX_DATA_INIT(CDlgSend)  m_nCycMode = 0;  m_nCycSel = 0;  m_unTime = 1000;  m_unLine = 1;  m_unStart = 1;  m_unEnd = 2;  m_unTrigger = 0;  //}}AFX_DATA_INIT } void CDlgSend::DoDataEx
    2022-03-05 20:00:41下载
    积分:1
  • simple menu Circle and Chinese PC Poeckt
    简单的画圆和中文菜单Poeckt PC-simple menu Circle and Chinese PC Poeckt
    2023-02-28 23:35:04下载
    积分:1
  • matlab hfss antenna code
    matlab 代码,结合了hfss里面关于天线仿真设计的原理,利用在matlab里面对天线结构的仿真和分析,再结合hfss的分析,可以有效设计 天线。本代码主要是针对微带天线的设计和仿真分析,建立了图标分析,输入设计频率和尺寸就可以分析不同天线的增益,给出了天线的 极化图,便于分析学习
    2022-03-15 20:42:29下载
    积分:1
  • 如何计算结构体的大小运算符sizeof可以计算出给定类型的大小,对于32位系统来说,sizeof(char) = 1 sizeof(int) = 4。基本数据类...
    如何计算结构体的大小运算符sizeof可以计算出给定类型的大小,对于32位系统来说,sizeof(char) = 1 sizeof(int) = 4。基本数据类型的大小很好计算,我们来看一下如何计算构造数据类型的大小。 -How to calculate the structure of the size of the sizeof operator can calculate the size of a given type, for a 32-bit systems that, sizeof (char) = 1 sizeof (int) = 4. Basic data types of the size of the fine calculation, we take a look at how to calculate the structure data type size.
    2022-07-03 20:19:41下载
    积分:1
  • Winio based on the Treasury, through the write
    基于winio库,通过写端口寄存器的方式实现串口通信(com1)-Winio based on the Treasury, through the write-port register means serial communication (com1)
    2023-07-15 13:00:04下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载