-
Notifications
You must be signed in to change notification settings - Fork 2
/
300003.html
127 lines (120 loc) · 5.89 KB
/
300003.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>300003</title>
<!-- Bootstrap -->
<link href="css/bootstrap-4.0.0.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light col-lg-12"><a class="navbar-brand" href="https://www.msnatuva.org/"><img src="LOGO.png" width="50" height="30" alt="msn logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active"> <a class="nav-link" href="index.html">Hoos My Professor</a> </li>
<li class="nav-item"> <a class="nav-link" href="departmetnts.html">Departments</a></li>
<li class="nav-item"> <a class="nav-link" href="professors.html">Professors</a></li>
<li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> 其他 </a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#"></a> <a class="dropdown-item" href="#"></a><!drop down里的内容>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#"></a> <!drop down里的内容>
</div>
</li>
<li class="nav-item"> </li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<div class="container">
<hr>
<div class="row">
<div class="col-sm-12 col-lg-10">
<h1 data_temp_dwid="1">Mark Sherriff</h1>
<a href=""><h4>Computer Science</h4></a><!--categrory link-->
</div>
<div class="col-sm-12 col-lg-2">
<div class="col-md-12 col-sm-0 col-lg-12"> </div>
<a class="btn btn-primary btn-lg" href="" role="button"> write review</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-3 col-sm-12 col-lg-3">
<div class="media">
<div class="media-body">
<a href="CS1110_MarkSherriff.html"><!--href--><h5 class="mt-0">CS 1110 </h5><!--class name-->
Introduction to Programming</a></div>
</div>
</div>
<div class="col-md-9 col-sm-12 col-lg-9"><!--mobile compatible-->
<div class="row justify-content-md-start m-1"><!--评分-->
<strong>难度:2.2 热度: 4.9</strong>
</div>
<div class="row justify-content-md-start m-1">
A first course in programming, software development, and computer science. Introduces computing fundamentals and an appreciation for computational thinking. No previous programming experience required. Note: CS 1110, 1111, 1112, 1113, and 1120 provide different approaches to teaching the same core material; students may only receive credit for one of these courses.<!--class description-->
</div>
</div>
</div>
<hr>
<hr>
<div class="row">
<div class="col-md-3 col-sm-12 col-lg-3">
<div class="media">
<div class="media-body">
<a href=""><!--href--><h5 class="mt-0">CS 2102 </h5><!--class name-->
Discrete Mathematics </a></div>
</div>
</div>
<div class="col-md-9 col-sm-12 col-lg-9">
<div class="row justify-content-md-start m-1">
<strong>Rating:5.0 Difficulty: 1.67</strong>
</div>
<div class="row justify-content-md-start m-1">
Introduces discrete mathematics and proof techniques involving first order predicate logic and induction. Application areas include finite and infinite sets, elementary combinatorial problems, and graph theory. Development of tools and mechanisms for reasoning about discrete problems. Prerequisite: CS 1110, 1111, 1112 or 1120 with a grade of C- or higher.<!--class description-->
</div>
</div>
</div>
<hr>
<hr>
<div class="row">
<div class="col-md-3 col-sm-12 col-lg-3">
<div class="media">
<div class="media-body">
<a href=""><h5 class="mt-0">CS 2110 </h5>
Software Development Methods</a></div>
</div>
</div>
<div class="col-md-9 col-sm-12 col-lg-9">
<div class="row justify-content-md-start m-1">
<strong>Rating:5.0 Difficulty: 1.67</strong>
</div>
<div class="row justify-content-md-start m-1">
A second course in computing with an emphasis on modern software development and principles central to computer science. Topics include software requirements, testing, object-oriented design, abstraction, encapsulation, recursion, and time-complexity. Prerequisite: CS 1110, 1111, 1112, or 1120 with a grade of C- or higher.<br>
</div>
</div>
</div>
<hr>
<hr>
<footer class="text-center">
<div class="container">
<div class="row">
<div class="col-12">
<p>HoosMyProfessor © 2018 v2.1.4 All rights reserved.</p>
</div>
</div>
</div>
</footer>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.2.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.0.0.js"></script>
</body>
</html>