搜索资源列表
Pthread-of-linux
- 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
pci
- 如何编写pci驱动程序,这里提供一个范例,相信会有帮助-how to edit a pci driver.This is a examples code .you can be helped
dht11
- 自己编写的linux下基于mini2440开发板的温湿度传感器dht11的驱动程序和驱动测试程序-His writing under the Linux based on mini2440 development board of temperature and humidity dht11 driver and drive test procedures
driver_mini2440_linux
- 自己编写的linux下基于mini2440开发板的温湿度传感器dht11的驱动程序和驱动测试程序, 里面包含编译好的驱动模块和测试程序,放到mini2440板里可以直接使用-His writing under the Linux based on mini2440 development board of temperature and humidity dht11 driver and driven testing procedures, contains compiled driver mo
19911217
- 这个一个使用Qt来编写一个应用程序启动的模块-this is a program about how to use Qt to make picture of the initialing of the application.
Kernel-Module-Programming
- 介绍linux内核模块的编程,编写linux驱动程序非常好的一本参考书,详细介绍了linux内部的编程机理-Linux kernel module programming, writing Linux drivers a very good one reference book, detailing the linux internal programming mechanism
camera---linux-driver
- linux下的摄像头驱动源码及其测试程序 有助于linux驱动开发者对摄像头驱动的编写 -camera under linux driver source code and its testing procedures Writing help linux driver development on the camera driver
touch-screen-driver-
- linux下的触摸屏驱动驱动源码及其测试程序 有助于linux驱动开发者对触摸屏驱动驱动的编写 -the touch screen driver under linux driver source code and its testing procedures Contribute to the Linux driver developers to write on the touch screen driver driver
led_linux
- mini2440 led驱动程序,使用混杂设备模式编写,可直接编译进内核-the mini2440 led driver, and use prepared by the mode of the hybrid device can be directly compiled into the kernel
led-drive
- 嵌入式linuxLED驱动程序及相关的测试程序,供初学者学习怎么编写字符设备的linux驱动-Embedded linuxLED driver and related test procedures for beginners to learn how to write character device linux driver
digital_led
- 基于8280硬件平台的数字数码管驱动及应用,从上层到硬件访问底层的全套代码,可供参考编写驱动和应用程序。-The alphanumeric driver and application based on the 8280 hardware platform from the top to the hardware access to the underlying full code for reference to write drivers and applications.
buttons
- 在linux环境下编写4按键的驱动程序以及测试程序-The preparation of four key drivers as well as testing procedures in the linux environment
24LC02
- 24C02驱动程序,编写的应用程序,运行没有错误-24C02 drivers, applications written to run without errors
AD9850-driver--MSP430.txt
- C语言编写的AD9850驱动程序适用于MSP430的-AD9850 driver written in C for MSP430
sane_standard
- SANE(Scanner Access Now Easy)是用于开发光栅扫描设备驱动和应用程序的一个标准应用程序接口(API)。有了它,你的扫描仪驱动和应用程序的编写更容易。-SANE (Scanner Access Now Easy) for the development of raster scanning device drivers and application of a standard application program interface (API). With it, y
serial-port
- 关于串口的I/O通讯程序,包含了发送和接受,是在linux环境下编写的,-Contains send and receive serial I/O communication program, written in a linux environment,
am335x_ledDriver
- 基于TI的am335x CPU编写的一个LED驱动程序(基于linux),用于点亮一个LED-LED driver for the CPU of am335x in the linux environment
linux--qudong
- linux下的驱动程序编写小教程以及 介绍 -linux
md5
- 基于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
jinchegndeguandaotongxin
- 编写程序实现进程的管道通信。具体要求:首先使用系统调用pipe( )建立一个管道;然后分别创建2个子进程,要求2个子进程分别向管道各写一句话:“Child 1 is sending a message!” 和 “Child 2 is sending a message!” 最后,父进程从管道中读出二个来自子进程的信息并显示。-编写程序实现进程的管道通信。具体要求:首先使用系统调用pipe( )建立一个管道;然后分别创建2个子进程,要求2个子进程分别向管道各写一句话:“Child 1 is sen