代码搜索:USB技术
找到约 10,000 项符合「USB技术」的源代码
代码结果 10,000
www.eeworm.com/read/211077/15187621
h usb100.h
#ifndef __USB100_H__
#define __USB100_H__
#define MAXIMUM_USB_STRING_LENGTH 255
// values for the bits returned by the USB GET_STATUS command
#define USB_GETSTATUS_SELF_POWERED
www.eeworm.com/read/211077/15187622
cpp usb c语言.cpp
#include "config.h"
/**************************************************************************
声明全局变量
**************************************************************************/
extern EPPFLAGS b
www.eeworm.com/read/211077/15187624
cpp usb vc.cpp
#include "wdm.h"
#include "stdarg.h"
#include "stdio.h"
#include "usbdi.h"
#include "usbdlib.h"
#include "Iso82930.h"
#include "GUIDISO.h"
NTSTATUS
DriverEntry(
IN PDRIVER_OBJECT Dr
www.eeworm.com/read/210963/15189590
cpp usb_driver.cpp
NTSTATUS Asgccusb::DriverEntry(PUNICODE_STRING RegistryPath) //驱程入口
{
KRegistryKey Params(RegistryPath, L"Parameters");
if ( NT_SUCCESS(Params.LastError()) )
{
LoadRegistryParameters(Par
www.eeworm.com/read/210959/15189638
sch usb_uart.sch
www.eeworm.com/read/210959/15189654
sch usb_uart.sch
www.eeworm.com/read/210936/15189848
cpp usb_driver.cpp
NTSTATUS Asgccusb::DriverEntry(PUNICODE_STRING RegistryPath) //驱程入口
{
KRegistryKey Params(RegistryPath, L"Parameters");
if ( NT_SUCCESS(Params.LastError()) )
{
LoadRegistryParameters(Par
www.eeworm.com/read/210585/15195774
wks onecif_usb.wks
www.eeworm.com/read/208243/15250361
c cpia_usb.c
/*
* cpia_usb CPiA USB driver
*
* Supports CPiA based parallel port Video Camera's.
*
* Copyright (C) 1999 Jochen Scharrlach
* Copyright (C) 1999, 2000 Jo
www.eeworm.com/read/208225/15250613
h usb-sysdep.h
/*
* usb-sysdep.h -- macros to help using the 2.4 approach to usb in 2.2
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source co