搜索资源列表
qm
- 数字逻辑电路中的QM算法C++实现源代码。-Digital logic circuits in the QM algorithm in C++ source code.
QM-algorithm
- 用于数字逻辑表达式化简的QM算法的C++实现-Simplification of logic expression——the C++ achieve of the QM algorithm
QM
- QM算法的C++实现。输入所化简函数的最小项个数,然后依次输入最小项;再输入无关项个数,然后依次输入最小项,回车后系统输出化简结果。-QM algorithm c++ realize.
QM
- 用C++实现QM算法,输入若干最小项编号,给出最终化简表达式-qm algorithm, using C++ to achieve QM algorithm, the input number of the smallest item number, gives the final simplified expression
QM
- Quine Mccluskey算法的C程序实现-C code for Quine Mccluskey Method
QM
- QM算法的C++实现,寻找本质本源蕴含项,可作为参考文件。-QM algorithm C++ achieve find the essence of the origin contains items can be used as a reference document.
QM
- QM算法 利用C++编写的QM算法,以两个数组m、d 为输入,输出一个最简表达式- QM algorithm using c++, with two arrays m, d for input, output one of the most simple expression
QM算法C++实现
- 用于逻辑化简的QM算法C++实现 输入最小项对应的代号,即可自动输出化解后的结果。 排列顺序为:本质蕴含项,必要的本原蕴含项。
QM算法化简
- QM算法的c++实现版本,还有些不完善的地方。(Quine-McCluskey Algorithms, a version of c++.)
QM
- 实现QM算法,对十变量以下的逻辑表达式进行化简并输出。(QM Algorithm implementation with C++)