摘要:
一、打开文件 快捷键 功能 vim filename 打开或新建一个文件 vim -r filename 恢复上次vim打开时崩溃的文件 vim -R filename 以只读文件形式打开文件 二、插入文本 快捷键 功能 i 光标位置后面插入文本,光标后面的文本随右边移动 I 相当于光标移动到行首执 阅读全文
摘要:
81. D flip-flop Problem Statement A D flip-flop is a circuit that stores a bit and is updated periodically, at the (usually) positive edge of a clock 阅读全文
摘要:
73. 3-varible Problem Statement (三变量卡诺图) Implement the circuit described by the Karnaugh map below. Answer 一个非常容易化简的卡诺图,因此这里仅放出化简后的逻辑表达式,图就不放了: out' = 阅读全文
摘要:
61. 2-to-1 multiplexer Problem Statement Create a one-bit wide, 2-to-1 multiplexer. When sel=0, choose a. When sel=1, choose b. Expected solution leng 阅读全文