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

搜索资源列表

  1. Linux-Mem

    0下载:
  2. 详细介绍Linux 的内存管理方法和内存管理原理,具有很高的参考价值-describe Linux memory manager, have very high reference value
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:183.99kb
    • 提供者:刘波
  1. Linux内存管理模拟器

    1下载:
  2. Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4.48kb
    • 提供者:罗鹏魁
  1. linux-core

    0下载:
  2. linux核心分析,包括内存管理、任务调度、文件管理等详细分析-core analysis, including memory management, task scheduling, document management and other detailed analysis
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:540.71kb
    • 提供者:沙河拉
  1. LINUX-note

    0下载:
  2. linux讲义 详细介绍了linux的工作原理 内存管理、进程间通讯等-details of the working principle of Linux memory management, inter-process communication, etc.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:480.92kb
    • 提供者:蒋彦波
  1. linux-mem-manage

    1下载:
  2. linux核心中内存管理与缓冲机制,别人写的,希望能对大家有帮助-linux kernel buffer and memory management mechanisms, written by someone else, we want to help
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:317.79kb
    • 提供者:王豪
  1. linux内存管理介绍

    0下载:
  2. linux内存管理介绍-introduced
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6.11kb
    • 提供者:
  1. linux内核内存管理

    0下载:
  2. linux内核内存管理,有助于深入理解linux内存管理方法
  3. 所属分类:软件工程

    • 发布日期:2011-01-17
    • 文件大小:646kb
    • 提供者:hcyhit
  1. LinuxKernelReport.rar

    0下载:
  2. Linux内核内存管理研究报告,包括mmap,brk,do_page_fault的函数细节分析,Linux kernel memory management study report, including mmap, brk, do_page_fault a function of the details of analysis
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-04
    • 文件大小:520.21kb
    • 提供者:xnby
  1. linux

    0下载:
  2. 包括初始化、进程管理、进程通信、内存管理、设备管理、中断、文件系统、系统调用等精选源码分析。-Including initialization, process management, process communications, memory management, device management, interrupt, file system, system calls, such as analysis of selected source.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:277.41kb
    • 提供者:孙李伟
  1. linux_memory_manager_code

    0下载:
  2. linux下内存管理源代码。。。精、简、强!-memory management under linux source code. . . Refined, simple, strong!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:52.63kb
    • 提供者:陈必明
  1. Linux

    0下载:
  2. 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。 -The book and its programming on the Linux operating system, the overall presentation was made to support the development of software f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:13.8mb
    • 提供者:Miao
  1. linux--os

    1下载:
  2. os实验源代码,共八个。。 有文件管理、内存管理、进程通信-os experiment source code, a total of eight. . There are document management, memory management, process communications and so on. . .
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:40.28kb
    • 提供者:齐齐哈维
  1. linux

    0下载:
  2. 网络收集的一些对linux下面内存管理 分配 很好的笔记对理解内核有一定的帮助-Internet collection of some of the linux memory management allocation of the following notes on good understanding of the kernel have some help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:583.3kb
    • 提供者:kaka
  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
    • 文件大小:10.21kb
    • 提供者:楚碧痕
  1. glibc内存管理ptmalloc源代码分析

    0下载:
  2. glibc内存管理ptmalloc源代码分析。。。(Memory management source code analysis.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-20
    • 文件大小:1.59mb
    • 提供者:xiongmao_5k
  1. 深入理解Linux虚拟内存管理(中文版)

    0下载:
  2. 这是一本关于描述linux内存管理的文档,非常权威,不可多得(This is a descr iption of Linux memory management documents, very authoritative, rare)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-31
    • 文件大小:43.21mb
    • 提供者:hhhh6666
  1. Linux操作系统基础

    0下载:
  2. linux操作系统基础,包含: 文件系统, 进程管理, 内存管理, 用户管理(Linux operating system basis, including: file system, process management, memory management, user management)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-09
    • 文件大小:680kb
    • 提供者:shanerr
  1. 深入理解linux虚拟内存管理

    0下载:
  2. 老外写的内存管理,基于linux2.4内核(Memory management written by foreigners, based on the linux2.4 kernel)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:3.61mb
    • 提供者:yanxiaowen
  1. linux

    0下载:
  2. 深入理解Linux虚拟内存管理(jb51.net)(A deep understanding of Linux virtual memory management (jb51.net))
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-22
    • 文件大小:43.43mb
    • 提供者:wwup
  1. 实验六

    0下载:
  2. 实验目的:实现模拟内存管理 掌握伙伴算法原理(Experiments: Implementing the Principle of Partner Algorithms for Analog Memory Management)
  3. 所属分类:Linux/Unix编程

« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com