用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
☆141Oct 24, 2024Updated last year
Alternatives and similar repositories for adif
Users that are interested in adif are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆45Sep 27, 2024Updated last year
- eJet 是一个轻量级、高性能、嵌入式Web服务器,实现HTTP/1.1全栈功能,包括TLS/SSL、正向代理、反向代理、FastCGI、Cookie、Web Cache、访问日志、HTTP变量、HTTP Script脚本程序、JSon配置文件、虚拟主机、HTTP Loca…☆37Sep 27, 2024Updated last year
- 根据工作中经常需要用到的,基于C语言封装的一些常用工具类库,便于在工程项目中参考引用☆59Oct 29, 2021Updated 4 years ago
- Morn是一个C语言的基础工具和基础算法库,包括数据结构、图像处理、音频处理、机器学习等,具有简单、通用、高效的特点。☆347May 5, 2024Updated 2 years ago
- C/C++工具库,包涵一些常用的类,函数等☆11Jun 20, 2013Updated 13 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 实用函数库,方便用C语言快速开发☆24Feb 22, 2017Updated 9 years ago
- 嵌入式C语言风格指南☆30Jan 31, 2019Updated 7 years ago
- ARM and RISC-V☆14Updated this week
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- 非常小的读取、写入ini配置文件c库.☆10Nov 22, 2019Updated 6 years ago
- C 结构体与 JSON 快速互转库☆10Nov 27, 2017Updated 8 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Jul 27, 2016Updated 10 years ago
- Meta repository for compiled documentation. Do not send PRs here - they will be closed. The Markdown files are now located in the main re…☆20May 11, 2026Updated 2 months ago
- Text Menu in LCD☆12Aug 30, 2022Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- linux_项目☆11May 26, 2022Updated 4 years ago
- C Language Template Library C语言 模板库☆35Jan 21, 2025Updated last year
- 目标是分析Modbus TCP协议,对B-L475E-IOT01A STM32源代码进行了分析,理解其MQTT、Modbus协议通信工作原理。☆11Mar 20, 2018Updated 8 years ago
- ☆56Mar 20, 2022Updated 4 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆47Jan 23, 2016Updated 10 years ago
- A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter.…☆1,459May 30, 2026Updated last month
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆165Jan 11, 2022Updated 4 years ago
- fflags是基于C语言的命令行参数解析程序☆10Dec 6, 2021Updated 4 years ago
- ☆10Sep 1, 2017Updated 8 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- cJSON解析库的使用示例,包含简单和复杂JSON字符串的解析和构建。☆20Jul 23, 2019Updated 7 years ago
- ZLG ToolKit c library☆13Jul 22, 2026Updated last week
- C语言下的人性化、轻量级、高性能JSON库☆14Aug 2, 2021Updated 4 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆53Aug 8, 2023Updated 2 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- A Robotic Arm Controller System with Qt☆13May 24, 2026Updated 2 months ago
- 在Windows下基于共享内存实现进程间通信☆16Dec 8, 2016Updated 9 years ago
- 🔠 Cross-platform thread/mutex/tss/atomic operations in C☆24Jul 22, 2026Updated last week
- CherryShell is a tiny and multifunction shell specifically designed for embedded applications☆61Jan 14, 2026Updated 6 months ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- W601 环境监测系统 前端 V2.0☆17Dec 12, 2022Updated 3 years ago
- Mirror of libgdsl, the Generic Data Structures Library in C☆19Feb 29, 2016Updated 10 years ago
- LVGL demo test☆35Aug 19, 2020Updated 5 years ago
- 基于共享内存的进程间通信组件☆15Apr 28, 2019Updated 7 years ago
- A header only library that implements a C11 Unbounded Non-Intrusive Lockless Single Consumer Multiple Producer Thread-Safe FIFO Queue.☆20Aug 14, 2015Updated 10 years ago
- Regular expressions library for embedded systems☆47Nov 11, 2017Updated 8 years ago
- shared memory☆21Mar 1, 2016Updated 10 years ago