The Road Ahead week4 Machine language Posted on 2024-02-04 | In 计算机 , 组成原理 “The great wall is made by blocks” Read more »
The Road Ahead week1 Posted on 2024-02-04 | In 计算机 , 组成原理 “The great wall is made by blocks” Read more »
Branch Prediction Unit(BPU) Posted on 2024-02-04 | In 计算机 , 组成原理 , FrontEnd “I don’t make mistakes. I make prophecies which immediately turn out to be wrong.” Read more »
MIT 6006 Lecture 4——堆与堆排序 Posted on 2024-02-04 | In 计算机 , 算法和数据结构 , 课程 堆:一种特殊的完全二叉树,其中父节点恒小于等于(大于等于)子节点的值,此堆称为小顶堆(大顶堆)。 Read more »
溢出处理及负数表示 Posted on 2024-02-04 | In 计算机 , 算法和数据结构 由于计算机硬件的限制,C++中具体类型的表示范围是有限制的,所以可能会在运算中出现溢出的情况,特别是在涉及负数运算的情况下,本文将对C++中溢出及负数等相关知识进行总结。 Read more »
The Road Ahead week5 CPU Posted on 2024-02-04 | In 计算机 , 组成原理 从本章开始,我们已经具备了搭建一个CPU的所有部件,现在需要将这些部件进行组装,形成一个真正的CPU。 Read more »
使用frp实现内网穿透 Posted on 2024-02-04 | In 计算机 , 网络通信 最近想搭建一台个人服务器,由于没有公网IPv4地址,因此只能通过内网穿透的方式,实现外部设备对于内网服务器的访问 Read more »