基于这个GIS评估系统,可以改善建立土壤液化评估的局部方法。
Based on this evaluating system by GIS, it could improve to establish the localization method of the soil liquefaction evaluation.
开发团队将能轻松保留开发流程,通过调整局部方法来适应更大型的敏捷流程。
The development team will be able to easily retain their development processes, adjusting in minor ways to accommodate the larger agile processes.
该方法不但能克服上述局部方法之不足,而且在一定情形下优于多项式样条方法。
The global method not only overcomes the limitations of the local methods mentioned above, but also outperforms the polynomial spline method in some cases.
该文采用笛卡儿坐标和建立约束方程的局部方法,给出了一种求解多体系统约束力的方法。
An approach to solve constraint forces of multi-body system is presented by means of Cartesian coordinate and partial approach of constraint equations.
不幸的是,现今大多数自称进行真正的MDD的组织实际上追求的是上面介绍的局部方法之一。
Unfortunately, most organizations claiming to be doing real MDD today are actually pursuing one of the partial approaches described above.
这种方法减少了沿电缆和靠近接头盒的纤维的局部积累。
This approach reduces local accumulation of fibre along the cable and near a splice box.
该实验提供了一种快速且相对准确的方法来计算视网膜局部偏心率。
This experiment provides a fast and relatively accurate method to calculate the retinotopic eccentricities.
在此例中,它将提供创建一个类字段i、一个局部变量i或一个方法参数i的建议;单击其中的每一个建议都会显示将要生成的代码。
In this case, it will offer to create a class field I, a local variable I, or a method parameter I; clicking each of these Suggestions will display the code that would be generated.
在此例中,它将提供创建一个类字段i、一个局部变量i或一个方法参数i的建议;单击其中的每一个建议都会显示将要生成的代码。
In this case, it will offer to create a class field I, a local variable I, or a method parameter I; clicking on each of these Suggestions will display the code that would be generated.
编译集的主要功能就是要保存符号列表,像命名空间、类型、方法、字段、事件、局部变量以及标签等等。
The compilation’s primary role is to hold the list of symbols such as namespaces, types, methods, fields, events, local variables, and labels.
因为整个方法是一个块,所以我可以毫无问题地在正文中定义并且使用局部变量。
Because the entire body of the method is a single block, I can define and use local variables within the body without any problems.
这是一种被数学家称为从局部最大值探索整体最大值的方法,而一路上会有很多无意义最小值。
The way to get from what the mathematicians call a local maximum to the global maximum is to explore a lot of fruitless minima along the way.
添加的代码只是将开始时间保存为局部变量,然后在方法结束时计算持续时间并打印到控制台。
The added code just saves the start time to a local variable, then computes the elapsed time at the end of the method and prints it to the console.
您需要使用其他方法将该子元素从局部坐标系转换到内容坐标系。
You need some extra methods to convert that item from its local-coordinate system to its content-coordinate system.
系统将为您创建与该方法的返回值类型相同的新局部变量。
A new local variable of the same type as the method's return value is created for you.
静态局部变量会在方法调用之间保留它们的值。
Static local variables retain their value between method calls.
想象一下,如果写了两个方法,每个都声明了一个局部变量,且名字一致。
Imagine writing two methods that each declare a locale variable with the exact same name.
静态局部变量之所以非常令人感兴趣,是因为公共语言运行库(CLR)不支持方法内的静态变量。
The static local variable is interesting because the common language runtime (CLR) does not support static variables inside a method.
方法内部声明的变量叫做局部变量。
Variables declared within a method are said to be local variables.
方法内部声明的变量是局部变量,在方法外部是不能够使用的。
Variables declared with a method are local to that method and cannot be used outside of it.
就像很多语言中声明局部变量一样,一个嵌套方法尽在方法内部可见。
Like a local variable declaration in many languages, a nested method is only visible inside the enclosing method.
一种方法是使创造的基因在整合进入宿主基因主时失去激活局部基因的能力。
One way of doing this is to create viruses that lose their ability to activate local genes when they are integrated into their host's genome.
但面对更多的信息,当我们寻找简单的局部处理方法时,不能寄望于大自然给与我们同样的恩赐。
We cannot expect Nature to do the same when the simpler process of looking locally for information is more direct.
6要想达到更好的效果需要跨功能的迭代的方法,而不是局部的或者简单的过程改善。
"6 To achieve transformational results requires a cross-functional, iterative approach rather than local or siloed process improvements."
方法主体中声明的变量成为局部变量,它只对该方法有效,代码的其他部分均不可访问它。
Variables declared inside a method are called local variables because they are available only to that method and not to any other parts of the code.
新方法则被添加到包含所有函数的局部类。
The new method is added to the partial class that contains all of your functions.
方法内部声明的变量叫做局部变量。这儿局部的意思是什么?
Variables declared within a method are said to be local variables. What is the significance of the word local in this context?
和元素不同的是,不能在 initializePackageContents()方法中添加静态映射条目,这是因为EMF模型对每个局部元素名称只允许一个映射。
Unlike the element, you cannot add a static mapping entry in the initializePackageContents() method because the EMF model only allows one mapping for each local element name.
我们还重构了代码,将这三个操作作为字段(而不是局部变量),这样我们就可以用三种方法来访问它们。
We also refactor the code to have all three actions as fields (rather than local variables) so we can access them from three methods. Let's see the final version of Explorer (Listing 10).
作为一个例子,清单6展示了在将方法开始时的拦截器代码所使用的局部变量的类型从long变为int时的情况。
As an example, Listing 6 shows what happens when I change the type of the local variable used for the method start time in the interceptor code from long to int.
应用推荐