登录
首页 » Windows开发 » libcurl for windows automobile

libcurl for windows automobile

于 2022-07-05 发布 文件大小:626.39 kB
0 220
下载积分: 2 下载次数: 1

代码说明:

libcurl is a free and easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

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

发表评论

0 个回复

  • more slowly, but sub
    速度比较慢,只好分章压缩了,MFC技术内幕(配书源码)CHAP02.rar-more slowly, but sub-chapter compression, MFC Insider (source book distribution) CHAP02.rar
    2022-03-19 04:43:41下载
    积分:1
  • 层三消息 包括: 当前网络、位置区和小区的识别消息 切换的测量消息和进程消息 控制信道结构的描述消息 小区可选项消息 邻小区小...
    层三消息 包括: 当前网络、位置区和小区的识别消息 切换的测量消息和进程消息 控制信道结构的描述消息 小区可选项消息 邻小区小区-Message including the three layers: the current network, location area and the community to identify the message switch message and the process of measuring the structure of the description of Control Channel message message message optional neighborhood community community community
    2022-05-17 04:56:29下载
    积分:1
  • 128x64 lcd instructional manuals
    128x64 lcd instructional manuals
    2022-04-17 07:18:28下载
    积分:1
  • 实验目的 通过对第四章的学习,已对windows的图形设备接口的基本概念以及设备环境的获取有了一定的了解 教材中的例题也向我们展示了windows窗口的基本...
    实验目的 通过对第四章的学习,已对windows的图形设备接口的基本概念以及设备环境的获取有了一定的了解 教材中的例题也向我们展示了windows窗口的基本设计以及利用常用绘图函数绘图的一些效果。为此,在配套习题解析与编程实例一书中例【4-6】的启发下,我们组编写了一小车沿路行驶然后撞上一块预定挡板程序,以加深对windows的图形设备接口及windows绘图的理解并进一步应用 -experimental purposes of Chapter IV of the study, has windows on the graphics device interface and the basic concepts of environmental equipment there to acquire certain understanding of the materials are examples to show us a window of windows basic design and the use of commonly used graphics function mapping some results. To this end, the matching exercises analytical and programming examples of a book cases 4-6-- inspired, we prepared a one car traveling on the road before hitting a baffle procedures intended to enhance the windows graphics device interface and graphics windows to further the understanding and application
    2022-11-12 07:10:03下载
    积分:1
  • 华塑EXPESS CARD二代串口卡驱动xp
    华塑EXPESS CARD二代串口卡驱动xp-HuaSu EXPESS CARD II serial card driver xp
    2022-02-14 19:27:08下载
    积分:1
  • java的数据流
    3.11  流  知道流的分类  掌握IO常用操作 Java中的流代表程序中数据的流通,是以先进先出方式发送信息的通道。   图3- 11  输入流和输出流 流可以分为不同的类型,按照不同的分类方式,从不同的角度来观察,概念上会有重叠。 按照流的方向,可以将流分为输入流和输出流:  输入流(InputStream):只能从中读取数据,而不能向其写入数据。  输出流(OutputStream):只能向其写入数据,而不能从中读取数据。 按照处理流的基本单位可以将流分为字节流和字符流:  字节流:在流中处理的基本单位为字节(8位的byte)的流。  字符流:在流中处理的基本单位为字符(16位的Unicode)的流。 按照流的角色分,可以将流分为节点流和过滤流:  节点流:可以从/向一个特定的IO设备(如磁盘或网络)读/写数据的流,节点流又常被称为低级流(Low Level Stream),节点通常是指文件、内存和管道。  过滤流:实现对一个已经存在的流的连接和封装,通过所封装的流的功能调用实现数据读/写功能的流。这种对流进行处理的流称为过滤流。 字节流中存放的是字节序列,无论是输入还是输出,都是直接对字节进行处理。InputStream和OutputStream为字节输入/输出流类的顶层父类。字符流中存放的是字符序列,无论是输入还是输出,都是直接对字符处理。字符流的顶层父类是Reader和Writer。节点流通常直接对特定的IO设备(如磁盘或网络)进行读写,而过滤流通常对已存在的流进行连接和封装,从而对已有的流进行特殊处理。 对象的序列化就是把对象写到一个输出流中,对象的反序列化是指从一个输入流中读取一个对象。 总结: 字节流: 输入流  输出流 FileInputStream  FileOut
    2022-01-25 23:22:03下载
    积分:1
  • 用于文件的指针类型,包括从文件输出的文件读取…
    指针类型用于文件,包括从文件读入,从文件输出-Pointer type used for files, including reading from a file from the file output. . .
    2022-02-12 07:53:36下载
    积分:1
  • 在C++或C中如何创建WINDOWS的D
    在C++或C中如何创建WINDOWS的D-in C or C on how to create Windows D
    2023-08-27 16:05:03下载
    积分:1
  • 粒子生成程序,本程序实现了物理加速度和速度的运算。对游戏初学者应有所启...
    粒子生成程序,本程序实现了物理加速度和速度的运算。对游戏开发初学者应有所启发-Particle generation process, the procedures for the physical implementation of computing the acceleration and speed. Game development for beginners should be a source of inspiration
    2022-03-06 06:28:30下载
    积分:1
  • 本人编写的一个反汇编外壳.感觉写得很烂
    本人编写的一个反汇编外壳.感觉写得很烂-I prepared a compilation of anti-shell. Written poor-quality feel
    2022-10-22 20:50:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载