代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/290336/8489301
h driver.h
/*
InterruptHook
Copyright (C) 2003 Alexander M.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the F
www.eeworm.com/read/290336/8489356
c driver.c
#include "stdafx.h"
#include "driver.h"
BOOL InstallDriver()
{
SC_HANDLE hSc, hService;
char szPath[MAX_PATH];
UINT i;
GetModuleFileName( NULL, szPath, MAX_PATH );
for( i = strlen(
www.eeworm.com/read/188852/8510703
h driver.h
/*
InterruptHook
Copyright (C) 2003 Alexander M.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the F
www.eeworm.com/read/188852/8510717
cpp driver.cpp
/*
InterruptHook
Copyright (C) 2003 Alexander M.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the F
www.eeworm.com/read/188506/8534152
c driver.c
www.eeworm.com/read/188506/8534164
h driver.h
www.eeworm.com/read/388975/8560302
h driver.h
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free
www.eeworm.com/read/388975/8560391
c driver.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free
www.eeworm.com/read/432916/8564403
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.
www.eeworm.com/read/432880/8566710