-
cd4052
Cd4052基本操作指令以及详细应用参考程序,包含了底层驱动程序 (cd4052 demo code。 it is usefull for you。 )
- 2015-09-19 00:59:34下载
- 积分:1
-
Sprd_fm_driver
展讯平台fm驱动RDA5802,CL6018............(Spreadtrum platform fm driver RDA5802, CL6018 ............)
- 2009-10-21 09:23:25下载
- 积分:1
-
ohci-pnx4008
linux系统上,Philips PNX4008 USB Host OHCI的USB主机控制器驱动程序(HCD)。(linux on the system, the the Philips PNX4008 USB Host OHCI of USB host controller driver (HCD).)
- 2013-02-20 14:24:45下载
- 积分:1
-
Linux_USB_Core(v1.0)
linux 下usb 驱动编写,对usb进行十分详细的解析(prepared under the usb drive linux on usb for a very detailed analysis)
- 2010-11-18 11:25:58下载
- 积分:1
-
virtual
关于虚拟函数和虚拟表很好的实例,供给大家看看(About Virtual functions and virtual table good example, we look at supply)
- 2014-10-22 19:40:42下载
- 积分:1
-
WDK开发了PCI驱动 WDM_PCI_Driver
基于WDK开发了PCI驱动。根据读取PCI配置空间,可以得到PCI设备的所有资源。(The project is used for PCI driver.)
- 2020-06-27 00:20:01下载
- 积分:1
-
KeyScan
自己制作的实验箱 基于OK6410的,程序里面对应着接口,RVDS开发,裸版程序,测试通过的按键扫描(To produce their own experimental box based on OK6410, which corresponds to the interface, RVDS development, naked version of the procedure, the test button scanning)
- 2011-12-12 18:45:56下载
- 积分:1
-
AD8402
数字电位器AD8402驱动程序, AD8402驱动程序, AD8402驱动程序(Digital Potentiometers AD8402 driver, AD8402 driver, AD8402 driver)
- 2021-05-06 21:58:37下载
- 积分:1
-
serial
基于linux的串口驱动适合atmel,s3c等多种CPU(Linux-based serial port driver for atmel, s3c, multiple CPU)
- 2012-02-07 14:25:28下载
- 积分:1
-
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 environment a console application, the program has a shared integer variable shared_var, the initial value of 0 create
A thread and make it run concurrently with the main thread immediately. The newly created thread and main thread are constantly circulating, and the output shared_var
Value. The main thread in a loop constantly on shared_var are incremented, that is plus 1 for each cycle shared_var and the new line created
Process is constantly on the shared_var decremented, that is, each cycle shared_var is decreased by 1. Observe the results of running the program, and you
To explain the phenomenon seen.)
- 2011-12-08 11:21:25下载
- 积分:1