代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/106940/15616903

c piksrt.c

void piksrt(n,arr) int n; float arr[]; { int i,j; float a; for (j=2;j 0 && arr[i] > a) { arr[i+1]=arr[i]; i--; } arr[i+1]=a; }
www.eeworm.com/read/104361/15697188

tig test10.tig

/* error : body of while not unit */ while(10 > 5) do 5+6
www.eeworm.com/read/104361/15697196

tig test20.tig

/* error: undeclared variable i */ while 10 > 5 do (i+1;())
www.eeworm.com/read/103618/15727799

m exm0832_1.m

%exm0832_1.m a(1)=1; a(2)=1; i=2; while a(i)
www.eeworm.com/read/100100/15885155

ksc ckedemo.ksc

#!/usr/local/bin/kermit ; UNIX: Change previous line to contain full pathname of C-Kermit 7.0 binary. COMMENT - File CKEDEMO.KSC ; ; Exercises Kermit's programming constructs. ; Converted to block-s
www.eeworm.com/read/279765/10394807

pb schleifen.pb

; ///////////////////////////// ; AmLinger ; by 2008 02 05 ; ///////////////////////////// ; 将英文站点的一些代码注释一下. ; 新手可以进步更快 ; ; 循环操作 ; FOR-NEXT ; --------
www.eeworm.com/read/397649/8031130

java forwhiletest.java

/** * Java语言实验参考程序 * Company 北京师范大学计算机系 * @author 孙一林 * @version 1.0 */ import java.io.*; public class ForWhileTest { public static void main(String[] args) throws IOException
www.eeworm.com/read/244665/12850358

lsp 对象选择集的交点 vlisp 函数.lsp

;;;************************************************************************** ;;; No.26-3 求(LINE *POLYLINE ARC CIRCLE ELLIPSE)对象选择集的交点 VLisp 函数 ;;;**************************************************
www.eeworm.com/read/162614/5519103

c cond.c

// PR c++/8080 // Bug: the transformation in finish_while_stmt_cond produced something // that tsubst_expr handled badly. Fixed by not doing the transformation // while parsing a template. class TO
www.eeworm.com/read/192439/8381476

java pku1001_exponentiation.java

/** * Exponentiation Time Limit:500MS Memory Limit:10000K Total Submit:16443 Accepted:3695 Description Problems involving the computation of exact values of very large magnitude and precisi