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

搜索资源列表

  1. LCD1602driver

    0下载:
  2. lcd驱动 1602型字符型液晶显示模块 动态驱动显示英文字符 c++驱动程序-lcd driver mcu8051 1602lcd c++languang it canbe used in many aspet withyou like
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-24
    • 文件大小:2192
    • 提供者:李大力
  1. shizhong

    0下载:
  2. 时钟 显存地址 ,采用直接写显存的方法输出字符 ,设置时间显示位置-Clock memory address, the method of direct write memory output characters, set the time display position
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:3500
    • 提供者:dupc
  1. LinuxDrv

    0下载:
  2. Linux驱动示例,入门推荐.有字符设备驱动,块设备驱动.-Linux driver example, the entry recommended. There is character device drivers, block device drivers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:77920
    • 提供者:gantian
  1. linuxchardev

    0下载:
  2. linux下的字符设备驱动,参加培训时的资料-chardev
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:109161
    • 提供者:playbouy
  1. globalvar.tar

    0下载:
  2. 这是个Ubuntu下的字符驱动程序。通过给设备发送一个数字,自动加1,返回数字。驱动开发的例子。-This is a character driver under Ubuntu. Sent to the device through a digital, automatic plus a return number. Driven development example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:18253
    • 提供者:KeithTTED
  1. schar

    0下载:
  2. 一个字符驱动程序,适合嵌入式嵌驱学习人员参考。-A character driver, driver for embedded embedded learning officers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:4873
    • 提供者:ringth
  1. zifuqudong

    0下载:
  2. Linux环境下的一个简单的字符驱动函数-Linux environment, a simple character-driven functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:8105
    • 提供者:淘涛
  1. hello_char

    0下载:
  2. 这是简单的一个字符驱动·可以让大家学基础-This is simply a character-driven basis to enable everyone to learn
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-10
    • 文件大小:583
    • 提供者:jacky
  1. globalfifo_async

    0下载:
  2. linux 字符设备驱动-globalfifo_async-linux driver--globalfifo_async
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7278
    • 提供者:dylan
  1. ex1-hello-world

    0下载:
  2. 字符驱动的精简例程,用于linux的初学者-Streamlining of the character-driven routines for linux beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:12204
    • 提供者:trayong
  1. driver

    0下载:
  2. 这事一个linux系统下面的字符驱动程序,用户通过装载驱动以及添加设备文件,能够模拟一个字符设备进行读写操作!-This system, the following characters in a linux driver, and add users to load the device driver files, to simulate a character device for reading and writing!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:34331
    • 提供者:吴昌
  1. cdev

    0下载:
  2. 在linux下,实现简单的字符驱动,并添加Ring Buffer test程序,实现6个线程同时工作-Character device driver in test program, using six threads to read and write signal
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:3392
    • 提供者:佑礼
  1. globalvar.tar

    0下载:
  2. 一个Linux下内核模块的示例,虚拟一个只有一个字节的内存虚拟设备的字符驱动,实现字符驱动的读写功能-Under a Linux kernel module example, only one byte of the virtual memory of a virtual device of the character-driven, character-driven read and write capabilities to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:98443
    • 提供者:ckh
  1. qudongjimoni

    0下载:
  2. 驱动级模拟键盘,自动输入一个字符,实用于任何程序。-The keyboard driver level simulation automatically enter a character, practical in any program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:37039
    • 提供者:pulong
  1. linux-char-dvriver

    0下载:
  2. linux字符驱动例子,麻雀虽小,五脏俱全,学习linux字符驱动入门绝好例子。-linux example of character-driven, though small, fully-equipped, entry-learning linux a perfect example of character-driven.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:3475
    • 提供者:王涛
  1. char-driver-by-sem

    1下载:
  2. 一个字符驱动源码,基于信号量同步。亲自试验,可以运行。-A character-driven source code, semaphore-based synchronization. Test yourself, you can run.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3907
    • 提供者:王涛
  1. linux-driver-by-zs

    0下载:
  2. linux 字符驱动,基于阻塞和非阻塞。亲自运行,可以的。-linux character-driven, based on the blocking and nonblocking. Person operation, can.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3811
    • 提供者:王涛
  1. linux-char-driver-by-timer

    0下载:
  2. linux 字符驱动实例,基于定时器的,可以用的源码。-linux instances of character-driven, based on the timer, you can use the source code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2566
    • 提供者:王涛
  1. linux-char-driver-by-mmap

    0下载:
  2. linux 字符驱动函数,基于内存隐射--mmap。无需修改,可以运行。-linux character-driven functions, memory-based hint- mmap. Without modification, you can run.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:4352
    • 提供者:王涛
  1. linux-char-driver-by-proc

    0下载:
  2. linux 字符驱动基于访问/proc的。字符驱动入门绝好例子,无需修改。-linux character-driven based on the access/proc' s. A great example of character-driven entry without modification.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1328
    • 提供者:王涛
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com