搜索资源列表
WinInet
- 网络编程学习中对WinInet的经典例子
wininet https编程
- 利用windows wininet库进行https编程。
win32 Internet 网络文档资料
- WIn32 Internet网络文档资料 Wininet多线程下载资源文档资料和程序 非常好的资料
FTPfile.rar
- 了解并进一步掌握TCP/IP协议中的文件传输协议FTP,掌握其工作原理,FTP协议是如何使本地或远程的客户和服务器之间进行文件传输的,同时掌握利用Visual C++这一语言进行网络编程,也掌握了MFC WinInet 编程,及其它的一些基本的类和使用方法,也基本掌握了FTP协议的基本功能。,Understanding and further master the TCP/IP protocol in the file transfer protocol FTP, to master the p
WinInet.rar
- WinInet (多线程下载 进度实时显示) WinInet (多线程下载 进度实时显示),WinInet download
HTTP.rar
- 用C++实现的HTTP Web下载,两种方式实现: 1.WinInet(这种方式很简单,但不是很灵活) 2.WinSock(也就是Socket,这种方式有点繁琐,但是可以自定义发送HTTP的报文头和接收响应头,很灵活) 因作者编程水平有限,错误之处,在所难免,欢迎批评指正。 ,Using C++ to achieve the HTTP Web download, the realization of two ways: 1.WinInet (in this way is very simp
WinInet
- WinInet API 实现文件多线程下载 进度事实显示 不可多的的好代码-WinInet API download file
wininet-spider
- 网络爬虫,完美演示了多线程和深度设置抓取网页数据。-crawl through internet to get web data. the win32 api supports applications that are pre-emptively multithreaded. this is a very useful and powerful feature of win32 in writing mfc internet spiders. the spider project is a
TestFtp
- Windows Mobile上FTP下载示例,也有HTTP代码,用Wininet-Windows Mobile on the FTP download sample, but also HTTP code, Use Wininet.lib
WinNet
- HTTP断点续传源码,用WinInet API编写的。代码很简单。-HTTP HTTP source, prepared by the WinInet API. Code is very simple.
hook_wininet_Source
- 一个很好的hook wininet api的示例程序。很好的演示了本进程hook技术,及关于http请求和响应数据的提取的相关技术。完整vc++工程,可直接编译运行。-a very good demo of hook wininet api,there is a good demostration of how to hook a in-process api.
wininet-and-socket
- Wininet 编程和socket编程,实现从网络下载文件。-wininet and socket paroram
vc_get
- vc++中通过wininet函数获取网页的内容,用途广泛。-vc++ lines to get through the wininet content of the website, wide range of uses.
ftpClient
- 该实例通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP和LeapFTP--This instance has realised a whole FTP client by WinInet interface, its interface is similar to CuteFTP and LeapFTP
WinInet
- 用WinInet开发Internet客户端应用指南---为了开发Internet客户端程序。MFC类库提供了专门的 Win32 Internet 扩展接口,也就是WinInet。MFC将WinInet封装在一个标准的、易于使用的类集合中。在编写WinInet客户端程序时,你既可以直接调用 Win32函数,也可以使用WinInet类库。-Development of Internet use WinInet client application--- in order to guide the d
WinInet
- 利用WinInet查询相关服务器的信息,并显示在界面上。-WinInet inquiries related to the use of the information server, and show up at the interface.
wininet
- windows wininet source code
WinInet
- Win32 API 范例PB源代码 WinInet拨号连接控制-PB source code for Win32 API examples WinInet control of dial-up connection
Principles.Web.examples.wininet
- Web应用原理设计代码wininet实例Principles of Design Web Application code examples wininet -Principles of Design Web Application code examples wininet
使用WinInet检查是否连网
- 使用wininet的api检测本机是否断网,非常方便而有用的功能(The use of WinInet's API to detect whether the machine is broken network, very convenient and useful function)