虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

S7-300/400

  • The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP

    The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP protocol ECHO_REQUEST packets to as pecified network host and can tell you if that machine is alive and receiving network traffic.ipv6calc is a small utility which formats and calculates IPv6 addresses in different ways. It extends the existing address detection on IPv6 initscript setup or make life easier in adding reverse IPv6 zones to DNSor using in DNS queries like nslookup -q=ANY ipv6calc -r 3ffe:400:100:f101::1/48`

    标签: ping networking The contains

    上传时间: 2014-08-25

    上传用户:zhichenglu

  • 简要描述: 一个很好而小巧的串口调试助手

    简要描述: 一个很好而小巧的串口调试助手,支持常用的300-115200bps波特率,能设置校验、数据位和停止位,能以ASCII码或十六进制接收或发送任何数据或字符(包括中文),可以任意设定自动发送周期,并能将接收数据保存成文本文件,能发送任意大小的文本文件。

    标签: 串口 调试助手

    上传时间: 2016-09-05

    上传用户:kristycreasy

  • 本软件采用VB开发

    本软件采用VB开发,用于上位机和S7-200系列PLC PPI协议通讯

    标签: 软件

    上传时间: 2013-12-15

    上传用户:wendy15

  • 根据曼彻斯***的编码原则(参见本刊2001年第一期《一种采用曼码调制的非接触IC卡读写程序编制》)

    根据曼彻斯***的编码原则(参见本刊2001年第一期《一种采用曼码调制的非接触IC卡读写程序编制》),非接触ID卡采用上升沿对应着位数据“0”,下降沿对应着位数据“1”,微控制器通过检测U2270B输出数据位的跳变来实现对曼彻斯***的译码。在现实工作中,数据信号会受到调制、解调、噪声各种效应的影响,其上升沿和下降沿存在抖动,可采用键盘消抖的办法来消除抖动的影响。根据非接触ID卡64位数据循环发送以及其数据绪构特点,即数据流中第64位为“0”,第1位至第9位为“1”。据此,将“0111111111”作为读数据的起始标识,如图2所示。在确定了数据起始标识后,采用延时大于0.5T采样数据位的方法,如图3所示,来避开曼彻斯***编码中的空跳对数据译码造成的影响,简化了译码程序。 通过实验得到:480μs≤1T≤520μs,220μs≤0.5T≤280μs,由此取Tnext=300μs。为了便于对读出数据进行奇校验,读出数据每5位作为一个字节。因此确定起始标识和读取数据对时钟有严格要求,所以寻找起始标识和读取数据部分程序采用汇编语言编写。数据读以后,根据前面所提到的非接触ID卡的数据结构,通过比较奇校验算法与读出数据中的奇校验位来验证出数据的正确性。

    标签: 2001 编码 编制 调制

    上传时间: 2016-10-14

    上传用户:xhz1993

  • 学生运动会成绩数据库 学生运动会成绩数据库系统记录某校运动会上全部运动项目

    学生运动会成绩数据库 学生运动会成绩数据库系统记录某校运动会上全部运动项目,各系获得的分数及排名的情况,包括50、100、200,400,1500米,跳高,跳远,标枪,铅球铁饼等。进入系统后可以输入和修改某个项目的结果情况,可以按各系院编号输出总分;按总分排序;按男团体总分排序 ;按系院编号查询;按项目编号查询;按女团体总分排序。

    标签: 数据库 数据库系统 记录 项目

    上传时间: 2016-10-17

    上传用户:libenshu01

  • 《有限元方法编程(第三版)》随书源码。 采用 Fortran 90 编制

    《有限元方法编程(第三版)》随书源码。 采用 Fortran 90 编制,近 400 个计算子程序。在 64 位机器上编译通过,并运行正确。

    标签: Fortran 90 有限元 编程

    上传时间: 2016-10-19

    上传用户:leixinzhuo

  • The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general co

    The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control and data transfer communication between ICs. Some of the features of the I2C bus are: • Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A 12V supply line (500mA max.) for powering the peripherals often may be present. • Each device connected to the bus is software addressable by a unique address and simple master/ slave relationships exist at all times masters can operate as master-transmitters or as master-receivers. • The I2C bus is a true multi-master bus including collision detection and arbitration to prevent data corruption if two or more masters simultaneously initiate data transfer systems. • Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard mode or up to 400 KBit/s in the fast mode.

    标签: bus bidirectional primarily designed

    上传时间: 2013-12-11

    上传用户:jeffery

  • 在作业1的Employee和EmployeeDemo两个类基础上修改 1

    在作业1的Employee和EmployeeDemo两个类基础上修改 1,重写Employee类的toString方法,返回Employee类的相关信息的字符串形式 重写Employee类的equals方法,如果两个Employee实例的名字和所属部门相同,返回true; 并在EmployeeDemo类里面验证上述两个方法 2,定义Clerk、Salesman、Engineer三个类,分别继承自Employee 为Salesman增加一个年销售额属性 为Engineer增加一个年消化人月数属性 3,将下面的描述反映到程序里 普通员工年终奖金分配方案为月薪×2 Salesman:销售额×2%+月薪×1.8 Engineer:年消化人月数×300+月薪×2.5 Clerk:月薪×2.5

    标签: EmployeeDemo Employee 修改

    上传时间: 2016-10-21

    上传用户:jeffery

  • 设有十个学生的成绩分别为56 69 84 82 73 88 99 63 100 80。编制程序分别统计低于60分

    设有十个学生的成绩分别为56 69 84 82 73 88 99 63 100 80。编制程序分别统计低于60分,60-90 67-97,80-89,90-99和100分的人数,并存放于s5,s6,s7,s8,s9,s10中

    标签: 100 69 63

    上传时间: 2016-10-31

    上传用户:410805624

  • MICRF102 是Micrel 公司 QwikRatioTM 系列发射器(Transmitter)的成员之一

    MICRF102 是Micrel 公司 QwikRatioTM 系列发射器(Transmitter)的成员之一,工作在 300~470MHz ISM 频段,适用于各种无线遥控/数传领域

    标签: QwikRatioTM Transmitter Micrel MICRF

    上传时间: 2016-11-12

    上传用户:sk5201314