搜索资源列表
用VC6.0写的聊天系统
- 这是一个完全用VC6.0写的聊天系统.能够实现聊天的全部功能.-This is a completely written using VC6.0 chat system. To achieve full functionality of the chat.
VC6网络高级编程
- 采用VC++编写的各种网络通信方面的源程序。 从简单的客户/服务器,到复杂的多线程的下载,等。 共12个例子。 源代码都有详细的注释。 欢迎下载
VC6.0平台下的sniff
- sniff网络监测程序,在VC6.0平台下开发,是网络编程的一个很好起点
vc 6.0 的最简单基本的socket通信例子
- vc 6.0 的最简单基本的socket通信例子(含有tcp和udp),可以用vc6.0或者更高版本打开:-),vc 6.0 The simplest example of the basic socket communication (with tcp and udp), can be used to open vc6.0 or later :-)
udt.4.4.win32_with_VC6
- udt.4.4 支持VC6, linux+vc.net+vc6 UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 由于UDT完全在UDP上实现,它也可以应用在除了高速数据传输之外的其它应用领域,例如点到点技术(P2P),防护墙穿透,多媒体数据传输等等。 UDT由开
vc6
- 串口转以太网通信的例子,有需要的可以参考参考,vc6写的.-Examples of serial to Ethernet communications, we need to refer to reference, vc6 written.
net_state_check
- vc6 检查当前的网络状态,判断是否使用代理等-vc6 to check the current network status, to determine whether the use of agents
VC6.0Example_of_communication_based_UDP
- UDP是一种面向非连接,不可靠的通讯协议。其可靠性虽然不及TCP,但传输效率高,所以在偏重效率而对可靠性要求不高的场合,UDP被广泛应用。本文主要讨论udp通讯的过程并做了一个测试例程。希望对大家有帮助。-UDP is a non-connection-oriented, unreliable communication protocol. Although less than the reliability of TCP, but the transmission efficiency, s
socket
- 基于VC6.0的socket方面的编程,服务器端和客户端通讯-VC6.0 side of the socket-based programming, server-side and client communications
mib-view
- 查看设备mib库的程序源码,在vc6下编译通过,支持get、set等常用操作,有少量注释。-See equipment mib-source library, compiled in vc6 adopted under the support the get, set operations, such as commonly used, a small amount of the Notes.
serv
- IOCP服务器的通信源码。实例。VC6编译通过。-IOCP server source
VC6
- 在VC6下通过,一个简单的客户服务端程序,基于文档视结构,用数据报方式实现。整个项目(源代码,工程文件全部,以及生成的可执行文件)打包。-In VC6 through, a simple customer service end of the procedure, depending on the structure of the document, using data reported to achieve. The entire project (source code, project
vc6-NetTest
- 采用VC6的以太网测试源码,里面有服务器端和客户端的源码-Ethernet Testing using VC6 source code, which are server-side and client-side source code
(Pop3)VC6.0EmailSendingReceivingCode
- (pop3)VC6.0 Email邮件收发源代码.rar-(Pop3) VC6.0 Email E-mail sending and receiving the source code. Rar
(Smtp)VC6.0EmailSendingReceivingCode
- 基于smtp VC6.0EmailSendingReceivingCode.rar-VC6.0EmailSendingReceivingCode.rar
frame
- 可以实现帧的封装与解析,可以运行。 二、 程序为命令行程序,可执行文件名为FrameParser.exe,命令行格式如下: FrameParser.exe -e/-u outputfile/inputfile 其中,-e为封装命令,-u为解析命令。outputfile为要执行封装操作的文件名,inputfile为要执行解析操作的文件名。 程序运行平台:Windows 编程环境:VC6.0 语言:C++ -The package can be achieved wit
udp_broadcast
- UDP包的广播,包括发送与接收 VC6.0环境-UDP broadcast,incude send example and reveive example in VC6.0。
TestTinyXML_2010.5.30
- TinyXML的使用小例子,TinyXml是一个基于DOM模型的、非验证的轻量级C++解释器,用起来十分方便,这个例子中使用的平台是VC6.0-TinyXML example of the use of small, TinyXml is a DOM-based model, non-validated lightweight C++ interpreter, with very convenient
ekhtml_for_win-vc6
- ekhtml是一个非常简单的html解析库,不但可以解析html而且对于xml也有一定的解析效果,SAX实现,C编写。这个是移植到VC6上的源码-ekhtml is a very simple html parsing library, not only for parsing html and xml parsing has some effect, SAX achieved, C write
TestCenter
- 基于TCP/UDP的网卡性能测试工具 可以以设定的时间间隔发送设定数量的数据包 VC6/MFC实现.-Network Interface Card Performance Test Tool Base on TCP/UDP VC6/MFC.