代码搜索:Switch

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

代码结果 10,000
www.eeworm.com/read/346459/11743144

m subsref.m

function B=subsref(A,S) % $Id: subsref.m 47 2004-09-09 08:01:57Z mairas $ % launder time vectors if length(A.vec) A = time(A.vec); end switch S(1).type case '.' switch S(1).subs case 't' if
www.eeworm.com/read/346459/11743249

m subsref.m

function B=subsref(A,S) % $Id: subsref.m 93 2005-10-24 13:54:45Z bassus $ switch S(1).type case '.' switch S(1).subs case 't' if length(S)>1 B=subsref(A.time.t,S(2:end)); else
www.eeworm.com/read/259942/11755809

c input1.c

/* Generated by re2c */ #line 1 "input1.re" #line 5 "" { YYCTYPE yych; if((YYLIMIT - YYCURSOR) < 2) YYFILL(2); yych = *YYCURSOR; switch(yych) { case 'a': goto yy2; default: goto yy4;
www.eeworm.com/read/259942/11755831

c parse_date.c

/* Generated by re2c */ #line 1 "parse_date.re" /* +----------------------------------------------------------------------+ | PHP Version 5
www.eeworm.com/read/259942/11755875

c push.f.c

/* Generated by re2c */ #line 1 "push.f.re" /* * A push-model scanner example for re2c -f * Written Mon Apr 11 2005 by mgix@mgix.com * This file is in the public domain. * */ // -------------
www.eeworm.com/read/259942/11755917

c bug1163046.c

/* Generated by re2c */ #line 1 "bug1163046.re" #include #define YYCTYPE unsigned char #define YYCURSOR cursor #define YYLIMIT cursor #define YYMARKER marker #define YYFILL(n) bool scan(c
www.eeworm.com/read/259942/11755994

c config5.c

/* Generated by re2c */ #line 1 "config5.re" // ignored #line 7 "config5.re" // code #line 8 "" { YYCTYPE yych; if((YYLIMIT - YYCURSOR) < 2) YYFILL(2); yych = *YYCURSOR; switch(yych) {
www.eeworm.com/read/259942/11755999

c bug1297658.c

/* Generated by re2c */ #line 1 "bug1297658.re" #include #include #include struct Scanner { Scanner(char *_inp) : inp(_inp), buf(NULL), ptr(NULL), len(0), siz(strl
www.eeworm.com/read/259942/11756023

c modula.c

/* Generated by re2c */ #line 1 "modula.re" #include #include #include typedef unsigned int uint; typedef unsigned char uchar; #define BSIZE 8192 #define YYCTYPE uc
www.eeworm.com/read/259942/11756026

c push.c

/* Generated by re2c */ #line 1 "push.re" /* * A push-model scanner example for re2c -f * Written Mon Apr 11 2005 by mgix@mgix.com * This file is in the public domain. * */ // ---------------