08 2021 档案
摘要:一、打开文件 快捷键 功能 vim filename 打开或新建一个文件 vim -r filename 恢复上次vim打开时崩溃的文件 vim -R filename 以只读文件形式打开文件 二、插入文本 快捷键 功能 i 光标位置后面插入文本,光标后面的文本随右边移动 I 相当于光标移动到行首执
阅读全文
摘要:一、概述 1. 背景介绍 在微机发展的早期,出现了BIOS(Basic Input Output System),它是个人电脑启动时加载的第一个软件,用来完成对系统的加电自检、各功能模块的初始化、基本输入输出的驱动程序及引导操作系统。人们希望掉电之后 BIOS 数据不能丢失,于是将 BIOS 烧录到
阅读全文
摘要: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
阅读全文
摘要:44. Wire Problem Statement Implement the following circuit: Answer module top_module ( input in, output out); assign out = in; endmodule 45. GND Probl
阅读全文

浙公网安备 33010602011771号