软件工程专业课程简介汇编

上传人:第*** 文档编号:34263266 上传时间:2018-02-22 格式:DOC 页数:37 大小:654.50KB
返回 下载 相关 举报
软件工程专业课程简介汇编_第1页
第1页 / 共37页
软件工程专业课程简介汇编_第2页
第2页 / 共37页
软件工程专业课程简介汇编_第3页
第3页 / 共37页
软件工程专业课程简介汇编_第4页
第4页 / 共37页
软件工程专业课程简介汇编_第5页
第5页 / 共37页
点击查看更多>>
资源描述

《软件工程专业课程简介汇编》由会员分享,可在线阅读,更多相关《软件工程专业课程简介汇编(37页珍藏版)》请在金锄头文库上搜索。

1、I软件工程专业课程简介汇编杭州师范大学教务处编2010 年 12 月II目 录1 信息科学与技术导论课程简介(课程编码:044201001)12 C 程序设计课程简介(课程编码:044202101) 23 C 程序设计实践课程简介(课程编码:044203101) 34 电路原理课程简介(课程编码:044204101) 45 数字电路课程简介(课程编码:044206001) 56 数字电路实验课程简介(课程编码:044207201) 67 数据结构课程简介(课程编码:044208001) 78 数据结构实验课程简介(课程编码:044209201) 89 面向对象程序设计课程简介(课程编码:044

2、211101) 910 操作系统课程简介(课程编码:044212101) 1011 数据库系统课程简介(课程编码:044213101) 1112 Web 软件设计 A课程简介(课程编码:044219101)1213 软件工程 A课程简介(课程编码:044218101 ) 13III14 计算机原理课程简介(课程编码:044215101) 1415 计算机网络 A课程简介(课程编码:044216101 ) 1516 软件系统分析与设计课程简介(课程编码:044220101) 1617 软件质量保证与测试课程简介(课程编码:044221101) 1718 软件项目管理课程简介(课程编码:04422

3、2101) 1819 信息技术实践课程简介(课程编码:045201101) 1920 Web 前端开发课程简介(课程编码: 045203101) 2021 Web 人机交互设计 课程简介(课程编码: 045204101) 2122 Web 前端开发课程设计 课程简介(课程编码: 045245201) 2223 中间件技术课程简介(课程编码:045205101) 2324 多媒体技术基础课程简介(课程编码:045221101)2425 计算机图形学课程简介(课程编码:045208101) 2526 .Net 程序设计课程简介(课程编码:045209101)2627 并行计算课程简介(课程编码:0

4、45212101)2728 移动计算课程简介(课程编码:045213101)2829 高级数据结构和算法分析课程简介(课程编码:045214101)2930 网络工程课程简介(课程编码:045215101)30IV31 工程制图与 CAD课程简介(课程编码:045216101)3132 嵌入式系统课程简介(课程编码:045217101)3233 信息安全课程简介(课程编码:045218101)3334 操作系统实践课程简介(课程编码:045219101)341信息科学与技术导论 课程编码:044201001课程总学时:48,学分:3,课程性质:专业必修课,适用于计算机科学与技术、软件工程、电子

5、信息工程专业。信息科学与技术导论是电气信息类学生的大类基础课程,主要介绍信息技术领域的基础知识和前沿技术。课程内容涵盖计算机系统结构,计算机软件技术,数据库技术,计算机网络,人工智能,多媒体技术,数字集成电路,现代通信技术,嵌入式系统,信号处理等多个领域。课程开设的主要目的是让学生了解信息科学与技术领域的基本概念,发展历史,前沿技术及未来发展趋势,激发学生对本专业的学习兴趣。课程教学任务由多位专业教师合作完成,每位教师负责介绍一到两个主题。本课程所有内容均为理论讲授,实验由专门课程信息技术实践承担,课内不另行安排其他实验。Introduction to Information Science

6、and Technology course code:044201001Total Hours: 48, credits: 3, course Nature:CompulsoryThis is the basic course for students from the Electrical Information Discipline, and is designed to introduce the fundamentals and frontiers of this area. The course covers not exhaustively areas such as comput

7、er architecture, software, database, computer networks, artificial intelligence, multimedia, digital integrated circuit, modern communication technologies, embedded systems, signal processing, etc. The main purpose of this course is to introduce the basic concepts, history, frontiers and trends of t

8、hese areas, thus to motivate students to learn. The course is taught cooperatively by several teachers, one in charge of one or two topics. Because theres another course, say Information Technology Practice, arranged for the experiments, so all the topics in this course are taught in theory2C 程序设计 课

9、程编码:044202101总学时:80,学分:4,课程性质:专业必修课,适用于计算机科学与技术专业、软件工程专业学习本课程旨在使学生掌握 C 语言的基本语法、基本语句、基本控制结构以及自顶向下的结构化程序设计方法,培养学生良好的程序设计风格和熟练使用 C 语言编程分析和解决实际问题的能力,为学生进一步学习其他专业课程和今后从事软件开发工作打下坚实的基础。本课程主要包括以下内容:C 语言概述,基本数据类型、运算符与表达式,数据输入输出函数、C 语言的语句,顺序结构程序设计、选择结构程序设计和循环结构程序设计,数组、函数、指针、结构体、共同体和枚举的应用,位运算,编译预处理,文件的建立和使用。C

10、Programming course code:044202101Credit Hours: 80, Credit:4, course Nature:Compulsory, specialty:computer science and technology, software engineeringThis course is intended to help students master the basic syntax, statements, and control flows of the C language, as well as the top-down structured

11、programming methods, to train students with good programming habits and the ability to analyze and solve practical problems with the C language. And finally lay the foundation for them to learn other courses or develop software.The main contents of this course are: C language overview, basic data ty

12、pes, operators, expressions, I/O functions, C language statements, the sequence, conditional and iterative control structures, array, function, pointer, structure, union, enumeration, bitwise operation, precompile processing, file operation, etc.3C 程序设计实践 课程编码:044203101课程总学时:34,学分:1.5,课程性质:专业必修课,适用于

13、计算机科学与技术、软件工程、电子信息工程专业。本课程是C 程序设计的补充,通过具有一定规模的应用系统设计和实现实验巩固C 程序设计课程知识。同时使学生了解和掌握系统分析、设计、编码、测试与评价等软件开发过程。培养学生利用逐步求精的结构化程序设计方法解决实际问题的综合应用能力。C Programming Practice course code:044203101Total Hours: 34, credits:1.5, course Nature:CompulsoryThis course is the complement of course 044203101, C Programming

14、, and intended to help students consolidate their knowledge taught in that course. Meanwhile, it is also designed to add students experience about the software development process, which includes system analysis, design, coding, testing and evaluation, etc. and to improve their capability of solving practical problems with structured software development approach with refinement.4电路原理 课程编码:044

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 办公文档 > 解决方案

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号