-
TCP
TCP通讯程序
TCP通讯程序
包含客户端以及服务端(tcp program
tcp program
包含客户端以及服务端)
- 2009-05-05 22:31:09下载
- 积分:1
-
Protocol6
计算机网络选择重传协议,效率达到90 以上,北邮计科计算机网络课程作业(Select the computer network retransmission agreement, more than 90 efficiency, BUPT Jike computer network course work)
- 2014-03-31 20:55:07下载
- 积分:1
-
MAC-scanV3.21
可实现多种方式的MAC扫描,确保扫描到目标网络中所有的网络mac地址(MAC can be scanned to achieve a variety of ways to ensure that the network scan to the destination mac address of all network)
- 2010-12-17 06:44:28下载
- 积分:1
-
EfonVNC
基于VC++开发的VNC服务端,非常有用方便,可用于远程调试使用(Developed based VC++ VNC server, very useful convenience for remote debugging)
- 2013-06-05 23:43:42下载
- 积分:1
-
routing_aodv
aodv源代码,RREP路由回复,RREQ路由请求,RRER路由错误的编写,以及aodv中没有字段中每个参数的描述,以及函数的实现,数据发送的处理和数据接收的处理(aodv,RREP,RRER protocol ,RREQ)
- 2012-01-10 19:09:51下载
- 积分:1
-
socket
基于socket与数据库的自动贩货机服务器端和客户端的编程(Socket and the database automatically based on trafficking in goods and client-server programming)
- 2011-05-16 15:45:31下载
- 积分:1
-
gontext
如何获取线程关联用户名和域名,不错,很好()
- 2018-06-20 11:33:16下载
- 积分:1
-
update-online
一套完整的在线升级程序,只需修改配置文件即可成为自己的升级程序。(A complete set of online upgrade program, simply modify the configuration file to become their own upgrade process.)
- 2013-09-18 09:28:45下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
SendFileClient
VC++实现类似于QQ文件传输功能的文件发送与接收程序示例,分为服务端和客户端,客户端首次接收数据,将判断文件包大小,数据包中一定包含完整的数据包结构信息,数据不一定完整;读取数据包的大小,包含数据包结构大小和数据大小,之前接收的数据与现在接收的数据能够构成至少一个完整的数据包,文件接收完毕则设置结束标记,若终止的连接,则弹出窗口告诉用户,对方终止了文件传送。
服务端程序是比较简单的,基本是复制文件数据、判断文件是否传递成功、等待对方收受发送任务或取消发送任务,分包继续发送文件等功能(VC++ implementation is similar to QQ file transfer capabilities to send and receive files program examples, divided into server and client, the client receives the first data packet to determine the file size, the packet must contain the complete information packet structure, the data is not must complete reading packet size, including the size and structure of the data packet size, and previously received data received data can now constitute at least one complete packet, the file has been received then set the mark, if the connection is terminated, the pop-up window telling the user, the other party to terminate the file transfer.
Server program is relatively simple, basically copying the file data, to determine whether the file transfer is successful, waiting for the other to accept or cancel the sending task sends tasks, subcontractors continue to send files and other functions
)
- 2014-06-03 13:50:03下载
- 积分:1