• Firstly, the research of this paper is focus on preflight global planning algorithm based on cell decomposition methods and artificial potential field methods.

    本文首先基于栅格人工法思想离线航迹规划算法进行研究

    youdao

  • This paper explores its mechanism, analyzes and discusses some field methods for evaluating the pre-fracturing formation pressure, and hopes can provide reference and aid for fracturing work

    文中对此进行了机理上的探讨,并分析讨论了地层压力一些现场评价方法以期对国内油田的压裂工作提供借鉴帮助

    youdao

  • Magnetic resonance coupling is thought to be safer than other methods of wireless charging because the intensity of the field can be increased without affecting other, non-resonant objects nearby.

    研究者认为磁共振耦合技术其它无线充电方法更加安全,因为增大磁场强度同时,周围的其它非共振物体不会受到影响

    youdao

  • You need to verify that any methods that depend on this field are also pushed down.

    需要验证一下所有依赖于这个属性方法是否都到了下一层。

    youdao

  • For method calls, I tried the same three access variations as for field access, with the added variable of using no-argument methods versus passing and returning a value on the method calls.

    方法调用中,试用了字段接入相同三种接入变量,并增加使用无参数方法变量,而不是方法调用中传递返回一个

    youdao

  • Probably the best way to avoid their creation during the program is to avoid using reflection services to map class, field, or methods from strings during the time-critical parts of your application.

    或许避免程序执行期间创建这些最佳方式在于,避免在应用程序时间关键部分使用反射服务字符串映射类、字段方法

    youdao

  • We might marvel at the progress made in every field of study, but the methods of testing a person's knowledge and ability remain as primitive as ever they were.

    各个学科所取得进步我们或许会感到吃惊但是测试人们知识能力方法过去一样原始

    youdao

  • Which methods assign a particular field?

    哪些方法分配特定字段

    youdao

  • The implementation can be enhanced to create a full ACL maintenance framework in a straightforward way by implementing the graphical field changes and service methods noted above.

    可以对此实现进行增强来以简单明了方式创建完整ACL维护框架,具体做法是实现上面所述的图形字段更改服务方法

    youdao

  • Annotations serve as modifiers that can be added to packages, classes, interfaces, methods, or field declarations.

    标注作为修饰符可以添加接口方法字段声明中

    youdao

  • As with the field calls, the first two variants return information for public methods that can be accessed through the classeven those inherited from an ancestor class.

    字段调用一样,两个变量返回可以通过接入公共方法信息——即使它们来自于祖先类。

    youdao

  • Once the field and methods have been added, it's easy to get the binary version of the completed class.

    一旦添加字段方法获得完成后类的二进制代码就容易。

    youdao

  • The difference between these two methods has to do with how we set the field separator.

    两种方法区别在于如何设置字段分隔符

    youdao

  • Note: Yes, these method names are capitalized; if I had to guess, I'd say it's probably because they're factory methods - they instantiate and return Field objects with particular parameters.

    注意是的这些方法大写首字母;如果非得的话,我会可能是因为他们工厂方法——它们初始化返回特定参数Field对象

    youdao

  • Field is an abstract class that defines methods to contain various UI controls, along with associated IDs to identify those controls globally.

    Field一个抽象它定义了包含各种用户界面控件方法还有全局识别这些控件的相关ID

    youdao

  • strengthen the scientific rigor of the field of health systems research including concepts, frameworks, measures and methods;

    加强卫生系统研究领域科学严谨性包括概念框架措施方法

    youdao

  • The Field component does a lot more encoding than decoding, so its renderer has many encoding methods but just one decoding method. In Listing 8 you can see the Field component's renderer

    Field组件编码解码多得多,所以渲染器许多编码方法只有一个解码方法

    youdao

  • The patterns are written in essay format and cover everything from when you should create a data field in a class, to equality methods, to subclassing. The patterns are grouped into chapters by.

    本书中的模式是以散文形式写就的,涵盖的内容何时应该创建一个数据字段开始,判等方法(equality method),再到子类化过程,全部包括在内。

    youdao

  • The drpcidl command also generates a class for each complex data type used in a procedure, such as structures and unions, with methods to get and set each field in the structure.

    drpcidl命令过程使用每个复合数据类型(例如结构(structures)联合(unions))生成了一个使用方法可以获取设置结构中的每个字段

    youdao

  • In this case, you might lack setter methods to modify field properties and, instead, rely on constructors to set these values.

    这种情况下可能会缺少用于修改字段属性setter方法相反,您依靠构造器设置这些

    youdao

  • Second, I need to change the Person code by adding a field and the appropriate property methods to track mood, as shown in Listing 4.

    第二步需要更改person代码添加一个字段一些用于跟踪情绪属性方法如清单4所

    youdao

  • The inner class code calls these static methods whenever it needs to access the mValue field or invoke the doStuff method in the outer class.

    内部在外部类中任何需要访问mValue字段调用doStuff方法地方调用这些静态方法

    youdao

  • The two getProperty() methods, shown in Listing 20, delegate to the TypeGetter to retrieve the configuration field, handling default values if no value was specified in the configuration.

    清单20显示两个getProperty()方法委托TypeGetter获取配置字段如果配置中没有指定则处理默认值

    youdao

  • You need only specify the @Property annotation on the basic getter and it will be inherited by the rest of the methods that access that configuration field.

    只需基本getter 上指定 @Property标注剩下访问那个配置字段方法继承这一点。

    youdao

  • Consider two methods in Listing 5, the second of which assumes we have cached the field ids.

    考虑清单5中的两个方法第二个方法假定我们缓存字段id

    youdao

  • For example, if you select a field that has getter and setter methods, you can also update the names of these methods to reflect the new field.

    比方说,如果选择属性具有gettersetter方法那么也就可以同时更新这些方法的名称反映新的属性。

    youdao

  • If you think Guice's decision to access private methods seems intrusive, wait until you see Listing 10, in which FrogMan USES field injection.

    如果认为Guice访问私有方法不是很好,可以参见清单10其中FrogMan使用字段注入。

    youdao

  • If you think Guice's decision to access private methods seems intrusive, wait until you see Listing 10, in which FrogMan USES field injection.

    如果认为Guice访问私有方法不是很好,可以参见清单10其中FrogMan使用字段注入。

    youdao

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

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

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