代码搜索:SWITCH

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

代码结果 10,000
www.eeworm.com/read/221464/4828885

ipp switch.ipp

/*============================================================================= Copyright (c) 2003 Hartmut Kaiser http://spirit.sourceforge.net/ Use, modification and distribution is
www.eeworm.com/read/221452/4832382

h switch.h

/* * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * * This software is copyrighted by and is the sole property of * VIA Networking Technologies, Inc. Thi
www.eeworm.com/read/219395/4848325

c switch.c

/* Beispiel einer switch-Verzweigung*/ #include int main() { int zahl; printf("Geben Sie eine Zahl zwischen 1-5 ein : "); scanf("%d",&zahl); switch(zahl) { cas
www.eeworm.com/read/217239/4875040

asm switch.asm

INCLUDE REGS386.INC INCLUDE TRANS.INC .386p DGROUP group _DATA _DATA segment word public 'DATA' use16 extrn _cs16real: word extrn _ds16real: word trs TRANS ; translation
www.eeworm.com/read/216499/4892997

s switch.s

/ switch -- switch on contents of r0 / / / calling sequence -- / / jsr r5,switch; swtab / / r0 is looked up in swtab and if found / control is returned to the corresponding place / if r0 is not foun
www.eeworm.com/read/215206/4905998

aspx switch.aspx

www.eeworm.com/read/204713/5030151

java switch.java

package jvm; public class Switch extends TestCase { public String getName() { return "Switch"; } public boolean test() { boolean ok = true; ok = ok && (sw(2)==20); ok = ok && (sw(3
www.eeworm.com/read/204040/5035460

inc switch.inc

;*** ; SWITCH.INC - 01-Oct-87 - BASCOM compiler and runtime common switch file ;*** .XLIST ;*** ; ; Copyright 1987, Microsoft Corporation ; ;Purpose: ; ;********************************
www.eeworm.com/read/204040/5035753

h switch.h

/*** * switch.h * * Copyright 1985, 1986, 1987 Microsoft Corporation * *******************************************************************************/ /*=================================
www.eeworm.com/read/204040/5035783

inc switch.inc

;*** ;switch.inc - see switch.h for real definitions of switches ; ; Copyright 1985, 1986, 1987 Microsoft Corporation ; ; ;******************************************************************