摘要: 因果图的表示符号(原因→结果)相等:if(C) then Ef非:if(!C) then Ef与:if(C1 && C2 && C3) then Ef或:if(C1 || C2) then EfExclusive:排他Either C1 or C2 or C3C1,C2,C3不会同时成立,最多只能有... 阅读全文
posted @ 2015-05-03 19:00 潘博sponge 阅读(265) 评论(0) 推荐(0)