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

搜索资源列表

  1. framebuffer

    0下载:
  2. 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_l
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:7425
    • 提供者:果法
  1. mp3de

    0下载:
  2. This implementation creates three processes: - The command line parse/control process. It runs continuously as root. - The MPEG decode/playback process. It revokes root rights as soon as it has enabled the realtime features, to minimize the ri
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:84115
    • 提供者:lamching
  1. unixem-1.7.3

    1下载:
  2. UNIX Emulation Library for Win32 可以在windows中使用POSIX函数,例如:mmap
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:426937
    • 提供者:Antony
  1. os(linuxshellthreadprocess)

    0下载:
  2. liunx下的shell实现;进程、线程同步的实现;I/O系统调用的比较(mmap)——操作系统的课程设计
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1189159
    • 提供者:xu
  1. GPIO

    0下载:
  2. GPIO的控制,使用MMAP来注册GPIO,之后再以 *rGPBDAT = 0x11 等等直接更改位址
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:949
    • 提供者:周大少
  1. ST7781 LCD 驱动

    1下载:
  2. ST7781在linux下的驱动,通过mmap直接操作,一直在ucgui中使用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2010-10-27
    • 文件大小:2229
    • 提供者:beibeiyhj
  1. Linux mmap助C、C++修改文本文件.htm

    0下载:
  2. 转自CSDN某朋友的文章,希望对大家有帮助
  3. 所属分类:书籍源码

  1. unix仿真

    0下载:
  2. provides implementations of the following UNIX APIs: chdir(), getcwd(), mkdir(), rmdir() dlopen(), dlclose(), dlsym(), dlerror() getpagesize() gettimeofday() link(), unlink() glob(), globfree() mmap(), munmap(), msync() opendir(), readdir
  3. 所属分类:Linux/Unix编程

  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
    • 文件大小:532700
    • 提供者:xnby
  1. Drivers

    0下载:
  2. 成都中嵌linux系统培训班的驱动教程,包括LED,字符设备,块设备等等,很好的aem-linux驱动学习资料-Chengdu embedded linux system, the driver training course curricula, including LED, character devices, block devices, etc., a very good aem-linux-driven learning materials
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-25
    • 文件大小:8702414
    • 提供者:小康
  1. Sourcecode

    0下载:
  2. linux mmap example code from qinghua BBS
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1084
    • 提供者:leo
  1. 5examplesofLinux-c

    0下载:
  2. 简单的字符设备驱动程序mydriver.c、用mmap()来读取/etc/passwd 文件内容、mutex的使用实例、condition virable的使用实例、semaphore的使用实例-A simple character device driver mydriver.c, using mmap () to read/etc/passwd file content, mutex the use of examples, condition virable the use of exam
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:8505
    • 提供者:王超然
  1. pxa270_gpio_led

    0下载:
  2. pxa270下利用mmap函数实现LED控制的函数,直接在用户层操作具体的IO口来控制LED,推荐!-pxa270 next LED control function implementation using mmap functions operate directly on the user level of specific IO port to control the LED, recommended!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:741
    • 提供者:刘文战
  1. mmtrie

    0下载:
  2. 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5200
    • 提供者:王涛
  1. mmaccess

    0下载:
  2. 通过MMAP映射寄存器地址空间,来实现从应用程序中访问硬件寄存器的示例程序-A example of how to access hardware register from user application through mmap.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:676
    • 提供者:不知道
  1. how_glibc_affects_malloc_performance

    0下载:
  2. 本文讲述了glib是如何影响malloc性能的。glibc中通过mmap和sbrk两种方式来实现内存分配,两种方式性能各不相同。-This article describes how glib the performance of malloc. glibc mmap and sbrk through two ways to implement memory allocation, performance varied in two ways.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:249553
    • 提供者:与乁
  1. hw2

    0下载:
  2. 1:用mmap映射方法复制文件 2:显示linux系统中该文件的状态(group/stat/..)-1: copy files with mmap mapping 2: linux system displays the status of the file (group/stat/..)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:938
    • 提供者:林速度
  1. linux_mmap

    0下载:
  2. linux下mmap函数的应用详解。对于理解mmap函数有很大的帮助-The application under linux Detailed mmap function. For understanding the function of great help mmap
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:38905
    • 提供者:robert.gan
  1. ledtest

    0下载:
  2. linux下通过mmap控制io,本代码可以控制s3c6410下的所有io-through the mmap to control the io
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:955136
    • 提供者:明日
  1. PCI_demo

    0下载:
  2. 这是一个在linux下PCI设备的驱动程序,自己已经试验过,在驱动程序中将连接设备的ID号修改后就能正确的map到基地址,从而进行对PCI设备地址的读写操作。其中还要用到mmap函数,这属于上层软件开发的内容,就不多说了-This is a PCI device in linux drivers, they have tested, connect the device in the driver' s ID number will be modified to be able to co
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:40974
    • 提供者:赵宏
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com