代码搜索:else
找到约 10,000 项符合「else」的源代码
代码结果 10,000
www.eeworm.com/read/148721/5709463
1bk init.1bk
1 2 3 4
5 6
7
if
for
else
while
1 2 3 if
4 5 0 for
6 7 8 else
9 10 11 while
1 2 3 if
4 5 0 for
6 7 8 else
9 10 11 while
0 0 0
www.eeworm.com/read/148721/5709555
1bk init.1bk
1 2 3 4
5 6
7
if
for
else
while
1 2 3 if
4 5 0 for
6 7 8 else
9 10 11 while
1 2 3 if
4 5 0 for
6 7 8 else
9 10 11 while
0 0 0
www.eeworm.com/read/131315/5935449
plus-minus
{
if ($1 == "-")
print "minus"
if ($1 == "+")
print "plus"
if (($1 != "-") && ($1 != "+"))
print "something else"
}
www.eeworm.com/read/131315/5945033
c compat.c
/*
* Copyright (c) 1988, 1989, 1990, 1993
* The Regents of the University of California. All rights reserved.
* Copyright (c) 1989 by Berkeley Softworks
* All rights reserved.
*
* This code is
www.eeworm.com/read/128447/5990516
c e_exp.c
//===========================================================================
//
// e_exp.c
//
// Part of the standard mathematical function library
//
//====================================
www.eeworm.com/read/123322/6060889
c e_exp.c
//===========================================================================
//
// e_exp.c
//
// Part of the standard mathematical function library
//
//====================================
www.eeworm.com/read/492758/6408627
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/492758/6408643
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end