代码搜索:SWITCH

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

代码结果 10,000
www.eeworm.com/read/131315/5935843

t switch.t

#!./perl # $Header: switch.t,v 4.0 91/03/20 01:49:44 lwall Locked $ print "1..18\n"; sub foo1 { $_ = shift(@_); $a = 0; until ($a++) { next if $_ eq 1; next if $_ eq 2; next if $_ eq
www.eeworm.com/read/131113/5948135

java switch.java

/*--------------------------------------------------------------------------- * Copyright (C) 1999-2001 Dallas Semiconductor Corporation, All Rights Reserved. * * Permission is hereby granted, fre
www.eeworm.com/read/128026/5992984

c switch.c

# include void main() { int num; /* 下面定义的各变量,分别代表个位,十位,百位,千位,万位,十万位以及位数 */ int indiv, ten, hundred, thousand; int ten_thousand, hundred_thousand, place; printf("请输入一个整数(0~99
www.eeworm.com/read/125819/6021040

c switch.c

/* Test the types of switch statement. type: char, int, long sign: signed, unsigned storage: static, attr: volatile */ #include {sign} {type} sparseSwitch({sign} {type
www.eeworm.com/read/125819/6021118

c switch.c

char x; /* Valid switch statement */ #ifdef TEST1 char foo(void) { switch(x) { char y; case 0: return 0; case 1: return 1; default: y = x
www.eeworm.com/read/125439/6029254

java switch.java

package com.javapatterns.command.lightandfan; public class Switch { private Command UpCommand, DownCommand; public Switch( Command Up, Command Down) { UpCommand =
www.eeworm.com/read/125114/6034032

java switch.java

package com.javapatterns.command.lightandfan; public class Switch { private Command upCommand; private Command downCommand; public Switch(Command up, Command down) {
www.eeworm.com/read/124910/6036282

c switch.c

/* Copyright (C) 1991, 1992, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under th
www.eeworm.com/read/124550/6046420

aspx switch.aspx

www.eeworm.com/read/121089/6069803

inc switch.inc

;*** ; SWITCH.INC - 01-Oct-87 - BASCOM compiler and runtime common switch file ;*** .XLIST ;*** ; ; Copyright 1987, Microsoft Corporation ; ;Purpose: ; ;********************************