代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/127931/5993361
c testpower.c
#include "usbdriver.h"
NTSTATUS TestPowerIrp(IN PDEVICE_OBJECT fdo,IN PIRP Irp)
{
NTSTATUS ntStatus;
PIO_STACK_LOCATION IrpStack, NextStack;
PDEVICE_EXTENSION pdx;
pdx = fdo->Devic
www.eeworm.com/read/127931/5993404
c testpower.c
#include "usbdriver.h"
NTSTATUS TestPowerIrp(IN PDEVICE_OBJECT fdo,IN PIRP Irp)
{
NTSTATUS ntStatus;
PIO_STACK_LOCATION IrpStack, NextStack;
PDEVICE_EXTENSION pdx;
pdx = fdo->Devic
www.eeworm.com/read/127931/5993447
c testpower.c
#include "usbdriver.h"
NTSTATUS TestPowerIrp(IN PDEVICE_OBJECT fdo,IN PIRP Irp)
{
NTSTATUS ntStatus;
PIO_STACK_LOCATION IrpStack, NextStack;
PDEVICE_EXTENSION pdx;
pdx = fdo->Devic
www.eeworm.com/read/127931/5993490
c testpower.c
#include "usbdriver.h"
NTSTATUS TestPowerIrp(IN PDEVICE_OBJECT fdo,IN PIRP Irp)
{
NTSTATUS ntStatus;
PIO_STACK_LOCATION IrpStack, NextStack;
PDEVICE_EXTENSION pdx;
pdx = fdo->Devic
www.eeworm.com/read/127781/5995005
c pci_fixup.c
/*
* FILE NAME
* arch/mips/vr41xx/nec-eagle/pci_fixup.c
*
* BRIEF MODULE DESCRIPTION
* The NEC Eagle/Hawk Board specific PCI fixups.
*
* Author: Yoichi Yuasa
* yyuasa@mvista.com or sou
www.eeworm.com/read/126541/6016192
c psdemo.c
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/125439/6029253
java testcommand.java
package com.javapatterns.command.lightandfan;
public class TestCommand
{
public static void main(String[] args)
{
Light testLight = new Light( );
LightOnCommand testLOC =
www.eeworm.com/read/125114/6034031
java testcommand.java
package com.javapatterns.command.lightandfan;
public class TestCommand
{
public static void main(String[] args)
{
Light testLight = new Light();
LightOnCommand testLOC
www.eeworm.com/read/124348/6050511
x test1.x
union optlong switch (int discr) {
case TRUE:
long val;
case FALSE:
void;
};
struct args {
optlong arg0;
long arg1;
short *arg2;
};
www.eeworm.com/read/124150/6054553
c p_ceilng.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th