Pinned Repositories
build-your-own-x
Master programming by recreating your favorite technologies from scratch.
C_DataStructure
C语言实现数据结构:单链表,循环链表,双向链表;静态顺序队列,动态顺序队列,链式队列;静态顺序栈,动态顺序栈,链式栈;二叉树,线索二叉树;排序算法;顺序表查找、有序表查找,及稠密索引查找等
cstl
STL style library with red-black tree implementation in C
DataStructure
数据结构和算法笔记与快速入门
dataStructure-1
数据结构学习。C语言实现算法:图的深度优先遍历与广度优先遍历、 二叉查找树、 二叉树 、堆排序算法、 KMP算法、 链表
flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
Lichee-Zero-Doc-zh-CN
The Chinese Document of Lichee Pi Zero. 荔枝派Zero中文文档
os_course_info
OS Lectures 2022 Spring in Dept. CS, Tsinghua Univ.
study
学习,记录,总结
uthash
C macros for hash tables and more
TomasingYoung's Repositories
TomasingYoung/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
TomasingYoung/C_DataStructure
C语言实现数据结构:单链表,循环链表,双向链表;静态顺序队列,动态顺序队列,链式队列;静态顺序栈,动态顺序栈,链式栈;二叉树,线索二叉树;排序算法;顺序表查找、有序表查找,及稠密索引查找等
TomasingYoung/cstl
STL style library with red-black tree implementation in C
TomasingYoung/DataStructure
数据结构和算法笔记与快速入门
TomasingYoung/dataStructure-1
数据结构学习。C语言实现算法:图的深度优先遍历与广度优先遍历、 二叉查找树、 二叉树 、堆排序算法、 KMP算法、 链表
TomasingYoung/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
TomasingYoung/Lichee-Zero-Doc-zh-CN
The Chinese Document of Lichee Pi Zero. 荔枝派Zero中文文档
TomasingYoung/os_course_info
OS Lectures 2022 Spring in Dept. CS, Tsinghua Univ.
TomasingYoung/study
学习,记录,总结
TomasingYoung/uthash
C macros for hash tables and more
TomasingYoung/AderXCoding
介绍各类语言,库,系统编程以及算法的学习
TomasingYoung/Algorithms_and_data_structures
轻松刷 leetcode 算法合集整理(C + VScode + CMake)
TomasingYoung/armv8_os
a simple armv8 operating os for study
TomasingYoung/awesome-c
A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
TomasingYoung/DoraOS
DoraOS 是我个人所写的RTOS内核,结合FreeRTOS、uCOS, RT-Thread, LiteOS 的特性所写,取其精华,去其糟粕,本项目将持续维护,欢迎大家fork与star。
TomasingYoung/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
TomasingYoung/github
GitHub 漫游指南- a Chinese ebook on how to build a good project on Github. Explore the users' behavior. Find some thing interest.
TomasingYoung/lcthw-zh
:book: 【译】笨办法学C
TomasingYoung/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
TomasingYoung/libmetal
An abstraction layer across RTOS, baremetal, and user-space Linux environments
TomasingYoung/mqttclient
mqtt can be used on embedded devices (FreeRTOS / LiteOS / RT-Thread / TencentOS tiny), Linux, Windows, Mac, with a very concise The API interface realizes the quality of service of QOS2 with very few resources, and seamlessly connects the mbedtls encryption library.
TomasingYoung/MySummary
My Design Philosophy Summary (Most of them are in Chinese)
TomasingYoung/open-amp
TomasingYoung/Python
My Python Examples
TomasingYoung/Python-100-Days
Python - 100天从新手到大师
TomasingYoung/Shell-10-Lessons
Shell-10-Lessons,从菜鸟到老鸟
TomasingYoung/stb
stb single-file public domain libraries for C/C++
TomasingYoung/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
TomasingYoung/TheAlgorithms_C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
TomasingYoung/usal_mcu
仿linux通用mcu架构