CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 模拟内存管理

搜索资源列表

  1. 操作系统进程内存管理模拟vb程序

    1下载:
  2. 本程序运用随机页面模拟页面调度,从进程的创建及进程的撤销都随时实现-the procedures used random pages scheduling simulation pages from the process of creation and the process of deregulation are always realize
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-24
    • 文件大小:10013
    • 提供者:lhs
  1. src

    0下载:
  2. 用java模拟内存管理的JAVA代码。 用最佳适应法管理内存,链表实现。-Java memory management simulation with the JAVA code. The best method to adapt the management of memory, linked lists to achieve.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1551
    • 提供者:qiumeng
  1. neicunguanli

    0下载:
  2. 1.应用所学过的课程软件工程、数据结构、操作系统原理、高级语言程序设计等专业知识完成系统的分析和设计; 2.完成的系统能模拟实际应用,具体要求如下: ① 用户界面友好; ② 实现多道多任务内存管理,涉及分区管理、页式管理、虚拟存储管理; ③ 设计应遵守软件工程原则,软件有健壮性; ④ 文档规范,图表清楚,符合论文规范。 -Computer Operating System(OS) control and manage various computer systems ha
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9994791
    • 提供者:cl
  1. MemoryManagement

    0下载:
  2. 用JAVA实现的模拟内存管理程序,可以模拟操作系统动态管理内存,主要采用首次适应算法以及最佳适应算法。-The realization of the simulation with JAVA memory management procedures, the operating system can simulate the dynamic management of memory, the main algorithm used to adapt the first and best adap
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7671
    • 提供者:qin
  1. memory

    0下载:
  2. 内存管理实验 1. 实验目的: 用高级语言编写和调试一个内存管理程序,以加深对内存的分配、回收以及空闲块管理的理解。 2. 实验内容: 编写一个模拟程序,完成内存可变分区分配的模拟,要求采用最佳适应法、最坏适应法、首次适应法或下次适应法之一。 实验具体包括:首先确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码 最后编写模拟分配和回收过程的主函数,上机实验并取得结果数据。 -Memory management in Exper
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:1194
    • 提供者:Jun
  1. Page

    0下载:
  2. MFC程序模拟内存的页式存储管理机制,并分时完成每个作业。-MFC simulation program storage memory page management mechanism, and time to complete each operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1066038
    • 提供者:华秋实
  1. yeshi

    0下载:
  2. 模拟存储管理中内存空间的管理和分配内存空间的管理分为固定分区管理方式,可变分区管理方式,页式存储管理,段式存储管理。本程序实现了静态页式存储管理。-static page storage management
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:340538
    • 提供者:ds
  1. osexperiment

    0下载:
  2. 我们全部的四个操作系统实验,模拟系统的内存管理,磁盘管理-We test all of the four operating systems, simulation systems memory management, disk management
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3682173
    • 提供者:leolee
  1. os

    0下载:
  2. 本系统模拟操作系统的文件管理,内存管理,设备管理,进程管理四个模块-The simulation of the operating system file management, memory management, equipment management, process management of four modules
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:122859
    • 提供者:yuanlinjing
  1. mem-mange

    0下载:
  2. 内存管理程序,简单的模拟内存管理,可以合并内存碎片-Memory management program, a simple analog memory management, memory fragmentation can be combined
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3553
    • 提供者:yzh
  1. WorROS

    0下载:
  2. 具有操作系统的基本功能。能够模拟CPU以及CPU管理、模拟内存、模拟硬盘、模拟内存管理、模拟硬盘管理、模拟进程管理、模拟指令系统、模拟中断处理等,是单用户多任务操作系统。-With the operating system s basic functions. To simulate the CPU and CPU management, analog memory, analog disk, analog memory management, disk management simulatio
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:89347
    • 提供者:剑心
  1. MemoryManage

    0下载:
  2. 1 操作系统课程设计 2 模拟内存管理 3 动态分配首次适配法-1 operating systems course design 2 analog memory management 2 dynamic allocation of the first adaptation method
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:15847
    • 提供者:
  1. Tmemmeryyh

    0下载:
  2. 此源代码,是一个操作系统中模拟内存管理的程序源码。主要展示内存的三三种分配算法,与内存合并的方法,以解决内存的碎片问题。 可直接使用。 -This source code is the source of the analog memory management program in an operating system. Three three allocation algorithm for the main display memory, memory consolidation,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:75596
    • 提供者:
  1. MemoryManager

    0下载:
  2. 操作系统课程中模拟内存管理的程序,模拟内存空间的分配,删除,自动合并-Program of courses in analog memory management of the operating system, the analog memory space allocated, deleted automatically merge
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:223367
    • 提供者:无名
  1. 1

    0下载:
  2. 模拟内存管理 环境的恢复空间的回复;安家费 加快递发货电缆附件-memory mnfdhjs jkdj
  3. 所属分类:File Formats

    • 发布日期:2017-12-07
    • 文件大小:834
    • 提供者:john
  1. Producer-consumer-model

    0下载:
  2. 生产者消费者模型,用c语言实现模拟内存管理中的生产者和消费者,实现用信号量和锁的使用方法-Model of producers and consumers, producers and consumers in the analog memory management using the c language, the use of semaphores and locks
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:12051
    • 提供者:
  1. 模拟页面置换算法Clock

    3下载:
  2. 采用CLOCK置换算法仿真请求分页系统 1、设计目的:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:CLOCK算法 2) 内存物理块数固定为15个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(10-20页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串引用长度30-50,要求
  3. 所属分类:其它

    • 发布日期:2013-07-08
    • 文件大小:46199371
    • 提供者:zyt_sou_zhen
  1. 1106

    0下载:
  2. 模拟内存管理 环境的恢复空间的回复;安家费 加快递发货电缆附件-memory mnfdhjs jkdj
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:966
    • 提供者:jia7use
  1. 89775853

    0下载:
  2. 模拟内存管理,包括内存分配和内存回收, 用界面显示分配和回收结果()
  3. 所属分类:系统编程

    • 发布日期:2018-01-04
    • 文件大小:31744
    • 提供者:ngttor
  1. 操作系统-模拟动态分区分配

    0下载:
  2. 使用C语言实现模拟动态内存分区分配,运用最佳适应算法,最先适应算法以及最坏适应算法进行分区的动态扽陪管理,分多种情况进行分区的合并以及回收(The use of C language simulation of dynamic memory allocation, using the best fit algorithm, the adaptive algorithm and the worst fit algorithm with dynamic drag partition manageme
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:4096
    • 提供者:翼展
« 1 2 34 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com