搜索资源列表
winsock202030339
- 一个网络试验报告,只是还没有写不必要的思想感悟,需要自己添加-a network test report, but did not write unnecessary ideological sentiment, it needs its own added
XiaoBox
- 自己写的一个小程序,在寝室和同学同用一跟网线,想下载东西又免得影响别人的网速。本小程序添加好ip,就可以扫描这些ip,他们都关机了就会启动迅雷等下载工具。(也可以启动其他程序),只要有一个ip上线就关闭下载程序。
NKPP
- 本程序利用winpcap实现TCP/IP模型中各层协议数据报的发送的接收,且包含socket通信的相关内容,程序利用VC6.0开发,需要先安装winpcap驱动,且添加压缩文件中提供的winpcap库文件-This programme helps sending and receiving the protocol packet.
new
- 1.读取第二个book元素的price元素值 2.给第一个book元素的price元素添加一个属性danwei,值为rmb 3.添加一个book元素,包括name子元素和price子元素,值分别为ppp和45.67-1. Read the second element of the price element of book value of 2. To the first element of the price element book to add an attribute dan
testcpp
- 很流行的测试用例程序,可以定制自己的测试工具,添加丰富的测试案例,快速打造自己的测试环境。-Test procedure is very popular, you can customize their own testing tools, test cases to add a rich, fast to build their own test environment.
UDPSender
- 能实现通讯录的管理,能很方便的进行用户的查询,添加,删除,修改等操作!-To achieve the management of contacts, can be very convenient for the user' s query, add, delete, modify, such as the operation!
UDP
- UDP通信测试, 运行正常,可以下载了学习下,添加代码就可以做成复杂的聊天程序-UDP tong xin test
Timer
- 这是一个4.4FreeBSD中关于time_out网络限时函数的kern_clock.c文件的重构,当然我删了一些不属于time_out函数实现的部分,也为了移植它,添加了一个双向链表,这个链表更适合在低档的单片机中运行。-This is a 4.4FreeBSD time_out network on the ceiling function kern_clock.c file reconstruction, of course, I deleted some time_out functio
GPSR-ns2.26~2.29
- 关于olsr路由协议的源代码,以及在ns2下的添加方法-Olsr routing protocol source code, and add a method in ns2
IPHelper-API-Demonstration-project
- IpHlpApi for delph 所有API示范,源自老外写的一个项目,包括了IpHlpApi 的所有API的使用方法示例,非常稀有!!像API添加路由、修改路由、查看修改网络连接属性等等!-IpHlpApi for delph all API demonstration from a project written by foreigners, including IpHlpApi all use of the API method example, very rare! ! Like a
MYQQ
- JAVA语言开发的QQ聊天系统,可以添加,删除,好友,支持在线,离线发送消息,能发送文件,听音乐等功能-JAVA language development QQ chat system, you can add, delete, friends, support online, offline Send Message, can send files, listen to music and other functions
add-simple-protocol-in-ns2
- NS2添加简单协议simple,一种新的MANET单播协议在NS-2中的实现-NS2 add a simple protocol simple, a new MANET unicast protocol in NS-2 in
TCP-Westwood
- 基于带宽估计的TCP拥塞控制协议TCP Westwood的C++源码和头文件,可直接添加到NS2中使用-Bandwidth estimation based on TCP Congestion Control Protocol TCP Westwood s C++ source and header files can be added directly to the NS2
QTcpTest
- 基于QT5.5.1的socket TCP协议通信示例,包含客户端与服务端,实现了多线程、心跳机制、断线重连,数据简单封包(防止粘包)等必备技巧,已经封装为独立的类,可以移植性强,只需要添加自己的数据解析与处理即可直接使用。-Based on QT5.5.1 socket TCP communications example, including client and server, realize multithreading, heartbeat, break line, simple dat
SocketToolsourcecode
- Socket测试工具包的开发 第一阶段,先开发客户端,第二阶段 开发服务端. 1.GPS坐标数据的解析与转化, 比如开始和结尾判断后,中间取字符串的方式. 使用什么样的编码. 2.Json数据的解析与转化,快速的发送类的一种方式,不用考虑那么多的字节转化方式 3.最简单的是发送字符串,这样的功能市面上都有。 我要能够发送字节串,可以写一个16进制串,然后发送出去. 可以定时发送. 4.多个客户端同时发送数据. 模拟数量,然后以列表的形式看发送和返回的数据. 5.添加的测试服务器和