代码搜索结果

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

horse.c

#define HORSE_C #include "includes.h" void horse(unsigned char i) { switch(i) { case 0: OutPort = 0x00; break; case 1: OutPort =

rar.cpp

#include "rar.hpp" #include "smallfn.cpp" #ifdef _DJGPP extern "C" char **__crt0_glob_function (char *arg) { return 0; } extern "C" void __crt0_load_environment_file (char *progname) { } #endif

exa4_18.m

input_num = 1; switch input_num case -1 disp('negative one'); case 0 disp('zero'); case 1 disp('positive one'); otherwise disp('other value');

output.m

function y=output(A) [m n]=size(A); A=rref2(A); x=[]; l=rank3(A); if rank3(A)~=rank3(A(1:m,1:(n-1))) disp('no solution'); else i=1; k=1; while i

08locales.diff

--- minicom-2.1.orig/src/minicom.c +++ minicom-2.1/src/minicom.c @@ -989,7 +989,7 @@ /* Boah, a hack .... should we switch to 8bit for all * and supply a 7bit option? Adam */ char *v[]

horse.c

#define HORSE_C #include "includes.h" void horse(unsigned char i) { switch(i) { case 0: OutPort = 0x00; break; case 1: OutPort =

opts3

#!/bin/sh # Program opts3 # Using getopts -- Third try -- while getopts dq: options do case $options in d) echo "-d is a valid switch ";; q) echo "The argument for -q is $OPTARG";; \?) echo "