Lists (3)
Sort Name ascending (A-Z)
Stars
总结整理linux内核的内存管理的资料,包含论文,文章,视频,以及应用程序的内存泄露,内存池相关
Just refactoring and extending of https://github.com/rswier/c4.
这里面的代码注释,前后花了六年时间,几乎所有重要的内核子系统都注释了,例如中断、互斥、时钟、信号、内存、调度、网络协议栈、文件系统
Summaries and notes on pthreads programming.
所有基础数据结构和算法的纯C语言实现,如各自排序、链表、栈、队列、各种树以及应用、图算法、字符串匹配算法、回溯、并查集等,献丑了
Data struct and algorithm introduction and implementation in C/C++/Java.
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (…
C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。
Build a minimal multi-tasking OS kernel for ARM from scratch
Build a minimal multi-tasking OS kernel for RISC-V from scratch
re-implementation of UNIX v6 in ANSI C for x86_64 SMP
LeOS operating system Kernel for AArch64 written in Rust