05 2022 档案
摘要:https://github.com/nomemory/neat-matrix-library
阅读全文
摘要:https://github.com/PacktPublishing/Linux-Device-Drivers-Development https://github.com/PacktPublishing/Linux-Device-Driver-Development-Second-Edition
阅读全文
摘要:https://github.com/embox/embox https://www.armbbs.cn/forum.php?mod=viewthread&tid=112482 一款使用Linux开源组件而不使用Linux的RTOS解决方案embox,持续更新10年了https://github.c
阅读全文
摘要:https://blog.csdn.net/u010961173/article/details/94297632 https://blog.csdn.net/u010961173/article/details/91489090 platform_device的建立包含两种方式: (1)在内核初始
阅读全文
摘要:https://github.com/tylov/STC STC - Smart Template Containers for C News: Version 3.6 released (April 2022) See Changes version 3.6 Introduction STC is
阅读全文
摘要:https://www.andreinc.net/2011/06/01/implementing-a-generic-priority-queue-in-c https://github.com/tylov/STC/blob/master/docs/cpque_api.md https://gith
阅读全文
摘要:https://www.armbbs.cn/forum.php?mod=viewthread&tid=110838 1、编写C编译器入门教程https://briancallahan.net/blog/archive.html这个比较爆技能,可以让大家对C编译器有个全面的认识:<ignore_js_
阅读全文
摘要:https://www.armbbs.cn/forum.php?mod=viewthread&tid=111995 https://tweedegolf.nl/en/blog/65/async-rust-vs-rtos-showdown https://github.com/tweedegolf/a
阅读全文
摘要:https://www.andreinc.net/2011/09/04/bash-scripting-best-practice Bash Scripting - Best Practices September 4, 2011 A list of best practices for writin
阅读全文
摘要:https://amitadhikari.com/posts/writing-lru-cache-in-c/ https://github.com/adkri/lrucache/blob/master/lru.c https://www.andreinc.net/2021/10/02/impleme
阅读全文
摘要:https://www.andreinc.net/2021/12/01/writing-a-simple-vm-in-less-than-125-lines-of-c https://github.com/nomemory/lc3-vm
阅读全文
摘要:https://www.armbbs.cn/forum.php?mod=viewthread&tid=112286 https://benhoyt.com/writings/hash-table-in-c/ 4、开源免费的Python数学动画库引擎https://github.com/manimCo
阅读全文
摘要:https://github.com/tylov/STC https://github.com/nomemory/blog-generic-data-structures-in-c https://www.andreinc.net/2010/09/30/generic-data-structures
阅读全文
摘要:https://www.cnblogs.com/rongpmcu/p/7662736.html platform_get_irq devm_request_irq 前言 devm是内核提供的基础机制,用于方便驱动开发者所分配资源的自动回收。参考内核文档devres.txt。总的来说,就是驱动开发者只
阅读全文
摘要:devm_request_threaded_irq()本质上还是使用request_threaded_irq()函数实现中断申请。 devm_ioremap memcpy_toio memcpy_fromio https://www.cnblogs.com/dream397/p/15562595.h
阅读全文
摘要:https://github.com/DayBreak-u/chineseocr_lite https://github.com/chineseocr/chineseocr https://gitee.com/Petrichor_cyj/chineseocr_darknet
阅读全文
摘要:CentOS dnf --enablerepo=powertools install texinfo
阅读全文
摘要:https://www.developing-stuff.com/how-to-compile-run-c-code-at-runtime-or-how-to-use-c-as-a-scripting-language/ https://zhuanlan.zhihu.com/p/358456265
阅读全文
摘要:^([a-z0-9_\.]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$ https://regex101.com/ https://regexper.com/ https://regexper.com/#%5E%28%5Ba-z0-9_%5C.%5D%2B%29%40%28%5
阅读全文