sequence of statement的意思|示意
[计] 语句顺序
sequence of statement相关例句
If you've recently given a PowerPoint talk, you likely presented your bullet points in sequence, rather than all at once, to allow people to better feel the weight of each statement.
如果你最近用PPT软件做过发言的话,你很可能是把你要说的每个要点逐条罗列,而不是把它们都放在一起,这样可以让别人更好地感受到每一句话的分量。
A script usually contains a sequence of statements. If there is more than one statement, the results appear one at a time as the statements execute.
脚本一般都是包含了一系列的语句。如果语句超过一条,每个语句执行的时候都会显示结果。比如下面这个。
Another common algorithmic structure involves that the need to continue executing a statement or sequence of statements as long as some condition remains true.
另一种常见的算法结构是当条件为“真”时,循环执行一条语句或者语句序列。