or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
計算機概論Lab-1
Digital Logic
https://hackmd.io/@IMOK/Lab1
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →講師: 賴昱有
Logic Gate
CREDIT:https://www.nutsvolts.com/magazine/article/small-logic-gates-spawn-big-dreams-part-1
訊號以二進位數字 0(false) 和 1(true)表示,對應於低電壓(0)和高電壓(1)。
數位邏輯利用邏輯閘(AND、OR、NOT )來進行基本運算,
這三個邏輯閘可以組合成任何更複雜的邏輯電路,用於處理、計算和儲存數據。
AND GATE
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →OR GATE
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →NOT GATE
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →NOR GATE
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →XOR GATE
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →XNOR GATE
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →HALF ADDER
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →CREDIT : GITBOOK-HALF ADDER
1-bit 二進位的數字相加
結果以 S 表示
進位以 Cout 表示
FULL ADDER
1-bit 二進位的數字相加
Cin 為前一步的進位
結果以 S 表示
進位以 Cout 表示
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →CREDIT : GITBOOK-FULL ADDER
LogicCircuit Download URL:
Image Not Showing
Possible Reasons
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →https://www.logiccircuit.org/download.html
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →TIPS
作業網站
作業做完請上傳到 http://140.121.197.13/tutorial
並且注意上傳時間限制、檔名、其他規範
上課時提前做完可以直接給助教 demo 登記
就不需要上傳 demo 過的部分
並產生出他的 Truth Table
請注意接點位置及工整度
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →並產生出他的 Truth Table
請注意接點位置及工整度
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →利用 LogicCircuit 畫出前面介紹過的 1-bit Full Adder並產生出他的 Truth Table請注意接點位置及工整度
結合上面的 1-bit Full Adder 做出 2-bit Full Adder
(*) 結合上面的 2-bit Full Adder 做出 4-bit Full Adder
(不計分)