早起看CMU15213课程第三天

双语字幕
https://www.bilibili.com/video/av31289365

单英文 or 单中文字幕
https://www.bilibili.com/video/BV1Rv411e7jE?from=search&seid=905349371269797900&spm_id_from=333.337.0.0

课件链接

http://csapp.cs.cmu.edu/3e/labs.html

课程练习链接

https://www.cs.cmu.edu/~213/labs.html

配套书籍

Computer Systems A Programmer’s Perspective
CSAPP
计算机组成原理

今天进度

P1 27分钟
https://www.bilibili.com/video/BV1iW411d7hd/?spm_id_from=333.788.recommend_more_video.0

笔记

在终端输入lldb
可以使用·计算器

http://csapp.cs.cmu.edu/
获取support documents

each chapter three times 每章建议读3遍

另外一个参考书

the C programming language

课程大纲

getting performance out of programs

提升性能

陌生单词

positive value 正数(不包括0)
32-bit value
multiplication 乘法
bit pattern 位格式
representation of negative number 代表负数
arithmetic 运算
interger product 正数结果
normal 合理的
well-behaved properties 表现良好的性质
associativity 结合律
commutativity 交换律
possibility 可能性
order the numbers 排序数字
additional associative 加法结合律
subtract 减去
insignificant 微不足道
negative 负号
peculiarities 特点
finite representations 优先的组合
potentially infinite 无限扩张的数
compromise 妥协
roundoff problems 舍入问题
increments 增量
increment sets by one 集合增加1
positive thrust 正向推动力
security vulnerabilities 安全漏洞
corner case 临界情况
floating-point 浮点数类型
serious computation 严格计算
nuclear power plants 核电站
characteristics 特征
instructions 指令
assembly language 汇编语言
object code 目标代码: bit level binary encoding of instructions
compiler 汇编器
intel processors 因特尔处理器,最新版本 x86-64
- 叫 dash 横杠
. 叫 period 句号
, comma 逗号
: colon 冒号
; semicolon 分号
! exclamation 感叹号
? question mark 问号
_ hyphen 连字符
… apsotrophe 省略号
‘’ single quotation marks 单引号
“” double quotation marks 双引号
() parentheses 圆括号
[] square brackets 方括号
\《》 french quotes 书名号

layer memory system 分层存储系统
hierarchical memory system 分层存储系统
hierarchical 分层的
memory referencing errors 内存引用错误
manifestation 表现
argument 参数
array 数组
assign 分配
program crash 程序奔溃
segmentation fault 分段故障
segmentation 分割
quirky 古怪的
laid out in memory 在内存中如何布局
how it access 如何访问
features 特性
bounds checking 边界检查
reference 访问
bound checking in race 运行中 不做任何 边界检查
implement 实现
weighed out 权衡
critical state 临界状态
invalid stuff 无效的东西
data got corrupted 数据损坏了
vulnerabilities 漏洞
source 源地址
destination 目标地址
a nested pair of loops 嵌套循环
nesting orders 嵌套顺序
row 行
clumons 列
20 times
axis 轴
labels 单位
throughput 吞吐量
megabytes 兆字节
memory access pattern 内存访问模型
go through 访问
memory hierarchy 内存层次结构
hierarchy 层次
embedded controllers 嵌入式控制器
prerequisite 先决条件
imperative program 命令式编程

implement an operating system 实现操作系统
build some particular features 构建特定的功能
design a pipline microprocessor 设计流水线微处理器
go off 上手
dual benefit 双重好处
faculty member 教员
tenure tenure-track faculty member 终身教授
tenure 任期
tenured 终身教职
tenure-track 终身教职
butter me up 拍我的马屁
aisle 通道
boast 吹牛
academic integrity 学术诚信
notions 概念
seriously 严重的
the intergrity of the course 课程质量
retyping 重新输入
coach sb 指导某人
maliciously 恶意地
tempting 诱人的
text editor 文本编辑器
explict list 显式列表
segregated list 隔离列表
sanction 制裁
flunk 使 不及格
code plagiarism 代码抄袭
renaming 重命名
reformatting 重新格式化
be resilient to 适用于
gets stuck 堵住了
grace days 宽限日
tragic 悲剧
be expelled from 驱逐出
second offence 二次作弊
recitations 背诵
exam coverage 考试范围 在这里插入图片描述
midterm 期中
final 期末
proctor 监考
online proctored 在线监考
multiple clusters 多个集群
appealing grades 申诉成绩
speci fic process 具体流程
file an appeal 提出上诉
hardcopy 纸质形式
appeal 申诉
slide it under the desk 把它放在桌子下面
grade up 升级
set up 开始
shuts off 关闭
catastrophic 灾难性的
bound the time 控制时间
lecture hall 演讲厅
engaged 认真听讲
kicker 异常条件
stright line code 顺序执行
conditional 条件
loops 循环
puzzles 难题
phase 阶段
diffuse the bomb 解除炸弹
64-bit architecture 64位体系结构
exploits 漏洞
hackers 黑客
neat 清晰
cache lab 缓存实验
cache simulator 缓存模拟器
transpose function转置功能
memory hierarchy 内存层级
exceptional control flow 异常控制流
intellectual transitions 智能转换
operate of a process 操作进程
context switch 上下文切换
process 进程
exceptional 异常
setjump 固定转移
longjump 远距离转移
virtual memeory 虚拟内存
interface 接口
nerd 电脑迷,书呆子
enroll 注册

改进地方

增加 对数据 CSAPP书籍的阅读

主要

中文阅读,每天一个小结
1.6

中文总结视频

进度未更新

https://www.bilibili.com/video/BV1RK4y1R7Kf?p=2&spm_id_from=pageDriver
完成P1部分

英文阅读,每天1-2个视频

进度未更新
https://www.bilibili.com/video/BV19v41167nr?p=9&spm_id_from=333.788.top_right_bar_window_history.content.click
目前进度为1.4

关键知识点总结:

进度未更新
https://www.bilibili.com/video/BV1cD4y1D7uR?p=3&spm_id_from=333.788.top_right_bar_window_history.content.click
进度为1-3

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值