会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yinhuachen
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
34
下一页
2022年9月13日
使用 matlab 处理 hextoimg, imgtohex 功能
摘要: 注意:File Exchange 其实算是 matlab 的 “开源社区” 还可以在 mathworks help center 查看各种API的用法:https://www.mathworks.com/help/matlab/ref/imread.html 代码来源:https://www.mat
阅读全文
posted @ 2022-09-13 19:14 yinhuachen
阅读(37)
评论(0)
推荐(0)
2022年9月7日
verilog testbench当中,fork...join, fork...join_any, fork...join_none 的区别
摘要: 答案来源:https://blog.csdn.net/a52228254/article/details/106184602
阅读全文
posted @ 2022-09-07 17:05 yinhuachen
阅读(35)
评论(0)
推荐(0)
2022年9月5日
HDLbits - rotate 100 提问草稿
摘要: 提问:verilog 在进行数值比较(使用 ==, ,>=, <= 等比较运算符)时,如果有一个或两个运算符是未知的(比如 x 或 z),会有怎样的行为? 详细解释: 我正在做HDLbits的这道题目(题目链接:https://hdlbits.01xz.net/wiki/Rotate100 ) 。这
阅读全文
posted @ 2022-09-05 20:32 yinhuachen
阅读(42)
评论(0)
推荐(0)
2022年9月1日
cat << EOF 是如何工作的?
摘要: 可以直接使用 man bash 去查阅答案 答案来源:https://stackoverflow.com/questions/2500436/how-does-cat-eof-work-in-bash(并不是最高赞答案哦!)
阅读全文
posted @ 2022-09-01 22:45 yinhuachen
阅读(21)
评论(0)
推荐(0)
2022年8月31日
如何高效地寻找 Makefile 的默认目标?
摘要: 两个方法: 1. 使用 make -d 去追 'Updating goal targets', 2. 看 .DEFAULT_GOAL, .DEFAULT, 以及 default: all 等等 答案来源:https://stackoverflow.com/questions/50136547/how
阅读全文
posted @ 2022-08-31 14:08 yinhuachen
阅读(168)
评论(0)
推荐(0)
C语言中 static inline,inline, extern inline 的区别
摘要: 话说,不得不感叹锐佬的信息搜索能力。 答案来源:https://clang.llvm.org/compatibility.html#inline
阅读全文
posted @ 2022-08-31 11:37 yinhuachen
阅读(37)
评论(0)
推荐(0)
为什么我们可以在C中声明两个同名的全局变量,而不报错?
摘要: 答案来源:https://stackoverflow.com/questions/17388431/declaring-two-global-variables-of-same-name-in-c
阅读全文
posted @ 2022-08-31 10:51 yinhuachen
阅读(43)
评论(0)
推荐(0)
2022年8月29日
C语言 紧跟printf之后的while(1)
摘要: 当 printf() 后面紧跟 while(1) 时,printf的内容有时候能打印出来,有时候打印不出来 原因是,printf() 中的内容在缓冲区里,你得加上 ‘\n’ 或者使用 fflush(stdout) 才能让它打印出来。 答案来源:https://stackoverflow.com/qu
阅读全文
posted @ 2022-08-29 22:51 yinhuachen
阅读(65)
评论(0)
推荐(0)
2022年8月28日
C语言中的SDL库有啥用?
摘要: Simple DirectMedia Layer (SDL) is a cross-platform development library designed to provide low level access to audio(声音), keyboard(键盘), mouse(鼠标), joy
阅读全文
posted @ 2022-08-28 14:19 yinhuachen
阅读(117)
评论(0)
推荐(0)
2022年8月25日
注意:在Makefile文件中调用的sub-make会继承父Make的变量
摘要: 来源:https://stackoverflow.com/questions/39036774/advanced-variable-inheritance-in-gnu-make
阅读全文
posted @ 2022-08-25 03:43 yinhuachen
阅读(100)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
34
下一页
公告