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

搜索资源列表

  1. MemMenage

    0下载:
  2. 内存管理系统,上操作系统课的一个实验,分析了最优和最差的内存速度-memory management system
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2914902
    • 提供者:ollieq
  1. fenqucunchu

    0下载:
  2. 编写程序完成可变分区存储管理方式的内存分配会受。实验具体包括:首先确定内存空间分配表;然后采用最佳分配算法完成内存空间的分配和回收;最后编写主函数对所做工作进行测试-Completed programming stored variable district management will be affected by the memory allocation. Specific experiments include the following: first determine alloca
  3. 所属分类:OS Develop

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

    0下载:
  2. 本实验要求建造一个没有虚拟功能的内存管理系统.任务如下:  设计一个内存管理器,支持至少两种分配策略,如first-fit,next-fit,best-fit,worst-fit等.  对不同分配策略的性能进行评估. 这次实验主要实现了first fit和best fit两个算法。 -This experiment did not require the construction of a virtual memory management sys
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:273293
    • 提供者:小江
  1. OperatingSystem

    0下载:
  2. 该程序涉及进程创建和撤销相关理论;涉及信号量相关理论;涉及进程调度相关理论; 涉及死锁相关理论;涉及页面置换相关理论;涉及磁盘调度相关理论;涉及内存管理相关理论;是一个真实的内核实验,它涉及了可执行文件的装载与重定位。 -The program involves the process of creation and revocation of the relevant theory related Semaphore related theory involved in the proce
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:31270
    • 提供者:李方
  1. gudingfenqu

    0下载:
  2. 储存管理实验 对内存分区和分配资源 具有页面和页表分配 给进程分配空间-Storage management and allocation of memory partition experiments with pages and pages of resources allocated to the process of allocation of space for the table
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:1329
    • 提供者:文龙
  1. ncglsybg

    0下载:
  2. 内存管理的实验报告,运行环境red hat 9,其中划分的最小分片为10,按不同要求可自行修改-Memory management of the lab report, operating environment red hat 9, which divided the smallest slice of 10, according to the different requirements are free to modify the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:17331
    • 提供者:wangjing
  1. oschengxu

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

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

    1下载:
  2. 目的: 了解分页存储的原理。 理解分页存储的管理算法。 实验内容和步骤: 1.分页式存储管理方案。 内存被划分成2048块(页)。用32位字长的字存放位示图, 为0的位表示该块尚未分配,为1的位表示该块已分配。 2.算法处理过程。 编辑文件。该文件中存有内存目前状况的位示图的数据(0和1的文件)。 程序应读入数据,存放在相应的数据结构中。 显示友好的用户界面,输入内存申请(总块数)。 根据申请和位示图状态,为用户分配内存,并建立页表。 输出位示图和
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:1679
    • 提供者:虫儿飞
  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. linux

    0下载:
  2. Linux下的编程 本人课程设计 全部能运行 包括:合并排序.cpp 进程管理.cpp 进程控制实验.c 内存管理.cpp 生产者和消费者.c 死锁实验.c 线程实验.c-Programming under Linux I can run all the curriculum include: Merge sort. Cpp process management. Cpp process control experiment. C memory management. Cpp producers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:10453
    • 提供者:楚碧痕
  1. 123

    0下载:
  2. 本实验要求建造一个没有虚拟功能的内存管理系统。任务如下: ?设计一个内存管理器,支持至少两种分配策略, 如 ?rst-?t,Best-?t ?对不同分配策略的性能进行评估。-In this study, no virtual functions required to build a memory management system. The following tasks: ? Design of a memory manager that supports at least
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:343277
    • 提供者:lmjorz
  1. xv6-lab2

    2下载:
  2. 清华大学陈渝老师在xv6基础上开发的实验环境,内存管理部分。pudn上有了lab3-7但是没有lab2,而lab2是最重要的一个环节-地址间的转换和pdt pte的实现-CHEN Yu Tsinghua University teachers xv6 developed on the basis of the experimental environment, the memory management component. pudn on with lab3-7 but not lab2, b
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:161418
    • 提供者:红烧鱼
  1. MemoryManage

    0下载:
  2. 在linux环境下,用c语言写的模拟linux内存管理的实验代码。-In the linux environment, the simulation with c language to write test code linux memory management.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:3564
    • 提供者:lidong
  1. buddy_allocte

    0下载:
  2. 1.实现一个内存管理的伙伴算法,实现内存块申请时的分配和释放后的回收。 实验准备 用随机函数仿真进程进行内存申请,并且以较为随机的次序进行释放。对其碎片进行统计,当申请分配内存失败时区分实际空间不足和由于碎片而不能满足。 -1. To implement a memory management algorithm partners to achieve the allocation of memory blocks and release time of applica
  3. 所属分类:系统编程

    • 发布日期:2013-11-12
    • 文件大小:2027
    • 提供者:zhongkeli
  1. 222

    0下载:
  2. 操作系统中处理机调度和内存管理,实验报告。希望对大家有帮助-Operating system processor scheduling and memory management, laboratory reporting. We want to help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:105428
    • 提供者:沈辉
  1. T_5424

    0下载:
  2. 操作系统第一次实验参考资料 可变分区存储管理 编写一个C程序,用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:13822
    • 提供者:黄泽霖
  1. memory

    0下载:
  2. 实现操作系统的内存管理的小代码,适用于计算机及电子专业的操作系统上机实验-Memory management operating system to achieve small code for computer and electronic professional experiment on the computer operating system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:66210
    • 提供者:baojiayao
  1. neicunguanli

    0下载:
  2. 操作系统实验内存管理,感觉上是挺不错的,请慎重对待-Experimental operating system memory management, I feel it is very good, please be treated carefully
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1970745
    • 提供者:落木疯球
  1. Page_Replacement

    0下载:
  2. 操作系统实验之页面置换管理算法 代码完整,模拟计算机内存管理-operal system experiment_page-replacement
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:22353
    • 提供者:jzw
  1. ucore-lab2

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验2:内存管理。实验目的:理解内存地址的转换和保护;理解页表的建立和使用方法;了解物理内存的管理方法;了解常用的减少碎片的方法;了解虚拟内存的管理方法。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operating system fo
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:777572
    • 提供者:gyh
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com