This website requires JavaScript.
Explore
Help
Sign In
TnSb
/
radec
Watch
1
Star
0
Fork
0
You've already forked radec
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
A simple, terminal-based boolean logic simulator
logic
logic-circuit
logic-gates
terminal-based
47
Commits
1
Branch
0
Tags
429
KiB
C++
99.4%
Batchfile
0.6%
13d85a4651
Branches
Tags
No results found.
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
daniel
13d85a4651
Add the getter of delay in the gate classes. Add the findeWire and get delay functions for the simulation class. Fix the order of the input to: "in >> data" from "data << in".
2017-04-20 13:01:04 -04:00
Radec
Add the simulation class and start populating it.
2017-04-20 12:41:43 -04:00
src
Add the getter of delay in the gate classes. Add the findeWire and get delay functions for the simulation class. Fix the order of the input to: "in >> data" from "data << in".
2017-04-20 13:01:04 -04:00
.gitattributes
Add the basic class defineition for Wire and Gate.
2017-04-04 13:37:46 -04:00
.gitignore
Add the basic class defineition for Wire and Gate.
2017-04-04 13:37:46 -04:00
readme.md
implement event class
2017-04-10 17:15:05 -04:00
readme.md
RADEC
TODO
implement vector file parsing
define all classes more completely