├── 20230920_Gate_Circuit_Logic_Function_and_Parameter_Testing_Experiment.pdf ├── 20230927_Decoder_and_Selector_Experiment.pdf ├── 20231011_Digital_Display_Tube_and_Adder_Experiment.pdf ├── 20231018_Flip_Flop_Experiment.pdf ├── 20231025_Counter_Experiment.pdf ├── 20231101_Digital_Logic_Design_Experiment.pdf ├── 20231108_Buzzer_Circuit_Analog_Design.pptx ├── 20231115_Computer_System_Introduction_Experiment.pdf ├── 20231122_Static_Random_Access_Memory_Experiment.pdf ├── 20231129_Arithmetic_Logic_Unit_Experiment.pdf ├── 20231206_Microprogram_Controller_Experiment.pdf ├── 20231213_Basic_Bus_Experiment.pdf ├── 20240103_Simple_Model_Machine_Design_Experiment.pdf ├── LICENSE └── README.md /20230920_Gate_Circuit_Logic_Function_and_Parameter_Testing_Experiment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinmusLin/Computer_Organization_Experiment_Reports/f42b872d7a66d941a120d8e67aaba98982775f89/20230920_Gate_Circuit_Logic_Function_and_Parameter_Testing_Experiment.pdf -------------------------------------------------------------------------------- /20230927_Decoder_and_Selector_Experiment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinmusLin/Computer_Organization_Experiment_Reports/f42b872d7a66d941a120d8e67aaba98982775f89/20230927_Decoder_and_Selector_Experiment.pdf -------------------------------------------------------------------------------- /20231011_Digital_Display_Tube_and_Adder_Experiment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinmusLin/Computer_Organization_Experiment_Reports/f42b872d7a66d941a120d8e67aaba98982775f89/20231011_Digital_Display_Tube_and_Adder_Experiment.pdf -------------------------------------------------------------------------------- /20231018_Flip_Flop_Experiment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinmusLin/Computer_Organization_Experiment_Reports/f42b872d7a66d941a120d8e67aaba98982775f89/20231018_Flip_Flop_Experiment.pdf -------------------------------------------------------------------------------- /20231025_Counter_Experiment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinmusLin/Computer_Organization_Experiment_Reports/f42b872d7a66d941a120d8e67aaba98982775f89/20231025_Counter_Experiment.pdf -------------------------------------------------------------------------------- /20231101_Digital_Logic_Design_Experiment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinmusLin/Computer_Organization_Experiment_Reports/f42b872d7a66d941a120d8e67aaba98982775f89/20231101_Digital_Logic_Design_Experiment.pdf -------------------------------------------------------------------------------- /20231108_Buzzer_Circuit_Analog_Design.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinmusLin/Computer_Organization_Experiment_Reports/f42b872d7a66d941a120d8e67aaba98982775f89/20231108_Buzzer_Circuit_Analog_Design.pptx -------------------------------------------------------------------------------- /20231115_Computer_System_Introduction_Experiment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinmusLin/Computer_Organization_Experiment_Reports/f42b872d7a66d941a120d8e67aaba98982775f89/20231115_Computer_System_Introduction_Experiment.pdf -------------------------------------------------------------------------------- /20231122_Static_Random_Access_Memory_Experiment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinmusLin/Computer_Organization_Experiment_Reports/f42b872d7a66d941a120d8e67aaba98982775f89/20231122_Static_Random_Access_Memory_Experiment.pdf -------------------------------------------------------------------------------- /20231129_Arithmetic_Logic_Unit_Experiment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinmusLin/Computer_Organization_Experiment_Reports/f42b872d7a66d941a120d8e67aaba98982775f89/20231129_Arithmetic_Logic_Unit_Experiment.pdf -------------------------------------------------------------------------------- /20231206_Microprogram_Controller_Experiment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinmusLin/Computer_Organization_Experiment_Reports/f42b872d7a66d941a120d8e67aaba98982775f89/20231206_Microprogram_Controller_Experiment.pdf -------------------------------------------------------------------------------- /20231213_Basic_Bus_Experiment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinmusLin/Computer_Organization_Experiment_Reports/f42b872d7a66d941a120d8e67aaba98982775f89/20231213_Basic_Bus_Experiment.pdf -------------------------------------------------------------------------------- /20240103_Simple_Model_Machine_Design_Experiment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MinmusLin/Computer_Organization_Experiment_Reports/f42b872d7a66d941a120d8e67aaba98982775f89/20240103_Simple_Model_Machine_Design_Experiment.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 Jishen Lin 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Computer Organization Experiment Reports 2 | 3 | ## 仓库名称 4 | 5 | Computer_Organization_Experiment_Reports 6 | 7 | ## 仓库简介 8 | 9 | A collection of my computer organization experiment reports. 10 | 11 | 2023年同济大学计算机组成原理实验报告合集。 12 | 13 | > ***Relevant course*** 14 | > * Computer Organization Experiment 2023 (2023年同济大学计算机组成原理实验) 15 | 16 | ## 仓库组成 17 | 18 | * [Gate Circuit Logic Function and Parameter Testing Experiment](20230920_Gate_Circuit_Logic_Function_and_Parameter_Testing_Experiment.pdf) 19 | 门电路逻辑功能及参数测试实验 20 | 21 | * [Decoder and Selector Experiment](20230927_Decoder_and_Selector_Experiment.pdf) 22 | 译码器和选择器实验 23 | 24 | * [Digital Display Tube and Adder Experiment](20231011_Digital_Display_Tube_and_Adder_Experiment.pdf) 25 | 数码显示管和加法器实验 26 | 27 | * [Flip Flop Experiment](20231018_Flip_Flop_Experiment.pdf) 28 | 触发器实验 29 | 30 | * [Counter Experiment](20231025_Counter_Experiment.pdf) 31 | 计数器实验 32 | 33 | * [Digital Logic Design Experiment](20231101_Digital_Logic_Design_Experiment.pdf) 34 | 数字逻辑设计实验 35 | 36 | * [Buzzer Circuit Analog Design](20231108_Buzzer_Circuit_Analog_Design.pptx) 37 | 抢答电路模拟设计 38 | 39 | * [Computer System Introduction Experiment](20231115_Computer_System_Introduction_Experiment.pdf) 40 | 计算机系统认识实验 41 | 42 | * [Static Random Access Memory Experiment](20231122_Static_Random_Access_Memory_Experiment.pdf) 43 | 静态随机存储器实验 44 | 45 | * [Arithmetic Logic Unit Experiment](20231129_Arithmetic_Logic_Unit_Experiment.pdf) 46 | 基本运算器实验 47 | 48 | * [Microprogram Controller Experiment](20231206_Microprogram_Controller_Experiment.pdf) 49 | 微程序控制器实验 50 | 51 | * [Basic Bus Experiment](20231213_Basic_Bus_Experiment.pdf) 52 | 总线基本实验 53 | 54 | * [Simple Model Machine Design Experiment](20240103_Simple_Model_Machine_Design_Experiment.pdf) 55 | 简单模型机设计实验 56 | 57 | ## 免责声明 58 | 59 | The code and materials contained in this repository are intended for personal learning and research purposes only and may not be used for any commercial purposes. Other users who download or refer to the content of this repository must strictly adhere to the **principles of academic integrity** and must not use these materials for any form of homework submission or other actions that may violate academic honesty. I am not responsible for any direct or indirect consequences arising from the improper use of the contents of this repository. Please ensure that your actions comply with the regulations of your school or institution, as well as applicable laws and regulations, before using this content. If you have any questions, please contact me via [email](mailto:minmuslin@outlook.com). 60 | 61 | 本仓库包含的代码和资料仅用于个人学习和研究目的,不得用于任何商业用途。请其他用户在下载或参考本仓库内容时,严格遵守**学术诚信原则**,不得将这些资料用于任何形式的作业提交或其他可能违反学术诚信的行为。本人对因不恰当使用仓库内容导致的任何直接或间接后果不承担责任。请在使用前务必确保您的行为符合所在学校或机构的规定,以及适用的法律法规。如有任何问题,请通过[电子邮件](mailto:minmuslin@outlook.com)与我联系。 62 | 63 | ## 文档更新日期 64 | 65 | 2024年6月12日 66 | --------------------------------------------------------------------------------