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

搜索资源列表

  1. control

    0下载:
  2. ali机顶盒的control.c底层驱动,包括前面板调试,遥控器驱动,tuner驱动等,对学习理解机顶盒底层架构很大帮助;-this file is about the driver code of ali set top box ,it include the front panel,remote control,tuner driver,it is very useful
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:77.27kb
    • 提供者:taoli
  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
    • 文件大小:14.01kb
    • 提供者:wind
  1. copy_file

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

    • 发布日期:2017-03-29
    • 文件大小:877byte
    • 提供者:lee
  1. v4l

    1下载:
  2. v4l.c摄像头采集驱动程序,包括各种函数,以及yuv转为bmp文件的函数-v4l.c camera capture driver, including a variety of functions, as well as the yuv into the function of the bmp file
  3. 所属分类:Linux驱动

    • 发布日期:2016-06-20
    • 文件大小:3kb
    • 提供者:wang
  1. libacarsd-1.46Rev2

    0下载:
  2. libacarsd is a free library for decoding of ACARS signals into readable messages.-ñ libacarsd.dll dynamic library for Windows ñ libacarsd.a static library for Windows ñ libacarsd.so dynamic library for Linux ñ libaca
  3. 所属分类:Driver develop

    • 发布日期:2017-11-18
    • 文件大小:1.29mb
    • 提供者:王正也
  1. UCOS-II

    1下载:
  2. 使用Mircosoft Visual C++6.0编译,学习uc/os-ii 2.80版RTOS的范例,展示任务(task)创建,优先级(priority)等,并且示范如何在Mircosoft Visual C++6.0的环境下编译一个工程文件,以取代原文书中使用Borland C++ 4.51 版的编译,提供使用者一个新的选择。--Mircosoft Visual C++6.0 compile learn uc/os-ii 2.80 RTOS example, show the task (t
  3. 所属分类:Driver develop

    • 发布日期:2017-06-12
    • 文件大小:1.83mb
    • 提供者:方锐
  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
    • 文件大小:13.66kb
    • 提供者:DJK
  1. lsm303dlh

    0下载:
  2. lsm303dlh.h 头文件 lsm303dlh_acc_sysfs.c 加速度传感器文件 lsm303dlh_mag_sysfs.c 磁力计文件-lsm303dlh.h the header file lsm303dlh_acc_sysfs.c acceleration sensor the file lsm303dlh_mag_sysfs.c magnetometer file
  3. 所属分类:Driver develop

    • 发布日期:2017-11-24
    • 文件大小:15.79kb
    • 提供者:周琦
  1. sdtest

    0下载:
  2. sdi读写源程序,包括一些头文件。。。sdi.c sdi.h-sdi read、write source file
  3. 所属分类:Driver develop

    • 发布日期:2017-11-19
    • 文件大小:24.53kb
    • 提供者:李晓莉
  1. alarmkernel

    0下载:
  2. 基于s3c2440红外传感器驱动 本程序是用C语言编写的驱动程序,主要是运用于linux 环境下 arm开发板上 红外线传感器驱动 主要有3个文件:alarm.c Makefile 以及测试文件 test.c-This program is a driver, using C language is used in linux environment arm development board infrared sensor driver 3 files: alarm.c Makefile an
  3. 所属分类:Driver develop

    • 发布日期:2017-11-30
    • 文件大小:3.08kb
    • 提供者:lwj
  1. linux

    0下载:
  2. linux从入门到精通 包含基础命令,linux下c编程基础,嵌入式系统基础,嵌入式linux开发环境的搭建,文件IO编程,进程控制开发,进程间通信,多线程编程,嵌入式linux网络编程,嵌入式设备驱动编程,Qt图形编程基础等-linux from entry to master basic commands include, linux c programming based embedded system based on embedded linux development environ
  3. 所属分类:Driver develop

    • 发布日期:2017-11-13
    • 文件大小:7.91mb
    • 提供者:高咪咪
  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-09
    • 文件大小:6.06kb
    • 提供者:赤土
  1. ParseELF

    0下载:
  2. 一个c++小程序,解析ELF文件,详细分析ELF文件,将ELF文件的内容列出-Parsing the ELF file
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:1.41kb
    • 提供者:arizawad
  1. cproto.tar

    0下载:
  2. cproto 为指定的C源文件中的函数定义生成函数原型到标准输出中-cproto generating function prototype for a function definition specifies the C source file to standard output
  3. 所属分类:Driver develop

    • 发布日期:2017-04-17
    • 文件大小:160.62kb
    • 提供者:xuliya
  1. video

    0下载:
  2. linux下基于v4l2的摄像头监控系统 采用c语言编写,之中有v4l2的框架,格式转换的库文件,适合新手学习-linux based v4l2 camera monitoring system using c language, into a frame v4l2, the library file format conversion, suitable for novice learning
  3. 所属分类:Driver develop

    • 发布日期:2017-05-11
    • 文件大小:2.36mb
    • 提供者:贾瑞琦
  1. md5

    0下载:
  2. 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。 编译:命令行模式下,切换到代码所在目录,输入m
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:20.09kb
    • 提供者:xuting
  1. pipes_cp.c

    0下载:
  2. Using Pipes to copy and paste a file
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1.37kb
    • 提供者:carlos
  1. usb_camera_my.c

    0下载:
  2. zc301的摄像头采集程序,能根据系统当前时间生成相应的文件名,在linux下和arm-linux-都可用。-The C source file for zc301-Camera used in linux or arm-linux. It can generate filenames according to the current system time.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1.24kb
    • 提供者:
  1. csapp.ha.c

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

    • 发布日期:2017-04-04
    • 文件大小:13.29kb
    • 提供者: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
    • 文件大小:933.19kb
    • 提供者:周频
« 12 »
搜珍网 www.dssz.com