# MyProject **Repository Path**: yangth796/MyProject ## Basic Information - **Project Name**: MyProject - **Description**: 我自己的工程 - **Primary Language**: C/C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-15 - **Last Updated**: 2025-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyProject #### 介绍 我自己的工程 : 学习的工程 #### 开源库目录 1. C++精选项目列表 : https://github.com/fffaraz/awesome-cpp 2. C++ 知识库 : https://www.cpp-reference.com/ 3. C++ 资源大全 : https://www.open-open.com/lib/view/open1434096884676.html 4. C++流行开源框架和库 : https://blog.csdn.net/2402_83140078/article/details/138548886 5. C++开源库 : https://blog.csdn.net/xinqingwuji/article/details/51658874 6. 开源C++库列表 : https://zh.cppreference.com/w/cpp/links/libs 7. 仅头文件C++库列表 : https://gitee.com/sometao/awesome-hpp 8. 开源游戏框架的大型列表 : https://trilarion.github.io/opensourcegames/games/languages.html 9. #### 标准库 1. C/C++参考手册 : https://zh.cppreference.com/w/%E9%A6%96%E9%A1%B5 2. 3. #### 开源代码框架 1. Qt框架 : http://qt5.digitser.top/5.15/zh-CN/reference-overview.html 2. Boost库 : https://www.boost.org/doc/libs/?view=categorized 3. #### GUI界面库 1. Qt GUI: http://qt5.digitser.top/5.15/zh-CN/topics-ui.html 2. Qwt QtWidgets的技术应用 : https://qwt.sourceforge.io/index.html 3. Electron 基于Node.js的桌面应用开发框架: https://www.electronjs.org/zh/docs/latest/ #### 提取系统信息 1. infoware : https://gitee.com/kumo-hub/infoware 2. 3. #### Json解析库 1. JsonCpp : https://gitee.com/OpenCodeShare/jsoncpp 2. Boost.json : https://www.boost.org/doc/libs/1_86_0/libs/json/doc/html/index.html 3. Qt.json : https://doc.qt.io/qt-5/json.html 4. RapidJSON : http://rapidjson.org/zh-cn/index.html #### Xml解析库 1. RapidXml : https://rapidxml.sourceforge.net/manual.html 2. 3. Qt.QXmlStreamReader : http://qt5.digitser.top/5.15/zh-CN/qxmlstreamreader.html 4. #### 多语言 1. OpenCC 中文简体繁体转换 : https://github.com/BYVoid/OpenCC 2. Boost.Locale库提供了本地化和国际化的支持: https://www.boost.org/doc/libs/1_86_0/libs/locale/doc/html/index.html 3. ICU Unicode国际化组件库 : https://icu.unicode.org/ #### OCR文本识别 1. RapidOCR : https://github.com/RapidAI/RapidOCR/blob/main/docs/README_zh.md 2. 3. #### 机器学习 1. OpenCV 计算机视觉库 : https://github.com/opencv/opencv 2. 3. #### 图像处理 1. ImageMagick 图片处理工具集: https://imagemagick.org/ 2. 3. #### 浏览器 1. CEF : https://github.com/chromiumembedded/cef 2. Qt WebEngine : http://qt5.digitser.top/5.15/zh-CN/qtwebengine-index.html 3. #### Log日志库 1. Boost.Log : https://www.boost.org/doc/libs/1_86_0/libs/log/doc/html/index.html 2. 3. #### 网络传输 1. CURL :libcurl : https://curl.se/ 2. Qt Network : http://qt5.digitser.top/5.15/zh-CN/qtnetwork-programming.html 3. #### Web框架 1. QDjango 基于Qt的Web框架 : https://gitcode.com/gh_mirrors/qd/qdjango/overview 2. QtHttpServer : https://code.qt.io/qt/qthttpserver.git -b master 3. #### 加解密 1. OpenSSL : https://slproweb.com/products/Win32OpenSSL.html 2. Qt.QCryptographicHash : http://qt5.digitser.top/5.15/zh-CN/qcryptographichash.html 3. #### 压缩 1. 7z : https://www.7-zip.org/ 2. Qt.qCompress : https://blog.csdn.net/doujianyoutiao/article/details/106236207 3. #### 正则表达式 1. std::regex : https://zh.cppreference.com/w/cpp/regex 2. Qt.QRegularExpression : http://qt5.digitser.top/5.15/zh-CN/qregularexpression.html 3. Boost.Regex : https://www.boost.org/doc/libs/1_86_0/libs/regex/doc/html/index.html #### Redis 1. Redis 服务器 官网 : https://redis.io/docs/latest/develop/ 2. Redis 服务器 中文 : https://www.redis.net.cn/ 3. Redis 服务器 Windows : https://github.com/tporadowski/redis/releases 4. hiredis C客户端 : https://www.github.com/redis/hiredis 5. Boost.Redis C++客户端 : https://www.boost.org/doc/libs/1_86_0/libs/redis/doc/html/index.html #### SQLite 1. SQLite数据库官网 : https://www.sqlite.org/ 2. SQLCipher加密数据库 : https://gitee.com/mirrors/sqlcipher 3. SqliteCPP : https://gitee.com/mirrors/SqliteCPP 4. 5. #### 音视频 1. FFmpeg 音视频编解码: https://ffmpeg.org/documentation.html 2. MPC-HC 播放器 : https://github.com/clsid2/mpc-hc 3. VLC 播放器 : http://www.videolan.org 4. WebRTC 实时音视频通讯 : https://blog.csdn.net/2401_87256213/article/details/142434431 #### MyProject 1. StudyQtWebEngine : [学习Qt WebEngine 开发人员工具 和 文件下载](https://gitee.com/yangth796/MyProject/tree/master/StudyQtWebEngine) 2. StudyQWebEngineJs : [学习QWebEngineView与js交互](https://gitee.com/yangth796/MyProject/tree/master/StudyQWebEngineJs) 3. StudyQWebEngineUrlScheme : [QWebEngineView添加自定义网址协议UrlScheme](https://gitee.com/yangth796/MyProject/tree/master/StudyQWebEngineUrlScheme) 4. ApiCommand :[命令行调用系统API](https://gitee.com/yangth796/MyProject/tree/master/ApiCommand)