컴퓨터기초/Computer Engineering(전자공학과 쪽)
-
Truth Table Generator-Stanford컴퓨터기초/Computer Engineering(전자공학과 쪽) 2021. 11. 23. 14:50
https://web.stanford.edu/class/cs103/tools/truth-table-tool/ Truth Table Generator Truth Table Generator This tool generates truth tables for propositional logic formulas. You can enter logical operators in several different formats. For example, the propositional formula p ∧ q → ¬r could be written as p /\ q -> ~r, as p and q => no web.stanford.edu Ex) P and P 라 입력하면 밑에 Truth Table이 나옵 완전 신기!!
-
Chapter2. Instructions : Language of the Computer - 2컴퓨터기초/Computer Engineering(전자공학과 쪽) 2020. 11. 15. 18:37
https://cseella.tistory.com/m/25Chapter 2. Instructions : Language of the Computer - 2* MIPS-32 ISA - 네 가지 부분으로 나뉘어져 있음 - Instruction Categories : Computational => 계산 Load/Store => 메모리, 레지스터 관련 연산 Jump and Branch => 조건부 처리 Floating Point => floating po..cseella.tistory.com