把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 Robert K. Brayton: free download. Ebooks library. On-line books store on Bookzz
Espresso是蒸馏咖啡(strong black Italian coffee). 浓缩真值表/表达式。39个.c, 304KB. 整理中: 只保留最简单的功能,争取看懂个大概。JavaScript的Espresso是另一个东西,不是有人写了JS版。