看板 Electronics 關於我們 聯絡資訊
題目: Enhance your program so that it can perform exhaustive fault simulation for bridging faults, {AND-bridging between a and b} and {OR-bridging between y1 and x3}. Note that you need to report the total number of possible test patterns for each of the above two bridging faults. (Hint: perform fault injection, run exhaustive simulation on the faulty circuit, and then compare the results with those of the fault-free circuit. The fault injection can be done manually by changing the compiled code.) 圖片: https://imgur.com/5U9vLYl 我知道and/or bridge fault是甚麼 但不確定在c++上要用甚麼方式表現 然後"total number of possible test patterns" 怎樣算一個test patterns呢 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.114.237.26 ※ 文章網址: https://www.ptt.cc/bbs/Electronics/M.1508778548.A.D72.html