搜索资源列表

  1. Jloading

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

    • 发布日期:2024-05-18
    • 文件大小:201728
    • 提供者:lp
  1. WindowsSocket

    0下载:
  2. 第1章 计算机网络体系结构 第2章 NetBIOS编程户端 第3章 重定向器、邮槽和管道 第4章 网络协议TCP/IP 第5章 局域网编程 第6章 Winsock基础 第7章 Winsock API高级编程 第8章 MFC Winsock高级编程 第9章 深入UDP 第10章 WinInet API开发 第11章 网络协议实现及应用 第12章 综合
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:16945152
    • 提供者:ichoo
  1. API

    0下载:
  2. 涉及范围,delphi6基本控件界面控件,线程,wininet api库 -Scope, delphi6 the basic control interface control, threaded, wininet api library
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-18
    • 文件大小:222208
    • 提供者:limiao
  1. ClienttFTP

    0下载:
  2. is a sample that implements FTP connection, download, and upload using the WinInet FTP API from Visual Basic. It demonstrates the APIs and techniques to set FTP connection attributes and transfer mode that are not expose
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-18
    • 文件大小:52224
    • 提供者:leo
  1. Internetserver

    0下载:
  2. 为了简化客户/服务者模式进行Internet编程,vc中提供了WinInet类,它提供了HTTP、FTP等应用层协议的客户端接口-In order to simplify the client/service model for Internet programming, vc provided WinInet Class, which provides HTTP, FTP application layer protocol, suc
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:1906688
    • 提供者:liwei
  1. WinInetTest

    0下载:
  2. 在 vc++ 中 WinInet 的使用 -in vc++ how to use wininet
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:36864
    • 提供者:王伟
  1. FTP

    0下载:
  2. 这是一个用socket写的简单FTP应用程序,虽说用WinInet类可以减低编程难度,但为了能够更好的理解协议的一些细节,此程序选择用socket,这对于想对协议细节了解的程序员肯定会有所帮助-This is a simple to use FTP to write socket applications, although the categories can be used to reduce the programming Win
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:128000
    • 提供者:王儒伟
  1. FTPfile

    0下载:
  2. 了解并进一步掌握TCP/IP协议中的文件传输协议FTP,掌握其工作原理,FTP协议是如何使本地或远程的客户和服务器之间进行文件传输的,同时掌握利用Visual C++这一语言进行网络编程,也掌握了MFC WinInet 编程,及其它的一些基本的类和使用方法,也基本掌握了FTP协议的基本功能。-Understanding and further master the TCP/IP protocol in the file transfer
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:234496
    • 提供者:sunbing
  1. 1.2.4.2

    0下载:
  2. 1. Sniffer traffic for the protocol TCP. 1.1. Interception of FTP logins on any port. 1.2. Interception of POP3 logins on any port. 1.3. The interception of any data from the traffic (a personal request).
  3. 所属分类:网络截获/分析

    • 发布日期:2024-05-18
    • 文件大小:1634304
    • 提供者:aidj
  1. NSWinInet

    0下载:
  2. Visual Basic WinINet Useing FTP
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:koreshin
  1. asyncpp

    0下载:
  2. Asynchronous Pluggable protocol with WinInet API
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:11264
    • 提供者:divya
  1. WinNet

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

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:asheng
  1. Download

    0下载:
  2. downlaod a file from internet using WinInet APi
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:132
  1. innet2009

    0下载:
  2. WinInet开发中的同步和异步区别,很好的学习资料-WinInet development of the difference between synchronous and asynchronous, good learning materials
  3. 所属分类:编程文档

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:王刚
  1. Download

    0下载:
  2. 基于 WinInet 的多线程文件分块下载-WinInet-based multi-threaded file download block
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:573440
    • 提供者:伟东
  1. HTTP

    0下载:
  2. 用C++实现的HTTP Web下载,两种方式实现: 1.WinInet(这种方式很简单,但不是很灵活) 2.WinSock(也就是Socket,这种方式有点繁琐,但是可以自定义发送HTTP的报文头和接收响应头,很灵活) 因作者编程水平有限,错误之处,在所难免,欢迎批评指正。 -Using C++ to achieve the HTTP Web download, the realization of two ways: 1.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:star
  1. WinInet

    0下载:
  2. 性能不错,大家一起学习一下!可以用到window mobile 6-GOOD
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-18
    • 文件大小:4529152
    • 提供者:张枫
  1. WinInet

    0下载:
  2. 屏幕录像专家源代码 保证可以使用-this is screen save this is screen save
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:52224
    • 提供者:xulei
  1. RefreshURL

    0下载:
  2. 簡單的網頁刷刷樂~ 簡單的幾個 Wininet 幾個 API, 就可以實現不停的刷任何網頁的瀏覽記錄. -簡單的網頁刷刷樂~ 簡單的幾個 Wininet 幾個 API, 就可以實現不停的刷任何網頁的瀏覽記錄.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:coolzjai
  1. interNetCtrl

    0下载:
  2. PB 调用网络连接控件, 调用函数库"wininet.dll","KERNEL32.DLL"-PB called network connection control,"wininet.dll","KERNEL32.DLL"
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:Tang Jiufei
« 1 2 3 45 6 7 8 9 10 ... 16 »

源码中国 www.ymcn.org