CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - 内存管理

搜索资源列表

  1. erlang

    0下载:
  2. erlang 虚拟机 c++代码 想看erlang内部怎么运行的,内存怎么管理的,怎么做词法分析的看过来啊!-The erlang Virtual machine c++ code want to see how to run erlang internal memory management, how do the lexical analysis over here!
  3. 所属分类:OS Develop

    • 发布日期:2017-05-24
    • 文件大小:3440196
    • 提供者:junrayz
  1. Os3

    0下载:
  2. 关于操作系统课程的主存空间的分配与回收 采用可变分区存储管理,采用空闲分区表(链)进行。设计一个空闲分区表(链),空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间。 设计一个某时刻主存空间占用情况表,作为主存当前使用基础。初始化空闲区和已分配区说明表的值。自己设计一个作业申请队列以及作业完成后的释放顺序,实现主存的分配和回收。把空闲区分区表的变化情况以及各作业的申请、释放情况显示、打印出来。 算法,用MFC环境实现。 -Distribution and
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:59064
    • 提供者:小鱼
  1. kechengsheji

    0下载:
  2. 操作系统课程设计 C++ 动态内存分配与管理 -Operating system curriculum design C++ Dynamic memory allocation and management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:69618
    • 提供者:wtl
  1. os

    0下载:
  2. 设计一个请求页式存储管理方案。并编写模拟程序实现。 产生一个需要访问的指令地址流。它是一系列需要访问的指令的地址。为不失一般性,你可以适当地(用人工指定地方法或用随机数产生器)生成这个序列。为简单起见,页面淘汰算法采用FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存。 具体的做法可以是: 产生一个需要访问的指令地址流; 指令合适的页面尺寸(例如以 1K或2K为1页); 指定内存页表的最大长度,并对页表进行初始化;
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1779
    • 提供者:刘祥
  1. PageManage5

    0下载:
  2. 模拟操作系统的内存页式模拟,主要模拟了内存的管理,包括换页,操作系统的模拟-Simulation of the operating system memory page-style simulation, mainly to simulate the memory management, including for pages, operating system simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:30836
    • 提供者:ywd
  1. MemoryPool

    0下载:
  2. 用C++编写的一个对系统内存的管理,可以提高系统的速度-memorypool
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:365020
    • 提供者:唐唐
  1. dongtaifenquguanli

    0下载:
  2. 1.采用指定算法模拟动态分区管理方式的主存分配。能够处理以下的情形: ⑴ 随机出现的进程i申请jKB内存,程序能判断是否能分配,如果能分配,要求输出分配的首地址Faddress,并要求输出内存使用情况和空闲情况。 内存情况输出的格式为:Faddress该分区的首地址;Eaddress该分区的尾地址 Len 分区长度;Process 如果使用,使用的进程号,否则为0 ⑵ 主存分配函数实现寻找空闲区、空闲区表的修改、已分配区表的修改功能。-1. Simulation algo
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:265993
    • 提供者:朱良
  1. merroy

    0下载:
  2. 操作系统,模拟内存的分配与回收,可变式分区管理-Operating system, simulation of the distribution and recovery of memory, variable partition management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:2465
    • 提供者:曾先生
  1. memmanage

    0下载:
  2. 这是学习操作系统时的第二个实验,内存动态管理的实验,内有实验报告.-This is the operating system at the time of learning a second experiment, the experimental dynamic management of memory, there are experimental reports.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:572495
    • 提供者:肖宗花
  1. linuxkernel

    0下载:
  2. linux内核结构详细教程 内核是一个操作系统的核心,它负责管理系统的进程,内存,设备驱动程序,文件和网络系统,决定着 系统的性能和稳定性。内核以独占的方式执行最底层任务,保证系统正常运行。-detailed tutorial linux kernel structure an operating system kernel is the core of it is responsible for the process management system, memory, device
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:729100
    • 提供者:lixiao
  1. MemoryManage

    0下载:
  2. 本程序是模拟系统对进程的分配内存的管理。-This program is a simulation system for the distribution of the process of memory management.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:9201
    • 提供者:lxg
  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. distributionofstoragemanagementandrecovery

    0下载:
  2. 模拟段式存储管理的分配与回收,能够输入给定的内存大小,进程的个数,每个进程的段数及段大小;当某进程提出申请空间的大小后,显示能否满足申请,以及为该进程分配资源后有关内存空间使用的情况。 -Analog-stage distribution of storage management and recovery, be able to enter a given memory size, number of processes, each process segment number and s
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:149961
    • 提供者:丁三
  1. vs

    0下载:
  2. My Mini 操作系统 源码.目前已经实现的功能: 阶段1: 1 BootSect 2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel) 3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆) 阶段2: 1 优化了一部分代码,包括内核堆,内核栈的重新布置 2 初始化了一个TSS,用以处理特权级变化 3 将GDT从以前的KernelLoader空间到自己的空间 4
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:67759
    • 提供者:程光
  1. qw123

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-safsdfdsfsdafdsfdsfdsf
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:949821
    • 提供者:钱薇
  1. OS

    0下载:
  2. 简单的内存分配管理项目 操作系统课程设计课上的一次作业-A simple OS system codes
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:342471
    • 提供者:杨兴辉
  1. OOCleverCache

    0下载:
  2. O&O CleverCache 6.0 Build 2494 专业版&服务器版   O&O CleverCache 可以优化你的 Windows NT/2000下内存和文件缓存管理。这可以导致性能的大幅度提高,可以加速你的系统速度,而不需要任何硬件上的更新,也不会限制系统的稳定性。安装它不需要任何的配置和重启动,只要5 分钟就可以激活系统中未使用的资源。   可用于 Windows NT/2000/XP/2003,汉化使用说明:   1、此为汉化版,安装后即可直接使用。
  3. 所属分类:OS Develop

    • 发布日期:2017-05-21
    • 文件大小:6379780
    • 提供者:竹芽
  1. as

    0下载:
  2. 操作系统中的可变分区存取管理,对内存进行分配与回收。-Variable in the operating system partition access management, memory allocation and recovery.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:4966
    • 提供者:zhang
  1. memory_manager

    0下载:
  2. 内存模拟管理程序,主要功能是分配与回收,用可变分区存储管理-Memory simulation management procedures, the main function is to allocate and recycling, with variable partition storage management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3623
    • 提供者:谢默
  1. OScurriculumdesign

    0下载:
  2. 操作系统的各种操作,内存调度、文件管理、进程调度、银行家算法-Various operations of the operating system, memory, scheduling, document management, process scheduling, banker s algorithm, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7965
    • 提供者:杰少
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com