Java教程

把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

这篇关于把Espresso的源码编译出来了的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!