会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Usami-Hearn
博客园
首页
新随笔
联系
管理
订阅
2020年9月22日
the difference between rem——remainder and mod——modulus
摘要: As the documentation explains mod(a,b) is defined as a-b.*fix(a./b) rem(a,b) is defined as a-b.*floor(a./b) 这两个函数的生成机制不同,rem 函数采用 fix 函数,而 mod 函数采用了 f
阅读全文
posted @ 2020-09-22 08:55 Usami-Hearn
阅读(310)
评论(0)
推荐(0)
2020年9月21日
Nim Game(Game Theory 博弈论) and some properties of XOR
摘要: https://www.zhihu.com/question/29910524 https://www.cnblogs.com/exponent/articles/2141477.html one box https://blog.csdn.net/m0_37806112/article/detai
阅读全文
posted @ 2020-09-21 14:03 Usami-Hearn
阅读(88)
评论(0)
推荐(0)
the usage of rand() and srand()
摘要: rand() and srand() https://www.runoob.com/w3cnote/cpp-rand-srand.html srand() https://www.runoob.com/cprogramming/c-function-srand.html
阅读全文
posted @ 2020-09-21 11:01 Usami-Hearn
阅读(75)
评论(0)
推荐(0)
2020年9月20日
k-map and Gray code ——— to Simplyfy Boolean Algebra Expressions
摘要: k-map https://blog.csdn.net/hahasusu/article/details/88244155 ☆ 在覆盖函数中的所有最小项的前提下,卡诺圈的个数达到最少。 ☆ 在满足合并规律的前提下卡诺圈应尽可能大。 ☆ 根据合并的需要,每个最小项可以被多个卡诺圈包围。 convert
阅读全文
posted @ 2020-09-20 17:23 Usami-Hearn
阅读(117)
评论(0)
推荐(0)
公告