代码搜索:driver development

找到约 10,000 项符合「driver development」的源代码

代码结果 10,000
www.eeworm.com/read/409921/2224376

h driver.h

#ifndef __WIN32K_DRIVER_H #define __WIN32K_DRIVER_H #include typedef BOOL (NTAPI *PGD_ENABLEDRIVER)(ULONG, ULONG, PDRVENABLEDATA); typedef DHPDEV (NTAPI *PGD_ENABLEPDEV)(DEVMODEW
www.eeworm.com/read/409921/2224434

c driver.c

/* * ReactOS W32 Subsystem * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 ReactOS Team * * This program is free software; you can redistribute it and/or modify * it under the terms o
www.eeworm.com/read/409921/2225998

c driver.c

/* * SetupAPI driver-related functions * * Copyright 2005-2006 Herv
www.eeworm.com/read/409921/2226506

c driver.c

/* -*- tab-width: 8; c-basic-offset: 4 -*- */ /* * MSACM32 library * * Copyright 1998 Patrik Stridvall * 1999 Eric Pouech * * This library is free software; you can redist
www.eeworm.com/read/409921/2226624

c driver.c

/* * WINE Drivers functions * * Copyright 1994 Martin Ayotte * Copyright 1998 Marcus Meissner * Copyright 1999 Eric Pouech * * This library is free software; you can redistribute it and/
www.eeworm.com/read/409124/2239417

java driver.java

package org.hyq.factory.simple; public class Driver { public static Car driverCar(String carName) throws Exception { if (carName.equalsIgnoreCase("Benz")) return new Benz(); else if (ca
www.eeworm.com/read/405777/2283288

java driver.java

/* * s2javaoo.lg.ch02.Driver.java * 2007-7-23 * 司机类 */ package s2javaoo.lg.ch02; public class Driver { private String name; // 司机姓名 /** * @return name */ p
www.eeworm.com/read/404607/2302238

c driver.c

/* * drivers/usb/driver.c - most of the driver model stuff for usb * * (C) Copyright 2005 Greg Kroah-Hartman * * based on drivers/usb/usb.c which had the following copyrights: *
www.eeworm.com/read/403801/2308794

tex driver.tex

\label{hwdriver} This section will describe step by step how to write an hardware endpoint. You will be required to write your own endpoint in case non of the existing endpoints matches your hardware.
www.eeworm.com/read/401989/2334209

c driver.c

#include #include #include #include #include "getopt.h" #include "debugmalloc.h" #define NUMTESTCASES 8 static void run_test_case(int n) { swit