awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesSpreadsheet-Based Emulators

System emulators that use spreadsheet cells to manage state and hardware components.

Distinct from PDF-Based System Emulators: Unlike PDF or Web emulators, these use the formula-driven logic of spreadsheets to drive the emulation.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Spreadsheet-Based Emulators. Refine with filters or upvote what's useful.

Awesome Spreadsheet-Based Emulators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • inkboxsoftware/excelcpuInkboxSoftware 的头像

    InkboxSoftware/excelCPU

    4,741在 GitHub 上查看↗

    excelCPU 是一个基于电子表格的计算机模拟器,模拟 16 位中央处理器。它作为一个教育性 CPU 模型,其中系统状态、寄存器和随机存取存储器都在电子表格单元格网格内进行管理。 该项目包括一个汇编编译器,将自定义汇编源代码转换为与电子表格单元格兼容的格式,用于只读存储器存储。它允许自动程序执行和手动操作以覆盖特定指令。 该模拟涵盖了核心硬件架构概念,包括逻辑门原型设计、指令获取和内存管理。此环境通过公式驱动的逻辑实现了寄存器与系统内存之间交互的可视化。

    Emulates a complete computer architecture where system state and RAM are managed within a grid of cells.

    Python
    在 GitHub 上查看↗4,741
  1. Home
  2. Operating Systems & Systems Programming
  3. Spreadsheet-Based Emulators