Skip to content

Commit

Permalink
大一小学期&&大三下 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Co1lin committed Jun 15, 2022
1 parent a5a29a4 commit c8b76e0
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Web page: [REKCARC-TSC-UHT.readthedocs.io](https://REKCARC-TSC-UHT.readthedocs.i

如果您是清华大学学生,可移步 https://git.tsinghua.edu.cn/pkuanonym/REKCARC-TSC-UHT 进行查看并且能节约不少流量。

感谢对本项目贡献的同学:[Trinkle23897](https://github.com/trinkle23897)、[LJSthu](https://github.com/ljsthu)、[shyoshyo](https://github.com/shyoshyo)、[wuhaozhe](https://github.com/wuhaozhe)、[choumartin1234](https://github.com/choumartin1234)、[FztTony](https://github.com/FztTony/)、[VicaYang](https://github.com/VicaYang/)、[duzx16](https://github.com/duzx16/)、[zerotrac](https://github.com/zerotrac)、[gjz010](https://github.com/gjz010/)、[Recursion](https://github.com/RecursionSheep)、[linusboyle](https://github.com/linusboyle)、[namasikanam](https://github.com/namasikanam)、[JamesZhengYuyu](https://github.com/JamesZhengYuyu)、[zx1239856](https://github.com/zx1239856)、[yaoqs](https://github.com/yaoqs)、[heheda12345](https://github.com/heheda12345)、[MashPlant](https://github.com/MashPlant)、[lwpie](https://github.com/lwpie)、[cht33](https://github.com/cht33)、[chenweize1998](https://github.com/chenweize1998)、[will7101](https://github.com/will7101)、[UNIDY2002](https://github.com/UNIDY2002)、[yinhaoxuan](https://github.com/yinhaoxuan)、[zhengkw18](https://github.com/zhengkw18)、[rcy17](https://github.com/rcy17)、[prnake](https://github.com/prnake)、[qky18](https://github.com/qky18)、[JamesZFS](https://github.com/JamesZFS)、[EnjoyColin](https://github.com/EnjoyColin)、[3ToThe6](https://github.com/3ToThe6)、[c7w](https://github.com/c7w), ……以及电脑前的您!
感谢对本项目贡献的同学:[Trinkle23897](https://github.com/trinkle23897)、[LJSthu](https://github.com/ljsthu)、[shyoshyo](https://github.com/shyoshyo)、[wuhaozhe](https://github.com/wuhaozhe)、[choumartin1234](https://github.com/choumartin1234)、[FztTony](https://github.com/FztTony/)、[VicaYang](https://github.com/VicaYang/)、[duzx16](https://github.com/duzx16/)、[zerotrac](https://github.com/zerotrac)、[gjz010](https://github.com/gjz010/)、[Recursion](https://github.com/RecursionSheep)、[linusboyle](https://github.com/linusboyle)、[namasikanam](https://github.com/namasikanam)、[JamesZhengYuyu](https://github.com/JamesZhengYuyu)、[zx1239856](https://github.com/zx1239856)、[yaoqs](https://github.com/yaoqs)、[heheda12345](https://github.com/heheda12345)、[MashPlant](https://github.com/MashPlant)、[lwpie](https://github.com/lwpie)、[cht33](https://github.com/cht33)、[chenweize1998](https://github.com/chenweize1998)、[will7101](https://github.com/will7101)、[UNIDY2002](https://github.com/UNIDY2002)、[yinhaoxuan](https://github.com/yinhaoxuan)、[zhengkw18](https://github.com/zhengkw18)、[rcy17](https://github.com/rcy17)、[prnake](https://github.com/prnake)、[qky18](https://github.com/qky18)、[JamesZFS](https://github.com/JamesZFS)、[Co1lin](https://github.com/Co1lin)、[3ToThe6](https://github.com/3ToThe6)、[c7w](https://github.com/c7w), ……以及电脑前的您!

## 前言

Expand Down
9 changes: 9 additions & 0 deletions 大一小学期/Java程序设计与训练/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Tips

https://github.com/Harry-Chen/java-programming-homework

## 2021 Summer

无考试,只能 JAVA ,去找一些陈年旧轮子。(x

https://github.com/Co1lin/iLearn-app

Binary file not shown.
37 changes: 37 additions & 0 deletions 大三下/计算机系统结构/exam/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Exam

## 2022 Spring

考前:

「大家休息吧 感觉我的考题不需要加班加点去学习. 题目难度和分数不成正比,没有任何文字游戏,没有记忆题目。只要上课听讲,不用复习. 」 by 🌕D.S. WANG

考试:(基本没有怪题)

一、判断题(30 × 1')

(各种细碎的知识点,比如 cache 一章中的。)

(感觉绝大部分都是对的。)

二、单选题(25 × 1')

(各种细碎的知识点,比如 cache 一章中的。也有计算。)

三、填空题

(好像都是计算)

四、解答题:

1. Cache :物理地址中各段长度计算;比较两段程序的命中率

2. Tomasulo + ROB 填表:执行起始时间、终止时间、读存储器时间、写 CDB 时间、 commit 时间

3. 分支预测, 2 位饱和计数器;给一段程序(高级语言 + 汇编),计算缺失次数。

4. 指令系统设计

(1)平均最短操作码

(2)4 条“寄存器-寄存器”型, 3 条“寄存器-存储器”型……(类似“那道”填空题)

0 comments on commit c8b76e0

Please sign in to comment.