代码搜索:until
找到约 4,232 项符合「until」的源代码
代码结果 4,232
www.eeworm.com/read/300713/13897148
summary bidir.map.summary
Analysis & Synthesis Status : Successful - Sat Mar 15 10:54:58 2008
Quartus II Version : 7.2 Build 151 09/26/2007 SJ Full Version
Revision Name : bidir
Top-level Entity Name : bidir
Family : Cyclo
www.eeworm.com/read/135805/13898571
asm recolor.asm
title RECOLORS
page 60,132
oldattr equ [bp + 0Ah] ;
newattr equ [bp + 06h] ;
program se
www.eeworm.com/read/236244/14024327
sh untilexample.sh
#!/bin/sh
until [ ! -f a.lock ]
do
sleep 1
done
echo "You may start another application safely"
b
www.eeworm.com/read/113072/15470863
txt 570.txt
Do...Loop 语句
Microsoft® Visual Basic® Scripting Edition
Do...Loop 语句
语言参考
版本 1
请参阅
描述
当条件为 True 时或条件变为 True 之前重复执行某语句块。
语法
Do [{While | Until} condition]
[statements]
[Exit Do]
www.eeworm.com/read/107253/15611342
txt asp编程技术-vbscript错误代码及对应解释大全.txt
ASP编程技术-vbscript错误代码及对应解释大全
--------------------------------------------------------------------------------
VBScript 运行时错误
如果 VBScript 脚本执行系统无法实施的操作,则会产生 VBScript 运行时错误。只有在
www.eeworm.com/read/102720/15761058
2 sigsuspe.2
SIGSUSPEND(2) Minix Programmer's Manual SIGSUSPEND(2)
NAME
sigsuspend - suspend until signalled
SYNOPSIS
#include
int sigsuspend(con
www.eeworm.com/read/102720/15761914
2 sigsuspe.2
.TH SIGSUSPEND 2
.SH NAME
sigsuspend \- suspend until signalled
.SH SYNOPSIS
.ft B
#include
int sigsuspend(const sigset_t *\fIset\fP)
.ft P
.SH DESCRIPTION
.B Sigsuspend()
installs the sig
www.eeworm.com/read/102062/15793476
dsp pitch.dsp
.module/boot=3/boot=4 pitch_detection;
{ PITCH.DSP - extracts the pitch period, and makes a
voiced/unvoiced decision.
INPUT:
i0 -> k[N]
l0 = 0
i6 -> aut
www.eeworm.com/read/100097/15885263
2 readme-1.2
Qfax Release 1.2b (Bug fix release)
This version of Qfax fixes the more significant bugs in v1.1, along
with some typos in the installation instructions; see CHANGES for
details.
As usual, until I h
www.eeworm.com/read/433021/8551812
vhd counter_using_multiple_wait.vhd
--Counter using Multiple Wait Statements
--This example shows an inefficient way of describing a counter.
--vhdl model of a 3-state counter illustrating the use
--of the WAIT statement to suspend a pr