上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页
摘要: StateSmith StateSmith is a cross platform, free/open source tool for generating state machines. The generated code is human readable, has zero depende 阅读全文
posted @ 2022-07-21 14:52 sinferwu 阅读(784) 评论(0) 推荐(0) 编辑
摘要: 基于模型的设计 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 阅读(435) 评论(0) 推荐(0) 编辑
摘要: 使用这个 -fmacro-prefix-map=old=new -ffile-prefix-map=old=new cmake中使用 add_compile_options(-fmacro-prefix-map=${CMAKE_CURRENT_SOURCE_DIR}=.) https://stack 阅读全文
posted @ 2022-07-21 10:03 sinferwu 阅读(2366) 评论(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 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 信号量有两种操作会影响计数信号量的值:tx_semaphore_get和tx_semaphore_put。get操作将信号量减少1。如果信号量为0,则get操作失败。与get操作相反的是put操作,它将信号量增加1。 二值信号量与互斥锁一样,信号量也经常用于互斥,把信号量的计数设为1即可。 这种信号 阅读全文
posted @ 2022-06-30 17:05 sinferwu 阅读(325) 评论(0) 推荐(0) 编辑
摘要: https://github.com/geekcomputers/Python 阅读全文
posted @ 2022-06-23 22:58 sinferwu 阅读(27) 评论(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 阅读(14) 评论(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 阅读(577) 评论(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 阅读(561) 评论(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 阅读(539) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页