-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
46 lines (46 loc) · 2.03 KB
/
index2.html
File metadata and controls
46 lines (46 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title></title>
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category">Simeng Bian</div>
<div class="menu-item"><a href="index.html">Home</a></div>
<div class="menu-item"><a href="index2.html" class="current">Course</a></div>
<div class="menu-item"><a href="index3.html">Project</a></div>
</td>
<td id="layout-content">
<div class="infoblock">
<div class="blockcontent">
<h1>Computer Networking</h1>
<p>This course focuses on explaining how the Internet works, ranging from how bits are modulated on wires and in wireless to application-level protocols like BitTorrent and HTTP. It also explains the principles of how to design networks and network protocols. </p>
<h3>Information</h3>
<p>Teacher: <a href="http://sist.shanghaitech.edu.cn/faculty/shaozy/">Ziyu Shao</a><br />
Room: 216,Building H2<br />
Time: 10:15–11:55,Tuesday & Thursday<br />
Textbook: <i>Computer Networking A TopDown Approach 6th Edition</i><br /></p>
<h1>Operating System</h1>
<p>This course studies fundamental design and implementation ideas in the engineering of operating systems. Topics include virtual memory, threads, context switches, kernels, interrupts, system calls, interprocess communication, coordination, and the interaction between software and hardware.</p>
<h3>Information</h3>
<p>Teacher: Xiaopei Liu<br />
Room: 314,Building H2<br />
Time: 10:15–11:55,Wedesday & Friday<br />
Textbook: <i>Operating System Concepts</i><br /></p>
</div></div>
<div id="footer">
<div id="footer-text">
Page generated 2016-02-25 23:05:57, by <a href="http://jemdoc.jaboc.net/">jemdoc</a>.
</div>
</div>
</td>
</tr>
</table>
</body>
</html>