代码搜索:until

找到约 4,232 项符合「until」的源代码

代码结果 4,232
www.eeworm.com/read/295197/8180964

plx test.plx

program integer i,j; begin write 2; i:=3; repeat j:=3; while j=i then write i end; i:=i+2 until i>=100 end.
www.eeworm.com/read/294309/8242641

dat data3.dat

赋值语句 在VB中赋值语句有两种: 1:对普通变量的赋值。 变量=表达式 如: Dim a As Integer a=100*20 2:对对象变量的赋值。 Set 变量=表达式 如: Dim ex As DataBase Set ex=OpenDataBase("File.mdb") If 语句 If语句用于测试条件,根据测试结果执行不同的操作。格式
www.eeworm.com/read/204627/15336490

c ssp.c

/***************************************************************************** * ssp.c: SSP C file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/127767/14337493

txt e106. holding onto an object until memory becomes low.txt

A soft reference holds onto its referent until memory becomes low. // Create up the soft reference. SoftReference sr = new SoftReference(object); // Use the soft reference.
www.eeworm.com/read/386292/8757284

c bl_ssi.c

//***************************************************************************** // // bl_ssi.c - Functions used to transfer data via the SSI port. // // Copyright (c) 2006-2007 Luminary Micro, Inc
www.eeworm.com/read/386292/8757368

c bl_ssi.c

//***************************************************************************** // // bl_ssi.c - Functions used to transfer data via the SSI port. // // Copyright (c) 2006-2007 Luminary Micro, Inc
www.eeworm.com/read/185213/9049966

bas presskey.bas

10 REPEAT 30 a$= INKEY$ 40 UNTIL a$ "" 50 a= ASC (a$) 60 IF LEN (a$) > 1 OR (a > 31 AND a < 127) THEN PRINT a$ ELSE PRINT a 70 GOTO 10
www.eeworm.com/read/184417/9102011

html finish.html

NAME glFinish - block until all GL execution is complete C SPECIFICATION void glFinish
www.eeworm.com/read/184417/9102330

html fglfinish.html

NAME fglFinish - block until all GL execution is complete FORTRAN SPECIFICATION SUBROUTINE