Explorations in Computer Science
& Beyond

Welcome to my personal corner of the web. I share my notes on computer organization, deep dives into modern tech, and general research.

计算机组成原理 105:中央处理器(CPU)

101 给了你一个取指-译码-执行的循环,却跳过了两件事:那些寄存器之间的搬运,控制信号到底是谁发的;以及这个循环一条接一条,怎么才能跑快。这一章把 CPU 这个盒子打开——从数据通路、控制器,一路到流水线和多核。

Computer OrganizationCPUStudy

计算机组成原理 104:主存(DRAM)与多模块存储器

主存不是一个黑箱:DRAM 为什么必须刷新;高位/低位交叉编址到底在“交叉”什么;以及 16K×8 这类扩展题,真正想让你连哪几根线。

Computer OrganizationMemoryStudy

计算机组成原理 102:数据的表示

从进制转换到定点数编码再到大小端存储——理解计算机内部每一个比特的设计决策。

Computer OrganizationData RepresentationStudy

计算机组成原理 101:从「我想算个东西」到现代计算机

用第一性原理拆解计算机系统的每一个设计决策——每个部件的存在,都是因为我们遇到了一个绕不开的问题。

Computer OrganizationArchitectureStudy