跳到主要内容

返回目录问题反馈

中文增速榜 > 资料类 > C++

数据更新: 2024-08-16   /   温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到
#RepositoryDescriptionStarsAverage daily growthUpdated
1Light-City/CPlusPlusThingsC++那些事38507212024-06-14
2huihut/interview📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, inclu ...34139142024-03-19
3MaaAssistantArknights/MaaAssistantArknights《明日方舟》小助手,全日常一键长草! A one-click tool for the daily tasks of Arknights, supporting all clients.13216122024-08-15
4USTC-Resource/USTC-Course❤️中国科学技术大学课程资源1475572024-03-31
50voice/introduce_c-cpp_manual一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。512252024-05-20
6parallel101/course高性能并行编程与优化 - 课件358342024-08-08
7knowing-top/C-SVM一种基于栈式虚拟机的类c 语言编译器。This project has moved from https://sourceforge.net/projects/msct/. C-SVM: A Compiler for a C-Like Language Based on a Stack Virtual Machine. Aims to help individuals learn about c ...11132024-07-21
8ChenYilong/iOSInterviewQuestionsiOS interview questions;iOS面试题集锦(附答案)--学习qq群或 Telegram 群交流 https://github.com/ChenYilong/iOSBlog/issues/21933132024-07-22
9ZachL1/Bilibili-plus课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB389632024-05-08
10TonyChen56/WeChatRobot微信HOOK、微信机器人 wxhook,数据库解密 微信公众号采集 微信公众号爬虫,企业微信HOOK639332024-05-04
11gaoxiang12/slam_in_autonomous_driving《自动驾驶中的SLAM技术》对应开源代码184432024-03-15
12applenob/Cpp_Primer_Practice搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。776932024-06-11
13feiyangqingyun/QWidgetDemoQt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!公众号:Qt实战/Qt入门和进阶/Qt教程587732024-08-09
14ffffffff0x/1earnffffffff0x 团队维护的安全知识框架,内容包括不仅限于 web安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux安全、各类靶机writup523732024-06-06
15wuye9036/CppTemplateTutorial中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)940322024-02-20
16Mq-b/Modern-Cpp-templates-tutorial现代C++模板教程50722024-06-01
17ThisisGame/cpp-game-engine-book从零编写游戏引擎教程 Writing a game engine tutorial from scratch283422024-04-19
18alibaba/yalantinglibsA collection of modern C++ libraries, include coro_rpc, struct_pack, struct_json, struct_xml, struct_pb, easylog, async_simple142222024-08-15
19gaoxiang12/slambook2edition 2 of the slambook534622024-04-27
20Mq-b/Loser-HomeWork卢瑟们的作业展示,答案讲解,以及一些C++知识58822024-07-24
21lightvector/KataGoGTP engine and self-play learning in Go341522024-08-11
22opencurve/curveCurve is a sandbox project hosted by the CNCF Foundation. It's cloud-native, high-performance, and easy to operate. Curve is an open-source distributed storage system for block and shared file storage ...228322024-08-13
23XMuli/QtExamplesQt 之 GUI 控件使用 / 网络 / 架构原理 / 运行机制理解;DTK 重绘控件方式的框架解析;IDE 技巧之 Visual Studio / Qt Creator;此为系列文章教程326222024-03-28
24youngyangyang04/KVstorageBaseRaft-cpp【代码随想录知识星球】项目分享-基于Raft的k-v存储数据库🔥48022024-08-05
25mhogomchungu/media-downloaderMedia Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..145612024-08-15
26Mq-b/Cpp20-STL-Cookbook-srcC++20 STL Cookbook53312024-06-04
27zufuliu/notepad4Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and docu ...252912024-08-15
28Mq-b/ModernCpp-ConcurrentProgramming-Tutorial现代C++并发编程教程22512024-08-14
29scarsty/kys-cpp《金庸群侠传》c++复刻版,已完工255512024-07-27
30HITLittleZheng/HITCS哈尔滨工业大学计算机课程资料与实验HITCS课程资料交流群:82481597024612024-08-15
31githubhaohao/LearnFFmpegAndroid FFmpeg 音视频开发教程143712024-02-23
32CHH3213/Books书籍资料汇总34812024-04-07
33xtaci/algorithmsAlgorithms & Data structures in C++.521112024-08-01
34HuangCongQing/pcl-learning🔥PCL(Point Cloud Library)点云库学习记录152912024-05-13
35huaxz1986/cplusplus-_Implementation_Of_Introduction_to_Algorithms《算法导论》第三版中算法的C++实现382112024-03-14
360cch/moderncpp_public《现代C++语言核心特性解析》其他资料14712024-08-15
37wqking/eventppEvent Dispatcher and callback list for C++131712024-03-13
38Blitzer207/C-Resource黑马程序员匠心之作 C++教程从0到1入门编程105112024-07-06
393dgen/cppwasm-book📚 WebAssembly friendly programming with C/C++ -- Emscripten practice134812024-04-17
40huangmingchuan/Cpp_Primer_Answers《C++ Primer》第五版中文版习题答案275912024-03-16
41MKXJun/DirectX11-With-Windows-SDK现代DX11系列教程:使用Windows SDK(C++)开发Direct3D 11.x147812024-07-20
42Tencent/UnLuaA feature-rich, easy-learning and highly optimized Lua scripting plugin for UE.215412024-08-08
43sophgo/tpu-mlirMachine learning compiler based on MLIR for Sophgo TPU.55912024-08-15
44drken1215/algorithmImplementation of various algorithms24602024-07-06
45adah1972/nvwaMy small collection of C++ utilities38302024-05-20
46EricPengShuai/InterviewCPP面试修炼12702024-03-23
47limbo018/DREAMPlaceDeep learning toolkit-enabled VLSI placement65902024-06-26
48tardate/LittleArduinoProjectsa collection of "Little Electronic Art Projects", most involving electronics or an Arduino in one way or another!65302024-08-12
49jwzh222/epoll基于epoll机制的高并发聊天室,c语言实现,代码源于网络仅供学习24202024-04-01
50MaaXYZ/MAABH3《崩坏3》小助手 A one-click tool for the daily tasks of Honkai Impact.10902024-02-24
51AgoraIO/API-ExamplesPlay with AgoraSDK and have fun! Everything you need to start learning Agora.29102024-08-14
52gesanqiu/gstreamer-exampleGstreamer开发教程。19602024-02-18
53keyou/chromium_demoA series of demos to show how chromium is constructed.35302024-06-23
54ffengc/Load-balanced-online-OJ-systemImplement an online programming system similar to LeetCode. Multiple compilation service hosts (CR hosts) can be deployed in the background, and then oj_server service will load balance a large number ...12102024-05-06
55gongjianbo/MyTestCodeSome test code, as example code of my blog, mainly Qt related demo. 一些测试程序,作为我博客的示例代码,主要是Qt相关的Demo。37002024-07-26
56upupming/algorithmacwing, leetcode, kickstart, 算法模板, PAT 等等29902024-02-26
57littlebearsama/3D-ObjectDetection-and-Pose-Estimation3D目标检测与位姿估计学习笔记21502024-05-15
58WCY-dt/SEU-CyberSecurity-courses东南大学网络空间安全学院学习资料整理。包含课件、笔记、试卷、作业等。15502024-07-10
59HITerltr/HIT-2022-Fall-Computer-Network哈尔滨工业大学2022秋季学期计算机网络课程实验、期末复习与相关MOOC资料6702024-03-09
60GoatGirl98/Walkthrough-of-ACCoding-in-BUAA北航OJ通关攻略,包括北航软件学院的在线评测网站(OJ)——AC编程(accoding.buaa.edu.cn)开放课程的全部题解28302024-08-05
61IronsDu/brynetA Header-Only cross-platform C++ TCP network library . We can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) install brynet.104102024-06-03
62hedada-hc/pc_wechat_hookpc微信hook 课程例子源码 最新版pc微信hook全套课程尽在网易云课堂 搜索微信逆向即可 pcwx pcweichat 微信hook C语言开发88702024-03-27
63juhuaguai/duilib由官方的duilib( https://github.com/duilib/duilib ) 复制过来的,仅为了个人学习使用。可以使用vs2008打开,新增一些学习测试用的demo,代码也会同步官方的后续修改。Q群:594312689。欢迎交流学习。11502024-08-12
64xiihoo/Books_Robot_SLAM_NavigationThis project is supporting code for the book of Robot SLAM Navigation Core Technology and the Actual Combat.32302024-08-12
65TJ-CSCCG/TJCS-Course💡 同济大学计算机科学与技术、信息安全专业课程资源共享仓库。含部分科目介绍、报告模板、实验工具等内容。期待更多课程加入……19702024-08-12
66GraphicsEnthusiast/DreamRenderMy cpu offline renderer for learning.12102024-06-24
67graycatya/CatLearnQtCatLearnQt,提供QWidget,Quick,网络,串口,基础库和示例。案例软件支持样式切换,与国际化。16502024-08-13
68yanyiwu/simhash中文文档simhash值计算108502024-08-14
69Italink/ModernGraphicsEngineGuide现代图形引擎入门指南27702024-08-15
701051727403/SHU-CS-Source-ShareSHU-上大计算机资料分享汇总❤️❤️❤️14202024-06-18
71tkchu/Game-Programming-Patterns-CN《游戏编程模式》中文版149702024-06-18
72dependon/fantascene-dynamic-wallpaperManaged animated wallpaper based on X11 under Linux(Dynamic Wallpapers for Linux)20402024-08-09
73HACK-THE-WORLD/IDAPluginListIDA插件集合,含项目名称及项目地址,每日定时Clone项目。24202024-06-13
74Greedysky/TTKTinyToolsQt 自定义小工具集合 持续更新中......12602024-08-07
75gongluck/AnalysisAVP音视频学习,相关文件格式/协议分析,框架学习等。encode decode;rgb yuv h264 aac flv mp4 rtmp;libyuv x264 openh264 faac faad2 fdk-aac librtmp ffmpeg sdl2 webrtc;android ios capture videotoolbox;52002024-07-31
76Greedysky/TTKWidgetToolsQWidget 自定义控件集合 持续更新中......62902024-08-07
77Charmve/CppMasterC++ Master Learning Roadmap, especially for AIoT and C++ advanced SWE27602024-05-27
78cpetrich/counterfeit_DS18B20How to tell original from fake DS18B20 temperature sensors.59802024-08-14
79KyrieFeng23/QT5-Image-and-video-processing-software使用QT5+Opencv完成简单的图像处理及视频处理软件。图像处理包括:灰度化、均值滤波、边缘检测、伽马变换、旋转镜像、亮度调节、二值化、对比度,饱和度调节、色彩调节、图片保存、水印等。 视频处理包括:二值化、边缘检测、灰度化、平滑、局部马赛克、缩放等。 此外还进行了界面美化、中英翻译等。30402024-06-02
80tiankonguse/leetcode-solutionsMy Solutions to Leetcode problems ! leetcode 算法题源代码 & Leetcode 互动编程项目7902024-03-31
81datawhalechina/sweetalk-design-pattern基于《大话设计模式》对设计原则和设计模式进行解读。7602024-03-28
82inte2000/code_for_algo_book《算法的乐趣》随书发布的代码12902024-06-13
83geemaple/leetcodeLeetCode solutions, written in python and cpp(LeetCode解题报告,记录自己的leetcode成长之路)19102024-08-15
84IammyselfYBX/NCEPU_CS_course华北电力大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, NCEPU.12802024-05-13
85wx-chevalier/CPP-NotesCPP Notes & RoadMaps for Coder, Programming Language, Software Engineering, Web, Backend, Distributed Infrastructure, DataScience & AI 技术领域前瞻与程序员的进阶之路8802024-02-17
86jinbooooom/programming-summaryC/C++/Java/Python 基础知识总结17802024-06-26
87hitfyd/ShowJCR期刊分区查询小工具,包括中科院分区表升级版(2023、2022、2021)及国际期刊预警名单(2024、2023、2021、2020)、JCR(2023、2022、2021、2020)、CCF推荐国际会议和期刊目录(2022)、计算领域高质量科技期刊分级目录(2022)。11202024-06-21
88songron/leetcodeMy leetcode solutions.25402024-03-19
89lxiao217/study428深度学习、计算机视觉、OpenCV、自动驾驶、SLAM、C++/Python语言开发学习分享11702024-05-14

↓ -- 感谢读者 -- ↓

榜单持续更新,如有帮助请加星收藏,方便后续浏览,感谢你的支持!