-
GetNetSetting
get your host net setting
- 2012-10-25 12:48:22下载
- 积分:1
-
TheExam
局域网考试系统
VC++ 在线考试系统 Access SQL Server
VC++在线考试系统可连接Access 或SQL Server(LAN VC++ Online Test System Test System Access SQL Server VC++ online examination system can be connected to Access or SQL Server)
- 2011-05-16 10:32:25下载
- 积分:1
-
open_pc_and_port_scan
网络活动主机和开放端口扫描源程序,含开发文档,基于C#的rawsocket开发,支持 多线程
支持ARP,ICMP协议的活动主机扫描,支持TCP connect syn fin 三种方式的开放端口扫描,支持udp端口扫描(Networking activities, the host and open source port scan, including the development of the document, based on the C# The rawsocket development, support for multi-threaded support for ARP, ICMP scanning hosting agreement to support the TCP connect syn fin three ways of opening up port scanning, support udp port scan)
- 2020-11-01 21:50:01下载
- 积分:1
-
Winsckdownloader
实时HTTP下载控件
一个实时显示进度条的HTTP下载控件,使用WINSOCK,支持断点续传。速度。使用mschart控件,计量比较准确.(HTTP download real-time control of a real-time display of HTTP download progress bar control, the use of WINSOCK, Supporting HTTP. Speed. MSChart use controls, a more accurate measurement.)
- 2009-03-14 17:22:37下载
- 积分:1
-
winsocket
用Winsocket实现网络中聊天和文件传输, VC++编写(you can use it to communicate with other or transfer some files.)
- 2009-06-16 23:13:16下载
- 积分:1
-
client2
客户端连接服务器的程序,以此测试客户端是否连接上。(client programming source)
- 2013-09-02 16:17:04下载
- 积分:1
-
vcwangluobiancheng
说明: vc网络编程全解析,多个源码,全部为vc6打开,每个章节的源码例程都包括在里面,很好的东西,供大家学习应用 (vc network programming full resolution, multiple source, all the vc6 open source routines for each chapter are included in it, very good, for everybody to learn application)
- 2010-04-03 21:35:29下载
- 积分:1
-
NDISprogromer
说明: NDIS协议驱动程序源代码清单。NDIS协议驱动程序源代码用C语言完成。文档里含有全部代码。(agreement NDIS driver source code list. Agreement NDIS driver source code using C language completed. Documents containing all the code.)
- 2006-04-22 16:07:30下载
- 积分:1
-
netchatbar
一个很不错的网络聊天程序,分为客户端和服务段,总体的功能很不错的(a very good network chat procedures, and is divided into client services, the overall function of very good)
- 2006-12-26 16:54:24下载
- 积分: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