摘要: 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)
摘要: 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)
摘要: 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)
摘要: k-map https://blog.csdn.net/hahasusu/article/details/88244155 ☆ 在覆盖函数中的所有最小项的前提下,卡诺圈的个数达到最少。 ☆ 在满足合并规律的前提下卡诺圈应尽可能大。 ☆ 根据合并的需要,每个最小项可以被多个卡诺圈包围。 convert 阅读全文
posted @ 2020-09-20 17:23 Usami-Hearn 阅读(117) 评论(0) 推荐(0)