搜索资源列表
jibenmoxingjishixian
- 一、课设目的及内容 课设目的: 1. 在掌握部件单元电路实验的基础上,进一步将其组成系统构造一台基本模型计算机。 2. 为其定义五条机器指令,并编写相应的微程序,具体上机调试掌握整机概念。 课设内容: 将机器指令对应的微代码正确地写入控存中;装载机器指令并进行检查;运行程序,停机后检查数据存贮单元中的结果与理论值是否一致。 通过对计算机的组织与结构的分析,综合运用所学计算机原理知识,设计并实现较为完整的计算机,即模型机。它可以完成一般计算机的最基础功能,具备1
chengjiguanlixitong
- C语言课设,成绩管理系统,包中附有实验报告-C-class-based, performance management systems, with experimental report
C
- 《程序设计基础》课 程 设 计:包括实验报告和源代码 题目一: 使用菜单选择程序 题目二: 用结构数组设计职工文件 题目四: 链表信息管理 -" Program Design" Course Design: including lab reports and source code subject 1: Use the menu to select the program title 2: The structure of the array design fi
Lexical Analysis
- 简单的C++实现的C语言词法分析程序,适用于编译原理小型课设实验。(A simple Lexical Analysis programme for C files based on c++. Suitable for C.P. experiments.)
源
- 做到加减乘除,复数的加减乘除,矩阵的加减乘。(Do add, subtract, multiply and divide complex matrix, modified by add, subtract, multiply and divide.)
选择重传协议的C语言实现
- 计算机网络课设。用C语言模拟选择重传协议的实现,代码在实验报告里可以找到