TestSimulator | ||
.gitignore | ||
README.md | ||
Simulator.gif | ||
TestSimulator.sln |
Simulator
This project provides a graphical interface that users can use to simulate the output from combinations of several inputs.
- Function of each button
IN
: Generate an input block. Double click it to select the type of input.OUT
: Generate an output block.AND
: Generate an AND block, which performs function of logic and.OR
: Generate an OR block, which performs function of logic or.NOT
: Generate a NOT block, which performs function of logic not.Function
: Generate a function block. Double click it to select the type of operation to perform on two specific inputs.Line
: Enter line mode in which users can link blocks.Simulate
: Select a specific output block and simulate it.Grid
: Display the grid.Lock
: Turn on the lock mode to align the block to the grid.背景圖片
: Set the background image.背景顏色
: Set the background color.Open
: Load simulation file.Save
: Save simulation file.