-
800-cases-of-foreign-hackers
国外黑客800例,比较全面的讲解黑客技术,能够让你快速的找到需要的技术,进行研读(800 cases of foreign hackers, a more comprehensive explanation hacker technology that allows you to quickly find the needed technology, the study)
- 2011-05-26 09:10:33下载
- 积分: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
-
tcp_winsock_controler
这是VB6.0上MSDN的例子,不过我做了稍微改动,能实现输入任意的IP地址,实现与其通信的目的(This is a VB6.0 example on MSDN, but I make a slight alteration can realize arbitrary input IP address, the realization of the purpose of communication)
- 2008-03-30 18:04:56下载
- 积分:1
-
modbus TCPIP协议client-Server端源代码
利用vc++实现modbus tcp通信(Using vc++ to implement Modbus TCP communication)
- 2018-02-24 17:45:27下载
- 积分:1
-
mail
说明: 一个基础于C++的邮件收发器,已测试,运行正常用(A foundation in C++ the message transceiver has been tested with the normal operation)
- 2009-08-15 10:11:11下载
- 积分:1
-
sf(V2.5)
说明: 封包程序 用与特种部队的 封包发送功能
及其他的一些功能
(Packet with the special procedures of the packets used to send function and other functions)
- 2009-08-13 07:37:31下载
- 积分:1
-
ClientSocketList
这份源码可以让大家更清晰的知道编写网络通讯的技巧(This code can let everyone know more clearly written communication network techniques)
- 2010-05-25 09:34:52下载
- 积分:1
-
756245245
VB校园即时通聊天软件源代码,有需要的就下载吧。(VB Campus Messenger chat software source code, there is a need to download it.)
- 2013-08-04 15:29:41下载
- 积分:1
-
12345
我的毕业设计 已通过答辩 计算机网络安全中防火墙技术和端口扫描技术 网络扫描器设计(My graduation project has passed the defense computer network security, firewall technology, and port-scanning technology network scanner designed)
- 2010-03-13 15:20:08下载
- 积分:1
-
chat实例
基于VC++的局域网聊天室,能够实现多人房间聊天。(LAN chat room based on VC++ can realize multi-room chat.)
- 2019-02-15 10:30:43下载
- 积分:1