According to the formulae derived in this paper, the time sequence dependent relational graph exactly corresponding to the body of a DO-loop can be constructed under some given conditions.
对于满足给定条件的DO循环,根据文中导出的计算公式,可以精确地构造出与循环体相对应的时序依赖关系图。
Do nothing, close your loop and then down here do something.
不做什么,关闭你的循环,然后到这里做点事情。
What we do is, in a loop, march down the argument list checking each one to see if it is an option.
我们所做的是,用一个循环遍历参数列表检查每个参数来看它是否为选项。
What's the first thing I do in a loop?
我在循环中做的第一件事情是什么呢?
To wait all we do is put the thread into a busy loop (a spin).
为了让线程等待,我们只需将线程执行一个忙循环(自旋)。
Nonetheless, having done that, let's look at what I'm going to do. I now want to run a loop where I need to collect things together.
尽管如此,讲完了这些,让我们去看看,我将要进行的操作,我想要运行一个,需要把东西收集起来的循环,我要命名它。
The reasonable approach is to do the basic flow once, do a loop once, and then do a loop a second time.
最合理的方法是做一遍基本流程,一遍循环流程,然后再做一遍循环流程。
Do not include synchronized methods into a loop structure.
不要将同步方法放到循环结构中。
The loop could, of course, do anything else desired with each production encountered.
当然,该循环可以对遇到的每个产品做我们所期望的任何其它事情。
So what do air combat and the OODA loop have to do with UI design?
那么空战与OODA循环又和UI设计有什么关系呢?
So now all you need to do is change the loop so that it will utilize this.
现在您所需要做的就是更改循环以利用这种方法。
Well I ought to be able to do that by simply generalizing the loop. And that's what the next piece of code on your a hand out shows you.
好的通过生成这个循环,我应该能够达到目的,这也是你们的讲义中下一段代码。
So what I wanted to do is loop back, at least with a couple of things that we see recurring and very understandably so, but let's try to clear up a couple of frequently occurring issues.
所以我想要做的是回环,至少用两三个,我们看到的东西返回,并且可以理解地,让我们试着处理几个,频繁发生的事情。
The above example shows that sequential scan and indexes are used to do the data retrieval, and the nested-loop join method is used to join all tables.
以上示例展示了如何使用连续扫描和索引来进行数据检索,以及如何使用嵌套循环连接方法来连接所有表。
And what's this little loop say to do? This little loop says I'm going to write a function or procedures that takes in two messages.
这个小循环是做什么的,这个小的循环是,我要写一个函数或者过程来接受两条消息。
The two users will simultaneously do the two actions in a loop.
两个用户同时循环进行两个活动。
An infinite autoaction loop -- DO NOT USE!
无限自动操作循环 —不要使用!
The inner loop, this part here, I do m times.
这个循环执行了多少次呢?
How do I know when I'm done with the loop?
我怎么知道循环完毕了呢?
Do very basic math, such as loop increments?
执行基本的数学运算,例如循环增值。
What we have to do is loop until we have less than ten results or until there is an error. The loop looks like this!
我们需要使用一个循环进行遍历,直到所返回的结果少于10个或出现错误为止。
Sorry? OK. You're doing the whole thing for me What's the complexity just of this inner loop m How many times do I go through that loop?
就这一块代码的,我执行了多少次这个循环?,次对不对?,here?,Just,this,piece。,我一会儿就会去得到你的答案的?
Otherwise, it's a pretty bad mistake, but sometimes you do want an infinite loop, Word for instance, Microsoft Word if you use it or pages or the like on your Mac or PC.
否则,它将会是一个错误,但有时你确实需要一个无穷循环,例如微软的,当你在Mac或者PC上使用它时。
Continue must be in a loop (e.g., for, do, while). It cannot appear in case constructs.
continue一定是在for,do,while这些循环中,而不能在实例构建中出现。
On line 2, we're gonna induce what's called a loop, so do you wanna go ahead and Philip henceforth you get to stare, stare at the awkwardness.
第二行,我们将介绍什么叫做循环,你想接着往下读吗,飞利浦正盯着你看,略显尴尬。
Next, set up your test to loop through all of the data. The easiest way to do this is by adding a loop.
下一步,设置您的测试循环测试所有数据。
Notice how this method accounts for possible weak references in the queue with the do-while loop.
请注意该方法如何用do -while循环来处理队列中可能存在的弱引用。
The for loop essentially says "for each item element, do the following."
for循环实际是说“对每个item元素,做以下事情。”
If, on the other hand, you do a for-each loop against the query a completely different model is used.
另一方面,如果您对于一个查询使用for -each循环,那么执行模型将会完全不同。
You can do this with a very simple for loop, as demonstrated in Listing 7 below.
您可以使用一个非常简单的for循环来完成这项任务,如下面的清单7所示。
应用推荐