代码搜索结果

找到约 10,000 项符合 Switch 的代码

switch.h

void switch() { case 1: case 2: case 3: }

switch.c

#include "hpa449lib.h" #include "sblcd_hpa449_sblcd.h" void WaitForSwitch2() { // turn down arrow on LCDM2 |= 0x08; // wait for switch 2 to go low while (P1IN & SWITCH_2_BIT)

switch.java

//: c09:Switch.java // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. public class Switch { private boolean state = false;

switch.java

//: exceptions/Switch.java import static net.mindview.util.Print.*; public class Switch { private boolean state = false; public boolean read() { return state; } public void on() { state =

switch.sbk

.set reorder .globl main .text .text .align 2 .ent main main: .frame $sp,32,$31 .set noreorder .cpload $25 .set reorder addu $sp,$sp,-32 .mask 0xc2800000,-4 sw $23,16($sp) .cprestore 20 sw $30,24($sp)

switch.sbk

.486 .model flat extrn __fltused:near extrn __ftol:near public _main _TEXT segment _main: push ebx push esi push edi push ebp mov ebp,esp sub esp,8 lea edi,(L6) mov dword ptr (-4)[ebp],edi jmp L5 L2: