代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/434835/7801130
c jianpan.c
#include
#define uchar unsigned char
#define uint unsigned int
uchar temp;
uchar code table[]=
{0x01,0x02,0x04,0x08,0x10,0x20,0x40,0xf1,0x80,0xa0,0x90,0x86,0xcc,0x83,0x8c,0x9c};
int n
www.eeworm.com/read/199955/7814161
c device.c
/***************************************************************************
device.c - question device version & supported protocols
-------------------
www.eeworm.com/read/199790/7822496
cpp refs.cpp
// A.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "REFs.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FIL
www.eeworm.com/read/299899/7825614
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/199740/7825931
cpp 3_5.cpp
#include
void main()
{
int a;
cout a;
int c1 = a%3 ==0;
int c2 = a%5 ==0;
int c3 = a%7 ==0;
switch((c1
www.eeworm.com/read/299836/7829045
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
% switch (y)
% case 0
% if x==0
% distance=0.0458;
% end
% if x==1
% distance=2;
www.eeworm.com/read/299780/7833237
java switchbehavior.java
//switchBehavior.java
import java.awt.AWTEvent;
import java.awt.event.*;
import java.util.Enumeration;
import javax.media.j3d.*;
import javax.vecmath.*;
public class switchBehavior extends B
www.eeworm.com/read/299780/7833506
java simplelod.java
//SimpleLOD.java
//演示如何使用DistanceLOD对象
import java.applet.Applet;
import java.awt.BorderLayout;
import java.awt.Frame;
import com.sun.j3d.utils.applet.MainFrame;
import com.sun.j3d.utils.geomet
www.eeworm.com/read/399806/7833801
top vlans.top
[General]
NumberOfRouters= 1
NumberOfSwitches= 1
NumberOfPCs= 2
NumberOfConnectors= 3
[Router1]
Hostname=Router 1
Devicename=Router 1
Series=2600
Model=2620
Ethernet= 0
FastEthernet= 1
Tok
www.eeworm.com/read/399806/7834782
top classroom.top
[General]
NumberOfRouters= 5
NumberOfSwitches= 4
NumberOfConnectors= 11
NumberOfPCs= 2
[Router1]
Series=2500
Model=2503
Ethernet= 1
Token= 0
Serial= 2
DCE=0
Bri= 1
xpos= 4665
ypos= 478