-
CSocket-TCP
说明: 基于CSocket的TCP多人聊天程序 平常自己练习用的!(CSocket of TCP-based chat program over usual practice their own use!)
- 2010-04-05 09:24:58下载
- 积分: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
-
ZXPortMap
ZXPortMap 端口映射源代码
一个很好的端口映射工具(ZXPortMap port mapping source code for a good port mapping tool)
- 2013-09-12 13:13:04下载
- 积分:1
-
serverduan
服务器端网络编程,使用套接字发送信息,要的可以下下来(server network programming, the use of this information socket, could look down under)
- 2007-03-23 14:54:27下载
- 积分:1
-
VPN
说明: 手写VPN,模拟IP in IP的VPN路由,包括服务器端和客户端(VPN Server Writen by C++)
- 2020-06-25 09:40:02下载
- 积分:1
-
GetIPConfig
可以获取自己的ip地址,模仿cmd的ipconfig命令(Can get the ip address imitate cmd ipconfig command)
- 2012-12-19 08:39:12下载
- 积分:1
-
DDOS-scr
提供了各种拒绝服务攻击方式的算法,封装成了各种函数,调用很方便。(Offers a variety of denial of service attack algorithm, the package into various functions, call it convenient.)
- 2011-06-08 16:53:15下载
- 积分:1
-
QosSvr
简易TCP通讯服务器端,QosClt为客户端。多个客户端间的通讯需要基于服务器,即通过服务器转发。(Simple TCP communication server, QosClt for the client. Communication between multiple clients need a server-based, that is transmitted through the server.)
- 2013-09-09 13:50:32下载
- 积分:1
-
scoket 聊天程序
scoket 聊天程序
- 2015-04-25下载
- 积分:1
-
kmeans_wsn
无线传感器网络中使用kmeans算法对网络节点进行分簇(wsn kmeans)
- 2020-12-07 22:19:20下载
- 积分:1