-
klps
这是一个对打开窗口的位置进行安排调整的程序.可以实现重叠或平铺等功能()
- 2018-04-29 12:05:48下载
- 积分:1
-
Network-transmission-
Network transmission
- 2013-01-24 02:37:33下载
- 积分:1
-
TCPSrv
socket服务器程序Demo。供socket开发人员参考。(socket server program Demo. Developer Reference for the socket.)
- 2013-09-13 16:51:05下载
- 积分:1
-
TCPServerclient
客户服务器TCP/IP通信程序利用WINSOCK编程(client-server TCP/IP communications programming procedures using Winsock)
- 2005-06-30 11:10:29下载
- 积分: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
-
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
-
winsocket
用Winsocket实现网络中聊天和文件传输, VC++编写(you can use it to communicate with other or transfer some files.)
- 2009-06-16 23:13:16下载
- 积分:1
-
WifiControl
用来控制网卡的源码,可以列出机器中所有的网卡,并可实现禁用和启用网卡(card used to control the source, a list of all the machines card and can achieve banned and the opening of NIC)
- 2020-07-29 16:48:38下载
- 积分:1
-
socket
SOCKET通信,一个服务端,一个客户端的通信。(SOCKET communications, a server, a client communication.)
- 2013-11-04 16:50:40下载
- 积分:1
-
SMTP_POP3
INternet网络协议,邮件通用协议。使用过还可以(Internet network protocol, the message universal agreement. Can also be used)
- 2012-05-23 17:56:02下载
- 积分:1