2020年4月1日 星期三

Simplify the Boolean algebra program

Simplify the Boolean algebra program(化簡布林代數程式)

https://www.simplesolverlogic.com/download.html

化簡布林代數程式





' design comments

 M I3 I2 I1 I0 O3
 x 0 0 0 0 1
 x 0 0 0 1 1
 x 0 0 1 0 1
 0 0 0 1 1 1
 0 0 1 0 0 1
 0 0 1 0 1 1
 0 0 1 1 0 1
 x 1 0 0 0 1
 0 1 0 0 1 1
 0 1 0 1 0 1
 0 1 1 0 0 1;


2020/4/2   F:\2019數位系統設計-勤益\truth1.txt
COMMENTS MINIMIZE SORT  

' design comments
(1)  * 17 unspecified truth table rows

        O3 = not I0 and not I1 and not I2
          or not I0 and not I1 and not M
          or not I0 and not I2 and not I3
          or not I0 and not I2 and not M
          or not I0 and not I3 and not M
          or not I1 and not I2 and not I3
          or not I1 and not I2 and not M
          or not I1 and not I3 and not M
          or not I2 and not I3 and not M;


 (1) Boolean equation processed
 Processing time = 0.04 seconds


Download Links
Version 5.4.9
A Simple Solver free software download includes the application, help files, and dozens of examples.
New Simple Solver versions will be issued promptly to correct any reported bugs, or to provide user-suggested improvements or additional features.
Version 5.4.9 changes:
- All tools: update Help files
- Boolean tool: Increase the maximum number of variables to 30
DOWNLOAD Simple Solver from SimpleSolverLogic.com
- Verified by Norton 360 & Malwarebytes
CAUTION - All Simple Solver windows must be closed before installing an update
Simple Solver is also available at FreewareFiles
100% Clean - Tested by FreewareFiles.com
And many other reliable sites including:
Softpedia     BestFreeware     BestSoftware     Download.com    

沒有留言:

張貼留言

Node-Red --> MQTT --> Fuxa 開源碼網頁式圖控平台

Node-Red --> MQTT --> Fuxa      FUXA(一個開源的 Web HMI / SCADA 自動化監控軟體)的專案設定檔 。 這份設定檔完整定義了 HMI 監控畫面的 後端通訊(MQTT 連線、點位標籤) 與 前端網頁圖形介面(SVG 畫布...