代码搜索:Switch

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

代码结果 10,000
www.eeworm.com/read/247588/12639863

pro chapter04ms61function.pro

; Chapter04MS61Function.pro PRO Chapter04MS61Function READ, PROMPT="请输入X = ?", x SWITCH 1 of x LT 0 : BEGIN y = 2 * x + 1 BREAK END
www.eeworm.com/read/247588/12639953

pro chapter04scoregrade.pro

; Chapter04ScoreGrade.pro PRO Chapter04ScoreGrade m = " " READ, PROMPT="请输入等级(A , B, C, D, or E):", m m = STRUPCASE(m) SWITCH m of 'A' : 'B' : 'C' : 'D' : BEGIN
www.eeworm.com/read/135930/13885994

sh sox.sh

#!/bin/sh SOX=/usr/local/bin/sox.bin # SOX shell script to handle effect names as main name # The shell is your friend. Use it. NAME=$0 switch $NAME in */*) NAME=`echo $NAME | sed "s'^.*/''"`
www.eeworm.com/read/300861/13887344

asv decodeflag.asv

function [Deflag,flagMat]=decodeflag(flagMat,sclen,scanorder) global row col scNum=1; r=1; while (scNum
www.eeworm.com/read/135809/13898019

inc char.inc

www.eeworm.com/read/300587/13904735

cpp 1129 do the untwist.cpp

#include #include using namespace std; char cipher[80]; char plain[80]; int main() { int i,j,n,key,ccode,pcode,p; while( scanf("%d",&key)==1 && key ) { scanf("%s"
www.eeworm.com/read/238106/13906415

cpp 3_5.cpp

#include void main() { int a; cout a; int c1 = a%3 ==0; int c2 = a%5 ==0; int c3 = a%7 ==0; switch((c1
www.eeworm.com/read/135672/13911217

cpp jsq.cpp

#define STACK_INIT_SIZE 100 #define STACKINCREMENT 10 #include "stdlib.h" #include "iostream.h" #include"stdio.h" typedef struct //构造寄存运算符的栈 {char *base; char *top; int length; }OptrSta
www.eeworm.com/read/237803/13928355

cmd convolve.cmd

-w -stack 400h -heap 100 -l rts.lib MEMORY { PAGE 0: VECT : o=80h,l=80h PRAM : o=100h,l=1f00h PAGE 1: DRAM : o=2000h,l=1000h } SECTIONS { .text : {}> PRAM
www.eeworm.com/read/300142/13932662

c inputnumber.c

//************************************************************************************************* //* * //* ******************************数字处理程序************************