代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/426458/10250397
h driver.h
//========================================================================
// Class Name : NIC_DRIVER_OBJECT
// Purpose :
// Autor : Richard Chuang
// Email :
// Description :
// Reference :
www.eeworm.com/read/426458/10250416
obj driver.obj
www.eeworm.com/read/426458/10250464
cpp driver.cpp
// driver.cpp: implementation of the NIC_DRIVER_OBJECT class.
//
// Copyright (c) 2000-2007 Davicom Inc. All rights reserved.
//
/////////////////////////////////////////////////////////////////////
www.eeworm.com/read/280877/10285537
cls driver.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/162296/10316853
cls driver.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/425814/10319125
h driver.h
// Declarations for evwait driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
//#include
//#define DRIVERNAME "EVWAIT" // for
www.eeworm.com/read/280314/10340466
properties driver.properties
drivers=com.microsoft.jdbc.sqlserver.SQLServerDriver
url=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=studentmanager
user=sa
password=wang411dong516
www.eeworm.com/read/280310/10340786
properties driver.properties
drivers=com.microsoft.jdbc.sqlserver.SQLServerDriver
url=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=studentmanager
user=sa
password=wang411dong516
www.eeworm.com/read/280068/10357241
c driver.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/161459/10407651
java driver.java
package id3;
import shared.*;
/* Driver class, used to create,initialize,run inducers */
/** Basic Driver class used to interface the ID3Inducer.
* @author James Louis Created implementation.