例2由多线程技术引出的思考: 思考处理器对多线程技术的支持,了解新技术,促使大家继续 学习《操作系统》、《计算机系统结构》更深入了解,以便在 基于多核的基础上进行程序设计,提高计算性能。 用户级线程 由可执行应用程序使用,同时由用户级操作系统处理 内核级线程 由操作系统内核使用,同时由内核级操作系统处理 硬件线程 由每个处理器使用
例2 由多线程技术引出的思考: 思考处理器对多线程技术的支持,了解新技术,促使大家继续 学习《操作系统》、《计算机系统结构》更深入了解,以便在 基于多核的基础上进行程序设计,提高计算性能。 由可执行应用程序使用,同时由用户级操作系统处理 由每个处理器使用 由操作系统内核使用,同时由内核级操作系统处理 用户级线程 内核级线程 硬件线程
课程重要性 1、是一门核心专业基础课 The performance of future software systems will be dramatically affected,however,by well software designers understand the basic hardware techniques at work in a system.Thus,complier writers,operation system designers, data base programmers,and most other software engineers need a firm grounding in the principles presented in “Computer Organization&Design”(John L,Hennessy和 DavidA.Patterson) 未来软件系统的性能将取决于软件设计者对系统中 硬件技术的理解程度。因此,编译器设计者、操作系 统设计者、数据库程序员及更多的软件工程师需要有 较强的计算机组织与设计的背景知识
The performance of future software systems will be dramatically affected, however, by well software designers understand the basic hardware techniques at work in a system. Thus, complier writers, operation system designers, data base programmers, and most other software engineers need a firm grounding in the principles presented in “Computer Organization & Design” (John L .Hennessy 和 David A.Patterson) 未来软件系统的性能将取决于软件设计者对系统中 硬件技术的理解程度。因此,编译器设计者、操作系 统设计者、数据库程序员及更多的软件工程师需要有 较强的计算机组织与设计的背景知识。 课程重要性 1、是一门核心专业基础课
2、考研专业综合的课程内容之一 三、教学安排 本课程共分8章,讲48学时,实验16学时 1、学习目标和任务 ◇掌握单台计算机的完整硬件组成,了解功能与结构的联系 ◆基本运行原理 ◆内部运行机制 。了解计算机系统的最新发展(超线程、多核技术) ◆达到能分析、调试和初步设计一台完整计算机的水平(课程 设计)
2、考研专业综合的课程内容之一 三、教学安排 本课程共分8章,讲48学时,实验16学时 1、学习目标和任务 ◈掌握单台计算机的完整硬件组成,了解功能与结构的联系 ◈基本运行原理 ◈内部运行机制 ◈了解计算机系统的最新发展(超线程、多核技术) ◈达到能分析、调试和初步设计一台完整计算机的水平( 课程 设计)
计算机结构和功能(1)-补充阅读 。 Computer -Complex system->How can we design/,describe it?如何描述计算机? ·Hierarchic system:层次系统 -A set of interrelated subsystems,each subsystem hierarchic in structure until some lowest level of elementary subsystems is reached层次系统是一组相互关联的子系统, 每个子系统又在结构上分层,直到分成最基 本的子系统。 At each level of the system,the designer is concerned with structure and function.在每一 层上,设计者关心的是结构和功能
• Computer – Complex system=> How can we design/describe it? 如何描述计算机? • Hierarchic system:层次系统 – A set of interrelated subsystems, each subsystem hierarchic in structure until some lowest level of elementary subsystems is reached 层次系统是一组相互关联的子系统, 每个子系统又在结构上分层,直到分成最基 本的子系统。 • At each level of the system, the designer is concerned with structure and function. 在每一 层上,设计者关心的是结构和功能。 计算机结构和功能(1)-补充阅读
计算机结构和功能(2)-补充阅读 Structure is the way in which components relate to each other ·结构是部件相互关联的方式 Function is the operation of individual components as part of the structure 。 功能是相关结构组成部分的每个部件的操作
• Structure is the way in which components relate to each other • 结构是部件相互关联的方式 • Function is the operation of individual components as part of the structure • 功能是相关结构组成部分的每个部件的操作 计算机结构和功能(2)-补充阅读