awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to quantumleaps/qpc

Open-source alternatives to QuantumLeaps Qpc

30 open-source projects similar to quantumleaps/qpc, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best QuantumLeaps Qpc alternative.

  • hardysimpson/zlogHardySimpson 的头像

    HardySimpson/zlog

    2,534在 GitHub 上查看↗

    zlog is a reliable, high-performance, thread safe, flexible, clear-model, pure C logging library.

    C
    在 GitHub 上查看↗2,534
  • murphyzhao/flexiblebuttonmurphyzhao 的头像

    murphyzhao/FlexibleButton

    932在 GitHub 上查看↗

    FlexibleButton 是一个基于标准 C 语言的小巧灵活的按键处理库,支持单击、连击、短按、长按、自动消抖,可以自由设置组合按键,可用于中断和低功耗场景。

    C
    在 GitHub 上查看↗932
  • google/googletestgoogle 的头像

    google/googletest

    38,713在 GitHub 上查看↗

    This project is a comprehensive C++ unit testing framework designed to verify code logic and identify regressions through a suite of assertion macros, test fixtures, and execution runners. It automates the discovery and registration of test cases during static initialization, allowing developers to define isolated test environments that ensure repeatable and predictable conditions for every execution. The framework distinguishes itself through a sophisticated mock object library that enables the simulation of components and the enforcement of strict interaction requirements. By intercepting v

    C++
    在 GitHub 上查看↗38,713
  • gorgonmeducer/ploocGorgonMeducer 的头像

    GorgonMeducer/PLOOC

    427在 GitHub 上查看↗

    Protected Low-overhead Object-Oriented Programming with ANSI-C, known as PLOOC 'plu:k, is a set of well-polished C macro templates that:

    C
    在 GitHub 上查看↗427
  • jiejietop/cmd-parserjiejieTop 的头像

    jiejieTop/cmd-parser

    345在 GitHub 上查看↗

    一个非常简单好用的命令解析器...

    C
    在 GitHub 上查看↗345

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • majerle/lwrbMaJerle 的头像

    MaJerle/lwrb

    1,482在 GitHub 上查看↗

    Library provides generic FIFO ring buffer implementation.

    C
    在 GitHub 上查看↗1,482
  • ethz-asl/libnaboethz-asl 的头像

    ethz-asl/libnabo

    487在 GitHub 上查看↗

    //: # ( ==== Logo ================================================== )

    C++
    在 GitHub 上查看↗487
  • google/cmockerygoogle 的头像

    google/cmockery

    1,086在 GitHub 上查看↗

    For information about how to use the cmockery unit testing framework see doc/index.html.

    Shell
    在 GitHub 上查看↗1,086
  • 0x1abin/multibutton0x1abin 的头像

    0x1abin/MultiButton

    2,281在 GitHub 上查看↗
    C
    在 GitHub 上查看↗2,281
  • armink/easyloggerarmink 的头像

    armink/EasyLogger

    4,641在 GitHub 上查看↗

    EasyLogger is a lightweight C/C++ logging library and asynchronous framework designed for embedded systems, IoT devices, and wearables. It functions as a resource-efficient logger and flash memory manager, providing tools for low-level debugging and system event recording with minimal ROM and RAM requirements. The project distinguishes itself through an asynchronous logging model that buffers messages to a separate thread, preventing logging operations from blocking real-time application execution. It includes a specialized flash memory manager that utilizes circular buffering to persist logs

    C
    在 GitHub 上查看↗4,641
  • heyuanjie87/airkissopenheyuanjie87 的头像

    heyuanjie87/airkissOpen

    41在 GitHub 上查看↗

    ``` //rtconfig.h

    C
    在 GitHub 上查看↗41
  • izzimat/pigweedizzimat 的头像

    izzimat/pigweed

    48在 GitHub 上查看↗

    Pigweed is an open source collection of embedded-targeted libraries--or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics…

    C++
    在 GitHub 上查看↗48
  • jolin90/smartconfigjolin90 的头像

    jolin90/smartconfig

    34在 GitHub 上查看↗

    details in doc directory

    C
    在 GitHub 上查看↗34
  • lmooml/smarttimerlmooml 的头像

    lmooml/SmartTimer

    207在 GitHub 上查看↗

    简单说来,SmartTimer是一个轻量级的基于STM32的定时器调度器,在单片机”裸跑”的情况下,可以很方便的实现异步编程。

    C
    在 GitHub 上查看↗207
  • benhoyt/inihbenhoyt 的头像

    benhoyt/inih

    3,007在 GitHub 上查看↗

    Simple .INI file parser in C, good for embedded systems

    C++cconfigparserembedded-systems
    在 GitHub 上查看↗3,007
  • 0x1abin/multitimer0x1abin 的头像

    0x1abin/MultiTimer

    1,110在 GitHub 上查看↗

    MultiTimer 是一个软件定时器扩展模块,可无限扩展你所需的定时器任务,取代传统的标志位判断方式, 更优雅更便捷地管理程序的时间触发时序。

    C
    在 GitHub 上查看↗1,110
  • armink/cmbacktracearmink 的头像

    armink/CmBacktrace

    2,120在 GitHub 上查看↗

    中文页 | English

    C
    在 GitHub 上查看↗2,120
  • ffmpeg/ffmpegFFmpeg 的头像

    FFmpeg/FFmpeg

    61,176在 GitHub 上查看↗

    FFmpeg is a cross-platform multimedia framework designed for the recording, conversion, and streaming of audio and video content. It functions as a comprehensive toolkit that provides both a command-line utility for direct media manipulation and a collection of low-level libraries for integration into custom applications. At its core, the project utilizes a packet-based stream engine and a format-agnostic abstraction layer to handle diverse media standards, containers, and network protocols. The framework distinguishes itself through a modular, graph-based filter execution model that allows f

    Caudiocffmpeg
    在 GitHub 上查看↗61,176
  • cproape/toolkitcproape 的头像

    cproape/toolkit

    237在 GitHub 上查看↗

    ToolKit是一套应用于嵌入式系统的通用工具包,可灵活应用到有无RTOS的程序中,采用C语言面向对象的思路实现各个功能,尽可能最大化的复用代码,目前为止工具包包含:循环队列、软件定时器、事件集。

    C
    在 GitHub 上查看↗237
  • armink/easyflasharmink 的头像

    armink/EasyFlash

    2,327在 GitHub 上查看↗

    Lightweight IoT device information storage solution: KV/IAP/LOG. | 轻量级物联网设备信息存储方案:参数存储、在线升级及日志存储 ,全新一代版本请移步至 https://github.com/armink/FlashDB

    Cembeddedflashiap
    在 GitHub 上查看↗2,327
  • davegamble/cjsonDaveGamble 的头像

    DaveGamble/cJSON

    12,466在 GitHub 上查看↗

    cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It provides a comprehensive set of utilities for transforming raw text into navigable objects, manipulating data fields within collections, and serializing complex structures into formatted or unformatted strings. The library is designed for memory-sensitive and resource-constrained environments, utilizing manual memory management and type-tagged union structures to maintain a minimal footprint. It employs recursive descent parsing and in-place string manipulation to process data ef

    C
    在 GitHub 上查看↗12,466
  • dheeraj-2000/dsalgodheeraj-2000 的头像

    dheeraj-2000/dsalgo

    87在 GitHub 上查看↗

    Have a look at open issues, they contain the list of algorithms/DS we plan to be implemented. You can also create a new issue for an algorithm that is not in the list. Fork the repository. Clone the repo. to your local system. Add the algorithms/codes that you want to contribute (and properly…

    C++
    在 GitHub 上查看↗87
  • armink/sfudarmink 的头像

    armink/SFUD

    1,678在 GitHub 上查看↗

    SFUD 是一款开源的串行 SPI Flash 通用驱动库。由于现有市面的串行 Flash 种类居多,各个 Flash 的规格及命令存在差异, SFUD 就是为了解决这些 Flash 的差异现状而设计,让我们的产品能够支持不同品牌及规格的 Flash,提高了涉及到 Flash 功能的软件的可重用性及可扩展性,同时也可以规避 Flash 缺货或停产给产品所带来的风险。

    C
    在 GitHub 上查看↗1,678
  • hepingood/ws2812bhepingood 的头像

    hepingood/ws2812b

    201在 GitHub 上查看↗

    English | 简体中文 | 繁體中文 | 日本語 | Deutsch | 한국어

    C
    在 GitHub 上查看↗201
  • eclipse/mosquittoeclipse 的头像

    eclipse/mosquitto

    11,008在 GitHub 上查看↗

    Mosquitto is an MQTT message broker and IoT messaging server designed to route data between publishers and subscribers. It functions as a centralized network hub that enables lightweight communication between distributed sensors, controllers, and other internet-of-things devices. The project includes an MQTT bridging gateway used to link separate brokers, allowing traffic to be routed and synchronized across different network locations or security zones. It also provides a client implementation for connecting to and interacting with the broker. The system manages topic-based message routing

    C
    在 GitHub 上查看↗11,008
  • activesys/libcstlactivesys 的头像

    activesys/libcstl

    677在 GitHub 上查看↗

    This directory contains the sources of the libcstl Library. See the file "VERSION" for what release version you have. libcstl is the use of C language, a common data structure and used algorithms library, which mimic the interface and the SGI STL to achieve.

    C
    在 GitHub 上查看↗677
  • armmbed/mbedtlsARMmbed 的头像

    ARMmbed/mbedtls

    6,712在 GitHub 上查看↗

    Mbed TLS is an open-source TLS and DTLS library with a small footprint, designed for embedded systems and IoT devices. It provides a portable cryptographic library that includes symmetric ciphers, hashing, and public-key cryptography, along with a reference implementation of the PSA Cryptography API for standardized cryptographic operations across platforms. The library also offers X.509 certificate management for parsing, validating, and managing certificate chains in secure communications. The library is built around a platform abstraction layer that decouples it from OS-specific services t

    C
    在 GitHub 上查看↗6,712
  • jiejietop/mqttclientjiejieTop 的头像

    jiejieTop/mqttclient

    840在 GitHub 上查看↗

    中文说明

    C
    在 GitHub 上查看↗840
  • koanlogic/libukoanlogic 的头像

    koanlogic/libu

    460在 GitHub 上查看↗

    LibU is a multiplatform utility library written in C, with APIs for handling memory allocation, networking and URI parsing, string manipulation, debugging, and logging in a very compact way, plus many other miscellaneous tasks

    C
    在 GitHub 上查看↗460
  • nevermindzzt/letter-shellNevermindZZT 的头像

    NevermindZZT/letter-shell

    1,813在 GitHub 上查看↗

    一个功能强大的嵌入式shell

    C
    在 GitHub 上查看↗1,813