CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C Json

搜索资源列表

  1. weatherinfo

    0下载:
  2. c语言使用socket获取中央气象台天气信息,有城市名和城市ID对应表,JSON解析。-c language use socket to get the weather information of the Central Meteorological Station, the city name and city ID corresponding table, JSON parsing.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:69756
    • 提供者:刘宁
  1. jsoncpp-src-0.5.0.tar

    0下载:
  2. JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。它基于Javascr ipt(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。易于人阅读和编写,同时也易于机器解析和生成。-JSON(
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-08
    • 文件大小:100119
    • 提供者:zhangsen
  1. zjy.Common

    0下载:
  2. c# 通用类库, JSON处理,Excel处理,文件读写等。-c# generic class library
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-12-04
    • 文件大小:1517038
    • 提供者:ZHUJINFENG
  1. cJSON

    2下载:
  2. cJson是一个老外写的解析代码。在其基础上,添加了cJSON_Direct.c,实现了C语言中结构体与json格式字符串相互转化的功能-cJson parsing code is written by a foreigner. On its basis, add cJSON_Direct.c to C language structure and JSON-formatted string into each other
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:21722
    • 提供者:刘凤翔
  1. BaseClass

    0下载:
  2. C#各种文件操作的类,值得学习的是httphelper,可以做到类似易语言的自动登录 post这类的操作。还有xml、泛型、json等的转换操作类,全源码-C# class various file operations, it is worth learning httphelper can be done similar to the easy language automatically log the operation, such as the post. Xml, generic,
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:2536007
    • 提供者:
  1. cJSONFiles

    0下载:
  2. 实现C语言对JSON格式的encode和decode功能,简单方便,为网络传输JSON提供了极大的方便。-Realize the C language for JSON format encode and decode functions, simple and convenient for network transmission JSON provides a great convenience.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-06
    • 文件大小:22281
    • 提供者:liang
  1. NVelocity

    0下载:
  2. json+ NVelocity模版C#比较全面的实例-json+ NVelocity more comprehensive template instance C#
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-17
    • 文件大小:224884
    • 提供者:江海
  1. json_pase

    0下载:
  2. c语言的json解析器 仅实现了解析 没有实现组json 权当学习练习了 勿见笑-c language to parse json parser implements only group did not achieve a json right when learning exercises do not laugh
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:24576
    • 提供者:jiawenchuan
  1. cPPhttp_Part1_josn

    0下载:
  2. c++http接口,本包里主要是http解析json的接口函数-c++http interfaces, this bag is mainly http interface functions parse json
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:9199
    • 提供者:ibanezsc
  1. jsonparser

    0下载:
  2. 包含c及h两部分,用于标准json格式封装及解析-source code for json parser
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:37559
    • 提供者:zhenguo
  1. JSonCpp

    0下载:
  2. JSON数据解析的C++封装,解析网络交换数据的一种高效方式,感兴趣的给与关注。-JSON data parsing C++ package, an efficient way to resolve network data exchange, give attention to interest.
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-14
    • 文件大小:22414205
    • 提供者:czd
  1. ExpressQuery

    0下载:
  2. 1,本套源码功能为快递查询,当前支持申通、EMS、顺丰 圆通 中通 韵达 天天 汇通 全峰 德邦 宅急送,如需增加新快递公司,可直接修改代码。 2,涉及知识点: (1)抓取网页内容。 (2)JSON数据处理。 (3)托管dll文件嵌入发布的exe文件内,初次运行时进行释放。为实现分发的为单文件版exe。 (4)快递API接口应用。(此接口源于快递100官网,非其发布的API,而是我跟踪官网ajax查询调用分析出来的,只需要两个参数即可返回数据) (5)一些c#控
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:154223
    • 提供者:云飞扬
  1. main

    0下载:
  2. 一个利用C++写的json格式生成程序。 编译测试通过,附工程文件。-A use of C++ to write the json format generation program. Compile the test, with the project file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:136703
    • 提供者:tiancai
  1. cJSON

    0下载:
  2. json协议定义了数据的传输格式,与XML相比更简单。压缩包包含了json的C语言实现,附带测试用例-json protocol defines the format of data transmission, compared with the more simple XML. Json package contains the C language, with a test case
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:18555
    • 提供者:xmm
  1. webchat

    0下载:
  2. C#(ASP.NET)实现微信公众帐号群发消息,使用了jQuery实现了ajax交互操作,同时还使用了Newtonsoft.Json.dll控件,解决一天只能发一次的限制。不过我还没有微信号,我不喜欢那玩意,所以没有帐号登录,有帐号的觉得代码可以就自己下载测试吧-C# (ASP.NET) micro-channel public accounts to achieve mass messages using jQuery ajax to achieve the interoperability,
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-04
    • 文件大小:268450
    • 提供者:gpudn7
  1. AndroidPJsonPAsp.Net

    0下载:
  2. 安卓手机客服端和服务器里面用的是c#的语言用的是json的解析方式。大家可以看看啊 -Android mobile phone client and serverAndroid+Json+Asp.Net
  3. 所属分类:android

    • 发布日期:2017-04-05
    • 文件大小:414254
    • 提供者:叶建平
  1. ProtocolDemo

    0下载:
  2. SPDataPickle 库的协议传序列号和反序列化演示。 demo使用vs2008编写 C语言的结构体和 xml/json/protobuf 的自动转化(移植到 win32 平台)是一个用于在 C语言的结构体和 xml/json 之间做自动转化的库。-Agreement SPDataPickle library pass the serial number and deserialization demonstration. vs2008 demo written using C
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-27
    • 文件大小:9317973
    • 提供者:zxk69809
  1. php_sql

    0下载:
  2. 将数组,HTML,XML或JSON文件转换为SQL语法。 使用 ======================== - SELECT *FROM myArray ORDER BY key DESC,value ASC, - SELECT key,value FROM myArray WHERE value= 100 , - SELECT * FROM json_file(my_json_file.txt), - SELECT * FROM xml_file(http:
  3. 所属分类:MySQL

    • 发布日期:2017-04-23
    • 文件大小:63540
    • 提供者:jecelyin
  1. CSharpHelper

    0下载:
  2. C#的常用帮助类,包含有json的转换、文件压缩解压、EXCEL文件操作、上传下载等-C# hepler codes
  3. 所属分类:source in ebook

    • 发布日期:2017-05-23
    • 文件大小:6924018
    • 提供者:lonelykindred
  1. Json_VS2008

    0下载:
  2. c++的json生成和json解析,使用jsonc-c++ the json json generation and parsing, use jsoncpp
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3692
    • 提供者:adam
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com