代码搜索结果

找到约 110,635 项符合 Driver 的代码

e233. loading a jdbc driver.txt

Before a connection to a database can be established, the JDBC driver for that database must be loaded. Drivers automatically register themselves with the JDBC system when loaded. There are two ways t

driver.c

#include #include #include "ourhdr.h" void do_driver(char *driver) { pid_t child; int pipe[2]; /* create a stream pipe to communicate with the driver */ if

driver.h

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/kernel/driver.h ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

driver.cpp

// // Driver.c - Chapter 6 - Minimal Driver // // Copyright (C) 2000 by Jerry Lozano // #include "Driver.h" // Forward declarations // static NTSTATUS CreateDevice ( IN PDRIVER_OBJECT p

driver.cpp

// // Driver.c - Chapter 17 - Crasher Driver // // Copyright (C) 2000 by Jerry Lozano // #include "Driver.h" static ULONG CrashPoint; // Determines where the // driver will crash.

driver.h

// File Name: // Driver.h // // Contents: // Constants, structures, and function // declarations specific to this driver. // #pragma once // // Header files // extern "C" { #include

driver.h

// File Name: // Driver.h // // Contents: // Constants, structures, and function // declarations specific to this driver. // #pragma once // // Header files // extern "C" { #include

driver.h

// driver.h -- Declarations for STUPID.SYS (DFW version) // Copyright (C) 2003 by Walter Oney // All rights reserved #pragma once #define DRIVERNAME "STUPID" //////////////////////

driver.cpp

// Driver.cpp -- Driver object management for STUPID.SYS (DFW version) // Copyright (C) 2003 by Walter Oney // All rights reserved // STUPID.SYS is the simplest possible framework-based driver. I

spi-driver-2.02.lsm

Begin3 Title: spi-driver Version: 2.02 Entered-date: Monday, 29 Oct 2001, 14:00:00 MET DST Description: Driver, implementing the SPI and MicroWire bus on a parallel port. Used to interface to a lo