一种高效的路由表查找算法,可以方便快捷的接受,发送分组数据包
上传时间: 2013-12-12
上传用户:牛布牛
在USB/UART转换芯片支持下,通过USB接口使用UART与上位机通讯, // 当收到上位机发送的数据时,把接收到的数据发送到上位机,显示 // 在上位机串口调试软件上 // IDE环境: SUNPLUS u nSPTM IDE 2.0.0(or later) // PC机环境: 串口调试工具(PortExpert) // 涉及的库: CMacro1016.lib // 组成文件: main.asm // 硬件连接: USB线连接实验仪与PC的USB接口
上传时间: 2014-01-14
上传用户:xuanchangri
利用UDP实现网络聊天室,实现聊天无需建立连接,直接发送接收数据即可
上传时间: 2013-12-15
上传用户:pinksun9
此代码为udp通信程序,主要是从客户端发送一数据,然后在在服务器段接收。
上传时间: 2014-01-05
上传用户:agent
此代码为tcp通信程序,主要是从客户端发送一数据,然后在在服务器段接收。
上传时间: 2014-12-21
上传用户:AbuGe
linux下多线程网络编程,实现arm9视频采集和网络发送jpeg数据,使用udp协议,自己写的,搞了好几天!linux下的多线程比较复杂易出错。
上传时间: 2013-12-18
上传用户:yuzsu
这是一个PC机与单片机通信源代码,包括串口初始化和发送接收数据
上传时间: 2015-12-24
上传用户:xmsmh
这是一个学习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
用qt3实现的Wake On Lan也就是远程唤醒(远程开机),即通过一台PC向另一台已经关机但仍连接电源PC发送网络数据包,使其开机的功能,前提是两台PC同处一个局域网内,且被唤醒方的网卡支持网络唤醒功能(现在网卡基本上都支持啦)
上传时间: 2016-01-18
上传用户: