MFC-Simulator/README.md

22 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2023-02-03 07:00:37 +01:00
# Simulator
2023-02-03 07:01:12 +01:00
2023-02-07 02:38:52 +01:00
### This project provides a graphical interface that users can use to simulate the output from combinations of several inputs.
2023-02-03 07:00:56 +01:00
2023-05-01 18:43:45 +02:00
* Function of each button
2023-02-03 07:25:56 +01:00
1. `IN`: Generate an input block. Double click it to select the type of input.
2. `OUT`: Generate an output block.
3. `AND`: Generate an AND block, which performs function of logic and.
4. `OR`: Generate an OR block, which performs function of logic or.
5. `NOT`: Generate a NOT block, which performs function of logic not.
6. `Function`: Generate a function block. Double click it to select the type of operation to perform on two specific inputs.
7. `Line`: Enter line mode in which users can link blocks.
8. `Simulate`: Select a specific output block and simulate it.
9. `Grid`: Display the grid.
10. `Lock`: Turn on the lock mode to align the block to the grid.
11. `背景圖片`: Set the background image.
12. `背景顏色`: Set the background color.
13. `Open`: Load simulation file.
14. `Save`: Save simulation file.
2023-02-03 07:41:48 +01:00
![Image](https://github.com/Chen-Si-An/Simulator/blob/0e8094bb42173bca7fad5aeddffe74da7839e010/Simulator.gif)