GitHub-Chinese-Top-Charts/content/charts/new_repo/software/CPP.md

17 KiB
Raw Blame History

返回目录问题反馈

中文新星榜 > 软件类 > C++

数据更新: 2021-12-22   /   温馨提示中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目通常在项目的「readme/wiki/官网」可以找到

# Repository Description Stars Updated Created
1 oceanbase/oceanbase OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards. 4010 2021-12-21 2021-05-31
2 Tencent/flare Flare是广泛投产于腾讯广告后台的现代化C++开发框架包含了基础库、RPC、各种客户端等。主要特点为易用性强、长尾延迟低。 820 2021-11-25 2021-05-26
3 tuplex/tuplex Tuplex is a parallel big data processing framework that runs data science pipelines written in Python at the speed of compiled code. Tuplex has similar Python APIs to Apache Spark or Dask, but rather ... 744 2021-12-16 2021-06-30
4 openppl-public/ppl.nn A primitive library for neural network 608 2021-12-21 2021-06-30
5 Chaoses-Ib/IbEverythingExt Everything 拼音搜索、快速选择扩展 605 2021-12-17 2021-09-18
6 shouxieai/tensorRT_Pro C++ library based on tensorrt integration 508 2021-12-15 2021-07-26
7 Tencent/Forward A library for high performance deep learning inference on NVIDIA GPUs. 478 2021-11-30 2021-03-11
8 anhkgg/SuperRDP Super RDPWrap 462 2021-12-21 2021-01-10
9 HackerDev-Felix/WechatDecrypt 微信消息解密工具 387 2021-07-12 2021-07-12
10 Tencent/Taitank Taitank is a cross platform lightweight flex layout engine implemented in C++. 382 2021-07-21 2021-04-12
11 zenustech/zeno ZEn NOde system 344 2021-12-21 2021-03-27
12 0x727/SqlKnife_0x727 适合在命令行中使用的轻巧的SQL Server数据库安全检测工具 326 2021-10-23 2021-08-02
13 vczh/GacUIBlog 记录 GacUI 开发10年来背后的故事以及对架构设计的考量。 315 2021-12-20 2021-05-26
14 peng-zhihui/Ctrl-FOC-Lite - 310 2021-08-07 2021-08-07
15 wdhao/tensorrtCV - 306 2021-08-11 2021-05-29
16 ToanTech/Deng-s-foc-controller 灯哥开源 FOC 双路迷你无刷电机驱动 295 2021-12-08 2021-02-14
17 Tencent/ScriptX A versatile script engine abstraction layer. 292 2021-12-19 2021-03-19
18 Tencent/deepx_core deepx_core是一个专注于张量计算/深度学习的基础库 288 2021-07-06 2021-03-24
19 flomesh-io/pipy Pipy is a tiny, high performance, highly stable, programmable proxy. 288 2021-12-16 2021-02-11
20 Soreepeong/XivAlexander Double weave on high latency, and mishmash of modding tools - especially for fonts and internationalization for Final Fantasy XIV. 267 2021-12-21 2021-02-08
21 MistEO/MeoAssistantArknights 明日方舟助手,自动刷图、智能基建换班,全日常一键长草! 264 2021-12-21 2021-07-09
22 ZhuYanzhen1/miniFOC 你还在为有刷电机的高噪声、低响应速度和低寿命而烦恼吗这个项目是一个20块钱就能搞定的FOC无刷电机控制方案This project is a FOC (Field Oriented Control) BLDC Motor control scheme that can be done for 3$! 263 2021-11-08 2021-08-13
23 RapidAI/RapidOCR A cross platform OCR Library based on PaddleOCR & OnnxRuntime 249 2021-12-18 2021-01-04
24 mhogomchungu/media-downloader Media Downloader is a Qt/C++ front end to youtube-dl 244 2021-12-21 2021-01-18
25 ToKiNoBug/SlopeCraft Get your map pixel art in minecraft 216 2021-12-19 2021-04-25
26 MiRoboticsLab/cyberdog_ros2 ROS 2 packages for CyberDog 213 2021-12-21 2021-09-15
27 bifang-fyh/bifang bifang - 一个基于协程的服务器框架 210 2021-06-01 2021-03-09
28 0x727/ShuiYing_0x727 检测域环境内,域机器的本地管理组成员是否存在弱口令和通用口令,对域用户的权限分配以及域内委派查询 204 2021-08-10 2021-08-10
29 Tencent/yadcc Yet Another Distributed C++ Compiler. yadcc是一套腾讯广告自研的分布式编译系统用于支撑腾讯广告的日常开发及流水线。相对于已有的同类解决方案我们针对实际的工业生产环境做了性能、可靠性、易用性等方面优化。 201 2021-11-25 2021-05-28
30 AllentDan/LibtorchSegmentation A c++ trainable semantic segmentation library based on libtorch (pytorch c++). Backbone: VGG, ResNet, ResNext. Architecture: FPN, U-Net, PAN, LinkNet, PSPNet, DeepLab-V3, DeepLab-V3+ by now. 192 2021-11-17 2021-02-07
31 huoji120/CobaltStrikeDetected 40行代码检测到大部分CobaltStrike的shellcode 186 2021-07-25 2021-07-25
32 metartc/yangwebrtc 中国人自己的webrtc,非谷歌lib 180 2021-12-21 2021-08-29
33 zhuzhu-Top/Wx_Socket_Helper PC微信助手 162 2021-08-27 2021-05-22
34 richardchien/modern-cmake-by-example IPADS 实验室新人培训第二讲2021.11.3CMake 160 2021-11-04 2021-10-15
35 SmartKeyerror/reading-source-code-of-leveldb-1.23 leveldb 源码阅读,分析 DB 运作流程与 WAL、SSTable 等文件格式与 Compaction 过程。 157 2021-09-24 2021-07-24
36 xiangli0608/cartographer_detailed_comments_ws cartographer work space with detailed comments 154 2021-10-29 2021-04-20
37 drzzzf/T12SoldingStation Arduino T12 Solding Station 137 2021-07-31 2021-02-19
38 0x727/CloneX_0x727 进行克隆用户、添加用户等账户防护安全检测的轻巧工具 125 2021-09-03 2021-08-16
39 yongplus/tinypng 基于TinyPNG图片压缩软件操作简单高效支持MacOS和Windows系统无需其它依赖运行。 122 2021-11-11 2021-07-01
40 kaniol-lck/modmanager A Qt-based mod manager for minecraft. 121 2021-12-21 2021-08-12
41 taptap/perf-doctor 性能医生,手机应用性能测试工具 Mobile game profiler 116 2021-12-21 2021-09-24
42 caochao39/tare_planner TARE Exploration Planner for Ground Vehicles 116 2021-09-25 2021-05-08
43 HuyaInc/Hercules Hercules 是以json+lua的灵活方式控制视频混画混流mcu简单灵活完成业务需求。 116 2021-06-21 2021-03-02
44 abcz316/linuxKernelRoot 新一代root跟面具完全不同思路摆脱面具被检测的弱点完美隐藏root功能挑战全网root检测手段兼容安卓APP直接JNI调用稳定、流畅、不闪退。 113 2021-12-04 2021-09-03
45 hova88/PointPillars_MultiHead_40FPS A REAL-TIME 3D detection network [Pointpillars] compiled by CUDA/TensorRT/C++. 110 2021-12-13 2021-04-29
46 soarqin/D2RMH Diablo II Resurrected map revealing tool. 109 2021-12-20 2021-10-21
47 vxfury/tabulate Table maker, true color, nested table, unicode, xterm & markdown syntax, ... 102 2021-12-21 2021-10-15
48 openvinotoolkit/openvino_tensorflow OpenVINO™ integration with TensorFlow 102 2021-12-17 2021-01-21
49 EdVince/PSGAN-NCNN PSGAN running with ncnn妆容迁移/仿妆Imitation Makeup/Makeup Transfer 97 2021-10-30 2021-10-23
50 simdutf/simdutf Unicode routines (UTF8, UTF16): billions of characters per second. 95 2021-12-06 2021-02-04
51 rvbust/Vis Interactive & Asynchronous 3D Visualization Tool 94 2021-08-18 2021-07-23
52 H3d9/sguard_limit 限制ACE-Guard Client EXE占用系统资源支持各种腾讯游戏 94 2021-12-13 2021-02-05
53 wecooperate/iMonitor iMonitor冰镜 - 终端行为分析系统) 89 2021-12-12 2021-11-24
54 dengqizhou30/AIAssistC AIAssistC是一个AI游戏助手使用OpenCv、DNN、Tensorflow、ssd_mobilenet/efficientdet、hidriver、MFC等技术截取游戏屏幕进行对象识别使用虚拟鼠标键盘驱动实现自动瞄准/自动开枪等功能,提升玩家的游戏体验。 87 2021-12-05 2021-10-27
55 GengGode/GenshinImpact_AutoTrack_DLL 能够从原神中获取角色的位置、朝向以及视角的实时数据通过图像算法获取并非读内存。The real-time data of the position, orientation and angle of view of the character can be obtained from the Genshin Impact, which can be obtained through the i ... 87 2021-10-29 2021-06-17
56 wecooperate/iMonitorSDK 系统监控开发套件sysmon、promon、edr、终端安全、主机安全、零信任、上网行为管理 84 2021-12-12 2021-09-25
57 saturneric/GpgFrontend A Powerful, Easy-to-Use, Compact, Cross-Platform and Installation-Free Crypto Tool. Ein leistungsstarkes, benutzerfreundliches, kompaktes, plattformübergreifendes und installationsfreies Krypto-Tool. 83 2021-12-20 2021-06-19
58 guojianyang/cv-detect-robot yolov5+YOLOX+yolo+tensorRT+ros+deepstream+jetson+nano+TX2+NX for High-performance deployment(高性能部署) 81 2021-12-21 2021-07-25
59 nkliuhui/sync_gps_lidar_imu_cam lidar-imu-cam-GPS时间戳硬件同步方案 81 2021-07-21 2021-04-16
60 wfrest/wfrest C++ Web Framework REST API 78 2021-12-21 2021-10-27
61 LiteLDev/LiteXLoader A cross-language script plugin loader for Bedrock Dedicated Server (BDS) , based on LiteLoaderBDS & ScriptX 78 2021-12-21 2021-04-17
62 netcan/config-loader Simple C++ Config Loader Framework(Serialization & Reflection) 75 2021-12-07 2021-06-21
63 kekeimiku/kbz 读取王者荣耀对局内敌方位置技能cd以及血量的小程序 74 2021-07-12 2021-07-09
64 zm0612/eskf-gps-imu-fusion 使用误差状态卡尔曼滤波器融合GPS和IMU实现更高精度的定位 74 2021-11-03 2021-03-04
65 huoji120/MakeInfinityHookGreatAgain 让Etwhook再次伟大! Make InfinityHook Great Again! 72 2021-06-24 2021-06-23
66 kingsoft-wps/KSAI-Lite KSAI Lite is a deep learning inference framework of kingsoft, based on tensorflow lite 71 2021-07-02 2021-05-18
67 ApsaraDB/PolarDB-FileSystem - 70 2021-11-10 2021-10-12
68 hpc203/yolox-opencv-dnn 使用OpenCV部署YOLOX支持YOLOX-S、YOLOX-M、YOLOX-L、YOLOX-X、YOLOX-Darknet53五种结构包含C++和Python两种版本的程序 70 2021-10-21 2021-08-08
69 oceanbase/obproxy A proxy server for OceanBase Database. 70 2021-11-03 2021-05-31
70 FeJQ/DexPatcher 修复脱壳后的dex文件 70 2021-06-12 2021-02-14
71 qiang/Riru-ModuleFridaGadget 一个magisk 的模块,简化版,依赖 riru能够简单的hook并且加载动态库目前用来加载 frida 的gadget 库从而使hook脱离命令行和server并且能够在多进程中加载 66 2021-11-09 2021-09-01
72 huoji120/DuckSandboxDetect 沙箱测试,测评国内常见沙箱的代码与结论 66 2021-07-03 2021-07-03
73 fjqisba/E-Decompiler 用来辅助分析易语言程序的IDA插件 66 2021-10-12 2021-02-22
74 DL-Practise/OpenSitUp OpenSitUp是一个基于姿态估计的开源项目旨在帮助对姿态估计感兴趣的朋友能够从零开始搭建一个在android手机上运行的仰卧起坐计数APP。主要的技术难点为如何让计算量较大的人体姿态估计网络流畅的运行在手机端并且实现仰卧起坐的计数功能。掌握了这个项目的原理之后可以很方便的迁移到类似的运动健身APP当中。 65 2021-08-15 2021-08-07
75 tuya/tuya-wifi-mcu-sdk-arduino-library Tuya MCU SDK Arduino Library is developed based on the Tuya Wi-Fi general integration solution. 64 2021-11-04 2021-04-28
76 Guyutongxue/VSCodeConfigHelper3 VS Code C++ 配置器 61 2021-12-02 2021-07-13
77 OAID/TengineGst TengineGst is a streaming media analytics framework, based on GStreamer multimedia framework, for creating varied complex media analytics pipelines. It ensures pipeline interoperability and provides o ... 59 2021-10-27 2021-10-14
78 Apache553/ssh-agent-bridge A tool that enable multiple ssh client implementations to use a common ssh agent on Windows. 58 2021-09-16 2021-07-03
79 ydc258ttbaby/PPT_transtions_with_shader 在OpenGL里用纯shader实现PPT的切换特效 58 2021-06-15 2021-06-07
80 Factor-Robotics/odrive_ros2_control ODrive driver for ros2_control 57 2021-11-20 2021-06-28
81 flutting/ff_stars Flutter的星星评价组件. 57 2021-11-30 2021-02-13
82 DragonQuestHero/WindowsSyscallsEx Quick check of NT kernel exported&unexported functions/global variable offset NT内核导出以及未导出函数+全局变量偏移速查 56 2021-11-19 2021-09-10
83 dependon/fantascene-dynamic-wallpaper deepin/uos dynamic wallpaper 54 2021-11-26 2021-02-25
84 wjr-z/AlgorithmAndDataStructure 大整数类、lz77、json解析、任意类型存储、工具类等。 53 2021-12-03 2021-05-24
85 Guanbin-Huang/tensorRT_Pro_co-comments - 52 2021-11-25 2021-11-02
86 kingsoft-wps/KSAI-Toolkits - 52 2021-11-30 2021-05-18
87 CoderUper/TSCached 一款内存时序数据库 52 2021-08-22 2021-04-19
88 ColinLii/CC-FJpy A Python Package for seismic ambient noise cross-correlation and the frequency-Bessel transform method 52 2021-08-11 2021-02-05

↓ -- 感谢读者 -- ↓

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