代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/427573/8934871
c 3rabs.c
void rabs(a,b,r,p,n)
int a,b,*r,n,p[];
{ int k,l,m,i;
k=b-a+1; l=2;
while (l
www.eeworm.com/read/427573/8935837
c 3rabs.c
void rabs(a,b,r,p,n)
int a,b,*r,n,p[];
{ int k,l,m,i;
k=b-a+1; l=2;
while (l
www.eeworm.com/read/427573/8935869
c 3rabs.c
void rabs(a,b,r,p,n)
int a,b,*r,n,p[];
{ int k,l,m,i;
k=b-a+1; l=2;
while (l
www.eeworm.com/read/427233/8959575
m f_cycle.m
%negative cycle
function y=cycle(n,U); %U(i,i)=0 and U(i,j)=inf
S=zeros(n);
for i=1:n
for j=1:n S(i,j)=j; end
end
x=0;
for m=1:n
for i=1:n
for j=1:n
if
www.eeworm.com/read/185696/8991169
c qrnd.c
# include "stdio.h"
void qrnd(a,b,r,p,n)
int a,b,*r,n,p[];
{ int k,l,m,i;
k=b-1+1;l=2;
while (l
www.eeworm.com/read/185213/9050166
bas memerror.bas
rem memerror.bas
a$= "-"
while 1
a$= a$ + a$
print len (a$)
wend
www.eeworm.com/read/378450/9230748
txt 1.txt
int a[10];
int minloc(int a[], int low, int high)
{
int k,x,i;
k = low;
x = a[low];
i = low + 1;
while(i < high)
{
if(a[i]
www.eeworm.com/read/378183/9247925
dat vfpdat40.dat
格式: SORT TOON[/A|/D][/C],[,[/A|/D][/C]...]
---- [][FOR][WHILE]
[FIELDS|FIELDS LIKE|FIELDS EXCEPT]
功能: 根据表的某些字段重排记录,排
www.eeworm.com/read/378183/9248028
dat vfpdat61.dat
格式: SORT TOON[/A|/D][/C],[,[/A|/D][/C]...]
---- [][FOR][WHILE]
[FIELDS|FIELDS LIKE|FIELDS EXCEPT]
功能: 根据表的某些字段重排记
www.eeworm.com/read/376636/9311277
txt test_error.txt
if a>8+3*d+6 | 3>4 & ea do;
begin
a=9;
b=7;
end
}