代码搜索:else

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

代码结果 10,000
www.eeworm.com/read/275837/10792716

c 16rbsh.c

int rbsh(p,n,a,b,m) int n,*m; double a,b,p[]; { int i,j,k; i=1; j=n; while (i=a)&&(p[k-1]
www.eeworm.com/read/349646/10808534

m factorial.m

function x = factorial(n) % FACTORIAL Compute n! % x = factorial(n) if n == 0 x = 1; else x = n*factorial(n-1); end
www.eeworm.com/read/349646/10809263

m factorial.m

function x = factorial(n) % FACTORIAL Compute n! % x = factorial(n) if n == 0 x = 1; else x = n*factorial(n-1); end
www.eeworm.com/read/275022/10838755

c 16rbsh.c

int rbsh(p,n,a,b,m) int n,*m; double a,b,p[]; { int i,j,k; i=1; j=n; while (i=a)&&(p[k-1]
www.eeworm.com/read/348726/10870272

asp maillink.asp

www.eeworm.com/read/272595/10951966

m u.m

%----------------------------subfunction----------------------------------- function u=U(L,xx) x1=1;x2=0;x3=1;x4=0; for i=1:L y1=x1;y2=x2;y3=x3;y4=x4; x4=y3;x3=y2;x2=y1; x1=xor(y3,y4); x
www.eeworm.com/read/418183/10961421

asp maillink.asp

www.eeworm.com/read/271760/10981807

m my_fibo.m

function a=my_fibo(k) if k==1 | k==2, a=1; else, a=my_fibo(k-1)+my_fibo(k-2); end
www.eeworm.com/read/417373/10992522

pl test2.pl

var a,b,c; begin read(a,b,c); if a>0 then write(b) else write(c); write(a,b,c); end.
www.eeworm.com/read/270917/11019853

c 16rbsh.c

int rbsh(p,n,a,b,m) int n,*m; double a,b,p[]; { int i,j,k; i=1; j=n; while (i=a)&&(p[k-1]