登录
首页 » Visual C++ » libcurltest

libcurltest

于 2014-01-19 发布 文件大小:4067KB
0 352
下载积分: 1 下载次数: 51

代码说明:

  上传下载源码,支持 断点续传,使用 libcurl(Upload and download the source code, support for HTTP, use libcurl)

文件列表:

libcurltest
...........\include
...........\.......\curl
...........\.......\....\curl.h,83928,2012-09-26
...........\.......\....\curlbuild.h,22192,2012-10-10
...........\.......\....\curlbuild.h.cmake,6913,2011-03-19
...........\.......\....\curlbuild.h.in,6909,2012-09-08
...........\.......\....\curlrules.h,8901,2011-03-19
...........\.......\....\curlver.h,2741,2012-10-10
...........\.......\....\easy.h,3472,2011-11-04
...........\.......\....\Makefile.am,2181,2011-11-04
...........\.......\....\Makefile.in,18646,2012-09-08
...........\.......\....\mprintf.h,2790,2011-03-19
...........\.......\....\multi.h,13836,2012-09-16
...........\.......\....\stdcheaders.h,1330,2011-03-19
...........\.......\....\typecheck-gcc.h,36918,2012-04-25
...........\lib
...........\...\libcurl.dll,253952,2013-11-25
...........\...\libcurld.dll,364618,2013-11-25
...........\...\libcurld_imp.lib,14194,2013-11-25
...........\...\libcurl_imp.lib,14128,2013-11-25
...........\libcurltest
...........\...........\LibcurlTest.cpp,3816,2013-11-26
...........\...........\libcurltest.vcproj,4332,2013-11-26
...........\...........\libcurltest.vcproj.CYONG-FC4E04E03.Administrator.user,1427,2013-11-28
...........\...........\LibcurlTest111.cpp,2121,2013-11-27
...........\...........\TinyDownload.cpp,7365,2013-11-27
...........\...........\TinyDownload.h,1746,2013-11-26
...........\...........\Upload.cpp,10166,2013-11-27
...........\...........\Upload.h,2005,2013-11-27
...........\...........\复件 Upload.cpp,9687,2013-11-27
...........\libcurltest.ncb,17304576,2013-11-28
...........\libcurltest.sln,899,2013-11-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • csexamsys
    考试程序”客户端/服务器模式”,初学网络编程的人看了一定有所收获(C/S Program)
    2009-10-27 13:57:55下载
    积分:1
  • BluetoothClientServer
    BLUETOOTH VC++ CLIENT SERVER
    2012-12-17 18:49:08下载
    积分:1
  • chap3
    用socket编程实现点对点通信,TCP客户端程序,TCP服务器程序,以及UDP点对点聊天通信。(Point to point communication, TCP client, TCP server, and UDP peer chat communication socket programming.)
    2020-07-04 14:20:01下载
    积分:1
  • MachRemote
    MACH3软件二次开发的一个实例程序,希望对喜欢MACH3二次开发的朋友有帮助。(MACH3 software secondary development of an example program, we want to enjoy MACH3 secondary development to help a friend.)
    2021-01-15 15:28:46下载
    积分:1
  • BOOKSTORE
    网络书店,利用C++编程和MySQL编程,做一个简易的网络书店。(Internet bookstores, the use of C++ programming and MySQL programming, the network to do a simple book.)
    2009-04-03 13:21:47下载
    积分:1
  • sniffer
    说明:  VC++编程实现网络嗅探器 简单 但是完整可运行。比较基础(VC++ programming for network sniffer)
    2011-03-11 09:47:09下载
    积分:1
  • client-server
    多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
    2016-07-11 10:19:07下载
    积分:1
  • Translate.Files.With.Winsock
    这是一个简单地使用WinSock传输文件的工具,分为服务端和客户端,先抛一块砖。(This is a simple way to transfer files using the WinSock tool is divided into server and client, first throw a brick.)
    2009-03-26 11:02:46下载
    积分:1
  • Event
    这是一个关于EVEN的使用方法的程序,运用常用的函数,实现了多事件的处理方法(This is a study on the use of EVEN procedures, the use of commonly used functions, the realization of a multi-event approach)
    2008-05-15 23:01:30下载
    积分:1
  • liaotianshi
    winsock聊天室(winsock Chat Room)
    2005-01-11 10:36:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载