代码搜索:Switch

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

代码结果 10,000
www.eeworm.com/read/187914/6338018

c getname.c

getname(char *name) { int i; for (i = 0; i
www.eeworm.com/read/219605/6341970

c 2_3.c

/* ======================================== */ /* 程序实例: 2_3.c */ /* 用学生编号来查询或修改成绩 */ /* ======================================== */ void main() { int sc
www.eeworm.com/read/322897/6342546

m metric.m

function distance=metric(x,y) if x==y distance=0; else distance=1; end % switch (y) % case 0 % if x==0 % distance=0.0458; % end % if x==1 % distance=2;
www.eeworm.com/read/327092/6345785

html 0195-0195.html

Linux Complete Command Reference:User Commands:EarthWeb Inc.-
www.eeworm.com/read/371761/6350379

m plsrmse.m

function plsrmse(Model,interval) % plsrmse plots RMSECV/RMSEP/RMSEC as a function of the number of PLS components % % Input: % Model (the output from ipls.m) % interval is optional for sele
www.eeworm.com/read/371761/6350415

m plsrmse.m

function plsrmse(Model,interval) % plsrmse plots RMSECV/RMSEP/RMSEC as a function of the number of PLS components % % Input: % Model (the output from ipls.m) % interval is optional for sele
www.eeworm.com/read/126483/6355955

c testpower.c

#include "usbdriver.h" NTSTATUS TestPowerIrp(IN PDEVICE_OBJECT fdo,IN PIRP Irp) { NTSTATUS ntStatus; PIO_STACK_LOCATION IrpStack, NextStack; PDEVICE_EXTENSION pdx; pdx = fdo->Devic
www.eeworm.com/read/494431/6376376

h panduan.h

uchar leap,nian,yue,ri,shi,fen,miao,week,ritop; void run(uchar year) { if(year%100==0) { if(year%400==0) leap=1; else leap=0; } else if(year%4==0) leap=1; else l
www.eeworm.com/read/493883/6384071

m metric.m

function distance=metric(x,y) if x==y distance=0; else distance=1; end % switch (y) % case 0 % if x==0 % distance=0.0458; % end % if x==1 % distance=2;
www.eeworm.com/read/493658/6388693

c 矩阵键盘扫描程序.c

#include #include "define.h" uint temp,n,num; uchar code smgtable[]={ 0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71,0}; void display(uchar); voi