代码搜索结果

找到约 10,000 项符合 Driver 的代码

drv_base.h

#ifndef LCD_DRV_BASE_H #define LCD_DRV_BASE_H /******************************************************************** How to make a driver for LCDproc Note: Insert the name of your driver in

uctrl.c

/* $Id: uctrl.c,v 1.12 2001/10/08 22:19:51 davem Exp $ * uctrl.c: TS102 Microcontroller interface on Tadpole Sparcbook 3 * * Copyright 1999 Derrick J Brashear (shadow@dementia.org) */ #include

rtc_uart1_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0004 // Tools: 'ARM-ADS' Group (Source Group 1) File 1,2, 0x43D47036 File 1,1,

rtc_uart1.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0004 // Tools: 'ARM-ADS' Group (Source Group 1) File 1,2, 0x43D47036 File 1,1,

rtc_uart1_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0004 // Tools: 'ARM-ADS' Group (Source Group 1) File 1,2, 0x43D47036 File 1,1,

rtc_uart1.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0004 // Tools: 'ARM-ADS' Group (Source Group 1) File 1,2, 0x43D47036 File 1,1,

ch14s04.html

14.4. 总线, 设备, 和驱动-Linux设备驱动第三版(中文版)-开发频道-华星在线

makefile

DRIVER_VERSION = $(shell sed -n 's/^\#define[ \t]\+DRIVER_VERSION[ \t]\+"\([^"]\+\)"/\1/p' driver/ndiswrapper.h) UTILS_VERSION = $(shell sed -n 's/^\#define[ \t]\+UTILS_VERSION[ \t]\+"\([^"]\+\)"/\1/

jingling.cpp

#include #include void main() { int driver=DETECT,mode; registerbgidriver(EGAVGA_driver); initgraph(&driver,&mode,""); setcolor(LIGHTGRAY); setfillstyle(1,YELLOW);

pixel.cpp

#include #include #include #include void main() { int NUM; int X=300,Y=250,R=1,XX=0,YY=0,ANGLE=0; int DRIVER=DETECT,MODE; registerbgidriver(EGA