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

搜索资源列表

  1. camera_test

    0下载:
  2. 通过V4L2驱动的框架写的如何调用V4L2设备文件去获捕一张照片的程序。-Via V4L2 driver how to write the framework document to be called V4L2 device program catch a photo.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:1008
    • 提供者:right
  1. led_drv

    0下载:
  2. arm2440led 驱动 是嵌入式linux学习的基础,字符类设备驱动-arm2440led drive is the basic for a driverengineer
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:65637
    • 提供者:张昊
  1. bdev

    0下载:
  2. 块设备驱动。为Linux设计一个设备驱动程序,该驱动程序能够用内存来模拟一个1MB的磁盘-Block device drivers
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:4020
    • 提供者:童宗益
  1. Qt

    0下载:
  2. 本书主要讲解描述跨平台图形软件的Qt使用,Qt不但可以运行在Windows、Linux、Mac等操作系统上,还可以移植到嵌入式设备中,并且还有许多第三方驱动。   本书从Qt编程最基础的程序讲起,详细讲解了Qt模块与Qt功能类、Qt文件操作、Qt桌面软件设计、Qt程序与用户交互、Qt图形绘制与多媒体、Qt网络编程、Qt数据库编程、Qt进程与线程、Qt工具使用、Qt嵌入式开发等内容,适合广大Qt编程人员、嵌入式工程师、计算机专业师生使用-This book describes the main
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-22
    • 文件大小:7017178
    • 提供者:张付有
  1. led-qd

    0下载:
  2. linux简单的字符设备驱动程序——led驱动程序,希望对学习有用,加油!-led driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5286
    • 提供者:harry
  1. examples

    0下载:
  2. 设备驱动程序实例源码,适用于linux的开发者学习-Instance of the device driver source code for developers to learn linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:142405
    • 提供者:吴静
  1. misc-modules

    0下载:
  2. 混杂设备驱动实例详细说明,linux 系统下的代码-misc device driver examples, the Linux system under the code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:14635
    • 提供者:游翔
  1. ADCdrives

    1下载:
  2. ADC字符设备驱动程序,包含加载函数,卸载函数,接口函数,read(),ioctl()等。另带编译文件Makefile以及测试程序ADCtest.c 在linux环境下执行make命令编译后会生成ADCdrives.o以及test。在字符设备中加载test即可得到结果。-ADC code I/O Device Drive
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:2560
    • 提供者:赵宇
  1. led_drv

    0下载:
  2. 简单LED驱动程序实现 根据本人的《Linux简单字符设备驱动编写方法》一文的步骤,实现Mini2440开发板的LED驱动程序。 代码共分二个文件,驱动程序<led_drv.c>和测试程序<led_test.c>。-Achieve a simple LED driver According to my "Linux device driver writing a simple method of character," a text of t
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-04-03
    • 文件大小:2378
    • 提供者:Joshua
  1. btn_drv

    0下载:
  2. 查询方式实现简单按键驱动程序 根据本人《Linux简单字符设备驱动编写方法》一文的步骤,用查询方式简单实现Mini2440开发板的按键驱动程序。 代码共分二个文件,驱动程序<btn_drv.c>和测试程序<btn_test.c>。-Simple ways to search for key drivers According to my "Linux character device driver writing simple method"
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:2208
    • 提供者:Joshua
  1. misc_add

    0下载:
  2. Linux混杂设备驱动编写方法   当字符设备以混杂设备的方式注册时,将会有统一的主设备号10,次设备号可以自定义也可以由系统指定,混杂设备的注册方式在驱动程序编写上,简化了字符设备的驱动注册及设备生成步骤,下面的程序描述了混杂设备接口函数的使用方式。   程序由二个文件组成,驱动模块<misc_add.c>及测试程序<misc_test.c>。-Linux device driver writing mixed methods When a
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:1383
    • 提供者:Joshua
  1. ipsender3.1

    0下载:
  2. linux上服务器的网卡驱动,内核编程,ioctl 驱动,ioctl是设备驱动程序中对设备的I/O通道进行管理的函数。所谓对I/O通道进行管理,就是对设备的一些特性进行控制,例如串口的传输波特率、马达的转速等等。 本代码是公司工程实际产品的驱动,极具参考价值。-linux on the server s network card drivers, kernel programming, ioctl driver, ioctl is device driver for the device I
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-13
    • 文件大小:3112704
    • 提供者:easonwang
  1. dsdram

    0下载:
  2. linux内核下双口ram字符设备驱动程序-dual port ram driver process under linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:2479
    • 提供者:桂景峰
  1. bus-and-dev

    0下载:
  2. 这个是我学习linux内核驱动时总结的一点总线与设备的关系-This is summed up when I learn the Linux kernel driver a little bus and equipment
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:16260
    • 提供者:王东升
  1. zCharDevDriver

    0下载:
  2. linux 实验 参考驱动编程写的简单字符设备驱动,希望对大家有帮助。-simple character device driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:1235
    • 提供者:Fred
  1. 111USB

    0下载:
  2. LINUX内核空间USB运动控制卡驱动程序的开发,介绍一种基于ARM 体系结构的运动控制卡的设计方法,通过嵌入linux 操作系统实现多任务管理,USB 接口与上位机 通信,克服了采用传统并行总线结构的弊端。以一种USB 运动控制卡为实例来介绍利用dev 文件系统开发字符设备驱动程序的关键技术-The LINUX kernel space USB motion control card driver development, introduces one kind based on the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:736756
    • 提供者:曹瑞翠
  1. Understanding_the_Linux_Kernel

    0下载:
  2. 本书内容:内存管理,包括文件缓冲,进程交换和直接内存访问(DMA;虚拟文件系统层和第二和第三的扩展文件系统;;进程创建和调度;信号,中断和设备驱动程序的基本接口等-Understanding the Linux Kernel will acquaint you with all the inner workings of Linux, but it s more than just an academic exercise. You ll learn what conditions bring
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-12
    • 文件大小:2889183
    • 提供者:宋世磊
  1. USB-driver

    0下载:
  2. usb_skeleton.c:是单片机的设备驱动程序。 sender.c:是简单的通信应用程序。 编译方式:在要加载的linux内核代码树下编译 insmod usb_skeleton.o即可。 c2_programmer.tar:是一个开源的参考实现。 -USB driver
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:13687
    • 提供者:宋世磊
  1. s3c2410fb

    0下载:
  2. S3C2410的LCD驱动程序开发,linux环境下的设备驱动程序开发,C语言,可运行。-S3C2410 LCD driver development, the development of device drivers under linux environment, the C language, you can run.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:7548
    • 提供者:程昊
  1. driver_test

    0下载:
  2. 有关Linux下的字符设备驱动小实验,实现了按键点灯的功能-Related to the character device driver under Linux experiment, to achieve the function of the button lighting
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:74755
    • 提供者:叶先生
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 47 »
搜珍网 www.dssz.com