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

搜索资源列表

  1. Object-C

    0下载:
  2. iOs 操作系统,包括创建类,内存管理等,可供软件设计人员参考。-ios system operation,include memory manage,crate class and reference by software engineneer.
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-03
    • 文件大小:323140
    • 提供者:zhaohuadan
  1. 进程调度与作业调度的模拟

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

    • 发布日期:2017-03-23
    • 文件大小:40000
    • 提供者:陈任全
  1. NachOS_Project

    0下载:
  2. NachOS 四个project的完成实验报告 shell 线程管理 文件管理 内存管理-NachOS the completion of lab reports four project shell memory management, thread management document management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1339562
    • 提供者:wxz
  1. TopMemoryManager354

    0下载:
  2. 类似fastmm替换Delphi自带的内存管理器-Delphi similar replacement fastmm own memory manager
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:137782
    • 提供者:唐涛
  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. ucos_Demo

    0下载:
  2. ucosDEMO程序,可以模拟实现任务管理,优先级反转,内存管理,消息队列,时钟中断等-ucosDEMO procedures, can simulate the realization of task management, priority inversion, memory management, message queues, such as clock interrupt
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-30
    • 文件大小:15155
    • 提供者:卢松柏
  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. VioceRecognition

    0下载:
  2. 使用科大讯飞的语音识别和语音合成引擎作为基础,开发的适合SP的一套语音识别应用程序,可通过简单配置应用于现有的IVR业务中。主要文件简单说明:asr.c 系统初始化,入口点asrch.c 系统核心处理单元DynGra.c 动态语法生成tts.c 语音合成eventq.c 事件队列asrtimer.c 计时器iblock.c 内存管理.-The use of Science and Technology Institute of China inquiry flying speech recogn
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:199090
    • 提供者:至诚
  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. ace

    0下载:
  2. 用于实现虚拟内存的管理的C语言源代码程序-For the implementation of virtual memory management, C language source code program
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:1538
    • 提供者:yibu
  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 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com