代码搜索:Switch

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

代码结果 10,000
www.eeworm.com/read/129726/14231280

c toupper.c

#include #include #include void main() { int i,j=1; clrscr(); for (;;){ gotoxy(30,10); printf("your number is %4d",j); i=getch(); switch(toupper(i)){ case
www.eeworm.com/read/129636/14234795

m evalinzzy.m

function y1=evalinzzy(a,s) t=(0:a)/a*2*pi; y1=subevalinzzy(4,s); %------------ subfunction ------------- function y2=subevalinzzy(a,s) t=(0:a)/a*2*pi;ss='a*exp(i*t)'; switch s case {'base','c
www.eeworm.com/read/129636/14235105

m dydt2.m

function Yd=DYDt2(t,Y,flag,G,ME) % flag 按ODE文件格式规定,必须是第三输入宗量。对它的赋值由ode45指令自动产生。 % 第4、5宗量是被传递的参数 switch flag case '' %按规定:这里必须是空串。在此为"真"时,完成以下导数计算。 X=Y(1:2);V=Y(3:4);r=sqrt(sum(X.^2));Y
www.eeworm.com/read/129636/14235124

m exm070531_1.m

function y1=exm070531_1(a,s) t=(0:a)/a*2*pi; y1=subevalinzzy(4,s); %------------ subfunction ------------- function y2=subevalinzzy(a,s) t=(0:a)/a*2*pi;ss='a*exp(i*t)'; switch s case {'base',
www.eeworm.com/read/129561/14238489

cpp 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
www.eeworm.com/read/129214/14257759

c switches.c

/*****************************************************************************/ /* */ /* FILENAME
www.eeworm.com/read/129180/14260354

htm switchfm.htm

Switches and LEDs Click switch
www.eeworm.com/read/128880/14274469

x test1.x

union optlong switch (int discr) { case TRUE: long val; case FALSE: void; }; struct args { optlong arg0; long arg1; short *arg2; };
www.eeworm.com/read/230772/14274552

c main.c

#include #include #include "Define.h" #include"Common.h" ////////////////////////////////////////////////////////////////// void main() { InitSystem(); /* 初始化系
www.eeworm.com/read/128632/14285564

m 2a.m

a=[-10,-6,-4,0,6,10],u=40,R=13; for i=1:6 title('bessel函数在a变化时的情形') xlabel('自变量X') ylabel('函数值Y') b=1-a(i); t=sqrt(u); Q=60; B=besselj(0,t*R)*Q/(besselj(0,t*R)*(a(i)*bes