代码搜索:SWITCH
找到约 10,000 项符合「SWITCH」的源代码
代码结果 10,000
www.eeworm.com/read/242161/13091411
switch_power
www.eeworm.com/read/139119/13187642
c 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)
www.eeworm.com/read/138758/13216963
java 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;
www.eeworm.com/read/325023/13229970
java 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 =
www.eeworm.com/read/239570/13271544
ico switch.ico
www.eeworm.com/read/137955/13276095
sbk 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)
www.eeworm.com/read/137955/13276205
sbk 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: