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

搜索资源列表

  1. mallocV1

    0下载:
  2. 内存管理是计算机编程最为基本的领域之一 此代码模拟计算机对内存的管理-Memory management is the most fundamental areas of computer programming code of the computer simulation of the memory management
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1597
    • 提供者:sunyun
  1. proccess

    0下载:
  2. 操作系统实验,内存管理部分,功能较好,实现了模拟进程优先级调度-simulated proccess scheduling with priority
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1397
    • 提供者:adora
  1. storage-management

    0下载:
  2. 模拟操作系统中的固定分区,理解计算机内存管理与分配机制-Simulate the fixed partition the operating system, management and understanding of computer memory allocation mechanism
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2185
    • 提供者:乐乐
  1. FIFO

    0下载:
  2. 模拟内存页式管理中的FIFO算法(用c语言描述)-Analog memory page-style management in the FIFO algorithm (described by c language)
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:673
    • 提供者:吴仕海
  1. main.cpp

    0下载:
  2. 关于操作系统课程的内存管理模拟实验: Paging, global clock 算法,多线程-Simulation of the operating system memory management
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:3673
    • 提供者:hzhou
  1. Memory-Management

    0下载:
  2. 操作系统内存管理模拟程序代码,首次适应算法-The operating system memory management simulation program code,firstfit algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:768740
    • 提供者:xuexiasen
  1. czxtkcsj2008

    0下载:
  2. 操作系统内存管理的模拟功能,包含全部源代码,可以参考并修改完善。-The analog functions of the operating system memory management, including full source code, you can reference and to revise and improve.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:110789
    • 提供者:liby
  1. Simulate-the-operating-system

    0下载:
  2. 实现模拟操作系统,包含进程管理、设备管理、内存管理等功能-Simulate the operating system, including process management, equipment management, memory management, and other functions
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:6379
    • 提供者:解志新
  1. System

    0下载:
  2. 为计算机专业操作系统课程设计.虚拟实现了可变分区内存管理,磁盘空白分页管理,进程模拟调度,文件系统.可做为源码参考-Curriculum design for the computer professional operating system. Virtual variable partition memory management, disk blank paging management, process simulation, scheduling, file systems can b
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-13
    • 文件大小:20532093
    • 提供者:Neo
  1. Lmmaapzipi

    0下载:
  2. 为Linux虚拟内存驱动driver程序源码,模拟了内核空间与用户户空间之间的数据交流,是学习Linux内存管理的易用源码 可直接使用。 -Driver program source code for the Linux virtual memory drive to simulate the exchange of data between kernel space and user households space, is easy-to-use source to learn Linu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3610
    • 提供者:dep
  1. 1neiicunguann

    1下载:
  2. 1.模拟操作系统内存管理2.内容要求:⑴ 自定义内存管理策略对应的数据结构;⑵ 随机产生一组申请与收回进程及要求分配与收收回内存的大小,实现内存分配与收回算法(能使用多种分配算法),计算内存运用率;⑶⑶ 显示出来内存分区管理的分配与收回过程。 -A simulated operating system memory management. Content requirements: the ⑴ custom memory management strategy, the data struc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:19298
    • 提供者:
  1. slab

    0下载:
  2. 个人实现的slab算法,通过一个巨大的数组模拟内存,然后对这块内存进行slab的管理-The slab algorithm individuals to achieve, through a huge array of analog memory, and this memory management slab
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:12603
    • 提供者:123
  1. Replacement

    0下载:
  2. 模拟内存中页面管理,置换调度的几种算法,opt,clock,lru,FIFO-page replacement
  3. 所属分类:Shell api

    • 发布日期:2017-12-02
    • 文件大小:3578044
    • 提供者:ZHAOXIN
  1. Task-Manager

    0下载:
  2. 进程管理器:枚举操作系统当前运行的所有的进程,模拟windows任务管理器功能。主要涉及到的知识有进程同步,内存管理等。-Task Manager
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-11
    • 文件大小:10434
    • 提供者:董万波
  1. Memory-Management

    0下载:
  2. 操作系统中,采用首次适应算法+最佳适应算法实现内存管理,用C进行模拟-Operating system, using the first-fit algorithm the+ best fit algorithm memory management, simulation in C
  3. 所属分类:Console

    • 发布日期:2017-11-17
    • 文件大小:7539391
    • 提供者:jiang_xl
  1. Buddy

    0下载:
  2. 伙伴系统内存管理方法模拟演示代码,用于操作系统学习和教学。-Partner System memory management demo code for teaching and learning.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:222792
    • 提供者:zhengdp
  1. storage

    0下载:
  2. 操作系统内存管理模拟 操作系统上机作业-Operating system memory management simulation on job
  3. 所属分类:OS Develop

    • 发布日期:2017-11-19
    • 文件大小:267562
    • 提供者:利润霖
  1. MemoryManagement

    0下载:
  2. 操作系统课程设计模拟最佳适应算法内存管理-memory management
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:2231
    • 提供者:qiange
  1. Clock

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

    • 发布日期:2017-11-10
    • 文件大小:3903430
    • 提供者:周涛
  1. memoryMagement

    0下载:
  2. 内存管理:模拟系统里的malloc, free的函数功能,实现自己的myMalloc,myFree;-memory mangement: I will compare my functions these was myMalloc and myfree;
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:1783
    • 提供者:小董
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »
搜珍网 www.dssz.com