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

搜索资源列表

  1. 0V9650-drive-application-source-code

    0下载:
  2. 编译器必须为 3.3.2 编译时候要加参数 1)加载模块:insmod s3c2440a_camif.ko (设备节点为:/dev/v4l/video0) 2)运行程序:./ov9650_init (通过iic初始化ov9650芯片,运行一次即可) 2)运行测试程序:./testcamera (加-h可查看参数说明) 注: 1)驱动模块中不含摄像头芯片的iic初始化,初始化部分位于ov9650_init中。 2)若文件系统不支持2.6下的insmod命令,请
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-10
    • 文件大小:2434724
    • 提供者:王五
  1. makefile

    0下载:
  2. 该文档是s3c2440芯片的spi1接口在linux系统中驱动模块的makefile文件。可以直接在文档目录下执行make命令。-this file is the makefile of the driver of s3c2440 s spi interface。you can exercise the command make in the same pathetic。
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:2560
    • 提供者:wudingzhiying
  1. Camera-driver-source-code-analysis

    0下载:
  2. 摄像头驱动实现源码分析 Spac5xx的实现是按照标准的USB VIDEO设备的驱动框架编写(其具体的驱动框架可参照/usr/src/linux/drivers/usb/usbvideo.c文件),整个源程序由四个主体部分组成:设备模块的初始化模块和卸载模块,上层软件接口模块,数据传输模块。-Camera driver source code analysis realization of Spac5xx is written VIDEO equipment in accordance with
  3. 所属分类:Driver develop

    • 发布日期:2017-11-05
    • 文件大小:13984
    • 提供者:DJK
  1. plx_pci

    0下载:
  2. CAN驱动 基于sja1000芯片,自己写的,还提供makefile文件与各种有关系的模块,与网上流传的大不一样,相当于网卡的功能,接收网络信息-CAN drive based sja1000 chip, with the spread of the Internet, a big difference, is equivalent to the function of the network card and receiving network information
  3. 所属分类:Driver develop

    • 发布日期:2017-11-30
    • 文件大小:8076
    • 提供者:taobao55
  1. fileaudit

    0下载:
  2. 文件操作审计,linux内核模块编程中内核与应用程序之间的通信,用netlink机制实现。-File operations audit, the Linux kernel module programming kernel and application communication between the netlink mechanism.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-02
    • 文件大小:8192
    • 提供者:GJ
  1. lsm-check

    1下载:
  2. Linux下基于LSM的文件访问控制,实现了LSM内核控制模块,可加载模块,并对文件访问进行记录-Linux-based the LSM file access control, to achieve the the LSM kernel control module, loadable modules, and file access records
  3. 所属分类:Driver develop

    • 发布日期:2014-09-24
    • 文件大小:4096
    • 提供者:GJ
  1. drm

    0下载:
  2. i.MX28的dgpu模块下的drm驱动程序打包文件-the drm driver of i.MX28 platform
  3. 所属分类:Driver develop

    • 发布日期:2017-04-09
    • 文件大小:1730591
    • 提供者:hanwei
  1. character_hello

    0下载:
  2. 该文档的功能是创建一个简单的字符设备驱动,压缩包里包含module_hello和user_hello,其中module_hello文件夹里面包含了hello.c字符驱动代码和MakeFile文件,经过编译可生成相应的.ko模块;user_hello是用户程序,经过编译后可生成相应的可执行文件,执行用户的可执行文件可对相应的字符设备进行读写操作。-The document' s function is to create a simple character device driver, c
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:6204
    • 提供者:赤土
  1. adc

    0下载:
  2. adc模块的驱动和测试程序,在根文件系统下insmod后运行测试程序即可-The ADC module driver and test procedures, test procedures can run insmod in the root file system after
  3. 所属分类:Driver develop

    • 发布日期:2017-04-01
    • 文件大小:47361
    • 提供者:lee
  1. smsc7500.tat

    0下载:
  2. smsc7500网卡驱动程序,如果想编译模块,只要把代码放到内核文件夹里,配置下环境变量,就可以生成模块,然后加载到内核就可以了-smsc7500 NIC driver, if you want to compile the module, as long as the code into the kernel folder, configuration environment variable, you can generate the module, and then loaded into
  3. 所属分类:Driver develop

    • 发布日期:2017-05-11
    • 文件大小:2283520
    • 提供者:yang yang
  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-01
    • 文件大小:458629
    • 提供者:hesper
  1. nRF24L01-

    0下载:
  2. nRF24L01无线模块6个接收通道,nRF24L01无线模块可以参考此文件调试 nRF24L01无线模块,如需要建立一个小型的无线网络,一个无线模块作为路由节点,六个作为传感器节点。-nRF24L01 wireless module 6 receiving channels, nRF24L01 wireless module can refer to this file debugging nRF24L01 wireless module, such as the need to build
  3. 所属分类:Driver develop

    • 发布日期:2017-04-25
    • 文件大小:69329
    • 提供者:王艳波
  1. UbloxGPS

    0下载:
  2. 此上传文件是UbloxGps模块的相关资料,以及代码和相关的调试工具说明。- This is relevant information Upload file UbloxGps modules, and code debugging tools and related instructions.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-28
    • 文件大小:223859
    • 提供者: 胡金智
  1. zy

    0下载:
  2. 它包含UART发送器,发射器波特率发生器,接收 波特率发生器,一共有四个模块。包括四个文件:speed_select.v,my_uart_rx.v,my_uart_tx.v,my_uart_top.v。设计包含UART发送器、发送器的波特率发生器、接收器、接收器的波特率发生器,共四个模块实现。包括四个文件: speed_select.v, my_uart_rx.v, my_uart_tx.v, my_uart_top.v。 my_uart_rx:完成数据的接收; speed_rx:响应m
  3. 所属分类:Driver develop

    • 发布日期:2017-06-01
    • 文件大小:14258113
    • 提供者:邵威
  1. student

    0下载:
  2. 本程序是适合有c编程基础者使用,属于初学者开发程序1.有学生模块(成绩信息,个人资料等) 2.教师模块(教师资料,管理学生成绩等) 3.设一管理员,可对在校师生所有数据进行管理 4.采用双向链表实现数据的增删查改,采用文件保存数据信息-This procedure is suitable for those who have the basis of c programming, procedures 1. Student module (performance information, per
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:63801
    • 提供者:long
  1. dazukofs

    0下载:
  2. Linux驱动模块,用于对文件操作的实时监控-linux kernel module
  3. 所属分类:Driver develop

    • 发布日期:2017-12-14
    • 文件大小:106496
    • 提供者:jrkd5
  1. 汉风LBP12x系列WIFI模块SDK

    0下载:
  2. 物联网常用WIFI芯片,汉风LBP12x系列完整的SDK源代码,包含协议栈和相关库文件、示例代码
  3. 所属分类:Linux驱动

搜珍网 www.dssz.com