资源列表
LAN_CS
- 一个简单的socket例子。实现服务器与客户机连接,设置服务器与客户机的ip、端口后,即可互相发送数据。很好的入门例子。
显示网络流量(cc++源代码系列)
- 不错的一个小程序,收集、处理以及显示网络流量的统计数字的软件,用于LAN和拨号连接的计算机网络连接。在监控一个LAN段时,可以显示这一段上每个计算机的流量以及网络使用情况-good a small program, the collection, processing and display network traffic statistics software for LAN and dial-up computer network connections. The control of a
网络端口扫描
- 端口扫描(含源代码)-port scanning (including source code)
NetClientTest
- 装了winsock的通信模块,具有不限制大小的文件和数据传送功能,具有rpc调用接口,是一个属于文件和数据传输的高层封装类的服务器端的测试程序 -installed by the winsock communication module, with no limit to the size of documents and data transmission functions with rpc call interface, is a document belonging to the d
FuckAdsl
- 本软件可以察看本纪ADSL的所有密码,傻瓜式操作
TraceRoute
- 这是一个关于traceroute的程序,是在本人大二的时候学习vc的时候用到的很有用的一段程序,对了解和学习traceroute很有帮助的。
networksetting
- 获取计算机基本网络设置,用vc编写,可以查看主机名,ip,网关,网络设备物理地址-access to basic computer network configuration using vc prepared, you can view the host name, ip, Gateway, network equipment, physical address, etc.
WinSock
- 基于WinSock的文件传输系统: 采用C程序设计语言,设计基于WinSock的文件传输系统。网络连接采用C/S架构,首先由服务端启动,在某个端口上侦听,等待客户端的连接;一旦客户端向服务端发出连接时,服务端负责则发送文件。
Asp.net数据表控件 V2.0.1445
- Asp.net数据表控件 V2.0.1445,可用于生成各种数据报表,及其在上面进行二次开发。-Asp.net V2.0.1445 control data table, can be used to produce various kinds of data statements, and above for further development.
POP3
- 用C#編寫,透過POP3協定向指定的郵件伺服器收取郵件,對於想學POP3協定及想寫收取郵件功能者,具參考及教學價值
get_protocal
- 用VC++开发的获取系统支持的网络协议程序. 用VC++开发的获取系统支持的网络协议程序.-development of the VC access system to support the network protocol procedures. VC development of the access system to support the network protocol procedures.
CompletionRoutine
- 网络高性能服务器编写时采用的完成例程模型的讲解代码