You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

116 lines
3.1 KiB

1 month ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>软件工程课程信息</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #f5f5f5;
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
header a {
text-decoration: none;
color: #333;
}
main {
padding: 20px;
}
h1 {
font-size: 24px;
margin-bottom: 10px;
}
p {
margin-bottom: 15px;
}
ul {
list-style-type: disc;
margin-left: 20px;
margin-bottom: 15px;
}
table {
border-collapse: collapse;
width: 100%;
margin-bottom: 15px;
}
th,
td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
.rating {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.rating-star {
font-size: 20px;
color: #ffd700;
}
.rating-text {
margin-left: 10px;
}
footer {
background-color: #f5f5f5;
padding: 10px;
text-align: center;
}
</style>
</head>
<body>
<main>
<h1>软件工程</h1>
<p>本课程旨在介绍软件工程的基本概念、方法和技术,培养学生的软件开发能力和团队协作精神。</p>
<h2>课程详情</h2>
<ul>
<li>课程大纲:
<ul>
<li>软件工程概述</li>
<li>需求分析</li>
<li>软件设计</li>
<li>软件实现</li>
<li>软件测试</li>
<li>软件维护</li>
</ul>
</li>
<li>教学方法:讲授、实践、小组项目相结合。</li>
<li>考核方式考试50%、作业30%、项目20%)。</li>
</ul>
<h2>课程资源</h2>
<ul>
<li>教材:《软件工程》,出版社:机械工业出版社。</li>
<li>参考书籍:
<ul>
<li>《软件需求》作者Karl E. Wiegers出版社机械工业出版社。</li>
<li>《设计模式可复用的面向对象软件元素》作者Erich Gamma、Richard Helm、Ralph Johnson、John Vlissides出版社机械工业出版社。</li>
</ul>
</li>
<li>实验与项目:课程包含多个实验和一个小组项目,实验环境为 Windows 或 Linux 操作系统,开发工具为 Visual Studio Code 或 Eclipse。项目要求学生团队合作开发一个小型软件系统并提交项目报告和代码。</li>
</ul>
</body>
</html>