代码搜索结果
找到约 10,000 项符合
Driver 的代码
driver.h
#ifndef DRIVER_H
#define DRIVER_H
#include
#include
#define SYSCLK 14745600
void beep(Uchar beept);
void systimeinit();
Uchar waitkey(Uint waittime);
void SetTimer(Uin
driver.h
//========================================================================
// Class Name : NIC_DRIVER_OBJECT
// Purpose :
// Autor : Richard Chuang
// Email :
// Description :
// Reference :
driver.cpp
// driver.cpp: implementation of the NIC_DRIVER_OBJECT class.
//
// Copyright (c) 2000-2007 Davicom Inc. All rights reserved.
//
/////////////////////////////////////////////////////////////////////
driver.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
driver.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
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
driver.properties
drivers=com.microsoft.jdbc.sqlserver.SQLServerDriver
url=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=studentmanager
user=sa
password=wang411dong516
driver.properties
drivers=com.microsoft.jdbc.sqlserver.SQLServerDriver
url=jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=studentmanager
user=sa
password=wang411dong516
driver.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------