代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/358056/10196984
c 3rab1.c
int rab1(a,b,r)
int a,b,*r;
{ int k,l,m,i,p;
k=b-a+1; l=2;
while (l
www.eeworm.com/read/357858/10199672
m zhg.m
N=input('输入样本数据个数:')
for j=1:N
X(j)=input('输入样本数据:');
end
X=X';
p=input('输入自回归阶数:')
for j=1:p
A(j)=input('输入自回归参数的最低值:');
end
for j=1:p
AA(j)=input('输入自回归参数的最高值:');
end
k=input
www.eeworm.com/read/357858/10199674
m gjmamle.m
q=input('输入滑动平均阶数:')
N=input('输入样本个数:')
for j=1:N
X(j)=input('输入得到的样本数据:');
end
for j=1:q
B(j)=input('输入滑动平均参数在平稳可逆域中的最低值:');
end
for j=1:q
BB(j)=input('输入滑动平均参数在平稳可逆域中的最高值:');
e
www.eeworm.com/read/357700/10202661
m tianchongj.m
%编写 J矩阵的主程序
J=zeros(720,6);
N=6;y=1;
for m=1:N
a(m)=m
end
p=0;p=p+1;
for m=1:N
J(p,m)=a(m)
end
x=0
y=y+1
exchange
while x~=0
p=p+1
for m=1:N
J(p,m)=a(m)
end
www.eeworm.com/read/357589/10205238
tmp mfc469.tmp
/* Test.PL0 */
Program abc;
Integer x,y,z;
Real a,b;
Procedure ab(Var m,n:Integer;t:Real);
Begin
t:=n+m;
If m>n then n:=m else t:=m;
While n
www.eeworm.com/read/357589/10205263
tmp mfc163.tmp
/*这是一个测试程序*/
Program abc;
Integer x,y,z;
Real a,b;
Procedure ab(Var m,n:Integer;t:Real);
Begin
t:=n+m;
If m>n then n:=m else t:=m;
While n
www.eeworm.com/read/357589/10205264
tmp mfc46c.tmp
/*这是一个测试程序*/
Program abc;
Integer x,y,z;
Real a,b;
Procedure ab(Var m,n:Integer;t:Real);
Begin
t:=n+m;
If m>n then n:=m else t:=m;
While n
www.eeworm.com/read/357589/10205285
pl0 test.pl0
/*这是一个测试程序*/
Program abc;
Integer x,y,z; /*变量声明*/
Real a,b;
Procedure ab(Var m,n:Integer; t:Real); /*过程*/
Begin
t:=n+m;
If m>n then /*条件语句*/
n:=m
els
www.eeworm.com/read/357390/10210154
m prim.m
T=[];l=0;%l记录T的列数
q(1)=-1;
for i=2:n
p(i)=1;q(i)=D(i,1);
end
k=1;
while 1
if k>=n
disp(T);
break;
else
min=inf;
for i=2:n
if q(i)>0
www.eeworm.com/read/357104/10216068
txt symbol.txt
func
while
do
if
then
else
true
false
int
const
id
{
}
;
,
=
!
&
|
<
>
=
==
+
*
(
)
/
$