代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/100082/15885804

autocis .autocis

# .autocis - xc script to visit CIS automagically. # This file uses 4-character tabstops. # It will log in, visit CIS Mail (if mail is waiting), then the # PRACTICE and UNIX Fora, uploading any prepa
www.eeworm.com/read/162614/5529962

c 20040203-1.c

/* PR/13994; bug_cond2 was rejected on gcc up to version 3.4.x */ /* { dg-do compile }*/ /* { dg-options "-std=gnu89" }*/ struct s { char c[1]; }; struct s a; int bug_if(void) { if (a.c) return 1;
www.eeworm.com/read/457830/7317263

txt stereotype.txt

printf_int proc near push AX push SI push DX push CX push BX sub SI, SI cmp AX, 8000H jb printf_int_if_end mov BX, AX mov AH, 2 mov DL, 2DH int 21H mov AX, BX neg
www.eeworm.com/read/353894/10407604

c test6.c

#include "stdio.h" #include "time.h" #include "math.h" #include "inc.h" #define MAX 30000 main() { int i; unsigned long j; clock_t start_time,end_time, during_time; sta
www.eeworm.com/read/192685/8361485

txt 怎样能让窗体碰撞到边界能自由来回反弹.txt

x = 10 '横 坐 标 y = 10 '纵 坐 标 a = 1 'x的 位 移 量 b = 1 'y的 位 移 量 do while true x = x + a y = y + b if x < 10 then a = -a '到 左 边 界 if x > 70 then a = -a '
www.eeworm.com/read/192685/8362730

txt 怎样在指定的目录中查看是否还有文件夹.txt

你 可 以 使 用 VB的 Dir命 令 来 实 现 你 的 要 求 。 Dim sPath, sDir sPath = "c:\win95\" sDir = Dir(sPath & "*.*", vbDirectory) While sDir "" If GetAttr(sPath & sDir) And
www.eeworm.com/read/192685/8365554

txt 如何限制连接的时间.txt

在 “如何检测下载是否完成”中 我 们 介 绍 了 如 何 等 待 一 个 下 载 任 务 完 成 。 不 过 你 的 问 题 可 以 在 这 个 问 题 的 基 础 上 进 行 一 个 时 间 判 断 。 t = Now Inet1.Execute ... Do While Inet1.StillExecuting DoEvents
www.eeworm.com/read/192655/8368025

c sy15.c

#include main() {int p1,p2; while((p1==fork())==-1); if(p1==0) putchar('b'); else { while((p2==fork())==-1); if(p2==0) putchar('c'); else putchar('a'); }}
www.eeworm.com/read/192655/8368028

c sy11.c

#include main() {int p1,p2; while((p1==fork())==-1); if(p1==0) putchar('b'); else { while((p2==fork())==-1); if(p2==0) putchar('c'); else putchar('a'); }}
www.eeworm.com/read/192655/8368030

c sy12.c

#include main() {int p1,p2; while((p1==fork())==-1); if(p1==0) putchar('b'); else { while((p2==fork())==-1); if(p2==0) putchar('c'); else putchar('a'); }}