When used to more complex systems, GO method shows more simplicity and advantages.
对于较复杂的系统,GO法则显得比较简单,优势更加明显。
The go method, defined in Listing 4, will allow us to move backward and forward in the stack.
清单4中定义的go方法允许我们在堆栈中来回移动。
The go method is passed two strings, one for the queue manager and one for the queue name.
go方法传递两个字符串,一个用于队列管理器,一个用于队列名。
You populate the fields with test data and the return object back to the caller, in this case the go method.
您使用测试数据和返回调用者的返回对象(在本例中为go方法)填充字段。
The results show that GO method is more precise than the fault tree analysis method is used to analyze the same system.
结果表明,比故障树法对同一系统的分析结果更精确。
GO method, capable of reflecting the original condition of system, lends itself better to simulating the system in which the sequential process exists.
GO方法能够反映系统原貌,非常适合模拟有序列过程的状态系统。
You choose a subscription or pay-as-you-go method because you do not have hardware or software to buy, install, and maintain, nor do you have to update the application.
您选择了一种订阅或即付即用(pay - as -you - go)方法,因此不需要购买、安装和维护软硬件,也不必升级应用程序。
Second, solve electromagnetic wave propagation of two-dimension concave objects by symplectic Geometrical Theory, and get better field solutions in caustic field2)comparing with classical GO method.
二利用辛几何理论求解电磁波在二维凹面体散射中的传播问题,与经典的GO解比较,特别在焦散区得到较理想的场解。
Thus, an essential assumption of this method is that requirements must be well understood before development can go forward.
因而,这种方法的一个必要假定是需求必须在开发能够进行之前被充分地理解。
It's the best food for your baby and it's usually the easiest method - wherever you go, there's your food.
母乳是对婴儿最好的食物,母乳喂养通常也是最简单的方法——无论你走到哪里,都有食物。
Since you do not have to wait for a list to be generated (stop and go) or allocate a thread to processing the loop (pipelining), this can be the most efficient method.
由于您无需等待一个列表生成完毕(停止并前进)或者分配一个线程用于处理循环(并行管道),这可能是最有效率的方法了。
And it covers all the bases-from the variety of agricultural commodities that go into beer to the vast number of ways it can be brewed, with each method imparting its own taste and texture.
这本书涵盖了与啤酒相关的所有基础知识——从酿制啤酒所用的农产品品种,到形形色色的啤酒酿制方法,每一种方法都带来独特的口味和质地。
"Realistically, if the doctor says, 'I think this is the best way to knock you out and the safest method,' let's face it: You or I would say, 'Yeah, let's go for that one,'" Jaffe said.
“事实上,如果医生说,‘我想这是让你麻醉最好也是最安全的方法’我们看:我们会说,‘好,那就用这个吧,’”杰夫说
The class no longer requires a method, because the constants go into static field initializers in the dex file.
这个类将不会调用方法,因为这些常量直接写入了类文件静态属性初始化中,这个初始化直接由虚拟机来处理。
And when she made lettuce we had no good way of drying the lettuce and I would take the lettuce and go like this paper towel she had a method of her own.
做莴苣时,弄干它非常麻烦,如果是我,我会这样做…或者用纸巾,但她有她自己的办法。
When the user activates the Go button and submits the form, JSF invokes the button's action method: place.fetch .
当用户激活Go按钮并提交表单后,JSF将调用按钮的操作方法:place . fetch 。
To delete the book with the id of 103, you would simply set the URL to point to item 103, change the method to delete, then press GO again (Figure 22).
要删除ID为103的图书,您只需将URL设置为指向项目103,将方法更改为DELETE,然后再次单击GO(图22)。
The Go authors chose a message-passing model as their recommended method for concurrent programming. The language does still support Shared memory, however the authors have the following philosophy.
Go的作者选择了消息传递模型来作为推荐的并发编程方法。
But if you do go with fixed sizes, you don't have to override the measure method, and you can even define the width and height when adding the component to its parent.
但是使用了固定大小时,您就不需要覆盖measure方法,甚至可以在将组件添加到其父组件时定义width和height。
Listening and imitating should always go together.use the LIP method! Listen-Imitate-Practice!
听和模仿一定要同时做,使用“LIP”方法:听、模仿、操练!
Operation.html (Listing 23) will ask the user to provide parameters that go with the method invocation call.
html(清单23)将询问客户提供方法调用所需的参数。
requestDestroyed() - The container calls this method when a servlet request is about go out of scope.
requestDestroyed() ——当一个servlet请求即将离开范围时,容器调用这个方法。
RequestInitialized - The container calls this method when a servlet request is about to go into scope.
requestInitialized——当一个servlet请求即将进入范围时,容器调用这个方法。
The reality is that the main() method simply executes a private method, go(), on an instantiated AtomToRdf class.
实际情况是main()方法只是在一个实例化的AtomToRdf 类上执行了一个私有方法go()。
It's also convenient to add the class, method, and source line to the bug so the user knows where to go to fix the problem.
在bug中加入类、方法和源代码会提供很大方便,这样用户就知道在什么地方修复这个问题。
When I try and evaluate that expression of greater than, is going to go into the class to say greater than is a comp method.
这个大于的操作符的时候,是到类的定义里去识别,大于是一个比较的方法,那么让我在这里说仔细一点吧。
We briefly mention a couple of complex methods, but then go into details about the simplest method.
我们简单地提到了几个复杂的方法,然后详细地介绍一个最简单的方法。
From there, I'll go on to compare SOAP, and RPC in general, with one of its biggest competitors, remote method invocation (RMI).
从那里,我继续将SOAP和一般而言的RPC与它的最大竞争对手之一,远程方法调用(rmi)相比较。
More things can go wrong in this RPC style of coding: the method could be missing on the server, or the method could be spelled incorrectly on the client.
使用这种RPC编码风格可能有更多事物出错:服务器上的方法可能丢失,或者客户机上的方法可能拼错。
More things can go wrong in this RPC style of coding: the method could be missing on the server, or the method could be spelled incorrectly on the client.
使用这种RPC编码风格可能有更多事物出错:服务器上的方法可能丢失,或者客户机上的方法可能拼错。
应用推荐