代码搜索结果

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

driver.s

;/***************************************************************************** ; * Copyright (C) ARM Limited 1998. All rights reserved. ; **********************************************************

driver.java.in

/*------------------------------------------------------------------------- * * Driver.java(.in) * The Postgresql JDBC Driver implementation * * Copyright (c) 2003, PostgreSQL Global Developmen

driver.java

/* * MM JDBC Drivers for MySQL * * $Id: Driver.java,v 1.3 1998/08/25 04:03:36 mmatthew Exp $ * * Copyright (C) 1998 Mark Matthews * * This library is free software;

driver.java

/* * MM JDBC Drivers for MySQL * * $Id: Driver.java,v 1.3 1998/08/25 04:03:36 mmatthew Exp $ * * Copyright (C) 1998 Mark Matthews * * This library is free software;

driver.hpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // This source code is licensed under Microsoft Shared Source License // Version 1.0 for Windows CE. // For a copy of the l

driver.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // This source code is licensed under Microsoft Shared Source License // Version 1.0 for Windows CE. // For a copy of the l

driver.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // This source code is licensed under Microsoft Shared Source License // Version 1.0 for Windows CE. // For a copy of the l

driver.h

/* Learn Raine how to speak the Mame language... */ #ifndef DRIVER_H // Mame include files have the bad habit to include each other... #define DRIVER_H #include "memory.h" /* driver.h */ struct Ma

driver.c

#ifndef DRV_RECURSIVE #define DRV_RECURSIVE #define DRV(NAME) extern struct GAME_MAIN game_##NAME; #include "driver.c" // 2nd part, make the array #undef DRV #define DRV(NAME) &game_##NAME, struct

driver.cpp

// Chapter 11 of C++ How to Program // Driver for class Table #include using std::cout; using std::cin; using std::endl; #include using std::setw; #include