代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/357093/10216156

m haffman.m

function c=haffman(I) %定义Huffman编码子程序 [m,n]=size(I); p1=1;s=m*n; for k=1:m for h=1:n f=0; for b=1:p1-1 if(c(b,1)==I(k,h)) f=1;break; end end if
www.eeworm.com/read/356587/10224260

c enumappnote_bf1.c

//--------------------------------------------------------------------------- // Copyright (C) 2005 Maxim Integrated Products, Inc. All Rights Reserved. // // Permission is hereby granted, free of
www.eeworm.com/read/356303/10232183

c twodim.c

# include void main() { int array[16][16]; int i, j, k, m, n; /* 变量初始化 */ m = 1; while(m == 1) { printf("请输入n(0
www.eeworm.com/read/356292/10232322

c twodim.c

# include void main() { int array[16][16]; int i, j, k, m, n; /* 变量初始化 */ m = 1; while(m == 1) { printf("请输入n(0
www.eeworm.com/read/356267/10233471

bak 8.bak

main( ) { int a[11] , l , h , m , y , x , *p ; for ( y=1 ; y
www.eeworm.com/read/356177/10235516

m chase.m

v=1; dt=0.05; x=[0 0 10 10]; y=[0 10 10 0]; for i=1:4 plot(x(i),y(i),'.'),hold on end d=20; while(d>0.1) x(5)=x(1);y(5)=y(1); for i=1:4 d=sqrt((x(i+1)-x(i))^2+(y(i+1)-y(i
www.eeworm.com/read/162958/10256195

prg ls.prg

store 1 to gnx do while len(sys(16,gnx)) != 0 ? sys(16,gnx) store gnx+1 to gnx enddo
www.eeworm.com/read/355417/10267137

c pstr.c

/* * 68K/386 32-bit C compiler. * * copyright (c) 1997, David Lindauer * * This compiler is intended for educational use. It may not be used * for profit without the express written cons
www.eeworm.com/read/281000/10273731

cpp fig07_17.cpp

int i = left + 1, j = right - 2; for( ; ; ) { while( a[ i ] < pivot ) i++; while( pivot < a[ j ] ) j--; if( i < j ) sw
www.eeworm.com/read/280878/10282399

c 8atk.c

#include "math.h" double atk(x,y,n,t,eps) int n; double t,eps,x[],y[]; { int i,j,k,m,l; double z,xx[10],yy[10]; z=0.0; if (n