上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页
摘要: 基于模型的设计 Matlab中Stateflow 也可以模型生成代码 IAR Visual State 10.1官方安装包和指导手册 https://www.armbbs.cn/forum.php?mod=viewthread&tid=97022 https://www.armbbs.cn/foru 阅读全文
posted @ 2022-07-21 14:03 sinferwu 阅读(713) 评论(0) 推荐(0)
摘要: https://unix.stackexchange.com/questions/555948/replace-multi-line-string-with-multi-line-string-without-escaping-by-hand perl -i -0 -pe '$b = `cat be 阅读全文
posted @ 2022-07-07 18:47 sinferwu 阅读(59) 评论(0) 推荐(0)
摘要: 信号量有两种操作会影响计数信号量的值:tx_semaphore_get和tx_semaphore_put。get操作将信号量减少1。如果信号量为0,则get操作失败。与get操作相反的是put操作,它将信号量增加1。 二值信号量与互斥锁一样,信号量也经常用于互斥,把信号量的计数设为1即可。 这种信号 阅读全文
posted @ 2022-06-30 17:05 sinferwu 阅读(453) 评论(0) 推荐(0)
摘要: https://github.com/geekcomputers/Python 阅读全文
posted @ 2022-06-23 22:58 sinferwu 阅读(41) 评论(0) 推荐(0)
摘要: https://www.technovelty.org/linux/plt-and-got-the-key-to-code-sharing-and-dynamic-libraries.html PLT and GOT - the key to code sharing and dynamic lib 阅读全文
posted @ 2022-06-23 18:05 sinferwu 阅读(23) 评论(0) 推荐(0)
摘要: https://www.armbbs.cn/forum.php?mod=viewthread&tid=112099 https://gitee.com/wzh1845462801/dynamic_loader https://www.armbbs.cn/forum.php?mod=viewthrea 阅读全文
posted @ 2022-06-20 16:31 sinferwu 阅读(878) 评论(0) 推荐(0)
摘要: https://tomverbeure.github.io/2019/08/03/Video-Timings-Calculator.html https://tomverbeure.github.io/video_timings_calculator Video Timings Calculator 阅读全文
posted @ 2022-06-20 15:31 sinferwu 阅读(1168) 评论(0) 推荐(0)
摘要: https://www.armbbs.cn/forum.php?mod=viewthread&tid=110782 3、分享一本牛X的逆向工程权威指南,涵盖X86/X64, ARM指令集,更重要的是有MDK的工程代码解析和逆向这本书有英语,俄语,法语,德语,日语,汉语,意大利语等版本,而且我们国内的 阅读全文
posted @ 2022-06-20 15:15 sinferwu 阅读(683) 评论(0) 推荐(0)
摘要: https://www.armbbs.cn/forum.php?mod=viewthread&tid=110838 7、OSDEV网站提供了非常丰富的操作系统方面知识https://wiki.osdev.org/Main_Page整理了693个操作系统方面知识分类,如果对操作系统方面知识感兴趣,可以 阅读全文
posted @ 2022-06-20 15:11 sinferwu 阅读(130) 评论(0) 推荐(0)
摘要: https://www.armbbs.cn/forum.php?mod=viewthread&tid=110782 1、适用于极小资源芯片的开源加密算法库avr-crypto-libhttps://github.com/cantora/avr-crypto-libhttps://wiki.das-l 阅读全文
posted @ 2022-06-20 15:05 sinferwu 阅读(169) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页