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

搜索资源列表

  1. shiyan1

    0下载:
  2. 用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节), 用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr) 或用循环首次适应法 addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char * addr) 模拟UNI
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:3665
    • 提供者:一零
  1. cunguanli

    0下载:
  2. 计算机软件课程试验 完成对系统内存管理的模拟 页面替换策略:FIFO,LUR,LAR-Test computer software programs to complete the simulation of system memory management page replacement strategies: FIFO, LUR, LAR
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:1949
    • 提供者:
  1. merroy

    0下载:
  2. 内存管理 模拟内存的分配与回收 分页式存储管理-Memory management, storage management page
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:2471
    • 提供者:ZZ
  1. memoryoperatingsystem

    0下载:
  2. 实现了操作系统的内存模拟管理功能,简单易懂,适合学习。此文档实现了内存管理的动态分区分配,固定分区分配,显示内存分配情况,可实现回收再利用功能。-Achieved the operating system memory management functions simulated, simple and easy to understand, suitable for learning. This document implements the dynamic memory management
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:117792
    • 提供者:flexible
  1. JinChengDiaoDu

    0下载:
  2. 模拟实现进程调度的内存管理功能,由用户输入相关的参数,可以根据多选择的算法进行模拟-Analog realization of the process scheduling memory management functions, from the user input related parameters, you can choose the algorithm based on multi-simulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1896
    • 提供者:ken
  1. neicunguanli

    0下载:
  2. 操作系统 内存管理的模拟,很好的理解内存管理的基本原则和方法-The operating system memory management simulation, a good understanding of the basic principles of memory management and methods of
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1247
    • 提供者:兰天
  1. mem

    0下载:
  2. 模拟操作系统内存管理,采取最先适应分配。输入进程长度自动在内存中分配空间,并可以按进程名撤销进程释放其内存空间-Simulate the operating system memory management, to take the first to adapt to the distribution. Enter the length of the process of automatically allocate space in memory and can be removed by t
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1651
    • 提供者:mike
  1. memmory

    0下载:
  2. 操作系统的课程设计实习题目,主要用c或c++来模拟内存分配与管理的情况,这里包含了详尽源代码-Operating system, curriculum design internship topic, mainly using c or c++ to simulate the memory allocation and management of the situation, where the source code contains a detailed
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:427509
    • 提供者:zgm
  1. simulate_memory_management

    0下载:
  2. 本程序简单的模拟内存的管理,包括记录内存的使用情况,以及如何给程序非配内存空间,回收内存空闲空间-This procedure simulated a simple memory management, including records of memory usage, and how to program the non-allocated memory space, free space recovery of memory
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2240
    • 提供者:caoxiaokun
  1. MemeryManage

    0下载:
  2. 操作系统中关于内存管理的模拟,请大家多多指教-The operating system memory management simulation on the exhibitions
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:198501
    • 提供者:fcwindpasss
  1. PCB

    0下载:
  2. 操作系统内存管理模拟程序,PCB的调度模拟-The operating system memory management simulation program, PCB scheduling simulation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:1462
    • 提供者:海铭
  1. memory

    0下载:
  2. 在linux下模拟计算机内存管理,功能较为全面,有较为简单的界面-semulate the management of the memory
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:1858
    • 提供者:独孤龙
  1. oschengxu

    0下载:
  2. 使用c语言模拟Unix内存管理的程序 操作系统课程实验-use c language moni Unix neicun manager chengxu os shiyan
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1513
    • 提供者:王恒
  1. MemoryManaging

    0下载:
  2. 内存管理模拟实验,为学校操作系统课程设计内容-Memory management simulation for the content of school courses on operating system design
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:565016
    • 提供者:杨子江
  1. mmry_mng

    0下载:
  2. 模拟内存的动态分配管理。采用动态双向循环链表-Simulate the dynamic allocation of memory management. Dynamic two-way linked list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2042
    • 提供者:李孟实
  1. os2

    2下载:
  2. 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。分页式存储管理系统是内存非连续存储管理中基本的方法,可以通过把一个作业分成多个页面分配到不连续的内存块中去。实验可以通过位示图的方式来模拟内存的使用情况,为每个作业建立页表用于完成正确的地址转换。 (二) 实验内容与步骤: 利用键盘输入本模拟系统的物理块的大小,作业的页表中的块号;完成逻辑地址转换成相应的物理地址的过程。 具体过程: 1、 建立一张位示图,用来模拟内存的分配情况,利用随机数产生一组0和1的数对应内存的使
  3. 所属分类:Other systems

    • 发布日期:2015-06-30
    • 文件大小:1870
    • 提供者:yli
  1. 2

    0下载:
  2. 模拟页式存储管理方案中内存空间的管理和分配-Analog page storage management program management and allocation of memory space
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:1011464
    • 提供者:11
  1. 1

    0下载:
  2. 操作系统大作业之内存管理 本程序采用字符界面,全部用标准C++代码写成,可以在Liunx平台上编译,运行。由于手头上没有安装Linux的程序环境,没有提供Linux版的可执行文件。只提供了Windows版的。 本程序模拟了数次内存分配和释放的过程。采用最佳适配法。用两条链表(一条为已使用的,另一条为空闲的)管理内存。同时用数字0表示空闲,1表示第一个作业,2表示第二个作业,...以此类推。-Great job of the operating system memory manage
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:99092
    • 提供者:abel
  1. work2

    0下载:
  2. 模拟系统内存管理的一个软件,手动分配内存,然后选择3个算法进行内存清理-Memory management
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:9741
    • 提供者:见人
  1. yemianzhihuan

    0下载:
  2. 模拟操作系统内存管理调度算法 算法选择: FIFO -Simulation of the operating system memory management scheduling algorithm selection: FIFO
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:191284
    • 提供者:tj
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com