CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - WinInet

搜索资源列表

  1. WinInet

    0下载:
  2. 网络编程学习中对WinInet的经典例子
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:69.48kb
    • 提供者:赵忠伟
  1. FTPfile.rar

    0下载:
  2. 了解并进一步掌握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
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-27
    • 文件大小:229.43kb
    • 提供者:sunbing
  1. HTTP.rar

    1下载:
  2. 用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
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2014-12-12
    • 文件大小:5.98kb
    • 提供者:star
  1. WinInet

    0下载:
  2. WinInet API 实现文件多线程下载 进度事实显示 不可多的的好代码-WinInet API download file
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:43.29kb
    • 提供者:张明
  1. wininet-spider

    0下载:
  2. 网络爬虫,完美演示了多线程和深度设置抓取网页数据。-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
  3. 所属分类:Search Engine

    • 发布日期:2017-03-28
    • 文件大小:68.13kb
    • 提供者:acada
  1. WinNet

    0下载:
  2. HTTP断点续传源码,用WinInet API编写的。代码很简单。-HTTP HTTP source, prepared by the WinInet API. Code is very simple.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:4.73kb
    • 提供者:asheng
  1. hook_wininet_Source

    2下载:
  2. 一个很好的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.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-01-27
    • 文件大小:726kb
    • 提供者:lvcayu
  1. wininet-and-socket

    0下载:
  2. Wininet 编程和socket编程,实现从网络下载文件。-wininet and socket paroram
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:2.54kb
    • 提供者:李斯
  1. ftpClient

    0下载:
  2. 该实例通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP和LeapFTP--This instance has realised a whole FTP client by WinInet interface, its interface is similar to CuteFTP and LeapFTP
  3. 所属分类:Ftp Client

    • 发布日期:2017-11-09
    • 文件大小:128.2kb
    • 提供者:站长
  1. ADOErrors

    0下载:
  2. 从HTTP服务器上下载一个文件有很多方法,"热心"的微软提供了WinInet类,用起来也很方便.当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能.本文附带的工程中有一个支持HTTP1.1协议,直接用Socket实现下载功能… -from the HTTP server to download a document, there are many ways, "enthusiastic" Microsoft provides a Wi
  3. 所属分类:SNMP

    • 发布日期:2017-11-11
    • 文件大小:2.76kb
    • 提供者:
  1. AysnWinInetDemo

    0下载:
  2. 异步I/O WinInet Http数据获取,可以用来做下载。使用 WinInet Api。-Asynchronous I/O WinInet Http data acquisition, can be used to make download. The use of WinInet Api.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:11.23kb
    • 提供者:刘应
  1. testMutex1_1

    0下载:
  2. 使用Internet WinInet连接网络-The use of Internet WinInet to connect network
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:36.34kb
    • 提供者:jerry.lien
  1. ALWinHttpWrapper

    0下载:
  2. Descr iption: Microsoft?Windows?HTTP Services (WinHTTP) provides developers with a server-supported, high-level interface to the HTTP/1.1 Internet protocol. WinHTTP is designed to be used primarily in server-based scenarios by server applications tha
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:15.06kb
    • 提供者:c6699
  1. MyBrowser

    0下载:
  2. 这是一个通过MFC WinInet类实现的HTTP客户程序,一个简单的浏览器-This is a category through the MFC WinInet realize the HTTP client, a simple browser
  3. 所属分类:Browser Client

    • 发布日期:2017-04-25
    • 文件大小:44.76kb
    • 提供者:闻伟
  1. Jloading

    0下载:
  2. wininet,一款很不错得网络编程书籍-It s good
  3. 所属分类:Web Server

    • 发布日期:2017-04-28
    • 文件大小:197.6kb
    • 提供者:lp
  1. WinInet

    0下载:
  2. 利用WinInet查询相关服务器的信息,并显示在界面上。-WinInet inquiries related to the use of the information server, and show up at the interface.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:355.73kb
    • 提供者:liaoyu
  1. wininet

    0下载:
  2. windows wininet source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1.3mb
    • 提供者:freeq
  1. WinInet

    0下载:
  2. Win32 API 范例PB源代码 WinInet拨号连接控制-PB source code for Win32 API examples WinInet control of dial-up connection
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:37.9kb
    • 提供者:jy
  1. Principles.Web.examples.wininet

    0下载:
  2. Web应用原理设计代码wininet实例Principles of Design Web Application code examples wininet -Principles of Design Web Application code examples wininet
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-29
    • 文件大小:5.53kb
    • 提供者:muu
  1. 使用WinInet检查是否连网

    0下载:
  2. 使用wininet的api检测本机是否断网,非常方便而有用的功能(The use of WinInet's API to detect whether the machine is broken network, very convenient and useful function)
  3. 所属分类:网络编程

    • 发布日期:2018-01-09
    • 文件大小:7kb
    • 提供者:范德尔
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com