说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 循环语句
1.
Reading and Using of Loop Structure Statement in Visual FoxPro
Visual FoxPro中循环语句的解读及应用
2.
And that means right before-it does no good to put any other statement between the label and the iteration.
进一步说,它实际需要紧靠在循环语句的前方——在标签和循环之间置入任何语句都是不明智的。
3.
The nesting of macro program loop statements of huazhong CNC system users
华中数控系统用户宏程序循环语句的嵌套
4.
The only place a label is useful in Java is right before an iteration statement.
对Java来说,唯一用到标签的地方是在循环语句之前。
5.
You cannot use this approach with any of the other selection or iteration statements.
对于其他任何条件或循环语句,都不可采用这种方法。
6.
It's not a jump but rather a way to break out of an iteration statement.
它并不属于一次跳转,而是中断循环语句的一种方法。
7.
Idle Loop and Do Events Statement;
闲置循环与Do Events语句
8.
However, inside the loop there is a break statement that will break out of the loop.
然而,循环内部有一个break语句,可中止循环。
9.
while, do-while and for control looping and are sometimes classified as iteration statements.
while,do-while和for控制着循环,有时将其划分为“反复语句”。
10.
Realization of Chinese PinYin-chinese character transform by Syntax、 semantic Cycle-recursive Network
利用句法、语义循环递归网络实现汉语拼音→汉字转换
11.
A Statement-Migrating Based Loop Transformation Approach to Multi-Core SIMD Architecture
基于语句迁移的循环变换在多核SIMD架构上的研究与实现
12.
Characterized by periodic sentences.
完句的以循环句子为特征的
13.
In a while, if the conditional is false the first time the statement never executes.
而在while循环结构中,若条件第一次就为false,那么其中的语句根本不会执行。
14.
On the Syntactic Circumstances of the Complement "Que" in the Grammatical Context;
浅谈语法化中补语“却”的句法环境
15.
break; // ... default: statement;
break;//..default:语句;
16.
A term sometimes applied to recirculating memory.
有时用于循环存储器的一种术语。
17.
Implementation of Telecontrol Recycling Protocol CDT with Senior Language
远动CDT循环规约的高级语言实施
18.
A Teaching Inquiry in Cycle Structure of C Programming Language;
《C语言程序设计》中“循环结构”教学探析