CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Dynamic partitioning

搜索资源列表

  1. zzxt

    0下载:
  2. 操作系统实验] 动态分区分配方式的模拟xiwangdajiaxiuan-experimental operating system] dynamic partitioning means of distribution simulation xiwangdajiaxiuan
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5088
    • 提供者:mengbo
  1. mp

    0下载:
  2. 这是我在操作系统实验中独立编写的一个模拟动态分区存储分配算法的程序,采用最佳适应算法。在VC++6.0下编译通过,程序的输出结果经过多次测试,没有发现问题。-This is my experiment in the operating system independent prepared a simulated dynamic partitioning storage allocation algorithm procedures, the use of best-fit algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:7979
    • 提供者:daisichong
  1. SplitterControl

    0下载:
  2. VC++6.0,真正的动态分割窗口,鼠标右双击动态添加分割窗口-VC++6.0, the true dynamic partitioning window, double-click the right mouse dynamically add split window
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-30
    • 文件大小:35600
    • 提供者:李少东
  1. 122333

    1下载:
  2. 课题八:存储管理---动态分区分配算法的模拟: 要求设计主界面以灵活选择某算法,且以下算法都要实现:首次适应算法、循环首次适应算法、最佳适应算法; -Eight topics: storage management--- dynamic partitioning allocation algorithm simulation: the main interface to design a flexible choice of a certain algorithm, and should
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9272
    • 提供者:张海华
  1. 905186

    0下载:
  2. 操作系统课程设计\存储管理---动态分区分配算法的模拟-Operating systems curriculum design \ storage management--- the distribution of dynamic partitioning of the simulation algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:12545
    • 提供者:lys
  1. cunhuguanli

    0下载:
  2. 动态分区分配方式的模拟 在每次分配和回收后显示空闲内存分区链的情况-Simulation of dynamic partitioning distribution and recovery of each displayed after the allocation of free memory partition chain of
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1304
    • 提供者:gyujg
  1. OS_source_code

    0下载:
  2. 计算机操作系统实验——动态分区分配方式的模拟:采用首次适应算法和最佳适应算法。-Computer Operating System Experiment- Simulation of dynamic partitioning distribution: The first-fit algorithm and the best-fit algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:2303
    • 提供者:Splendid Sun
  1. firstFit

    0下载:
  2. 这是一个操作系统的一个首次内存分配算法,用于模拟操作系统中的存储器动态分区分配。-This is an operating system for the first time a memory allocation algorithm, used to simulate the operating system memory allocation of dynamic partitioning.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:177011
    • 提供者:qxianbo
  1. a

    0下载:
  2. 计算机操作系统存储器动态分区分配的三种算法-Computer operating system memory assigned three dynamic partitioning algorithm is presented
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2303
    • 提供者:chang
  1. OSkechengsheji

    0下载:
  2. 动态分区系统的可视化界面程序,包括三种运算方法的执行,可终止,可视化-Visualization of dynamic partitioning system interface procedures, including the implementation of the three calculation methods, may terminate, visualization
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:5864
    • 提供者:michaelgeng
  1. OSexperience7

    1下载:
  2. 设计程序模拟内存的动态分区法存储管理。 内存空闲区使用自由链管理,采用最坏适应算法从自由链中寻找空闲区进行分配。 假定系统的内存共640K,初始状态为操作系统本身占用64K。 t1时间后,有作业A、B、C、D分别请求8K、16K、64K、124K的内存空间; t2时间后,作业C完成; t3时间后,作业E请求50K的内存空间; t4时间后,作业D完成。 要求编程序分别输出t1、t2、t3、t4时刻内存的空闲区的状态。 -Design program to si
  3. 所属分类:Windows Develop

    • 发布日期:2014-04-26
    • 文件大小:1024
    • 提供者:
  1. mm

    0下载:
  2. 操作系统原理内存管理,动态分区的链表实现,可紧凑,可合并相邻空闲块。-Operating System memory management, dynamic partitioning of the list implementation can be compact, contiguous free block can be combined.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1529
    • 提供者:li
  1. SDocDemo5

    0下载:
  2. 对绘图程序进行动态窗口分割实例源码,很不错的vc源码,希望能对大家有所帮助-Window of the drawing program dynamic partitioning example source code, very good vc source, I hope you can help
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:50726
    • 提供者:
  1. memory

    0下载:
  2. 编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配和回收;最后编写主函数对所做工作进行测试。-Write a program to complete the allocation of main memory recovery of the dynamic partitioning storage management. The experiments include: first determine the mai
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:61336
    • 提供者:陈玲玲
  1. BdynamicSubare

    0下载:
  2. 以前做的操作系统实验代码,动态分区的模拟实验代码码叫做动态分区分配 ,经测试可直接使用。 -Simulation code before the operating system to do the experiment code, dynamic partitioning code called a dynamic partition, has been tested and can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:135125
    • 提供者:sh
  1. yuandaima

    0下载:
  2. 动态分区存储管理方式的主存分配回收源代码-Dynamic partitioning of main memory storage management recovery of the source code distribution
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1175
    • 提供者:杨欢
  1. Dynamic-partitioning

    0下载:
  2. 基于C语言的数据结构与算法分析:动态分区算法-Data Structures and Algorithm Analysis: Dynamic partitioning algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:12712
    • 提供者:Austin Chou
  1. Dynamic-partitioning-allocation

    0下载:
  2. 动态分区分配算法源代码,这是实验报告,这个实验通过首次适应算法、循环首次适应算法、最佳适应算法和最坏适应算法四种动态分区分配算法模拟分区分配过程-Dynamic partitioning allocation algorithm source code, which is the lab report, the experiment by first-fit algorithm, circulation for the first time adaptive algorithm, best ad
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:48831
    • 提供者:吕梦楠
  1. regihters_divide

    0下载:
  2. 动态分区方式主存的分配和回收, 通过本实验可以了解在动态分区管理方式-Dynamic partitioning method of main memory allocation and recovery, by way of this experiment can understand the dynamic zoning administration
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:FHEL@936070
  1. jmihnmethod

    0下载:
  2. Dynamic partitioning method of main memory allocation and recovery, by way of this experiment can understand the dynamic zoning administration
  3. 所属分类:ComboBox

    • 发布日期:2017-12-12
    • 文件大小:2096
    • 提供者:KY+429
« 12 »
搜珍网 www.dssz.com