搜索资源列表
Linux
- Linux 代码 源程序 Unix 例程 教程 资料 入门-Linux code source program Unix routine course data entry
linux
- Linux实验及源程序代码。shell脚本,求平均数,求平方。-Linux experiments and source code. shell scr ipt, and the average squared.
Camera-driver-source-code-analysis
- 摄像头驱动实现源码分析 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
camera_drver
- 这是一个linux下的摄像头驱动程序,里面包含相关头文件和源程序-This is a linux under the camera driver, which contains the relevant header files and source code
sdtest
- sdi读写源程序,包括一些头文件。。。sdi.c sdi.h-sdi read、write source file
usbd12
- 一个USB D12驱动源程序-USB drives source D12 -USB drives source D12
thread
- linux 线程方面的资料,很不错的,好几个简单的源程序,大家可以参考-linux thread the information, very good, good few simple source, we can refer to
Linux_driver26x
- linux 2.6内核下的一款支持链式DMA的PCI-E接口设备的驱动源程序,该驱动采用MSI中断模式。本程序可供下载者了解基于MSI模式的PCI/PCI-E设备的驱动整体架构。-linux 2.6 kernel under a support chain DMA' s PCI-E interface device driver source, the driver uses MSI interrupt mode. This program is available for downloa
z301p
- 中星微Z301摄像头驱动源程序代码,基于linux下的驱动-Vimicro Z301 camera driver source code, based on the driver under linux
thread
- linux多线程源程序代码,已通过编译,如有需要可以下来看看,绝对经典,欢迎大家参考。-linux multithreading source code, has compiled, if necessary you can look down, an absolute classic, we welcome the reference.
main
- 主函数中程序自启动 子程序在源程序基础上继续深入-The main function of the program from the start to build on the subroutine in the source depth
hongwai
- 源程序中的主程序是基本机构,通过子程序实现主程序功能的细化-The main source of the basic body, through the main function subroutines refinement
driver
- 三星s3c6410开发板 unix下代码源程序 裸板驱动-Samsung s3c6410 development board source code under unix bare board driver
CPLD_Source_Code
- 该源码是FREESCALE P1020EVM中CPLD的源程序,如有问题可以联系我280187692-The source is FREESCALE P1020EVM in CPLD source, any questions can contact me 280187692
pwm
- 一种pwm源程序 直接编译即可 希望对玩diy的朋友有所帮助-A kind of PWM source program Can be compiled directly Hope to play diy friends help
jinchegndechuangjian
- 编写一段源程序,使系统调用fork()创建两个子进程,当此程序运行时,在系统中有 一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示字符“a” 子进程分别显示字符“b”和字符“c”。试观察纪录屏幕上的显示结果,并分析原因。-Write a program, make the system call fork () to create two sub process, when running, the system is A process and the
leds
- GT2440 LED的源代码,GT2440光盘佩戴的源程序适合初学者入门使用-GT2440 LED source, GT2440 disc wear source for beginners to use
CH2
- QT 5 书中源码 第二章节 中附书源码 包含几个小源程序-QT 5 second source book chapters source book contains several small source
fifo
- 嵌入式linux应用程序开发源程序,,包括第6,7,8,9,10章的源程序- embedded linux application development standard course Source
Linux操作系统下C
- 本书介绍在Linux环境下进行C语言编程所需要的知识,可以学到以下内容:1.源程序编译;2.Makefile的编写;3.程序的调试;4.头文件和系统求助。(Knowledge needed for C language programming under Linux environment)