pyinstaller离线安装包及其依赖包(内含安装教程)
2022-10-25 09:29:19 12.71MB lib库
1
C++的Json头文件与lib库,包括win32与64位。 Json使用方法如下: Json::Value root; Json::Value Head; root["gatewayIP"] = Json::Value(gatewayIP); root["repeaterIP"] = repeaterIP; root["groupAccount"] = groupAccount; root["groupPwd"] = groupPwd; root["agentAccount"] = agentAccount; Json::Value narrowId1; Json::Value narrowId2; narrowId1["nBGroupID"] = nBGroupID1; narrowId1["sLAccount"] = sLAccount1; narrowId2["nBGroupID"] = nBGroupID2; narrowId2["sLAccount"] = sLAccount2; if(0 < nBGroupID1.size()){ root["nBGroups"].append(narrowId1); } if(0 < nBGroupID2.size()){ root["nBGroups"].append(narrowId2); } string tmpdata = root.toStyledString(); strcpy_s(http->buff_root, strlen(tmpdata.c_str())+1, tmpdata.c_str()); cout<<"buff_root :"<< http->buff_root << endl;
2022-10-13 18:24:19 4.24MB Json lib库
1
自编译的ffmpeg与rga,mpp的lib库适用于rk3399 与aarch-arm工具链
2022-08-01 19:00:42 182.18MB linux mpp rga qt
1
paho-mqtt源码生成的lib库,64位系统
2022-07-26 17:05:14 62KB MQTT
1
vtk加载stl格式三维模型,完整代码包括所有的头文件,lib库和dll库,解析STL文件
2022-07-17 19:06:09 362.91MB vtk vtk加载stl模型 vtk解析STL文件
1
库版本:curl-7.68.0(20200204) 包含文件: libcurl.lib库文件 curl.h头文件 test.cpp示例文件 本文件为libcurl源码编译好的lib库文件和头文件,包含C++示例、libcurl的源码下载地址、以及lib文件的编译方法和lib在c++中的使用说明。
2022-06-27 11:45:15 989KB libcurl.lib curl c++ http
1
glusterfs9离线安装依赖的rpm文件以及依赖的lib库问价
2022-06-17 13:01:31 4.79MB flusterfs liburcu
1
log4qt适配Qt Windows MSVC编译平台的静态lib库,已测试运行正常。 如需其它平台,请按照文中的源码链接重新编译生成相应的版本。
2022-06-11 10:14:52 458KB lib库
1
最新版Google V8引擎库,谷歌Chrome JavaScript引擎,VS2013 32位编译,可正式使用
2022-05-13 11:36:38 54.25MB Google V8引擎 谷歌 Chrome
1
CannyLines直线检测算法编译好的lib库、源代码和测试图片集,了解更多详情可参见博文:https://blog.csdn.net/wenhao_ir/article/details/124636972
2022-05-10 18:09:46 3.48MB CannyLines直线检测算法