⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 用Java实现Quine McCluskey逻辑简化算法
💻 TXT
字号:

Quine-McCluskey algorithm
--------------------------
Mohamed Aly 

Package Contents:
-----------------
QMC.java: jave class that includes the main method
QuineMcCluskey.java: the class implementing the algorithm

Operation:
----------
The class QMC reads in a text file with input minterms, one minterm
per line. The output file contains the reduced set of minterms, also
one per line. The input and output file names are given on command line.
Create a project using any Java editor and add these two java classes.
For example you can use Eclipse, JBuilder, JDeveloper, ...etc.

The main class is QMC that has the main() method. 

Run the QMC class, giving it on the command line the input and output file
names, e.g. 
$ java QMC t1.txt t1o.txt
This gives it as input the file t1.txt and output the file t1o.txt
in which the reduced minterms will be written.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -