搜索资源列表
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
ExampleOfStack
- 迷宫算法(数据结构的一个大作业)。 堆栈的使用及路径的搜索。另外包括一些菜单的添加,怎样使用自定义运用程序的图标。-maze algorithm (data structure of a large operations). Stack and the use of the search path. Also include the addition of some menu, and how to use the definition of the procedures for use o
floatcalculate
- 我的数据结构作业。用栈实现浮点数的运算。-my data structure operations. With Stack float arithmetic.
ysfh1
- 约瑟夫环 数据结构算法啊 这学期学的 这是我们的上机实验作业 -Josephus algorithm data structure ah this semester of this school is on the experimental aircraft operations huh
hafumanbianyiqi
- 这是一个哈夫曼编译器,是我学数据结构的时候老师要求做的一个作业-This is a compiler Huffman, I studied the data structure when the teacher demanded an operations
dui_zhan
- 用c++开发的堆栈描述代码,有关数据结构作业-used to describe the development of the stack code, the data structure operation
123
- 刚完成不久的作业,请大家帮忙看一下那里有错,是一个数据结构的二叉树排序的实现
Robot
- 数据结构作业,演示了机器人程序界面制作。可以生成界面、选择机器人,具体功能有待继续开发
fblq
- 数据结构作业 ,使用c语言实现的k阶斐波拉契数列。
1
- 稀疏矩阵运算器实习报告,源代码,适合数据结构作业的完成
hafuman
- 哈夫曼树,完整实验报告。包括源程序。数据结构作业题目
bahuanghou
- 利用栈操作实现八皇后问题求解 数据结构作业 C语言-The data structure of the C language editing eight queens problem
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.
arraybag
- 数据结构 作业1 答案, Arraybag类, C++版本-data constructure, homework1 answer: arraybag class
ArrayBagjava
- 数据结构 作业1 arraybag类 答案, java版本-data structure homework1 arraybag java version
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)
ADDTION
- 多项式加法,可以去掉和为0的多项式,数据结构作业(Polynomial addition)
三个程序
- 数据结构编程,包括冒泡排序,阶乘的计算和学生成绩系统(Data structure programming, including bubble sorting, factorial calculation and student achievement system)