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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!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 : 10 px ;
display : flex ;
justify-content : space-between ;
align-items : center ;
}
header a {
text-decoration : none ;
color : #333 ;
}
main {
padding : 20 px ;
}
h1 {
font-size : 24 px ;
margin-bottom : 10 px ;
}
p {
margin-bottom : 15 px ;
}
ul {
list-style-type : disc ;
margin-left : 20 px ;
margin-bottom : 15 px ;
}
table {
border-collapse : collapse ;
width : 100 % ;
margin-bottom : 15 px ;
}
th ,
td {
border : 1 px solid #ddd ;
padding : 8 px ;
text-align : left ;
}
. rating {
display : flex ;
align-items : center ;
margin-bottom : 15 px ;
}
. rating-star {
font-size : 20 px ;
color : #ffd700 ;
}
. rating-text {
margin-left : 10 px ;
}
footer {
background-color : #f5f5f5 ;
padding : 10 px ;
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 >