-
Project "Hand
Project "Hand-Control with G-Sensor for Modelhelicopter C-Code"
- 2022-02-14 02:21:44下载
- 积分:1
-
内存分配算法,用c实现内存的管理分配,属于操作系统范畴
内存分配算法,用c实现内存的管理分配,属于操作系统范畴-memory allocation algorithm, using c realization in the administration and distribution of memory, operating system areas
- 2022-05-31 21:56:07下载
- 积分:1
-
a class, purpose and content based courses located purposes : 1. With parts of t...
一、课设目的及内容
课设目的:
1. 在掌握部件单元电路实验的基础上,进一步将其组成系统构造一台基本模型计算机。
2. 为其定义五条机器指令,并编写相应的微程序,具体上机调试掌握整机概念。
课设内容:
将机器指令对应的微代码正确地写入控存中;装载机器指令并进行检查;运行程序,停机后检查数据存贮单元中的结果与理论值是否一致。
通过对计算机的组织与结构的分析,综合运用所学计算机原理知识,设计并实现较为完整的计算机,即模型机。它可以完成一般计算机的最基础功能,具备16条基本指令,以及4种寻址方式等。并且,计算机数据通路的控制将由微程序控制器来完成,CPU从内存中取出一条机器指令到指令执行结束的一个指令周期全部由微指令组成的序列来完成,即一条机器指令对应一个微程序。设计过程包括四个部分:㈠模型机硬件组成分析;㈡指令系统设计;㈢微程序设计;㈣上机实现,示范程序。
-a class, purpose and content based courses located purposes : 1. With parts of the circuit experiment modules, based on its component systems constructed a basic model computer. 2. Its definition of five machines instructions, and to prepare the corresponding micro-program, the specific machine debugging unit grasp the concept. Course located : machinery orders corresponding to the micro-code correctly charged into the deposit; Loading machinery orders and checks; operating procedures, stands checks data storage modules, the results and the theoretical values are consistent. Through the com
- 2022-11-14 05:25:04下载
- 积分:1
-
1、任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求:
(1)采用交互工作方式
(2)可以增加、删除、修改信息
(3)建立数据文件 ,数...
1、任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求:
(1)采用交互工作方式
(2)可以增加、删除、修改信息
(3)建立数据文件 ,数据文件按关键字(姓名、学号、房号)进行排序(用选择排序)
2、查询菜单: (用二分查找实现以下操作)
(1)按姓名查询
(2)按学号查询
(3)按房号查询
3、打印任一查询结果(可以连续操作)
-a task : to prepare dormitory management staff inquiries a dormitory management software, program design requirements : (1) interactive work (2) can add, delete, change information (3) Establish data files, data files by keyword (name, school, room number) rank (with choice of ranking) 2, inquiries menu : (2 hours with you to achieve the following operational) (1) the names of inquiries (2) the school inquiry (3) of the inquiry three, Print the results of an inquiry (capable of continuous operation)
- 2023-03-09 03:15:04下载
- 积分:1
-
好东西!!自家漫漫的研究
好东西!!自家漫漫的研究
- 2022-03-11 19:58:34下载
- 积分:1
-
a COMBOBOX the extension of the class
一个COMBOBOX的扩展类-a COMBOBOX the extension of the class
- 2022-03-02 02:55:15下载
- 积分:1
-
This is sap system in MM
这个是sap系统中MM-一般设置-01设置国家-This is sap system in MM-General set up a national-01
- 2022-04-09 19:44:28下载
- 积分:1
-
用vc++实现的基于面向对象的三维积木源代码。简单易懂
用vc++实现的基于面向对象的三维积木源代码。简单易懂-Using vc to achieve based on object-oriented three-dimensional building blocks source code. Easy-to-read
- 2023-06-20 19:40:02下载
- 积分:1
-
陈列馆问题:
1.问题描述
世界名画陈列馆有m*n个陈列室组成。为了防止名画被盗,需要在陈列室设置警卫机器人哨位,每算法个警卫机器人除了监视它所在的陈列...
陈列馆问题:
1.问题描述
世界名画陈列馆有m*n个陈列室组成。为了防止名画被盗,需要在陈列室设置警卫机器人哨位,每算法个警卫机器人除了监视它所在的陈列室之外,还可以监视与它所在的陈列室相邻的上,下,左,右4个陈列室。
2.要求
试要求,设计一个安排警卫机器人哨位的算法,使得名画陈列馆的每个陈列室都在警卫机器人监视之下,切所用的警卫机器人数目最少。
3.结果输出
将计算的警卫机器人数及其最佳哨位安排输出到文件output.txt。文件的第1行是警卫机器人数;接下来的m行中每行n个数,0表示无哨位,1表示哨位。-Gallery problem:
1. Problem Description
Painting gallery in the world there are m* n composed of a showroom. In order to prevent the paintings stolen, you need to set the security robot sentinel showroom, each algorithm is a security robot in addition to monitor it in the showroom, you can also watch it in the showroom with the adjacent upper and lower, left, Right 4 showrooms.
2. Demand
Test requirements, design an arrangement guard robot sentinel algorithm, making paintings in each gallery showroom are under the surveillance of the security robot, cutting the number of robots used by security guards at least.
3. The resulting output
Will calculate the number of security robots and the best sentinel ar
- 2022-06-27 18:30:39下载
- 积分:1
-
俄罗斯方块,和平时玩的一样的,打开后里面有说明怎样的玩法...
俄罗斯方块,和平时玩的一样的,打开后里面有说明怎样的玩法-Russian box, and usually play the same, and opened there on what" s playing
- 2022-10-20 09:35:04下载
- 积分:1