代码搜索:SWITCH

找到约 10,000 项符合「SWITCH」的源代码

代码结果 10,000
www.eeworm.com/read/286235/4041107

asm switch.asm

;.xlist ; include cruntime.inc ;.list ;******************************************************************************* .386 .MODEL flat, C .CODE ;CODESEG ;s
www.eeworm.com/read/286235/4041144

c switch.c

#include #include //extern void EdbgOutputDebugString(const unsigned char *sz, ...); extern void Switch( TSS * lpPrevTSS, TSS * lpNextTSS, LPTHREAD * lppCurThread, LPTHREAD
www.eeworm.com/read/286235/4041165

c switch.c

#include #include extern void EdbgOutputDebugString(const unsigned char *sz, ...); extern void Switch( TSS * lpPrevTSS, TSS * lpNextTSS ); void SwitchTo( LPTHREAD lpPrev, L
www.eeworm.com/read/285388/4052837

aspx switch.aspx

www.eeworm.com/read/280276/4127299

opt switch.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) CppX (*.cpp) DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/280276/4127300

c switch.c

#include void Switchdemo(void) { Byte outputstate; switch(outputstate) {case 1: P1_0=0; P1_1=0; P1_2=0; break; //跳出循环 case 2: P1_0=1; P1_1=0; P1_2=0; break;
www.eeworm.com/read/279342/4137523

java switch.java

import javax.swing.JApplet; import javax.swing.JOptionPane; import java.awt.Graphics; public class Switch extends JApplet { public void paint(Graphics g) { int choice,counter,input;
www.eeworm.com/read/276984/4160223

java switch.java

/* * LA-CC 05-135 Trident 0.7.1 Copyright Notice Copyright 2006 (c) the Regents of the University of California. This Software was produced under a U.S. Government contract (W-7405-ENG-36) by Los
www.eeworm.com/read/276787/4162968

switch_root

/sbin/switch_root ../bin/busybox 50
www.eeworm.com/read/276787/4164145

switch-event

#!/bin/sh # # Called by switchevd with # $1 = /dev/input/eventX - the device that triggered the switch event # $2 = 00000000 - The switch bits status (in hex) if [ -z "$1" -o -z "$2" ]; then echo