资源简介
使用C++实现多变量卡诺图的化简,代码中用最小项的代号来表示了化简前的逻辑表达式。
代码片段和文件信息
#include
#include “QM2011011195.hpp“
#include
void main()
{
std::cout< std::cout<
const unsigned int m_count = 6;
const unsigned int d_count = 2;
const unsigned int m[m_count] = {4810111215};
const unsigned int d[d_count] = {914};
std::string retval = QM2011011195::QM(m m_count d d_count);
assert(retval == “BC‘D‘+AC+AB‘“ || retval == “BC‘D‘+AC+AD‘“);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 11498 2013-03-31 14:02 QM2011011195.hpp
文件 505 2013-03-31 14:00 Main.cpp
----------- --------- ---------- ----- ----
12003 2
- 上一篇:学生成绩管理系统C语言实现
- 下一篇:摄像机标定TSAI两步法
评论
共有 条评论