CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - LINUX 内存

搜索资源列表

  1. linux内存管理介绍

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

    • 发布日期:2008-10-13
    • 文件大小:6.11kb
    • 提供者:
  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. mini memory db linux下的迷你内存数据库

    0下载:
  2. linux下的迷你内存数据库,操作简单,便于使用,源码量小,适于学习-Under linux mini-memory database, simple operation, easy to use, a small amount of source code, suitable for learning
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-23
    • 文件大小:177.79kb
    • 提供者:齐鲁
  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-IPC.tar

    0下载:
  2. 资源中包含了Linux进程间通信的例子,同时有源文件和可执行文件。 源码主要包含了Linux下IPC机制的本地进程通信方式,包含了IPC共享内存,IPC信号量,IPC消息队列的实现,以及Linux下判断进程退出原因的示例程序。因为是做毕设学习时的练习程序,因此程序有详细的注释。(注意,每种通信方式需要在同时两个终端中查看验证,才可以看出效果,注意查看源码注释)-the source code included in the copressed package shows how IPC wo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:11.02kb
    • 提供者:liujingsong
  1. Qt

    0下载:
  2. 详细的讲解了 Linux 内存的内核实现及原理 是一本难得的好资料-A detailed explanation of the Linux kernel memory and the principle is a rare good information
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-21
    • 文件大小:6.06mb
    • 提供者:yuangnag
  1. share(linux)

    1下载:
  2. 这是一个在linux平台上进行内存共享的例子,例子比较短,通俗易懂,是初学者学习的好例子-This is a linux platform to share examples of memory, for example, relatively short, easy to understand, is a good example for beginners to learn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:49.61kb
    • 提供者:leezhihui
  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-2.6.29.4.tar

    0下载:
  2. 最新版本的Linux内核,支持Intel、Alpha、PPC、Sparc、IA-64、ARM、MIPS、Amiga、 Atari和IBMs/390等,还支持32位大文件系统。而在Intel平台上,物理内存最大支持可以达到64GB。加强对IDE和SCSI硬件系统的支持,并增强了对USB设备和3D加速卡的支持。虽然并不像人们期望的那样有很大更新,但也好的多了。如果你还在使用旧版本的内核,赶快更新吧,绝对不会让你失望! Linux内核更新是越来越快了,可能由于Linux的普及,大家都开始关注
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:857.5kb
    • 提供者:我就是我
  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. LinuxSysProgramming

    0下载:
  2. Linux系统编程样例(包括: 文件I/O, 进程管理, 文件管理, 内存管理和时间)-Linux System Programming Examples, including File I/O, Process Management, File Management and Time.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:9.48kb
    • 提供者:Daniel J
  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. memoryshare-test-linux

    0下载:
  2. LINUX下进程间通过内存交换传递数据。-LINUX under the exchange of data between processes by memory.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:895byte
    • 提供者:阿汤
  1. SOCKET-Linux-chat

    0下载:
  2. 本程序在ubuntu下用C语言实现,采用server/client模式,服务端通过功效内存存储聊天记录,发给每个客服端-Under this program in ubuntu with the C language, using server/client model, the effectiveness of memory storage server through the chat, each customer-side distributed
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:140.86kb
    • 提供者:
  1. Linux_memory_management_new

    0下载:
  2. Linux内存管理,详细讲解了Linux中内存管理的各个方面,对于想了解Linux内存管理的新手很有帮助-Linux memory management, Linux, explained in detail various aspects of memory management, memory management, who want to learn Linux novice helpful
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:183.74kb
    • 提供者:曹乐
  1. monitor

    0下载:
  2. linux 内存和CPU 监控 当达到配置文件里面的数额时 关闭进程-linux memory and CPU monitoring to configuration files when the amount of time off the process which
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7.35kb
    • 提供者:
  1. linux

    0下载:
  2. linux 资源利用率很详细的分析哦,从内存,cpu,I/o,等方面分析了linux的性能-linux is a detailed analysis of resource utilization Well, from memory, cpu, I/o, so the performance of the linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:607.86kb
    • 提供者:longsaiqin
  1. Linux-driver-development11

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第11章、内存与I/O访问。由于Linux系统中提供了复杂的内存管理功能,所以内存的概念在Linux系统中变得相对复杂,出现了常规内存、高端内存、虚拟地址、逻辑地址、总线地址、物理地址、I/O内存、设备内存、预留内存等概念。本章将系统地讲解内存和I/O的访问编程,带您走出内存和I/O的概念迷宫。11.1节讲解内存和I/O的硬件机制,主要涉及内存空间、I/O空间和MMU。11.2节讲解Linux的内存管理、内
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:643.46kb
    • 提供者:华清远见
  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
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com