编程语言
首页 > 编程语言> > 把Espresso的源码编译出来了

把Espresso的源码编译出来了

作者:互联网

Input:
.i 4
.o 1
0000 1
0001 0
0010 0
0011 0
0100 1
0101 1
0110 0
0111 1
1000 1
1001 0
1010 0
1011 1
1100 1
1101 0
1110 0
1111 1

Output:
1-11
01-1
--00

高档、专业:
.i 16
.o 40
0000000000000000 0000000000000000000000000000000000000000
...

简单的例子可和这个对比:好懂的Quine-McCluskey算法

espresso-book-examples.tar.gz里有examples和hard_examples, 那个16输入40输出的叫pdc,有160KB大,在我的破电脑上也只用了不到一秒。

下载地址这里有: Robert Brayton and the Espresso algorithm

标签:10000,10001,16,Espresso,编译,源码,examples
来源: https://www.cnblogs.com/funwithwords/p/15743279.html