Kernel-based Virtualization Overview (Structure and Sample Code Explanation)
Virtualization is a great tool for testing/learning codes on different environment. My personal experience with virtual machine started by vmware for studying l...
Writings on hardware, systems, and machine learning.
Virtualization is a great tool for testing/learning codes on different environment. My personal experience with virtual machine started by vmware for studying l...
Content about the third part of CMU 15-122 Principle of imeprative computation
Content about the second part of CMU 15-122 Principle of imeprative computation
Very useful proof strategy summary in Chapter 3-6 of CMU 21-127 Concepts of Mathematics.
Very useful proof strategy summary in Chapter 1-2 of CMU 21-127 Concepts of Mathematics.
Summary of definitions, theorems of CMU 21-127 Concepts of Mathematics.
Content about the first part of CMU 15-122 Principle of imeprative computation
Content about general contract design of CMU 15-122 Principle of imeprative computation
“告白的本质就是不可能告白。如果作为创作者的‘我’在作品中出现,那么就会有一个写‘作者’的‘作者’,就不能保证表现的纯粹性,从而导致告白的形式崩塌,对‘我’来说,假面是带着皮肉的表面,带着这样皮肉的假面所作的告白,不可能是真诚的告白。人终究是无法作出真正的告白的。但是极少数的情况下,只有深深嵌入了肉体之中的假面才能做到...
System sources include computer harware, software, trained personnel and suppotring infrastructure. And Operating System is usually responsible for the resource...
一门水课,所以直接整理大纲中要求学生掌握的问题的答案。
CPU:Central Processing Unit, data or instructions that are processed by a computer system in the process phase of the input, proces, output and storage model ar...
五层基本模型:应用层、传输层、网络层、数据链路层、物理层。
伪代码编写练习可以使用网站:http://ibcomp.fis.edu/pseudocode/pcode.html
通常在高级语言中两个n位整数相乘得到的结果通常也是一个n位整数(2n位乘积中的低n位)
1. 布尔代数基本定义:
1. 转换的概念在数据上的表示
1946年,世界上第一台通用电子计算机ENIAC出现(Electronic Numerical Integrator And Computer)
本文对体系结构相关知识做一个简单的梳理,不进行具体技术的讲解。
上篇文章介绍了最基本的线性回归,文末的向量表示方法也允许我们进一步扩充模型的复杂度。
本篇文章做一个简单的机器学习引入,并且介绍机器学习中最简单的方法——线性回归。
计算机的基本操作(包括加,比较,加载和存储),涉及到了一些指令,但作者没有继续向下讲。
仿真第一步先为verilator接入NVBoard。NVBoard是一生一芯往届学生为学习数字电路实验开发的虚拟FPGA板。安装的具体步骤根据README里面的提示运行脚本文件并安装相关的依赖即可。
变量用于存储值,每个变量有一个名称,用于引用存储的值。变量可以在程序执行期间更改。变量可以是字符串(strings)、实数(reals)、布尔型(boolean)和整型(integers)。
我们通常需要指定有效的方法或流程来解决某一个特定问题,而解决问题的步骤顺序十分重要。
?: 表示某一个词元可以出现零次或一次,例:used?可以匹配use和used。
在此对PA1实验中的任务进行思路上的总结。
双字:计算机中一种访问的基本单位,通常是64位一组;对应于RISC-V体系结构中寄存器的大小。每个双字代表8个字节。
RAM(Random Access Memory)具有如下两个特点:
摩尔定律:单芯片上所集成的晶体管资源每18至24个月翻一番。因此计算机架构师设计芯片时要预测项目完成时的工艺水平。