08 2022 档案
摘要:https://blog.csdn.net/mcsbary/article/details/103728816 总结:request_threaded_irq:中断处理线程化,很好解决高频率的中断响应,类似异步处理request_irq:类似于同步处理事务,适合非高频率中断响应。 https://z
阅读全文
摘要:https://gustedt.gitlabpages.inria.fr/modern-c/ https://hal.inria.fr/hal-02383654/document https://www.dbooks.org/modern-c-1617295817/ 上百张图文并茂C++速查表 ht
阅读全文
摘要:LeNet:第一个卷积神经网络 https://www.ruanx.net/lenet/ 「识别手写数字」是一个经典的机器学习任务,有著名的 MNIST 数据集。我们曾经利用多层感知机实现了 90+% 的准确率,本文将介绍卷积神经网络 LeNet,主要参考 这篇英文博客 的讲解。 LeNet 是几种
阅读全文
摘要:awesome-ISP https://github.com/starkfan007/awesome-ISP Examples openISP -- Open Image Signal Processor [code]fast-openISP -- Fast Open Image Signal Pr
阅读全文
摘要:https://github.com/yywyz/OpenCL-Programming-Examples https://blog.csdn.net/zhouxuanyuye/category_7567322.html https://blog.csdn.net/zhouxuanyuye/artic
阅读全文
摘要:https://www.armbbs.cn/forum.php?mod=viewthread&tid=114506 https://app.diagrams.net/?src=abouthttps://github.com/jgraph/drawio-desktop 分享一款强劲的开源绘图工具,支持
阅读全文