搜索资源列表
vc-ftp
- 使用vc++6.0开发的一个支持多线程ftp程序-use vc 6.0 support for the development of a multi-threaded process ftp
HTTP-vc6.0
- VC++6.0写的一个简单HTTP网络服务器.大家可以看看代码.了解HTTP服务器的工作原理-write a simple HTTP server network. We can look at the code. HTTP understanding The working principle server
vc++6.0DaiToInternetl
- 如题,用VC++6.0开发的拨号上网程序-like that, with VC + +6.0 development of the dial-up procedure
vc++6.0sendmail
- vc++6.0实现发送邮件,输入收件人,发件人和信件正文,就可发送
用VC++6.0编写Proxy服务器
- 用VC++6.0编写Proxy服务器-VC prepared Proxy Server 6.0
用VC++6.0实现SNMP协议的方法
- 用VC++实现SNMP 一步一步教您实现SNMP-with VC SNMP teach you step-by-step realization of SNMP
Xfilter1.0
- Xfilter 个人防火墙 1.0 源代码说明 开发环境: Windows 2000 开发工具: VC++6.0 主工作区文件: Xfilter.dsw 目录简介 [Common] 保存公用源代码 [lib] HTML格式帮助文件在VC中的调用函数头文件和库文件 [Property] Xfilter.exe 界面程序工程 [Release] 编译后程序存放目录 [TcpIpDog] Xfilter.dll Winsock 2 SPI截包工程-Xfilter personal firewall X
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 :-)
WebBrowser 简易web浏览器
- 简易web浏览器 vc++6.0 mfc 源代码,编译通过,Simple web browser vc++6.0 mfc source code, compiled through
网络封包截获(VC).rar
- <B>网络驱动层封包截取一系列源码
CaptureVideo.rar
- VC++ 6.0编写的一套摄像头控制程序,可以控制拍摄照片,程序基于directshow类库,已将此类库打包,另外编译需要将包内的directshowLib.rar解压,然后放入程序提示的文件夹内,这一步很关键哦,否则编译不能通过,另外如果你的电脑上没有安装摄像头的话,程序也会报错,作者没有加入异常判断所致。 ,VC++ 6.0 to prepare a set of camera control program to control photographs and directshow-ba
CSocket
- vc socket编程源代码,使用vc++6.0开发软件开发 -vc socket programming source code, using vc++6.0 development software development
web-monitor
- 网页监控软件,监控网页的URL历史记录。开发环境VC++6.0-monitor url history
IEDlg
- vc 6.0 通过ie 组件 POST 表单数据例子-vc 6.0 Examples of POST form data
QQ
- 企业QQ通信系统,VC++6.0 + XML + Socket 实现,文件调试完成,没有问题,请下载相应的软件进行运行,操作系统最好是Windows Server 2003系统,XP系统也可以。-QQ enterprise communications systems, VC++6.0+ XML+ Socket implementation file to complete commissioning, no problem, please download the appropriate so
vc-ping
- win下ping源代码,vc 6.0测试通过-win the ping source code, vc 6.0 test
mysvr
- 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移 植SOCKET和POP3封装类,希望能为初学者提供一些帮助。 编译: Win32: 在VC++6.0下编译通过,并运行良好。 Linux: 在G++下编译通过,请查看Makefile文件。-This procedure is a portable (Win32/Linux) to receive e-mail (support POP3 protocol) procedures, and t
tcp-ip-demo
- tcp/ip协议应用层应用源码,VC++6.0开发编译OK,smtp,pop3,dns-tcp/ip application layer application protocol source code, VC++ 6.0 compiler development OK, smtp, pop3, dns
NetMessageV2.0
- 利用tcp/ip协议在c++6.0的平台下开发的一个网络实时通信的实例。-tcp/ip,vc++6.0,client,server
FTP客户端源码VC++6.0
- FTP客户端简单编写, 【设计要求】: 1)了解 FTP 协议的工作原理。( RFC765 , RFC2228, RFC2640, RFC2773 ) 2)主要是基于 TCP/IP 的 Winsock 编程,用 Visual C++6.0 实现一个基于 FTP 协议的 FTP 下载工具(客户端、实现工具可以自选)。(FTP client Understanding the working principles of the FTP protocol)