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

搜索资源列表

  1. x_ray_8.0

    0下载:
  2. linux下实现查看进程的变量,调用函数,修改内存-linux to vxworks
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:318.31kb
    • 提供者:zengxiaolong
  1. linux-Driver-mem_info

    0下载:
  2. 基于linux的内核驱动,一个简单的内存操作小工具-for linux kernel driver,a simple ram tools
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:5.32kb
    • 提供者:张正宇
  1. a-block-driver

    0下载:
  2. 我们通过写一个建立在内存中的块设备驱动,来学习linux内核和相关设备驱动知识。最简单的方法写出一个能用的块设备驱动。-We write a block device driver, built in memory to learn the knowledge of the Linux kernel and device driver. The easiest way to write a usable block device driver.
  3. 所属分类:Linux驱动

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

    0下载:
  2. 实现linux对内存的基本操作,包括查看数据存放的位置等-The basic operation of the Linux memory, and view the data stored in the location
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-31
    • 文件大小:168.01kb
    • 提供者:李立强
  1. ddr

    0下载:
  2. linux 下的bootloader中的内存的裸板驱动程序-the driver of ddr in the bootloader
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:901byte
    • 提供者:段飞
  1. linux_shm_open

    0下载:
  2. linux 共享内存操作,涉及共享内存的控制读写同步。-linux shared memory operations involved in the control of the shared memory read and write synchronization.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-22
    • 文件大小:7.16kb
    • 提供者:howay
  1. memory_management

    0下载:
  2. 介绍Linux 的内存管理 1.IO空间 2.虚拟内存 3.Linux内存管理机制-Descr iption of Linux memory management the space 1.IO. Virtual memory 3.Linux memory management mechanism
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:287.29kb
    • 提供者:颜建文
  1. memdevice

    0下载:
  2. linux的内存读写驱动以及相关的测试应该程序能实现内存分配,读写,检测是否内存损坏等功能!-the Linux memory read and write drive and associated test program should be able to achieve memory allocation, read and write, detect whether memory corruption function!
  3. 所属分类:Driver develop

    • 发布日期:2017-11-08
    • 文件大小:3.53kb
    • 提供者:王荣成
  1. led_io

    0下载:
  2. linux 驱动 对于 采用IO内存方式控制LED 在TQ2440测试成功-linux driver for the use of IO memory mode control LED successfully tested in TQ2440
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:2.37kb
    • 提供者:yin
  1. bionic.tar

    0下载:
  2. Android的Linux内核Bionic库,Bionic库仅为200KB大小是GNU版本体积的一半,这意味着更高的效率和低内存占用,同时配合经过优化的Java VM Dalvik才可以保证高的性能。Bionic不支持一些特性比如宽字节对unicode,类似c++那样的异常处理-Android' s Linux kernel Bionic library, Bionic library is only 200KB size is half the volume of the GNU ver
  3. 所属分类:Driver develop

    • 发布日期:2017-05-10
    • 文件大小:2.41mb
    • 提供者:邱枫
  1. LINUX

    0下载:
  2. Linux下的资源管理器,主要实现对系统资源图形化显示,显示CPU信息、显示硬盘信息、显示进程信息、显示内存信息、显示网络信息等功能。-Explorer under Linux, the main graphical display of system resources to display CPU information, display hard disk information, process information display, the display memory inform
  3. 所属分类:Driver develop

    • 发布日期:2017-04-02
    • 文件大小:551.03kb
    • 提供者:张角
  1. memtester-4.2.2

    0下载:
  2. linux内存测试工具,可以检测内存是否正常。-linux memory testing tool
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:31.32kb
    • 提供者:江定卿
  1. shm

    0下载:
  2. Linux IPC操作之共享内存,代码包含共享内存的读和写的范例-Linux IPC shared memory operation, the code contains examples of shared memory read and write
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:1.41kb
    • 提供者:zhang
  1. Linux-device-driver3

    0下载:
  2. Linux 设备驱动 中文版 第三版,包括驱动简介,中断,内存分配,USB驱动,块驱动,网络驱动-Chinese version of the third edition of Linux device drivers, including driver profiles, interrupts, memory allocation, USB drive, block drivers, network drivers, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-07
    • 文件大小:1.23mb
    • 提供者:lsq
  1. memdev

    0下载:
  2. linux入门驱动 将内存一块区域当文件,在用户模式对其进行读写 包括驱动和应用两部分-Linux driver example
  3. 所属分类:Driver develop

    • 发布日期:2017-03-30
    • 文件大小:2.52kb
    • 提供者:崔凯
  1. mmap

    0下载:
  2. linux内核空间和用户空间内存映射驱动,本程序描述用户空间内存映射-linux kernel space to user space
  3. 所属分类:Driver develop

    • 发布日期:2017-04-25
    • 文件大小:262.48kb
    • 提供者:wenroulei
  1. bootloader

    0下载:
  2. 自己写的bootloader,包含了内存和flash 的初始化,可以引导并启动linux内核。-My bootloader, includes the code to initialize the RAM and flash,can load the linux kernel and start it.
  3. 所属分类:Driver develop

    • 发布日期:2017-03-31
    • 文件大小:13.58kb
    • 提供者:hgl
  1. VMA

    0下载:
  2. 虚拟内存管理实验。 在Linux环境下编写一个内核模块,分别实现如下几个函数:  static void mtest_dump_vma_list(void):依次列出当前进程所占用的虚拟内存空间各段的读、写或执行权限。  static void mtest_find_vma(unsigned long addr):查找出虚拟地址addr所在的vma,并通过printk打印该段的起始地址、终止地址和段标志等信息。  static void
  3. 所属分类:Driver develop

    • 发布日期:2017-04-02
    • 文件大小:447.88kb
    • 提供者:hesper
  1. mem_malloc

    0下载:
  2. 嵌入式Linux内核内存分配示例程序,C语言开发-Embedded Linux kernel memory allocation sample program
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:2.84kb
    • 提供者:李用成
  1. linux-driver-when-use-IO-remap

    0下载:
  2. 对linux设备驱动编写过程中使用内存映射进行了详细描述,并且对时钟的来源进行了详细分析。-In the Linux device driver to write the process of using the memory mapping is described in detail, and the clock source for a detailed analysis.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-06
    • 文件大小:978.42kb
    • 提供者:roc
« 12 »
搜珍网 www.dssz.com