And the foreground program mainly carried out the digital calculation of inside loop and outside loop.
而前台程序主要进行内外两环的数值计算。
The NNC is composed of an inside loop controller and an outside loop one in accordance with the two time scale.
基于时标分离的原则,神经控制器被设计为内环控制器和外环控制器两个部分。
The inside loop is used to overcome fuel disturbance quickly, and the outside loop is used to compensate time-delay of object.
外回路采用内模控制,以有效地补偿对象的大滞后特性。
Finally, the indirect vector control system is made as the research target and double close loop control systems which contain synchronous current inside loop and speed outside loop are introduced.
首先对磁场定向控制理论进行了详细分析,比较后采用间接磁场定向的控制方法,并建立基于同步电流内环、转速外环的双闭环控制结构。
When modeling a process, you sometimes discover that one or more activities should belong inside of a loop or a local process.
在对流程建模时,您有时会发现一个或多个活动应该属于某个循环或局部流程内部。
Because of this, locks inside a loop are not coarsened to include the looping construct.
正因为这些原因,一个处于循环内部的锁是不会被粗化到包含整个循环体的。
All four variables are declared outside the loop and therefore have excessive scope even though they're only used inside the loop.
所有这四个变量都是在循环外声明的,尽管它们仅在循环内部使用,但作用域不止于此。
If I'm iterating from I on the outside, I on the inside, I'm going to start changing the value and I might very well induce an infinite loop but J is okay.
如果我在外面从i开始迭代,或从里面开始迭代,我将开始改变它的值,我可能引起一个无限循环,但是用j是可以的。
Inside the loop, you print out the error or warning information.
在循环中,输出错误或警告信息。
I can be a little more careful about keeping track of what goes on inside of that loop. If I don't have any more work to do, let me just stop.
我能更小心点来跟,踪循环里发生了什么,如果没什么可干的了,就停下来吧。
Inside the foreach loop, add the line in bold shown in Listing 5.
将清单5中显示的粗体代码行添加到foreach循环中。
The black box, people call it, even though it's orange, and on the inside is a loop of wire that's the permanent record of all that's left.
其实它是橙色的。里面有一组线圈,用来永久保存空难前遗留的所有信息。
This is less "robust" in a sense than OS threads -- but it would not require much extra machinery to catch exceptions inside scheduler()'s loop rather than outside the loop.
这在某种意义上“健壮性”不如OS线程 ―不过在scheduler()的循环内捕获异常不会比在循环外需要更多的机器资源。
For example, in the for my $sndFile ( @soundList ) loop above, if the entire criteria specified (IBM, developerWorks, nathan) matches, the commands issued inside the loop will be what we see here.
例如,在上面的formy $sndFile ( @soundList )循环中,如果匹配指定的整个条件(IBM,developerWorks,nathan),循环内部发出的消息将如下所示。
Move the RetrieveItems staff activity inside of the loop.
将RetrieveItems staff活动移到循环里面。
Going a step further, look at the structure of the code inside the while loop.
再进一步,看看while循环内部的结构。
Inside the loop, three pieces of data are fetched.
循环获取了3个数据部分。
Put the receive block inside of a near-infinite loop.
把receive块放在一个接近无限的循环中。
The code inside the loop (pump the Thread.sleep ) keeps the service running and listening for messages.
循环中的代码(pump 、Thread. sleep)使服务一直运行,并侦听消息。
Double clicking on the while activity in the editor enables you to see the sub flow inside the while loop.
如果您双击编辑器中的while活动,就会看到whlie循环中的子流。
The first section inside the read-from-stdin loop prints out the cluster description, along with the node to display inside the cluster.
read - from - stdin循环中的第一部分将打印聚类描述,并打印在聚类内显示的节点。
Let's close the loop and let's try to figure out the voltage inside this loop.
我们闭合线圈,并试着算出线圈内部的电压。
The continue and break statements are used inside a while loop to continue with the next pass through the loop or break out of the loop, respectively.
continue和break语句分别用于在 while循环中继续下一次循环或中断循环。
The repeated process fragment must be placed inside these loop modeling elements.
重复的流程片断必须置于这些循环建模元素内。
Your code should (almost) never have multiple nested loops (a loop inside a loop inside a loop). Most of the code written today should use Hashtables, simple lists and singly nested loops.
在编写代码时应尽量避免嵌套循环,目前大多数代码都是使用了哈希表、简单链表和单循环。
Once you're inside the inner loop, create an XML element to represent the cell, using the appropriate column name as the element name.
一旦进入内部循环,就创建一个XML元素来表示单元格,使用适当的列名作为元素名。
If a script is being written to create a number of bridge objects defined by a variable, the creation of those objects can be placed inside a loop.
如果脚本正在编写,用于创建用变量定义的大量网桥对象,这些对象的创建可以放在一个循环中。
The code snippet in Listing 2 shows a loop to process every project in a DOAP file (normally, there's only one) and output data inside a element in an XML document.
清单2中的代码片断展示了一个循环,该循环用于处理DOAP文件中的每个项目(通常只有一个项目),并输出XML文档中由元素括起来的数据。
A partial exception is when working inside a loop.
当处在循环中时,分部异常也可以很好地工作。
And, of course, you could take, if your loop doesn't move over time, I mean there is a different story if you start somehow taking your wire and somehow moving it inside the field.
当然,你会看出来,如果线圈不随着时间移动,也就是以某种方式改变线圈的运动,情况就不同了。
应用推荐