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

搜索资源列表

  1. ADV7180

    0下载:
  2. linux下的adv7180驱动。包含adv7180.c和adv7180.h两个文件。-Adv7180 drive under linux. Contains adv7180.c and adv7180.h two files.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-28
    • 文件大小:5191
    • 提供者:xubilv
  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-05
    • 文件大小:2560
    • 提供者:赵宇
  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. mcp2515

    0下载:
  2. mcp2515驱动,包括头文件和源文件,mcp2515.h,mcp2515.c-driver of mcp2515
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-15
    • 文件大小:7720
    • 提供者:董劲男
  1. CPUfreq

    0下载:
  2. 该程序模块中xllp_CPUfreq.s,xllp_freq.c,xllp_intc.s,xllp_freq.h四个文件是修改CPU频率的主要代码,使用前可以将这些文件和xllp目录下的文件编译在一起,以便可以在程序的任何地方调用它们,修改和读取CPU频率主要依靠调用xllp_freq.c文件中的两个函数完成:XLLPSetCoreRunFrequency,xllpGetCurrentFreqSetting。-The program module xllp_CPUfreq.s, xllp_fre
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-28
    • 文件大小:14349
    • 提供者:wind
  1. Flash-driver

    0下载:
  2. Linux程序包mtd文件: nand Flash驱动位置文件主要在nand目录下,如drivers/mtd/nand/ts7250.c。 nor Flash 驱动配置文件主要在maps目录下。- NAND Flash drive
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-28
    • 文件大小:495619
    • 提供者:宋世磊
  1. copy_file

    0下载:
  2. c语言编写Linux的文件拷贝,实现从一个目录到另一个目录。-c language Linux file copy, from one directory to another directory.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:877
    • 提供者:lee
  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. gt2005.c

    0下载:
  2. camera gt2005的驱动文件,适用于amlogic方案哦!
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:15110
    • 提供者:he
  1. c-advanced-code16

    0下载:
  2. 本文件通过的是简单的代码编写,实现了进程间通信和网络间通信等等的相关技术代码-The code is simple through the preparation of this document, the realization of inter-process communication and network technology code-related communications, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:133131
    • 提供者:lsq
  1. Linux-semaphore-mechanism

    0下载:
  2. 一个关于信号量机制使用的学习例子。具体要求和代码都在word里了。要求使用vi进行代码的编写,使用make工具建立工程。将实现不同类别功能的函数写到不同的.c文件中,并使用makefile链接编译。 -Use vi be writing code, use make tools to create projects. The function of different types of functions written to achieve different. C file and co
  3. 所属分类:Driver develop

    • 发布日期:2017-04-23
    • 文件大小:48091
    • 提供者:覃岚
  1. GYR

    0下载:
  2. 陀螺仪l3gd20驱动,加入相应目录编译即可,包含c文件和h文件-Gyroscope l3gd20 drive, add the appropriate directory compiled to contain c files and h files
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:12676
    • 提供者:云云
  1. csapp.ha.c

    0下载:
  2. csapplinux环境下运行头文件,希望能有帮助-Csapplinux environment running header file, hoping to help
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:13604
    • 提供者:zyr
  1. Linux-C

    0下载:
  2. 压缩文件包含了两个Linux C函数文档,一个是chm文件一个pdf文件,都是中文的说明文档。可以当字典用方便查阅Linux C函数文档。-Zip file contains two Linux C function documentation, one chm file a pdf file, all documentation in Chinese. When the dictionary can be used for easy access Linux C function docume
  3. 所属分类:Driver develop

    • 发布日期:2017-05-03
    • 文件大小:955589
    • 提供者:周频
  1. uart

    0下载:
  2. 是.c文件 ,在linux下可以编译为。bin和。o文件-c file linux program
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2324
    • 提供者:谢哲
  1. os_intfs2222222222222222222222222

    0下载:
  2. Linux RTL8192驱动的os_intfs.c文件,原厂驱动os_intfs.c文件有问题无法编译-Linux RTL8192 driver os_intfs.c file, the original drive os_intfs.c file in question can not be compiled
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:14272
    • 提供者:huang
  1. TQ210-dnw.tar

    0下载:
  2. TQ210上可以使用的dnw驱动,添加了Makefile文件,可以自己在自己系统中编译后添加,避免了官方提供的只能在32位系统使用的问题。理论通用需要dnw的开发板,只需将C文件中的PID和UID修改成对应开发板。这里可以通过windows下查看驱动的属性来获取PID和UID-dnw can be used on the TQ210 drive, add the Makefile, you can add your own in your own system compiled to avoid
  3. 所属分类:Driver develop

    • 发布日期:2017-12-12
    • 文件大小:2022
    • 提供者:吴艾
  1. touchkit_ps2

    1下载:
  2. touchkit的ps2驱动程序代码,包含H和C文件,完整版,可用于LINUX的内核程序驱动使用.-touchkit the ps2 driver code contains the H and C files, the full version can be used for the LINUX kernel driver to use.
  3. 所属分类:Driver develop

    • 发布日期:
    • 文件大小:2048
    • 提供者:FREEXP
  1. s3c2410_ts

    0下载:
  2. S3C2410_TS电容触摸屏的LINUX内核程序驱动代码,单C文件,供参考,可用于全志方案直接使用-S3C2410_TS capacitive touch screen LINUX kernel driver code, a single C file, for reference, can be used directly for the full program of Chi
  3. 所属分类:Driver develop

    • 发布日期:2017-12-23
    • 文件大小:4096
    • 提供者:FREEXP
  1. Linux操作系统下C

    0下载:
  2. 本书介绍在Linux环境下进行C语言编程所需要的知识,可以学到以下内容:1.源程序编译;2.Makefile的编写;3.程序的调试;4.头文件和系统求助。(Knowledge needed for C language programming under Linux environment)
  3. 所属分类:驱动编程

    • 发布日期:2018-05-02
    • 文件大小:509952
    • 提供者:hnpgym
« 12 3 »
搜珍网 www.dssz.com