代码搜索结果
找到约 10,000 项符合
Driver 的代码
i2c-ds1621.h
/* $Id: i2c-ds1621.h,v 1.1 2005/11/03 02:52:41 strauman Exp $ */
#ifndef I2C_DS_1621_DRIVER_H
#define I2C_DS_1621_DRIVER_H
/* Trivial i2c driver for the maxim DS1621 temperature sensor;
* just imple
applicationresources.properties
#--DataBase--
DB.DRIVER=org.gjt.mm.mysql.Driver
DB.URL=jdbc:mysql://127.0.0.1/shop
DB.USER=root
DB.PASSWORD=
DB.MAX_CONNECTIONS=5000
SYS.DEBUG=1
globals_vars.html
AVR323 Interfacing GSM modems: File Member In
readme.txt
DEMO demo source file
Driver USB WDM driver
Demo.exe demo application
usb_example.pdf user manual
Readme.txt self
++-
WIN2000下利用汇编做文件过滤驱动程序新办法:
技术难题:
[1]编程环境
1)首先安装VC++6.0
2)安装TASM5.0
3)安装2K DDK
4)安装2k IFS DDK
[2]如何利用WIN2K DDK/IFSDDK环境制作SYS驱动程序
1)制作ASM驱动程序之前,首先制作一个最简单的Kernel模式驱动程序。
这个程序由三个文件组成: mak
defconfig
# Example wpa_supplicant build time configuration
#
# This file lists the configuration options that are used when building the
# hostapd binary. All lines starting with # are ignored. Configuratio
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
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/
sources
TARGETNAME=filter
TARGETPATH=obj
TARGETTYPE=DRIVER
USE_PDB=1
SOURCES= DriverEntry.cpp \
driver.rc