├── README.md ├── lab ├── 1 │ ├── MIPS64指令集(网上资料).doc │ ├── winmips64.zip │ ├── 实验报告-实验一:WinMIPS64模拟器实验(1).docx │ └── 实验指导:实验一:WinMIPS64 模拟器实验.pptx ├── 2 │ ├── 2014150120-洪继耀-实验二.doc │ ├── mul+.s │ ├── mul.s │ └── 实验二:MIPS64乘法器模拟实验(1).docx ├── 3 │ ├── 2014150120-洪继耀-实验三.doc │ └── 实验三:处理器结构实验一(2).docx ├── 4 │ ├── 2014150120-洪继耀-实验四.doc │ └── 实验四:处理器结构实验二.docx └── 5 │ ├── 2014150120-洪继耀-实验五.doc │ ├── Cache(1).c │ └── 实验五:存储体系实验(1).doc ├── 第一章 ├── 第一章.html └── 第一章.md ├── 第三章 └── 3.md ├── 第二章 ├── 寄存器约定1.png ├── 寄存器约定2.png ├── 指令图示.png ├── 指令集1.jpg ├── 指令集2.jpg ├── 指令集3.jpg ├── 第二章.html └── 第二章.md ├── 第四章 ├── 4.md └── images │ ├── ALU控制信号.png │ ├── ALU真值表.png │ ├── CPU抽象视图.png │ ├── R型指令的流程.png │ ├── 三种指令的格式.png │ ├── 分支指令.png │ ├── 分支指令的流程.png │ ├── 各类指令的控制信号.png │ ├── 复选器的使用.png │ ├── 存储访问指令.png │ ├── 存取指令的流程.png │ ├── 指令作用的区域.png │ ├── 指令设计图.png │ ├── 控制信号的使用.png │ ├── 控制信号逻辑实现.png │ ├── 流水线对比非流水线的性能差别.png │ ├── 流水线对比非流水线的性能差别2.png │ ├── 简单数据通路-R型或存取.png │ ├── 简单数据通路-跳转.png │ └── 算术逻辑指令.png └── 课件 ├── 0-课程介绍(1).pptx ├── CH04_Solution.pdf ├── Chapter_01 - 计算机概要与技术.ppt ├── Chapter_02_指令.ppt ├── Chapter_04 处理器.pptx ├── Chapter_05-存储-1216.ppt ├── 例题.md ├── 第五版课本答案 ├── CH01_Solution.pdf ├── CH02_Solution.pdf ├── CH03_Solution.pdf ├── CH04_Solution.pdf ├── CH05_Solution.pdf └── CH06_Solution.pdf ├── 课程总结-1222.docx └── 课程精华总结.docx /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/README.md -------------------------------------------------------------------------------- /lab/1/MIPS64指令集(网上资料).doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/1/MIPS64指令集(网上资料).doc -------------------------------------------------------------------------------- /lab/1/winmips64.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/1/winmips64.zip -------------------------------------------------------------------------------- /lab/1/实验报告-实验一:WinMIPS64模拟器实验(1).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/1/实验报告-实验一:WinMIPS64模拟器实验(1).docx -------------------------------------------------------------------------------- /lab/1/实验指导:实验一:WinMIPS64 模拟器实验.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/1/实验指导:实验一:WinMIPS64 模拟器实验.pptx -------------------------------------------------------------------------------- /lab/2/2014150120-洪继耀-实验二.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/2/2014150120-洪继耀-实验二.doc -------------------------------------------------------------------------------- /lab/2/mul+.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/2/mul+.s -------------------------------------------------------------------------------- /lab/2/mul.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/2/mul.s -------------------------------------------------------------------------------- /lab/2/实验二:MIPS64乘法器模拟实验(1).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/2/实验二:MIPS64乘法器模拟实验(1).docx -------------------------------------------------------------------------------- /lab/3/2014150120-洪继耀-实验三.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/3/2014150120-洪继耀-实验三.doc -------------------------------------------------------------------------------- /lab/3/实验三:处理器结构实验一(2).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/3/实验三:处理器结构实验一(2).docx -------------------------------------------------------------------------------- /lab/4/2014150120-洪继耀-实验四.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/4/2014150120-洪继耀-实验四.doc -------------------------------------------------------------------------------- /lab/4/实验四:处理器结构实验二.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/4/实验四:处理器结构实验二.docx -------------------------------------------------------------------------------- /lab/5/2014150120-洪继耀-实验五.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/5/2014150120-洪继耀-实验五.doc -------------------------------------------------------------------------------- /lab/5/Cache(1).c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/5/Cache(1).c -------------------------------------------------------------------------------- /lab/5/实验五:存储体系实验(1).doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/lab/5/实验五:存储体系实验(1).doc -------------------------------------------------------------------------------- /第一章/第一章.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第一章/第一章.html -------------------------------------------------------------------------------- /第一章/第一章.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第一章/第一章.md -------------------------------------------------------------------------------- /第三章/3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第三章/3.md -------------------------------------------------------------------------------- /第二章/寄存器约定1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第二章/寄存器约定1.png -------------------------------------------------------------------------------- /第二章/寄存器约定2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第二章/寄存器约定2.png -------------------------------------------------------------------------------- /第二章/指令图示.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第二章/指令图示.png -------------------------------------------------------------------------------- /第二章/指令集1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第二章/指令集1.jpg -------------------------------------------------------------------------------- /第二章/指令集2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第二章/指令集2.jpg -------------------------------------------------------------------------------- /第二章/指令集3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第二章/指令集3.jpg -------------------------------------------------------------------------------- /第二章/第二章.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第二章/第二章.html -------------------------------------------------------------------------------- /第二章/第二章.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第二章/第二章.md -------------------------------------------------------------------------------- /第四章/4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/4.md -------------------------------------------------------------------------------- /第四章/images/ALU控制信号.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/ALU控制信号.png -------------------------------------------------------------------------------- /第四章/images/ALU真值表.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/ALU真值表.png -------------------------------------------------------------------------------- /第四章/images/CPU抽象视图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/CPU抽象视图.png -------------------------------------------------------------------------------- /第四章/images/R型指令的流程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/R型指令的流程.png -------------------------------------------------------------------------------- /第四章/images/三种指令的格式.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/三种指令的格式.png -------------------------------------------------------------------------------- /第四章/images/分支指令.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/分支指令.png -------------------------------------------------------------------------------- /第四章/images/分支指令的流程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/分支指令的流程.png -------------------------------------------------------------------------------- /第四章/images/各类指令的控制信号.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/各类指令的控制信号.png -------------------------------------------------------------------------------- /第四章/images/复选器的使用.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/复选器的使用.png -------------------------------------------------------------------------------- /第四章/images/存储访问指令.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/存储访问指令.png -------------------------------------------------------------------------------- /第四章/images/存取指令的流程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/存取指令的流程.png -------------------------------------------------------------------------------- /第四章/images/指令作用的区域.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/指令作用的区域.png -------------------------------------------------------------------------------- /第四章/images/指令设计图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/指令设计图.png -------------------------------------------------------------------------------- /第四章/images/控制信号的使用.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/控制信号的使用.png -------------------------------------------------------------------------------- /第四章/images/控制信号逻辑实现.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/控制信号逻辑实现.png -------------------------------------------------------------------------------- /第四章/images/流水线对比非流水线的性能差别.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/流水线对比非流水线的性能差别.png -------------------------------------------------------------------------------- /第四章/images/流水线对比非流水线的性能差别2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/流水线对比非流水线的性能差别2.png -------------------------------------------------------------------------------- /第四章/images/简单数据通路-R型或存取.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/简单数据通路-R型或存取.png -------------------------------------------------------------------------------- /第四章/images/简单数据通路-跳转.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/简单数据通路-跳转.png -------------------------------------------------------------------------------- /第四章/images/算术逻辑指令.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/第四章/images/算术逻辑指令.png -------------------------------------------------------------------------------- /课件/0-课程介绍(1).pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/0-课程介绍(1).pptx -------------------------------------------------------------------------------- /课件/CH04_Solution.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/CH04_Solution.pdf -------------------------------------------------------------------------------- /课件/Chapter_01 - 计算机概要与技术.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/Chapter_01 - 计算机概要与技术.ppt -------------------------------------------------------------------------------- /课件/Chapter_02_指令.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/Chapter_02_指令.ppt -------------------------------------------------------------------------------- /课件/Chapter_04 处理器.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/Chapter_04 处理器.pptx -------------------------------------------------------------------------------- /课件/Chapter_05-存储-1216.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/Chapter_05-存储-1216.ppt -------------------------------------------------------------------------------- /课件/例题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/例题.md -------------------------------------------------------------------------------- /课件/第五版课本答案/CH01_Solution.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/第五版课本答案/CH01_Solution.pdf -------------------------------------------------------------------------------- /课件/第五版课本答案/CH02_Solution.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/第五版课本答案/CH02_Solution.pdf -------------------------------------------------------------------------------- /课件/第五版课本答案/CH03_Solution.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/第五版课本答案/CH03_Solution.pdf -------------------------------------------------------------------------------- /课件/第五版课本答案/CH04_Solution.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/第五版课本答案/CH04_Solution.pdf -------------------------------------------------------------------------------- /课件/第五版课本答案/CH05_Solution.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/第五版课本答案/CH05_Solution.pdf -------------------------------------------------------------------------------- /课件/第五版课本答案/CH06_Solution.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/第五版课本答案/CH06_Solution.pdf -------------------------------------------------------------------------------- /课件/课程总结-1222.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/课程总结-1222.docx -------------------------------------------------------------------------------- /课件/课程精华总结.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maple5233/-Computer-Organization-and-Design-Notes/HEAD/课件/课程精华总结.docx --------------------------------------------------------------------------------