搜索资源列表
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
Javasource
- 数据结构与算法分析设计的实验作业,归并排序、二分查找法、N皇后的算法源代码
JosephCentral
- c++做的约瑟夫环,属于数据结构的作业练习题。-c++ to do Joseph Central, part of the data structure operations exercises.
DataStructure
- 是数据结构的课程大作业,包含了每问所需的全部代码-Data structure courses job contains all the code needed by each asked
STUDENT
- 数据结构课程作业源码 学生成绩管理 -Student achievement management of data structures course work Source
BinaryTree
- 本程序是数据结构作业之一,实现了二叉树的相关操作,包括二叉树的建立与便利等功能。-This program is one of the data structure operations, binary tree operation including binary tree establishment and convenience features.
dazhengshu
- 本程序是数据结构作业之一,其用数组实现了大整数的基本操作。基本操作包括:加法、减法、取模、移位等。-This program is one of the jobs of a data structure, use the array to achieve the basic operation of large integers. Basic operations: addition, subtraction, modulo, shift.
bignum
- 数据结构 作业答案 大数类 (自己编写测试,不同于现有网络上版本)-Data structure Homework solution: BigNumber, written by myself, so different with current versions online
poly
- 数据结构 作业答案 多项式类(自己编写,不同于网络现有版本)-Data structure operations answers polynomial class (I have written, unlike the existing network version)
Discrete-Event-Simulation
- 哈工大数据结构大作业——离散事件模拟,同时也是清华数据结构课后习题。-HIT data structure operations- discrete event simulation, but also after-school exercise Tsinghua data structures.
CommonTree
- 数据结构,关于数据结构的作业代码,确定可以运行,已经全部检查-common tree
ADDTION
- 多项式加法,可以去掉和为0的多项式,数据结构作业(Polynomial addition)