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

搜索资源列表

  1. pintos

    0下载:
  2. pintos源码,在原基础上实现了一些简单的修改,实现了线程调度,文件系统和内存管理-pintos source, add a few simple modifications on the basis, to achieve the thread scheduler, file system and memory management
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:360615
    • 提供者:caonima
  1. compile_Linux_kernel

    0下载:
  2. 内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。Linux作为一个自由软件,在广大爱好者的支持下,内核版本不断更新。新的内核修订了旧内核的bug,并增加了许多新的特性。如果用户想要使用这些新特性,或想根据自己的系统度身定制一个更高效,更稳定的内核,就需要重新编译内核。本文将以RedHat Linux 6.0(kernel 2.2.5)为操作系统平台,介绍在Linux上进行内核编译的方法。 -Kernel is the core
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:4419
    • 提供者:piansu
  1. operationSystem

    1下载:
  2. 操作系统的演示代码,包括内存管理,文件系统,设备管理等内容。-Demonstration of the operating system code, including memory management, file system, device management and so on.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:809983
    • 提供者:wang
  1. 4

    0下载:
  2. 页式内存管理系统模拟程序 c-Page memory management system simulation program c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2030
    • 提供者:liyubo
  1. qingqiu

    0下载:
  2. 可以实现内存管理,采用先来先服务算法,在淘汰一页时,只将该页在页表中修改状态位。而不再判断它是否被改写过,也不将它写回到辅存。-Memory management can be achieved using a first-come first-serve algorithm, in one out of only the page in the page table modify status bits. Rather than to judge whether it had been rew
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1149
    • 提供者:Jhon
  1. caozuoxitongshiyandaima

    0下载:
  2. 操作系统实验源代码 用C++写的 包括 进程调度,内存分配与回收 文件管理 -Experiment with the operating system source code C++ Writing, including process scheduling, memory allocation and recovery of document management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:41701
    • 提供者:wtl
  1. common

    0下载:
  2. 内存管理程序,可以高效实现内存的申请、释放,以及类似于CString的类实现-Memory management program, you can achieve efficient memory applications, the release, as well as the realization of similar class CString
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:17856
    • 提供者:zz
  1. Windowscaozuoxitong

    0下载:
  2. 介绍了NDIS驱动,内存管理等一系列操作系统的程序。-Introduced the NDIS drivers, memory management, and so a series of operating system procedures.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-13
    • 文件大小:219315
    • 提供者:
  1. cunchuguanli

    0下载:
  2. 模拟系统中,主存部分分为两部分,一部分是系统区,这里只存放进程控制块和内存分配表,一部分是用户区,这里主要是对用户区的管理。 系统区包括PCB区域、内存空间分配表; 用户区用数组模拟,大小为512字节,存储管理采用动态分区存储管理方式。-Simulation system, part of main memory is divided into two parts, the system area, only the storage process control block and
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:3069
    • 提供者:liweixia
  1. RoundRobintimeslicememorymanagementsimulationsourc

    0下载:
  2. 操作系统有关算法,时间片轮转算法,内存管理模拟实验源代码-Operating system-related algorithms, Round Robin time slice, memory management simulation source code
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:105458
    • 提供者:hhb
  1. Vmm

    0下载:
  2. 操作系统分析JCINX的内存管理单元V-#ifndef __DEF_VMM_H__ #define __DEF_VMM_H__ //! Magic number to identify a memory block for kernel space. #define MCB_MAGIC *((unsigned long*)"$MCB") //! Magic number to identify a memory block for user mode space. #
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:44068
    • 提供者:洪文亮
  1. ucos-II_MEM

    0下载:
  2. 实时操作系统UCOS-II中关于内存管理的实现-UCOS-II real-time operating system memory management on the implementation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:2768
    • 提供者:张艳
  1. neicunguanli

    0下载:
  2. 内存管理问题是很棘手的问题,但又是十分常见的问题。-Memory management issues are very difficult questions, but questions are very common.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-09
    • 文件大小:1890936
    • 提供者:李明
  1. ekernel

    0下载:
  2. 一个简单实用的嵌入式操作系统,实现了嵌入式操作系统的基本模块:内存管理、系统调度 、系统调用等。-One simple embedded OS
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:34087
    • 提供者:mark
  1. Linux011-Mem-YuanYi

    0下载:
  2. Linux0.11 下的内存管理 作者:袁镱 一篇某牛人写的关于linux 0.11 下内存管理的文章-Memory management under Linux0.11 Authors: Yi-Yuan Niu a person to write a linux 0.11 on the memory management under article
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:188125
    • 提供者:damao
  1. 0S5

    0下载:
  2. c实现的操作系统主要管理功能模拟,包括内存管理,进程管理,分区管理-c to achieve the main management functions of the operating system simulation, including memory management, process management, area management, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4586
    • 提供者:Smiles
  1. highprogram

    0下载:
  2. 高质量c++编程里面讲解了文件结构,程序板式,命名规则,常量,内存管理,函数设计等章节,对学习C++非要要帮助!-VC++ ,a good book!
  3. 所属分类:OS Develop

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

    0下载:
  2. CSharp写的一个超微软操作系统,包括进程管理、内存管理等-CSharp write a superset of Microsoft operating systems, including process management, memory management, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:78266
    • 提供者:金元宝
  1. MemMenage

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

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

    0下载:
  2. C++语言内存管理与实现, C++语言内存管理与实现-C language memory management and implementation, C language memory management and implementation, C language memory management and implementation of
  3. 所属分类:OS Develop

    • 发布日期:2017-05-20
    • 文件大小:5730605
    • 提供者:刘金强
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com