上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 27 下一页
摘要: 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 阅读全文
posted @ 2022-05-20 16:04 sinferwu 阅读(31) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2022-05-20 15:39 sinferwu 阅读(1049) 评论(0) 推荐(0)
摘要: https://www.andreinc.net/2021/12/01/writing-a-simple-vm-in-less-than-125-lines-of-c https://github.com/nomemory/lc3-vm 阅读全文
posted @ 2022-05-20 15:11 sinferwu 阅读(24) 评论(0) 推荐(0)
摘要: https://www.armbbs.cn/forum.php?mod=viewthread&tid=112286 https://benhoyt.com/writings/hash-table-in-c/ 4、开源免费的Python数学动画库引擎https://github.com/manimCo 阅读全文
posted @ 2022-05-20 11:17 sinferwu 阅读(168) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2022-05-18 10:38 sinferwu 阅读(21) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/rongpmcu/p/7662736.html platform_get_irq devm_request_irq 前言 devm是内核提供的基础机制,用于方便驱动开发者所分配资源的自动回收。参考内核文档devres.txt。总的来说,就是驱动开发者只 阅读全文
posted @ 2022-05-12 21:11 sinferwu 阅读(189) 评论(0) 推荐(0)
摘要: devm_request_threaded_irq()本质上还是使用request_threaded_irq()函数实现中断申请。 devm_ioremap memcpy_toio memcpy_fromio https://www.cnblogs.com/dream397/p/15562595.h 阅读全文
posted @ 2022-05-12 14:16 sinferwu 阅读(379) 评论(0) 推荐(0)
摘要: https://github.com/DayBreak-u/chineseocr_lite https://github.com/chineseocr/chineseocr https://gitee.com/Petrichor_cyj/chineseocr_darknet 阅读全文
posted @ 2022-05-11 18:15 sinferwu 阅读(40) 评论(0) 推荐(0)
摘要: CentOS dnf --enablerepo=powertools install texinfo 阅读全文
posted @ 2022-05-08 23:23 sinferwu 阅读(162) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2022-05-08 20:38 sinferwu 阅读(184) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 27 下一页