代码搜索结果
找到约 10,000 项符合
Driver 的代码
driver.h
/*
* Drivers definitions
*/
#ifndef WINE_DRIVER_H
#define WINE_DRIVER_H
#include "windef.h"
#define MMSYSERR_BASE 0
#define MMSYSERR_NOERROR 0 /* no error */
#d
driver.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreem
driver.c
#include
int main() {
Tossim* t = new Tossim(NULL);
t->init();
//t->addChannel("Scheduler", fdopen(1, "w"));
//t->addChannel("TossimPacketModelC", fdopen(1, "w"));
t->addChannel(
driver.cod
; Listing generated by Microsoft (R) Optimizing Compiler Version 13.10.4091
TTL E:\WINCE500\PLATFORM\BERRYDALE\SRC\DRIVERS\dm9000\.\driver.cpp
CODE32
00000 AREA |.drectve|, DRECTVE
D
driver.h
/* Types and constants shared between the generic and device dependent
* device driver code.
*/
#define _POSIX_SOURCE 1 /* tell headers to include POSIX stuff */
#define _MINIX 1 /
driver.c
/* This file contains device independent device driver interface.
*
* Changes:
* Jul 25, 2005 added SYS_SIG type for signals (Jorrit N. Herder)
* Sep 15, 2004 added SYN_ALARM type for tim
driver.java
/* gnu.classpath.tools.doclets.xmldoclet.Driver
Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it
driver.java
/* Driver.java -- A JDBC driver
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
i