-
ServerDemo
TCP协议数据传输和聊天程序服务器端程序源代码(TCP data and message transferring, server program.)
- 2009-04-08 21:00:16下载
- 积分:1
-
CapturePacket
网络抓包与协议分析,实现图形用户界面,能利用原始套接字编程接口(winpcap)进行抓包,能对抓包的内容进行分层显示和各字段数值显示,可对抓包进行过滤,将抓包的内容存入数据库。
(Network packet capture and protocol analysis, graphical user interface, to use raw socket programming interface (winpcap) conducted capture, able to capture and display the contents of each field value hierarchical display, capture can be filtered, The capture of the content stored in the database.)
- 2021-03-28 15:59:11下载
- 积分:1
-
IOCP-Basic
IOCP基本原理介绍,主要介绍了如何使用IOCP进行开发。(Introduce the basic principles of IOCP, mainly on how to use IOCP for development.)
- 2011-04-20 10:13:01下载
- 积分:1
-
udp
基于udp的服务器与客户端之间传输字符串(Udp-based server and the client to transfer a string)
- 2010-11-06 22:24:05下载
- 积分:1
-
UdpClient
用Visual C++编写的UDP客户端程序。(Using Visual C++ Prepared UDP client program.)
- 2007-07-17 10:16:03下载
- 积分:1
-
Joker-Hacks-Dayz-Sa
Another Dayz SA hack with script r
- 2016-02-05 14:06:38下载
- 积分:1
-
vcpeerYou
守候远程控制VC++源码,任意开源。已在XP下编译通过并运行。(Waiting for remote control of VC++ source code, any open-source. Has been compiled by and run under XP.)
- 2009-09-26 21:39:30下载
- 积分:1
-
GetWebSource
通过 afxinet库中函数
获得网页发过来的代码 并保存(Obtained by afxinet library functions and the code page sent me to save)
- 2011-07-12 14:11:51下载
- 积分:1
-
udpClie
vc++ Socket编程入门程序,容易上手,入门首选,才用UDP方式,客户端(vc Socket Programming induction procedures, easier to get started, beginners choice before using UDP, the client)
- 2007-03-28 17:08:50下载
- 积分: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