网易首页
108. Lecture 25_ Synchronization_ Advanced - 3
2023年9月23日 879观看
卡内基梅隆大学公开课 Introduction to Computer Systems
大学课程 / 计算机
http://www.cs.cmu.edu/afs/cs/academic/class/15213-f16/www/schedule.html 卡内基梅隆大学 Introduction to Computer Systems CMU 15-213 2015 Spring 讲课的两位教师就是《深入理解计算机系统》的作者
共120集
16.1万人观看
1
Lecture 01-Course Overview - 1
25:03
2
Lecture 01-Course Overview - 2
25:08
3
Lecture 01-Course Overview - 3
24:58
4
Lecture 02-Bits, Bytes, and Integers - 1
23:41
5
Lecture 02-Bits, Bytes, and Integers - 2
23:47
6
Lecture 02-Bits, Bytes, and Integers - 3
23:42
7
Lecture 03_ Bits, Bytes, and Integers (cont.) - 1
25:31
8
Lecture 03_ Bits, Bytes, and Integers (cont.) - 2
25:32
9
Lecture 03_ Bits, Bytes, and Integers (cont.) - 3
25:27
10
Lecture 04_ Floating Point - 1
23:50
11
Lecture 04_ Floating Point - 2
23:51
12
Lecture 04_ Floating Point - 3
23:44
13
Recitation 3_ Datalab and Data Representations - 1
16:37
14
Recitation 3_ Datalab and Data Representations - 2
16:40
15
Recitation 3_ Datalab and Data Representations - 3
16:32
16
Lecture 05_ Machine-Level Programming I_ Basics - 1
24:29
17
Lecture 05_ Machine-Level Programming I_ Basics - 2
24:31
18
Lecture 05_ Machine-Level Programming I_ Basics - 3
24:24
19
Lecture 06_ Machine-Level Programming II_ Control - 1
24:36
20
Lecture 06_ Machine-Level Programming II_ Control - 2
24:44
21
Lecture 06_ Machine-Level Programming II_ Control - 3
24:33
22
Recitation 4_ Bomb Lab - 1
16:08
23
Recitation 4_ Bomb Lab - 2
16:17
24
Recitation 4_ Bomb Lab - 3
16:07
25
Lecture 07_ Machine-Level Programming III_ Procedures - 1
22:14
26
Lecture 07_ Machine-Level Programming III_ Procedures - 2
22:23
27
Lecture 07_ Machine-Level Programming III_ Procedures - 3
22:13
28
Lecture 08_ Machine-Level Programming IV_ Data - 1
26:34
29
Lecture 08_ Machine-Level Programming IV_ Data - 2
26:44
30
Lecture 08_ Machine-Level Programming IV_ Data - 3
26:32
31
Recitation 5_ Attack Lab and Stacks - 1
13:04
32
Recitation 5_ Attack Lab and Stacks - 2
13:11
33
Recitation 5_ Attack Lab and Stacks - 3
13:02
34
Lecture 09_ Machine-Level Programming V_ Advanced Topics - 1
26:15
35
Lecture 09_ Machine-Level Programming V_ Advanced Topics - 2
26:15
36
Lecture 09_ Machine-Level Programming V_ Advanced Topics - 3
26:10
37
Lecture 10_ Program Optimization - 1
24:32
38
Lecture 10_ Program Optimization - 2
24:35
39
Lecture 10_ Program Optimization - 3
24:27
40
Recitation 6_ C Review - 1
16:17
41
Recitation 6_ C Review - 2
16:25
42
Recitation 6_ C Review - 3
16:14
43
Lecture 11_ The Memory Hierarchy - 1
25:15
44
Lecture 11_ The Memory Hierarchy - 2
25:15
45
Lecture 11_ The Memory Hierarchy - 3
25:13
46
Lecture 12_ Cache Memories - 1
26:13
47
Lecture 12_ Cache Memories - 2
26:18
48
Lecture 12_ Cache Memories - 3
26:13
49
Recitation 7_ Cache Lab and Blocking - 1
17:10
50
Recitation 7_ Cache Lab and Blocking - 2
17:15
51
Recitation 7_ Cache Lab and Blocking - 3
17:09
52
Lecture 13_ Linking - 1
27:11
53
Lecture 13_ Linking - 2
27:15
54
Lecture 13_ Linking - 3
27:12
55
Lecture 14_ Exceptional Control Flow_ Exceptions and Processes - 1
24:02
56
Lecture 14_ Exceptional Control Flow_ Exceptions and Processes - 2
24:07
57
Lecture 14_ Exceptional Control Flow_ Exceptions and Processes - 3
23:58
58
Recitation 8_ Exam Review - 1
16:33
59
Recitation 8_ Exam Review - 2
16:38
60
Recitation 8_ Exam Review - 3
16:27
61
Lecture 15_ Exceptional Control Flow_ Signals and Nonlocal Jumps - 1
26:28
62
Lecture 15_ Exceptional Control Flow_ Signals and Nonlocal Jumps - 2
26:32
63
Lecture 15_ Exceptional Control Flow_ Signals and Nonlocal Jumps - 3
26:24
64
Lecture 16_ System Level I_O - 1
23:40
65
Lecture 16_ System Level I_O - 2
23:44
66
Lecture 16_ System Level I_O - 3
23:40
67
Recitation 9_ Shell Lab, Processes, and Signals, and I_O - 1
16:45
68
Recitation 9_ Shell Lab, Processes, and Signals, and I_O - 2
16:54
69
Recitation 9_ Shell Lab, Processes, and Signals, and I_O - 3
16:39
70
Lecture 17_ Virtual Memory_ Concepts - 1
23:44
71
Lecture 17_ Virtual Memory_ Concepts - 2
23:47
72
Lecture 17_ Virtual Memory_ Concepts - 3
23:40
73
Lecture 18_ Virtual Memory_ Systems - 1
25:55
74
Lecture 18_ Virtual Memory_ Systems - 2
25:57
75
Lecture 18_ Virtual Memory_ Systems - 3
25:54
76
Recitation 10_ Virtual Memory - 1
16:53
77
Recitation 10_ Virtual Memory - 2
16:57
78
Recitation 10_ Virtual Memory - 3
16:50
79
Lecture 19_ Dynamic Memory Allocation_ Basic Concepts - 1
22:09
80
Lecture 19_ Dynamic Memory Allocation_ Basic Concepts - 2
22:15
81
Lecture 19_ Dynamic Memory Allocation_ Basic Concepts - 3
22:05
82
Lecture 20_ Dynamic Memory Allocation_ Advanced Concepts - 1
27:33
83
Lecture 20_ Dynamic Memory Allocation_ Advanced Concepts - 2
27:38
84
Lecture 20_ Dynamic Memory Allocation_ Advanced Concepts - 3
27:32
85
Recitation 11_ Malloc Lab - 1
17:16
86
Recitation 11_ Malloc Lab - 2
17:18
87
Recitation 11_ Malloc Lab - 3
17:13
88
Lecture 21_ Network Programming_ Part 1 - 1
25:40
89
Lecture 21_ Network Programming_ Part 1 - 2
25:41
90
Lecture 21_ Network Programming_ Part 1 - 3
25:35
91
Lecture 22_ Network Programming_ Part II - 1
25:59
92
Lecture 22_ Network Programming_ Part II - 2
26:02
93
Lecture 22_ Network Programming_ Part II - 3
25:56
94
Recitation 12_ Debugging Malloc Lab - 1
16:19
95
Recitation 12_ Debugging Malloc Lab - 2
16:22
96
Recitation 12_ Debugging Malloc Lab - 3
16:15
97
Lecture 23_ Concurrent Programming - 1
23:52
98
Lecture 23_ Concurrent Programming - 2
23:58
99
Lecture 23_ Concurrent Programming - 3
23:47
100
Lecture 24_ Synchronization_ Basics - 1
18:50
101
Lecture 24_ Synchronization_ Basics - 2
18:58
102
Lecture 24_ Synchronization_ Basics - 3
18:45
103
Recitation 13_ Proxy Lab - 1
16:49
104
Recitation 13_ Proxy Lab - 2
16:52
105
Recitation 13_ Proxy Lab - 3
16:47
106
Lecture 25_ Synchronization_ Advanced - 1
26:53
107
Lecture 25_ Synchronization_ Advanced - 2
27:03
108
Lecture 25_ Synchronization_ Advanced - 3
26:50
109
Recitation 14_ Synchronization - 1
16:54
110
Recitation 14_ Synchronization - 2
17:01
111
Recitation 14_ Synchronization - 3
16:51
112
Lecture 26_ Thread-Level Parallelism - 1
21:51
113
Lecture 26_ Thread-Level Parallelism - 2
22:00
114
Lecture 26_ Thread-Level Parallelism - 3
21:45
115
Lecture 27_ Future of Computing - 1
23:11
116
Lecture 27_ Future of Computing - 2
23:17
117
Lecture 27_ Future of Computing - 3
23:05
118
Recitation 15_ Exam review - 1
15:57
119
Recitation 15_ Exam review - 2
16:04
120
Recitation 15_ Exam review - 3
15:53
相关视频
06:32
你会害怕这7种事吗?
轻知识
2021年11月1日
2.7万观看
03:07
狮子的野心
轻知识
2022年7月20日
9953观看
第12/35集 · 02:01
健康情绪管理导论
大学课程
2021年1月12日
9.6万观看
05:25
个迹象,他在偷偷喜欢你
轻知识
2022年5月6日
2.5万观看
10:23
如何快速失去所有朋友?
轻知识
2021年10月25日
2.9万观看
03:52
有纯洁的两性关系吗?
轻知识
2021年10月28日
3万观看
11:55
如何用7天重启大脑?——lman Gadzhi【中英字幕】
轻知识
1年前
2.3万观看
08:17
种可能导致产生自杀念头的因素
轻知识
2022年5月14日
2.5万观看
07:01
自我厌恶的真相
轻知识
2022年6月20日
2.6万观看
06:06
高智商的人喜欢独处的9个原因
轻知识
2022年6月6日
7.7万观看
05:41
所有的事情都很简单,你只要做个没有感情的执行机器
轻知识
1年前
4.7万观看
03:35
你不可忽视的7个梦的含义
轻知识
2022年3月10日
4.1万观看
07:13
你的心理年龄到底几岁?神准~
2023年8月8日
1028观看
01:25
情绪衰竭:你是否还保持年轻心态!8条年轻人情绪衰竭的征兆你中了几条?
轻知识
2021年1月9日
5.1万观看
04:12
为什么要远离色情片?——神经学家 安德鲁·休伯曼
轻知识
2年前
3.2万观看
第17/30集 · 15:06
【中国矿业大学公开课:创造学】逆向性思维 - 2
大学课程
2022年9月6日
2210观看