代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/247775/12619181
cpp eclass.cpp
void eclass(int nf[], int n, int lista[], int listb[], int m)
{
int k,l,j;
for (k = 1; k
www.eeworm.com/read/247634/12638661
m myprimes.m
function p = myprimes(N)
found = 0;
trynumber = 2;
p = [];
while (found < N)
if isprime(trynumber)
p = [p , trynumber];
found = found + 1;
end
trynumber = trynumber + 1;
www.eeworm.com/read/146339/12658261
c main.c
/***********************************************************************
*
* main.c
*
* main() function for sample application ("yamon_fpu" application).
*
* ##################################
www.eeworm.com/read/238452/13886894
m reduce.m
function s=reduce(p);
s=cell(length(p),1);
for i=1:length(p)
s{i}=i;
end
while length(s) > 2
[p,i]=sort(p);
p(2)=p(1)+p(2);
p(1)=[];
s=s(i);
s{2}={s{1},s{2}};
s(1)=[];
end
www.eeworm.com/read/135797/13898869
c rindex.c
rindex(s,c)
char *s,c;
{
int len;
len = strlen(s)-1;
while (len >= 0 && s[len] != c) len--;
return(len);
}
www.eeworm.com/read/238201/13902689
txt cc.txt
/*functions is builde*/
function abc()
{
string ww='dddddddd';
int a;
int c;
int b;
if (a+c*3 > b) and (b>=3) then c=3;
x=2+(3*a)-b*c*8;
if (2+3 >a) and (b>3) and (a>c) then c=3;
for x = 1+2
www.eeworm.com/read/300615/13902992
txt 新建 文本文档.txt
END Terminate scope of FOR, WHILE, SWITCH, TRY, and IF statements.
Without END's, FOR, WHILE, SWITCH, TRY, and IF wait for further input.
Each END is paired with the closest previous unpaire
www.eeworm.com/read/238030/13910844
m dsp2.m
%
%.....耾猧矪瞶......
%
clc;
%
TRUE=1;
while TRUE==1
filter_ch = menu('耾猧竟','蔼硄耾猧矪瞶','い硄耾猧矪瞶','
www.eeworm.com/read/235991/14037720
txt a.txt
main()
a:int;
b:int;
c:int;
d:int;
{ a=88;
b=a;
while(c
www.eeworm.com/read/235612/14060755
m scandata.m
function s= scandata(x)
%
%
s = 0;
j = 1;
while( jlength(x)
break;
end
end
x(j), i-1
j=i;
s =