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

搜索资源列表

  1. device_driver

    0下载:
  2. 一个Linux系统字符驱动的源代码,附有测试用的程序源代码,可以对驱动进行测试,展示了Linux设备驱动编写的一般流程-A Linux system, character-driven source code, with a test program source code, can be driven to test a Linux device driver to display the general process to prepare
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1718
    • 提供者:szx
  1. Linuxdevicedriveradvancedchardeivice

    0下载:
  2. Linux设备驱动程序学习(4)-高级字符驱动程序操作[(1)ioctl and llseek] - Linux设备驱动程序.rar-Linux设备驱动程序学习(4)-高级字符驱动程序操作[(1)ioctl and llseek]- Linux设备驱动程序.rar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:55308
    • 提供者:zwx
  1. Linuxdevicedriveradvancedcharblock

    0下载:
  2. Linux设备驱动程序学习(5)-高级字符驱动程序操作[(2)阻塞型I-O和休眠] - Linux设备驱动程序.rar-Linux设备驱动程序学习(5)-高级字符驱动程序操作[(2)阻塞型I-O和休眠]- Linux设备驱动程序.rar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:53023
    • 提供者:zwx
  1. Linuxdevicedriveradvance

    0下载:
  2. Linux设备驱动程序学习(5)-高级字符驱动程序操作[(2)阻塞型I-O和休眠] - Linux设备驱动程序.rar-Linux设备驱动程序学习(5)-高级字符驱动程序操作[(2)阻塞型I-O和休眠]- Linux设备驱动程序.rar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:94276
    • 提供者:zwx
  1. LinuxmodifyIP

    0下载:
  2. Linux下修改网卡IP和网关,建议通过终端字符方式下来修改,定义主机名字、主机表、网络接口设备及路由等参数,配置好Linux以太网,就能接入Internet,享受Internet提供的服务。-Linux LAN IP and gateway to modify the proposed changes through a terminal character way down, the definition of the host name, host table, network inter
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:6548
    • 提供者:裴蕾
  1. beep_drv

    0下载:
  2. linux下的蜂鸣器驱动,简单地实现字符设备的注册、注销、读写操作等。-Buzzer driver under Linux, simply realize character device registration, cancellation, read and write operations, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:1227
    • 提供者:秦海
  1. untitled

    0下载:
  2. linux简单驱动编程 主要为字符设备编程 希望对各位有帮助-environment is linux
  3. 所属分类:Driver develop

    • 发布日期:2017-04-27
    • 文件大小:7992
    • 提供者:mao
  1. Linux-driver

    0下载:
  2. Linux设备驱动详解,对于初学者入门很有帮助,涉及到字符驱动、块驱动和网络驱动等-Linux device drivers explain, very helpful for beginners , related to the character-driven, block drivers and network drivers, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-02
    • 文件大小:822680
    • 提供者:赵慧康
  1. dev_add

    0下载:
  2. Linux简单字符设备驱动编写方法本示例代码实现了Linux下的一个简单字符设备驱动。由二个文件组成,驱动模块< dev_add.c> 和测试程序< test.c> 。-Linux character device driver writing simple methodThe sample code implements a simple under Linux character device drivers.Composed by two files, the driver
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1738
    • 提供者:twrkokite
  1. LinuxDriver

    0下载:
  2. Linux驱动,培训时十四天的笔记,很详细,有笔记,从怎么写驱动开始,到内核驱动框架的怎么编写都有,代码全附上了,有字符设备,块设备驱动,和网络设备驱动。-Linux driver training fourteen days of notes, very detailed, there are notes, how to write drivers started to how to write a kernel driver framework has code attached a wh
  3. 所属分类:Driver develop

    • 发布日期:2017-05-11
    • 文件大小:2497363
    • 提供者:曹奎
  1. Led_will_demo

    0下载:
  2. linux led demo 控制,使初学者了解字符设备如何创建-linux led demo
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1787
    • 提供者:killer
  1. usbgzctl

    0下载:
  2. usb接口设备端作为字符设备利用gadgetzerolinux 驱动程序-usb to drv for serial in linux
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:11165
    • 提供者:xuming
  1. linuxdriver

    0下载:
  2. linux系统下设备驱动编程的好资料,包含网络设备驱动、字符设备驱动、块设备驱动-linux system device driver programming good information, including network device drivers, character device drivers, block device drivers
  3. 所属分类:Driver develop

    • 发布日期:2017-06-02
    • 文件大小:13950339
    • 提供者:jiankuilu
  1. dev_add

    0下载:
  2. Linux简单字符设备驱动编写方法本示例代码实现了Linux下的一个简单字符设备驱动。由二个文件组成,驱动模块< dev_add.c> 和测试程序< test.c> 。-Linux character device driver writing simple methodThe sample code implements a simple under Linux character device drivers.Composed by two files, the driver
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-13
    • 文件大小:1946
    • 提供者:jv8764578ranhu
  1. zifushebeiqudongmuban

    0下载:
  2. 嵌入式Linux驱动模板精讲与项目实践 配套光盘 字符设备驱动模板 直接烧入mini2440开发板即可-Embedded Linux driver template talk and project practice CD template character device drivers can be directly burnt into the mini2440 Development Board
  3. 所属分类:Driver develop

    • 发布日期:2017-05-01
    • 文件大小:30145
    • 提供者:孙某
  1. leds

    0下载:
  2. 嵌入式linux系统字符设备驱动之字符设备控制之led灯。-Embedded linux character device driver system of device control character of led lights.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:687
    • 提供者:张贺
  1. char.tar

    0下载:
  2. linux-3.5内核 下字符设备的申请-Application for character devices under linux-3.5 kernel
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:9855
    • 提供者:leiwenxuan
  1. linux_fpga

    0下载:
  2. 本代码是基于基于linux的FPGA 字符设备驱动,该驱动的通信接口用的是系统总线接口-This code is based on Linux-based FPGA character device driver, the driver s communication interface using the system bus interface
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2015
    • 提供者:单升起
  1. key

    0下载:
  2. 该源代码是实现的是基于linux的关于按键的驱动程序,该驱动程序是基于字符设备实现的-The source code is to achieve is based on the linux button on the driver, the driver is based on the character device implementation
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:1481
    • 提供者:单升起
  1. can_stress_test.tar

    0下载:
  2. 嵌入式 Linux can 字符 设备测试代码示例- Embedded Linux device can characters test code sample
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-05
    • 文件大小:10316
    • 提供者:熊贺
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com