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

搜索资源列表

  1. Linux内存管理模拟器

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

    • 发布日期:2008-10-13
    • 文件大小:4583
    • 提供者:罗鹏魁
  1. sharedmemry

    0下载:
  2. linux 多线程编程, 共享内存传递数据,为了实习多个线程同时访问数据,需要互斥,保证数据同步等-linux multithreaded programming, shared memory to transfer data, in order to practice multiple threads simultaneously access the data, need mutual exclusion, to ensure data synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:16072
    • 提供者:郭东东
  1. linux-socket

    0下载:
  2. linux端获取系统CPU、硬盘。内存使用率,通过客户端socket传给windows服务端。-linux-side access to the system CPU, hard drive. Memory usage, the client socket to pass through the windows server.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:1418
    • 提供者:王健
  1. LinuxISADMA

    0下载:
  2. DMA,直接内存访问技术,提高访问速度,是硬盘流畅的保障,本书详细介绍了linux下是如何实现硬盘DMA驱动的-DMA, Direct Memory Access technology to improve access speed, is smooth to protect the hard disk, this book details how linux is DMA hard disk drive
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:330027
    • 提供者:钱晓明
  1. mm-dram

    0下载:
  2. This module implements a Linux character-mode device-driver for the processor s installed physical memory. It utilizes the kernel s kmap() function, as a uniform way to provide access to all the memory-zones (including the "high memory" on s
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:8347
    • 提供者:jeevan
  1. CF_Driver_On_Linux

    0下载:
  2. 嵌入式Linux 中CF卡的驱动和管理技术研究 在嵌入式Linux系统中,为了在没有PCMCIA控制器的情况下仍然要利用CompactFlash存储卡(简称CF卡)作为存储设备,作者从CF卡的硬件特性入手,在系统层基于CF卡的memory寻址访问方式来改造CF卡的低层驱动,并在应用层实时管理CF卡的热插拔事务,最终实现了一个利用CF卡作为方便快捷的存储设备的嵌入式Linux系统。 -Embedded Linux in the CF card drive and Management Tech
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:8402
    • 提供者:womenway
  1. 20061211160420_16

    0下载:
  2. linux 下基于共享内存访问的数据库的实现-linux-based shared memory access under the realization of a database
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:213943
    • 提供者:陈浩明
  1. SystemMonitor

    0下载:
  2. 获取操作系统CPU、内存、磁盘使用情况的实用进程代码,支持Linux、AIX、HPUX,原创-Access to the operating system CPU, memory, disk usage utility process code to support Linux, AIX, HPUX, original
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:8843
    • 提供者:wang craft
  1. Linux

    1下载:
  2. Linux内核源代码分析资料.内核机制。i386页式内存管理机制。Linux-内核语言中的c语言代码介绍。什么事越界访问。-Linux kernel source code analysis. Kernel mechanism. i386 page style memory management mechanism. Linux-kernel language c language code introduced. What cross-border access.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-19
    • 文件大小:28515328
    • 提供者:赵妮
  1. 1394memdump

    0下载:
  2. 通过1394接口获取Memory内容,在Linux下运行此程序(作为Host). 1394接口连接到一个Windows机器上(作为Target)。-Memory access to the content by 1394, to run this program in Linux (as Host). 1394 interface to connect to a Windows machine (as the Target).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-01
    • 文件大小:831380
    • 提供者:Tan Yu-An
  1. Book-LinuxDrive

    0下载:
  2. linux设备驱动移植,内存与I,O访问,linux内核及内核编程等。-linux device driver migration, memory and I, O access, linux kernel and kernel programming.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-01
    • 文件大小:13872038
    • 提供者:majing
  1. linux-memory

    0下载:
  2. 这是驱动开发中的关键技术,如何访问内核中的内存。-This is the key technology-driven development, how to access the kernel memory.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:45072
    • 提供者:gaozhiliang
  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
    • 文件大小:658901
    • 提供者:华清远见
  1. Linux-DOC

    0下载:
  2. 动态链接的共享库是 GNU/Linux® 的一个重要方面。该种库允许可执行文件在运行时动态访问外部函数,从而(通过在需要时才会引入函数的方式)减少它们对内存的总体占用。本文研究了创建和使用静态库的过程,详细描述了开发它们的各种工具,并揭秘了这些库的工作方式。-Dynamically linked shared library is an important aspect of GNU/Linux ® . Of the library allows an executable file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:32159
    • 提供者:刘健
  1. IO-mem-acess

    0下载:
  2. 基于linux系统的IO内存访问底层硬件的驱动程序。实验现象是LED灯亮。所以也是LED驱动程序。不是调用函数接口-IO memory based on the Linux system to access the underlying hardware driver. The experimental phenomena are LED lights. LED driver. Instead of calling the function interface
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:5767
    • 提供者:王普
  1. linux-multi-thread-synchronization

    0下载:
  2. linux多线程同步的方法 在线程对共享相同内存操作时,就会出现多个线程对同一资源的使用,为此,需要对这些线程进行同步,以确保它们在访问共享内存的时候不会访问到无效的数值。-linux multi-thread synchronization Threads share the same memory operation, there will be multiple threads use the same resources to do this, you need to synch
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:7245
    • 提供者:长林
  1. linux-process-communication

    0下载:
  2. linux进程通信实际中的应用 ,使用共享内存来进行日志存取-The linux process communication actual application, use shared memory to log access
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:4095
    • 提供者:zhang
  1. tqm8xxl

    0下载:
  2. Handle mapping of the flash memory access routines on TQM8xxL based devices for linux.-Handle mapping of the flash memory access routines on TQM8xxL based devices for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-13
    • 文件大小:2388
    • 提供者:dekuelu
  1. read

    0下载:
  2. linux下访问物理内存,内存映射,字符型设备可免驱动-Access to physical memory, Linux memory mapping, character device can drive
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:559
    • 提供者:
  1. Colfax-HOW-Day-01

    0下载:
  2. 介绍了英特尔至强处理器和英特尔Xeon Phi协处理器和讨论它们的功能和目的。我们也开始介绍便携式的,面向未来的并行编程和讨论在英特尔MIC架构的高性能的先决条件:线程的并行性,矢量化和优化的内存访问模式。本课程将介绍本地的规划模型英特尔Xeon Phi协处理器,允许重用代码的应用程序设计为通用的CPU。会议的实践部分演示了如何在Linux操作系统(OS)在主机上运行的操作系统间的协处理器,以及如何使用英特尔的编译器上运行的处理器的本地应用程序。-Intel Architecture In
  3. 所属分类:MPI

    • 发布日期:2017-05-05
    • 文件大小:21023
    • 提供者:黄雪
« 12 »
搜珍网 www.dssz.com