代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/279502/10432357
h driver.h
///////////////////////////////////////////////////
// Driver.h文件
#ifndef __DRIVER_H__
#define __DRIVER_H__
#include // 为了使用SCM函数
class CDriver
{
public:
// 构造函数和析构函数
// 构
www.eeworm.com/read/353619/10434986
h driver.h
/*
* Modified for use with MPlayer, detailed changelog at
* http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
#ifndef loader_driver_h
#define loader_driver_h
#ifdef __cplusplus
extern "C" {
#endi
www.eeworm.com/read/353619/10435120
h 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 *
www.eeworm.com/read/424177/10485476
h driver.h
#ifndef USBDRIVER_H
#define USBDRIVER_H
#endif
#include "wdm.h"
#include "usbdi.h"
#include "usbdlib.h"
#include
VOID DrvUnload(IN PDRIVER_OBJECT DriverObject);
NTSTATUS D
www.eeworm.com/read/160841/10488006
class driver.class
www.eeworm.com/read/278221/10559062
equ driver.equ
; File : $DRIVER.EQU$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;-------------------------------------------
www.eeworm.com/read/278221/10559297
equ driver.equ
; File : $DRIVER.EQU$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;-------------------------------------------
www.eeworm.com/read/278221/10559389
equ driver.equ
; File : $DRIVER.EQU$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;-------------------------------------------
www.eeworm.com/read/423392/10563039
h driver.h
/*
* WPA Supplicant - driver interface definition
* Copyright (c) 2003-2005, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/352042/10586863
h driver.h
/************************************************************************
* 文件名称:Driver.h
* 作 者:张帆
* 完成日期:2007-11-1
****************************