-
A java example using Abstract classes
A java example using Abstract classes
- 2022-07-03 09:00:45下载
- 积分:1
-
flight_plane再应用
Flight_Plane Sechdule application
- 2022-03-17 11:46:09下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
VHDL代码 键盘扫描,数码管静态移位显示,类似于计算器显示数据...
VHDL代码 键盘扫描,数码管静态移位显示,类似于计算器显示数据-VHDL code
- 2022-06-21 23:05:03下载
- 积分:1
-
手机游戏恶魔城Java源码
手机游戏恶魔城Java源码,在些推荐给大家,代码中包括了丰富的注释,资源文件完整,而且还包括了技术文档,对学习java游戏编程来用是难得的范例。游戏名称:恶魔城-晓月圆舞曲
游戏类型:ACT
游戏来源:根据GBA上经典游戏恶魔城制作
制作方法:采用MIDP1.0结构,2.0部分方法。
- 2022-03-23 07:21:37下载
- 积分:1
-
使用pb备份sqlserver数据库
使用pb备份sqlserver数据库-use SQLServer database backup pb
- 2023-06-18 15:55:03下载
- 积分:1
-
内容
Readme.txt
BcbChess 中国象棋程序实例的源代码所在的文件夹
BcbExe 中国象棋程序实例的可执行程序所在的文件夹...
内容
Readme.txt
BcbChess 中国象棋程序实例的源代码所在的文件夹
BcbExe 中国象棋程序实例的可执行程序所在的文件夹
BcbTest 关于时间测试的项目所在的文件夹
-content Readme.txt BcbChess Chinese chess program is the source code where the text Annex folder BcbExe Chinese chess procedures examples of where the executable folder BcbTest test of time Examination of the project folder
- 2023-08-23 02:20:04下载
- 积分:1
-
解释烟气酸露点的好文章,对做相关工作的朋友很有帮助。
解释烟气酸露点的好文章,对做相关工作的朋友很有帮助。-Explain the flue gas acid dew point of good articles, do the relevant work of helpful friends.
- 2023-06-15 17:20:03下载
- 积分: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
-
masm 汇编工具
masm 汇编工具-can compilation tools
- 2022-01-25 21:30:15下载
- 积分:1