计算机组成原理 第三版—网络版,白中英主编,希望对大学有帮助!
2021-10-14 20:03:42 617KB 计算机组成原理
1
第1章 计算机系统概论 计算机是一种能够自动、高速解决数学问题及逻辑问题的现代化电子装置。一个完整的计算机系统由硬件系统和软件系统两部分组成,硬件构成了计算机系统的物质基础,软件则是计算机系统的应用基础。自从1946年第一台计算机 ENIAC(Electronic Numerical Integrator and Calculator)诞生到第五代计算机的出现,计算机的硬件和软件正朝着相互渗透、相互融合的方向发展,计算机的应用领域也已经涉及到了各行各业,现代计算机的设计理念和设计技术更是日新月异。
2021-10-14 19:10:11 6.56MB 《计算机组成原理》课件
1
保证期末不挂科!!
2021-10-14 16:01:15 4.49MB 复习资料
1
计算机组成原理课设之《基本模型机功能扩充与与改造》报告
2021-10-13 19:06:42 697KB 课程设计 计算机组成原理
1
计算机原理本科生复习题,是有西安交通大学杨军老师亲自撰写的10套本科生题目
2021-10-13 16:30:14 88KB 本科生复习题
1
Cache的命中率 命中率(Hit Rate):高速命中的概率 cache/主存系统的平均访问时间ta: ta=htc+(1-h)tm tc=命中时的cache访问时间 tm=未命中时的主存访问时间 h=命中率 Nc=cache完成存取的总次数 Nm=主存完成存取的总次数 h= Nc Nc +Nm
2021-10-13 12:26:08 1.09MB 组成原理
1
利用单片机设计一个红绿灯,实现了数显倒计时与灯光变换,其中30秒红灯,25秒绿灯,5秒黄灯,实现东西与南北灯光变换,符合红绿灯逻辑。(所有时间也可以修改。) 芯片采用:MSP430F249、74HC573 交通灯采用:trafficlight组件 数显采用:两位数共阴极的数码管 配套博文预览效果:https://blog.csdn.net/air__Heaven/article/details/120481520
2021-10-13 11:02:54 164KB 单片机 交通灯 计算机组成原理 C
吉林大学2007级软件学院计算机组成原理期末考试题以及详细答案
2021-10-13 00:22:15 221KB 组成原理
1
命中率、缺失率、缺失损失 Hit: 要访问的信息在Cache中 Hit Rate(命中率):在Cache中的概率 Hit Time (命中时间) :在Cache中的访问时间,包括: Time to determine hit/miss + Cache access time (即: 判断时间 + Cache访问) Miss: 要找的信息不在Cache中 Miss Rate (缺失率) = 1 - (Hit Rate) Miss Penalty (缺失损失):访问一个主存块所花时间 Hit Time << Miss Penalty (Why?) * A HIT is when the data the processor wants to access is found in the upper level (Blk X). The fraction of the memory access that are HIT is defined as HIT rate. HIT Time is the time to access the Upper Level where the data is found (X). It consists of: (a) Time to access this level. (b) AND the time to determine if this is a Hit or Miss. If the data the processor wants cannot be found in the Upper level. Then we have a miss and we need to retrieve the data (Blk Y) from the lower level. By definition (definition of Hit: Fraction), the miss rate is just 1 minus the hit rate. This miss penalty also consists of two parts: (a) The time it takes to replace a block (Blk Y to BlkX) in the upper level. (b) And then the time it takes to deliver this new block to the processor. It is very important that your Hit Time to be much much smaller than your miss penalty. Otherwise, there will be no reason to build a memory hierarchy. +2 = 14 min. (X:54)
2021-10-12 22:39:40 4.81MB 南航考研
1