摘要: 用Pytho实现了一个Kahn Process Network:思路:用Python的list模拟queue。每个channel一个queue用一个list (fgLog)来记录所有push到fg channel的值用于最后的显示channel的queue设置为全局变量代码实现:h1f=[];fg=... 阅读全文
posted @ 2014-11-20 13:05 KevinHwang 阅读(827) 评论(0) 推荐(0)