用标准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 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆46Sep 27, 2024Updated last year
- Morn是一个C语言的基础工具和基础算法库,包括数据结构、图像处理、音频处理、机器学习等,具有简单、通用、高效的特点。☆346May 5, 2024Updated 2 years ago
- 一个针对资源受限的嵌入式设备优化的c语言Json库,内存占用极小的通用Json库,简洁高效!☆23Mar 23, 2026Updated 2 months ago
- C/C++工具库,包涵一些常用的类,函数等☆11Jun 20, 2013Updated 12 years ago
- ☆678Feb 27, 2015Updated 11 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 实用函数库,方便用C语言快速开发☆24Feb 22, 2017Updated 9 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- 嵌入式C语言风格指南☆29Jan 31, 2019Updated 7 years ago
- 非常小的读取、写入ini配置文件c库.☆10Nov 22, 2019Updated 6 years ago
- C 结构体与 JSON 快速互转库☆11Nov 27, 2017Updated 8 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Jul 27, 2016Updated 9 years ago
- 由C语言实现的单线程高并发的网络基础库☆55May 26, 2021Updated 5 years ago
- C Language Template Library C语言 模板库☆35Jan 21, 2025Updated last year
- Basic TLV message serialize library☆13Jul 11, 2015Updated 10 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 目标是分析Modbus TCP协议,对B-L475E-IOT01A STM32源代码进行了分析,理解其MQTT、Modbus协议通信工作原理。☆11Mar 20, 2018Updated 8 years ago
- Text Menu in LCD☆12Aug 30, 2022Updated 3 years ago
- A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter.…☆1,454May 22, 2026Updated last week
- fflags是基于C语言的命令行参数解析程序☆10Dec 6, 2021Updated 4 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆47Jan 23, 2016Updated 10 years ago
- cJSON解析库的使用示例,包含简单和复杂JSON字符串的解析和构建。☆20Jul 23, 2019Updated 6 years ago
- Radxa system setup utilty☆19May 9, 2026Updated 2 weeks ago
- ☆10Sep 1, 2017Updated 8 years ago
- Linux环境C语言编程项目多级Makefile管理模板☆26Oct 23, 2017Updated 8 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 84.1 基于STM32单片机智能药盒药箱定时吃药心率监测wifi版本-毕业源码案例设计☆19Mar 15, 2026Updated 2 months ago
- 嵌入式开发框架,事件驱动,超级轻量。最低占用ROM 1.5KB,RAM 172字节。核心技术是事件总线,支持Reactor和状态 机两种模式,协作式内核,极度可靠。可深度裁剪,移植方便。☆110May 22, 2022Updated 4 years ago
- USB DFU bootloader for the stm32 based autopilots☆28Oct 14, 2022Updated 3 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☆52Aug 8, 2023Updated 2 years ago
- C语言下的人性化、轻量级、高性能JSON库☆14Aug 2, 2021Updated 4 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Dec 21, 2016Updated 9 years ago
- A Robotic Arm Controller System with Qt☆13Updated this week
- 在Windows下基于共享内存实现进程间通信☆16Dec 8, 2016Updated 9 years ago
- 基于STM32的示波器☆12Sep 2, 2017Updated 8 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- LVGL demo test☆36Aug 19, 2020Updated 5 years ago
- W601 环境监测系统 前端 V2.0☆17Dec 12, 2022Updated 3 years ago
- libapi is a cross platform high performance io library written in c. It provides ability to write event driven servers and applications w…☆57Aug 19, 2018Updated 7 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
- shared memory☆21Mar 1, 2016Updated 10 years ago
- LJSON: Extreme-Perf Dual-Mode Engine for Linux/Windows: ① Powerful LJSON Library: DOM&SAX modes, 150% faster than RapidJSON, 13…☆25Mar 24, 2026Updated 2 months ago