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    

沒有留言:

張貼留言

2024產專班 作業2 (純模擬)

2024產專班 作業2  (純模擬) 1) LED ON,OFF,TIMER,FLASH 模擬 (switch 控制) 2)RFID卡號模擬 (buttom  模擬RFID UID(不從ESP32) Node-Red 程式 [{"id":"d8886...