Logical expressions are put forward to judge the conflicts of sections and stations, and the stack method is used to judge the conflicts of station tracks.
对区间和车站的冲突采用逻辑表达式判定,对到发线冲突则引入堆栈方法来判定。
Some experiments show that the sign bit horizontal stack method emphasizes the coherence of reflections, thus weak reflections on the section are enhanced.
一些试验表明,符号位水平迭加方法强调反射波的相干程度,因而在剖面上突出了弱反射波。
The conventional stack method of seismic data gives quite good results when the errors of time corrections are small enough or the arrivals are near the same.
在叠前共深度点道集内各地震道的动、静校正误差很小的情况下,地震资料时间域水平叠加方法有较好的叠加结果。
We can conclude that the method that unites lower-sect coal stack method and mobile drainage method is an effective measure in the control of gas in the working face of high gas mine.
由此得出,降段煤垛与移动抽放相结合的方法是高瓦斯矿井回采工作面瓦斯治理的有效方法。
You might wonder why I check whether the method is static at the start of my parameter size calculation, then initialize the stack frame slot to zero if it is (as opposed to one if it is not).
您可能会奇怪为什么在开始参数大小计算时要检查方法是否是静态的,如果是静态的,将堆栈帧槽初始化为零(不是静态正好相反)。
The method call passes the invocation up the stack, either to the final target or possibly to the next interceptor.
方法调用一直沿着栈传递调用,可能传递到最终目标,或到下一个截取程序。
Contains the thread and method call stack frames.
包含线程和方法调用堆栈框架。
The first part here computes the space occupied by the method call parameters on the stack.
这里的第一部分计算方法调用参数在堆栈上占用的空间。
Very specific keywords taken from specific symptoms that you observed, such as an error message or error number, or the name of a class or method found in a stack trace, and so on.
取自所观察到的特定症状的非常特定的关键字,例如错误消息或错误编号,或者在堆栈跟踪中找到的类或方法名称,等等。
Rather than using programmatic transactions within the same method, you can move the update operations to another public method within the call stack.
不用在相同的方法中使用编程事务,而是将更新操作移动到调用栈的另一个公共方法中。
Calling a method or function pushes a new stack frame onto the stack.
当调用方法或者函数时,会有一个新的元素进栈。
In essence, what happens upon calling this method is that a snapshot of the state of the call stack is taken at that very instant and the sets of permissions intersected with each other.
本质上,调用这个方法所发生的事情是对那一瞬间调用堆栈和一组相互交叠的权限进行快照。
Passing positive and negative arguments to the method will navigate the stack.
可以通过传递正或负的参数在堆栈中导航。
Accordingly, I can create an ArrayList for the Stack class that holds values passed into the push method, as shown in Listing 9.
相应地,我可以为stack类创建一个ArrayList,用于保持传递给push方法的值,如清单9所示。
Listing 4 adds logging to the third try block, logging just the method name for each part of the stack trace.
清单4向第三个try块添加了日志记录功能,只记录堆栈跟踪每部分的方法名称。
The push method observes the current top node, constructs a new node to be pushed on the stack, and then, if the topmost node has not changed since the initial observation, installs the new node.
push方法观察当前最顶的节点,构建一个新节点放在堆栈上,然后,如果最顶端的节点在初始观察之后没有变化,那么就安装新节点。
Now I can code the behavior for the pop method, which ensures that if the stack is logically empty, an exception will be thrown.
现在我可以为pop方法编写行为,即确保当栈在逻辑上为空时,抛出一个异常。
When you put the example SCA application into a debugger and place a breakpoint on the AddService add method, you see a call stack trace similar to Listing 4.
当使用调试器调试示例SCA应用程序并在AddServiceadd方法上设置断点时,将看到如清单 4 所示的调用堆栈跟踪。
It seems to me that you'd first need a push method on a Stack class, which is easy to define.
似乎stack类首先需要有一个push方法,这很容易定义。
The go method, defined in Listing 4, will allow us to move backward and forward in the stack.
清单4中定义的go方法允许我们在堆栈中来回移动。
Later on in the method, NSStack can be used to add a new namespace and search through the stack for the prefix given a URI.
稍后在这个方法中,可以用NSStack来添加一个新的名称空间,还可以用它在整个堆栈中搜索给予一个URI的前缀。
First, after popping an instance from the stack, the Dispose method checks to see whether there are any remaining instances on the stack.
第一,将实例从堆栈弹出后,Dispose方法将检查堆栈中是否还存在任何剩余的实例。
This object must have a method called run(), which is executed by the runtime once the current frame in the call stack is specially marked as described above.
这个对象必须有一个名为run() 的方法,在调用堆栈中的当前帧特别做了如上所述的标记时,由运行时执行这个方法。
The idea is that you can instantiate a Scope in one method with an instance of type t that you'd like another method later in the call stack to be able to access.
您可以在一个方法中使用类型t的一个实例来实例化scope,并希望调用堆栈中的另一方法稍后能够访问该实例。
Let's first take a look at the addResource method, which will be used to push items onto the end of the history stack (see Listing 2).
首先看一看addresource方法,它用于将记录压入历史堆栈的堆栈顶部(参见清单2)。
The static Current property uses the Stack.Peek method to return the T instance at the top of the stack if one exists, returning null if the Stack is empty.
静态Current属性使用Stack.Peek方法返回位于堆栈顶端的T实例(如果存在),如果Stack 为空则返回空。
A call stack snapshot like the one shown in Figure 1 would be codified as an AccessControlContext and returned by native method calls provided via the AccessController object.
像图1显示的这样一个调用堆栈快照将编写为(codified)为一个AccessControlContext并由AccessController对象提供的本机方法调用返回。
By enabling pass by reference, the parameters of the method are not copied to the stack with every remote call, which can be expensive.
通过引用传递,方法的参数没有被复制到每个远程调用的堆栈中,而这个复制过程可能是代价高的。
Internally, all the variables declared within a method, including the parameters, are stored together in a stack frame.
在内部,所有方法内部声明的变量,包括参数,都一起存储在堆栈框架中。
The directory stack functionality is a good example; it becomes invaluable when you want a quick method of visiting a directory without losing your train of thought.
目录堆栈机制就是一个很好的例子;当您希望快速访问某个目录而不打断您的思维时,它就变得非常有价值了。
应用推荐