red-chen / simple
C语言开发的工具库,包括常用的字符串解析、数据结构、日志库、异步IO线程等
☆17Updated 4 years ago
Alternatives and similar repositories for simple:
Users that are interested in simple are comparing it to the libraries listed below
- 从0到1开始入门RTOS☆17Updated 7 years ago
- 实用函数库,方便用C语言快速开发☆23Updated 8 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆31Updated 8 years ago
- 跨平台的c开发库,提供asio、stream、容器、算法、xml/json/plist解析、数据库等常用模块 http://www.tboox.org☆36Updated 8 years ago
- small library for c, includes array, hash, string, value, event emitter...☆50Updated 6 years ago
- 简洁易用的嵌入式操作系统内核。github停止更新,请移步开源中国//git.oschina.net/kerndev/klite☆55Updated 6 years ago
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆22Updated 4 years ago
- 一个Makefile通用模板,拥有IDE环境的如下特性:子工程列表、文件树、工程选项☆28Updated 4 years ago
- JerryScript port for RT-Thread☆19Updated 3 years ago
- 跨平台C语言基础库,适配任意ANSI_C编译器【字符串、文件、目录、时间、数组/队列、线程池、BASE64、CRC32、MD5、SHA1、URL编解码、码表实现UTF8/GBK编码转换】☆34Updated 8 years ago
- C语言实现封装的服务器框架,多进程+单线程+libevent+openssl+ORMSQL☆10Updated 5 years ago
- An open source, portable, easy to use, readable and flexible SSL library☆44Updated last year
- 嵌入式最小驱动程序框架☆11Updated 7 years ago
- cJSON解析库的使用示例,包含简单和复杂JSON字符串的解析和构建。☆19Updated 5 years ago
- SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.☆17Updated 3 years ago
- uT/OS是中国国内最早(2009/10/10发布V1.0)的用于物联网领域的开源RTOS内核之一,是Tenux开源社区(www.tenux.org或www.tenux.cn)的核心开源项目,uT/OS开源嵌入式操作系统内核是商业级质量,支持业界常用的Keil MDK、IA…☆20Updated 7 years ago
- Synchronous Asynchronous Log Output Framework(同步异步日志输出框架)☆21Updated 5 years ago
- 基于ANSI C开发的内存池和线程池,性能优异☆20Updated 9 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆45Updated 9 years ago
- media player for awtk☆10Updated 2 months ago
- AWTK 演示例子☆59Updated 2 years ago
- Graphics Engine (GE) in RT-Thread☆55Updated 3 years ago
- cgic和boa实现网页上载文件,读取配置信息以及进度条等一系列功能☆17Updated 8 years ago
- c语言面向对象☆12Updated 6 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆56Updated 9 years ago
- libcsv is a small, simple and fast CSV library written in pure ANSI C89 that can read and write CSV data. | libcsv是用纯ANSI C89编写的小型、简单、快速的…☆36Updated 6 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问 题来了,whil…☆13Updated 5 years ago
- 纯C语言高性能的轻量级协程,比protothread更高效,仅一个bp.h文件。 Lightweight coroutine with high performance in pure C language, …☆91Updated 3 years ago
- My C Snippets - buf, cfg, datetime, dict, event, heap, ketama, list, log, map, queue, skiplist, stack, strings☆57Updated 8 years ago
- A lightweight, customizable embedded Web Server for RT-Thread☆52Updated 10 months ago