• 基于这个GIS评估系统可以改善建立土壤液化评估局部方法

    Based on this evaluating system by GIS, it could improve to establish the localization method of the soil liquefaction evaluation.

    youdao

  • 开发团队轻松保留开发流程,通过调整局部方法适应更大型敏捷流程。

    The development team will be able to easily retain their development processes, adjusting in minor ways to accommodate the larger agile processes.

    youdao

  • 方法不但能克服上述局部方法不足,而且一定情形下优于多项式样条方法

    The global method not only overcomes the limitations of the local methods mentioned above, but also outperforms the polynomial spline method in some cases.

    youdao

  • 该文采用笛卡儿坐标建立约束方程局部方法给出了一种求解系统约束力方法

    An approach to solve constraint forces of multi-body system is presented by means of Cartesian coordinate and partial approach of constraint equations.

    youdao

  • 不幸是,现今大多数自称进行真正的MDD的组织实际上追求的是上面介绍局部方法之一

    Unfortunately, most organizations claiming to be doing real MDD today are actually pursuing one of the partial approaches described above.

    youdao

  • 这种方法减少了沿电缆靠近接头纤维局部积累

    This approach reduces local accumulation of fibre along the cable and near a splice box.

    youdao

  • 实验提供了一种快速相对准确方法计算视网膜局部偏心率。

    This experiment provides a fast and relatively accurate method to calculate the retinotopic eccentricities.

    youdao

  • 此例中,提供创建字段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.

    youdao

  • 此例中,提供创建字段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.

    youdao

  • 编译集的主要功能就是保存符号列表命名空间类型方法字段事件局部变量以及标签等等

    The compilation’s primary role is to hold the list of symbols such as namespaces, types, methods, fields, events, local variables, and labels.

    youdao

  • 因为整个方法所以我可以毫无问题正文定义并且使用局部变量

    Because the entire body of the method is a single block, I can define and use local variables within the body without any problems.

    youdao

  • 一种被数学家称为局部最大值探索整体最大值方法,而一路上很多无意义最小值

    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.

    youdao

  • 添加代码只是开始时间保存局部变量然后方法结束时计算持续时间打印控制台

    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.

    youdao

  • 需要使用其他方法该子元素局部坐标系转换内容坐标系。

    You need some extra methods to convert that item from its local-coordinate system to its content-coordinate system.

    youdao

  • 系统将创建方法返回类型相同局部变量

    A new local variable of the same type as the method's return value is created for you.

    youdao

  • 静态局部变量会在方法调用之间保留它们的

    Static local variables retain their value between method calls.

    youdao

  • 想象一下,如果两个方法每个都声明了一个局部变量且名字一致

    Imagine writing two methods that each declare a locale variable with the exact same name.

    youdao

  • 静态局部变量之所以非常令人感兴趣,是因为公共语言运行库(CLR)支持方法的静态变量。

    The static local variable is interesting because the common language runtime (CLR) does not support static variables inside a method.

    youdao

  • 方法内部声明变量叫做局部变量。

    Variables declared within a method are said to be local variables.

    youdao

  • 方法内部声明变量局部变量,在方法外部能够使用的。

    Variables declared with a method are local to that method and cannot be used outside of it.

    youdao

  • 很多语言声明局部变量一样,一个嵌套方法尽在方法内部可见

    Like a local variable declaration in many languages, a nested method is only visible inside the enclosing method.

    youdao

  • 一种方法使创造基因整合进入宿主基因失去激活局部基因的能力

    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.

    youdao

  • 但面对更多信息我们寻找简单局部处理方法时,不能寄望大自然给与我们同样恩赐。

    We cannot expect Nature to do the same when the simpler process of looking locally for information is more direct.

    youdao

  • 6要想达到更好的效果需要跨功能迭代方法不是局部或者简单过程改善

    "6 To achieve transformational results requires a cross-functional, iterative approach rather than local or siloed process improvements."

    youdao

  • 方法主体中声明变量成为局部变量,它方法有效代码的其他部分均不可访问它。

    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.

    youdao

  • 方法添加包含所有函数局部

    The new method is added to the partial class that contains all of your functions.

    youdao

  • 方法内部声明变量叫做局部变量。这儿局部的意思什么

    Variables declared within a method are said to be local variables. What is the significance of the word local in this context?

    youdao

  • 元素不同的是,不能 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.

    youdao

  • 我们重构代码操作作为字段不是局部变量),这样我们就可以用三种方法访问它们

    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).

    youdao

  • 作为一个例子清单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.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定