代码搜索结果

找到约 21,386 项符合 Switch 的代码

switch.2bk

tst/switch.c:55: warning: missing return value tst/switch.c:73: warning: missing return value tst/switch.c:97: warning: missing return value tst/switch.c:112: warning: missing return value tst/swi

switch.2bk

tst/switch.c:55: warning: missing return value tst/switch.c:73: warning: missing return value tst/switch.c:97: warning: missing return value tst/switch.c:101: warning: overflow in converting consta

switch.2bk

tst/switch.c:55: warning: missing return value tst/switch.c:73: warning: missing return value tst/switch.c:97: warning: missing return value tst/switch.c:112: warning: missing return value tst/swi

switch.pm

use CGI; 1; __END__ =head1 NAME CGI::Switch - Backward compatibility module for defunct CGI::Switch =head1 SYNOPSIS Do not use this module. It is deprecated. =head1 ABSTRACT =head1 DESCRIPTION

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;

switch.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, Options 1,0,0 // Target

switch.pm

use CGI; $VERSION = '1.00'; 1; __END__ =head1 NAME CGI::Switch - Backward compatibility module for defunct CGI::Switch =head1 SYNOPSIS Do not use this module. It is deprecated. =head1 ABSTRAC

switch.java

package com.javapatterns.command.lightandfan; public class Switch { private Command UpCommand, DownCommand; public Switch( Command Up, Command Down) { UpCommand =

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

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