You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
995 B

7 months ago
# SimCPU_v1
7 months ago
5 months ago
### 项目介绍
5 months ago
本项目是基于Python语言实现的机器仿真程序主要用于模拟系统思维与机器程序执行的过程。
5 months ago
### 项目特点
- 基于Python语言易于上手可扩展性强。
5 months ago
- 包含丰富的功能,可实现多种指令集的机器程序仿真,与机器程序执行的过程。
5 months ago
- 具有良好的可视化功能,可直观呈现系统思维与机器程序执行的过程。
### 项目目的
- 了解系统思维的概念,并能够将其应用到机器程序的执行过程中
- 了解机器程序的执行过程,并能够通过仿真环境模拟其执行过程。
- 掌握Python语言的基本语法并能够使用Python语言进行仿真程序的开发。
7 months ago
# 运行
5 months ago
克隆项目到本地,进入项目目录,并执行以下命令:
7 months ago
```
python execute_instruction.py
```
# 依赖
### 环境要求:
- Python 3.6+
5 months ago
- tkinter(Python 内置模块)
7 months ago
# 许可证
本项目使用 AGPL-3.0-only 许可证。