IrDA IrLAP 1.1 协议,基于IrPHY的协议之上的数据链路层
上传时间: 2014-01-21
上传用户:sdq_123
这是一个学习WinSocket编程的程序,它由3部分组成,一是发送Sender的程序,另一个是接收Receiver的程序,还有一个是信道channel。发送方发送的数据需要经过信道才能够被接收方接收到。这个信道是一个模拟信道,可以自由设置它成为可靠或者不可靠,在不可靠时又有几种情况。这些都是为了能够更好地去理解数据链路层的编程,对学习很有帮助。
上传时间: 2013-12-25
上传用户:luopoguixiong
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
本方案是采用世界先进技术CAN2.0总线技术来实现局域网联接的,CAN总线遵从ISO/OSI模型,采用了其中的物理层、数据链路层与应用层 CAN支持多主工作方式,网络上任一站点均可在任何时候主动向其它站点发送信息,支持点对点、一点对多点和全局广播方式接收/发送数据,从而避免了总线冲突可远距离传输 实现数据的快速、安全可靠的传输 本方案中采用一台计算机和多个高亮数码显示(LED)屏站点组成一个目视化的生产线管理系统,一个显示屏为一个CAN网络站点 LED显示屏用来分别记录、显示一条生产线或车间的生产状况及各种资料 全部显示屏均接入CAN网络总线,实现统一由计算机管理 采用这种看板式管理方式,只用一台计算机可以管理所有生产线的生产状况了,可再通知路由器将本地数据接入以太网,实现真正的远程监控,实现生产车间的远程网络管理化,这是一套实用、高效的生产线管理方案.
上传时间: 2016-01-20
上传用户:金宜
Java局域网监听器 监听本地网段(同个路由器内的网段)指定IP的IP数据包. 原理是ARP欺骗的方法,欺骗了目标IP的机器的ARP缓存以及本地路由器内的ARP表,让路由器跟目标IP之间的数据都必须经过运行这个软件的机器。 因为涉及到数据链路层的数据包操作,需要JPCAP这个包来增加JAVA对数据链路层的支持,所以要运行这个软件除了虚拟机还需要安装winpcap(windows)/libpcap(linux)+JPCAP才能运行。这3个包在网上都搜索下就可以找到了。 我打包成了.JAR文件,如果安装过WINPCAP/LIBPCAP+JPCAP,双击运行即可.源代码解压即可
上传时间: 2016-01-22
上传用户:sdq_123
详细介绍关于计算机网络的相关知识,包括物理层,数据链路层,传输层,网络层,
上传时间: 2013-12-10
上传用户:epson850
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
基于linux下的故障录波前置程序,使用libcap完成数据链路层的采集,数据库采用mysql,录波启动算法和comtrade文件的生成
上传时间: 2014-01-26
上传用户:电子世界
可以监听本地网段(同个路由器内的网段)指定IP的IP数据包. 原理是ARP欺骗的方法,欺骗了目标IP的机器的ARP缓存以及本地路由器内的ARP表,让路由器跟目标IP之间的数据都必须经过运行这个软件的机器。 因为涉及到数据链路层的数据包操作,需要JPCAP这个包来增加JAVA对数据链路层的支持,所以要运行这个软件除了虚拟机还需要安装winpcap(windows)/libpcap(linux)+JPCAP才能运行。
上传时间: 2016-04-11
上传用户:清风冷雨
本文通过对SCCP协议两类业务的特点进行具体分析,提出了模块化的实现方法,重点阐述了SCCP路控制模块。并在工程应用中进行了几点创新,解决了多用户身份识别和闲置连接段及时释放问题。
上传时间: 2016-04-16
上传用户:sardinescn