Firstly, the research of this paper is focus on preflight global planning algorithm based on cell decomposition methods and artificial potential field methods.
本文首先对基于栅格法和人工势场法思想的离线航迹规划算法进行了研究。
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…
文中对此进行了机理上的探讨,并分析讨论了压前地层压力的一些现场评价方法,以期对国内油田的压裂工作提供借鉴和帮助。
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.
研究者认为磁共振耦合技术比其它无线充电方法更加安全,因为在增大磁场强度的同时,周围的其它非共振物体不会受到影响。
You need to verify that any methods that depend on this field are also pushed down.
您需要验证一下,看所有依赖于这个属性的方法是否都推到了下一层。
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.
在方法调用中,我试用了与字段接入相同的三种接入变量,并增加了使用无参数方法变量,而不是在方法调用中传递和返回一个值。
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.
或许避免在程序执行期间创建这些类的最佳方式在于,避免在应用程序的时间关键型部分使用反射服务来从字符串映射类、字段或方法。
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.
对各个学科所取得的进步我们或许会感到吃惊,但是测试人们知识和能力的方法仍像过去一样原始。
Which methods assign a particular field?
哪些方法分配了特定的字段?
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维护框架,具体做法是实现上面所述的图形字段更改和服务方法。
Annotations serve as modifiers that can be added to packages, classes, interfaces, methods, or field declarations.
标注作为修饰符,可以添加到包、类、接口、方法或字段声明中。
As with the field calls, the first two variants return information for public methods that can be accessed through the class — even those inherited from an ancestor class.
与字段调用一样,前两个变量返回可以通过类接入的公共方法的信息——即使它们来自于祖先类。
Once the field and methods have been added, it's easy to get the binary version of the completed class.
一旦添加了字段和方法,获得完成后的类的二进制代码就很容易。
The difference between these two methods has to do with how we set the field separator.
两种方法的区别在于如何设置字段分隔符。
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对象。
Field is an abstract class that defines methods to contain various UI controls, along with associated IDs to identify those controls globally.
Field是一个抽象类,它定义了包含各种用户界面控件的方法,还有全局地识别这些控件的相关ID。
strengthen the scientific rigor of the field of health systems research including concepts, frameworks, measures and methods;
加强卫生系统研究领域的科学严谨性,包括概念、框架、措施和方法;
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组件做的编码比解码多得多,所以它的渲染器有许多编码方法,而只有一个解码方法。
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),再到子类化过程,全部包括在内。
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))生成了一个类,使用该方法可以获取并设置结构中的每个字段。
In this case, you might lack setter methods to modify field properties and, instead, rely on constructors to set these values.
在这种情况下,您可能会缺少用于修改字段属性的setter方法,相反,您依靠构造器来设置这些值。
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所示。
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方法的地方调用这些静态方法。
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来获取配置字段,如果配置中没有指定值,则处理默认值。
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标注,剩下的访问那个配置字段的方法将继承这一点。
Consider two methods in Listing 5, the second of which assumes we have cached the field ids.
考虑清单5中的两个方法,第二个方法假定我们缓存了字段id。
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.
比方说,如果选择的属性具有getter和setter方法,那么也就可以同时更新这些方法的名称,以反映新的属性。
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使用了字段注入。
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使用了字段注入。
应用推荐