搜索资源列表
-
0下载:
模拟内存分配的c语言实现
六、 实验目的
了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。
七、 实验内容
采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。
(提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。)
-simulation memory allocation
-
-
0下载:
C++编写的模拟银行家算法的实现,内容详细具体,代码清楚易懂,很适合初学者学习-C++ Prepared bankers simulation algorithm, as detailed and specific, clear and understandable code, it is suitable for beginners to learn
-
-
0下载:
模拟银行家算法
页式存储管理如何实现地址转换;进一步认识页式虚拟存储管理中如何处理缺页中断。用C++实现LRU置换算法
-Bankers algorithm simulation storage management page addresses how to achieve the conversion a better understanding of virtual memory management page of how to handle page fault. Using
-
-
0下载:
银行家算法模拟 c++编写 理利用银行家算法避免死锁-Banker' s algorithm simulation using c++ written reasons bankers algorithm avoid deadlock
-
-
0下载:
堆排序的算法模拟。使用C++模拟实现堆排序算法。使用大顶堆,在数组中操作-Simulation of heap sort algorithm. Achieved using the C++ simulation of heap sort algorithm. The top of the heap using large, operate in the array
-
-
0下载:
cordic算法的c语定点数仿真,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角(有一定误差),适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm C language fixed point simulation, enter the X, y coordinates of two points, are automatically calculated to change point and plane coordinate axis (
-
-
0下载:
在c++开发环境下模拟银行家算法的实现,并完善了输出的格式,还将输出一并写入文件中,方便查看结果-Simulation bankers algorithm in the C++ development environment, and improve the output format will be output in conjunction write to a file for easy viewing results
-
-
0下载:
代码的功能:用C语言仿真有向图的拓扑排序,代码中带有详细的注解,十分有利于阅读。拓扑排序算法是有向图的应用领域中的一种重要算法,阐述了AOV图的定义及拓扑排序算法思想。
-Functionality of the code: a directed graph topological sort in C language simulation code with detailed comments, very conducive to reading. The topological sort
-
-
0下载:
数据结构与算法,详细并全面的介绍了数据结构,并进行算法仿真,利用C++编写代码,充分实现栈、链表、队列、递归、图、遍历等-Data Structures and Algorithms, detailed and comprehensive introduction to the data structure and algorithm simulation, the use of C++ code, the full realization of stacks, linked lists, qu
-
-
0下载:
C语言实现的解决八皇后问题,用二维数组模拟棋盘,使用的非递归算法。-C language to solve the problem of eight queens, with two-dimensional array simulation board, using the non recursive algorithm.
-