摘要: 编程: 即时通讯网:http://www.52im.net/ c++参考手册: https://zh.cppreference.com/w/ https://www.learncpp.com/cpp-tutorial/46-typedefs-and-type-aliases/ c++技巧社区:htt 阅读全文
posted @ 2019-06-06 17:45 water_bear 阅读(743) 评论(0) 推荐(0)
摘要: 第一步:求出一个表达式的truth tree 1.生成真值表 2.根据真值表生成真值树(合并短路产生相同的两个子树) /**************************************** * File: truth_tree.h * *A&B|C truth_table 0 0 1 1 阅读全文
posted @ 2017-12-04 09:57 water_bear 阅读(1594) 评论(0) 推荐(0)