搜索资源列表
SafetyNetMobile
- 通过Web页面获取基站位置Web端源码 首先要清楚一点的是,每一个基站都能够通过请求http://www.google.com/loc/json获取到一个经纬度。如果用户能够在短时间内获取到较多的基站信息,比如4个或5个,可以通过这几个基站的经纬度计算出比较准确的用户位置。 举个例子,比如我在WM上取到4个基站信息: 50554,9513,460,1 50325,9513,460,1 50584,9513,460,1 50041,951
CPPSDK-v1.2
- 腾讯微博最新版C++SDK,SDK源码包含以下内容:json和xml解析器,字符串格式转换,http同步和异步请求,OAuth授权 引用第三方库:curllib.dll,ssleay32.dll,libeay32.dll和openldap.dll,生成QWBlogAPI.d-Tencent microblogging latest version C++SDK for, SDK source code contains the following: json, xml parser, str
hello
- 采用进程调用的方式,调用另一个进程,输出Json字符串-By way of the process calls, calls another process, output Json string
jsoncpp-master
- c++解析json字符串的类,可编译成静态库-c++ parse json string class, can be compiled into a static library
JsonAnalysis
- 自己写的json解析库,可以适应各种json字符串,可以直接加到项目中使用-Write their own json parsing library, you can adapt to a variety of json string, you can add directly to the project
cjson
- C下json结构体的接口函数,封装结构到解析结构一步到位。(/* The cJSON structure: */ typedef struct cJSON { struct cJSON *next,*prev; /* next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem */ struct cJSON *child; /*
