代码搜索:else

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

代码结果 10,000
www.eeworm.com/read/179865/9333957

asp maillink.asp

www.eeworm.com/read/375589/9356133

asv bianhuan.asv

function Y=Bianhuan(X) [m,n]=size(X); Y=zeros(m+2,n+2); for i=1:m+2 for j=1:n+2 if i==1|j==1|i==m+2|j==n+2 Y(i,j)=0; else Y(i,j)=X(i-1,j-1);
www.eeworm.com/read/375589/9356138

m bianhuan.m

function Y=Bianhuan(X) [m,n]=size(X); Y=zeros(m+2,n+2); for i=1:m+2 for j=1:n+2 if i==1|j==1|i==m+2|j==n+2 Y(i,j)=0; else Y(i,j)=X(i-1,j-1);
www.eeworm.com/read/374949/9377854

cpp 2_9.cpp

#include void main() { int x,j=0; do { coutx; if ((x%3==0) && (x%5==0) && (x%7==0)) cout
www.eeworm.com/read/374163/9419001

c getopt.c

/* Getopt for GNU. NOTE: getopt is now part of the C library, so if you don't know what "Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu before changing it! Copyrigh
www.eeworm.com/read/177819/9431114

c getopt.c

/* Getopt for GNU. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@gnu.org. Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 9
www.eeworm.com/read/373250/9467365

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/372666/9498965

pl0 test3.pl0

var a,b,c; begin read(a,b,c); if a>=b then if a>=c then write(a) else write(c) else if b>=c then write(b) else write(c); end.
www.eeworm.com/read/372592/9501420

txt erf.txt

Function ERF(X) If X < 0# Then ERF = -GAMMP(0.5, X ^ 2) Else ERF = GAMMP(0.5, X ^ 2) End If End Function
www.eeworm.com/read/176085/9517086

dat errorass8.dat

错误信息: Already had ELSE clause 中文注释: 在ELSE从句中试图定义ELSE从句