DShow头文件及LIB库
2022-12-26 20:03:56 14.99MB DShow lib
1
libxml2-2.9.1在64位下的头文件,lib,,dll库,亲测能使用。
2022-12-16 20:43:26 3.56MB libxml2 x64
1
只要包含进VC6.0或VS的连接库即可。然后在工具-〉设置-〉连接选项卡上填入“dxguid.lib ddraw.lib"
2022-12-10 23:10:09 55KB Directx dxguid.lib
1
GD32VF103_Datasheet_Rev_1.2.pdf GD32VF103_Demo_Suites_V1.0.3.rar GD32VF103_Firmware_Library_User_Guide_V1.0.pdf GD32VF103_Firmware_Library_V1.0.2.rar GD32VF103_User_Manual_EN_V1.2.pdf GD32_All-In-One_Programmer_V1.0.7.9057.rar GD32_Dfu_Tool_V3.8.2.9056.rar GD32_Series_of_MCUs_Selection_Guide_(Aug_20
2022-12-07 21:46:04 44.6MB GD32VF103
1
博客https://blog.csdn.net/dashuo0501/article/details/128166736?spm=1001.2014.3001.5501 [QT+FFMPEG]使用QT自带的MinGW编译器编译FFMPEG生成LIB库(H264解码) 包含msys2、yasm、ffmpeg-4.3.tar.gz和编译生成的FFMPEG lib库
2022-12-05 10:26:38 84.66MB ffmpeg qt
1
可以解决notepad--问题
2022-12-01 17:03:31 48.08MB genymotion的lib库
1
主要为电感电容
2022-11-05 20:15:02 6.8MB ADS Murata
1
MinGW64编译好的可以用于Win7_VS平台下X64环境C++工程的ARPACK的dll&lib;库,适用于x64 debug/release mode.调用函数以及求解特征值特征向量的实例程序见本人博客及相关资源,提供下载.
2022-10-27 09:12:43 865KB ARPACK X64dll&lib; VS平台 mingw64
1
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