There are also empirical deduction methods and distributed parameter methods.
以及经验推断法和分布参数法等。
The nonlinear resonant and non-resonant periodic solutions are obtained by the small parameter methods.
然后用小参数法求出了非线性的非共振周期解和共振周期解。
Because it is not necessary to estimate the model parameter from the noisy speech, the non-parameter methods are suitable for more applications.
因为这是没有必要来估计从嘈杂的语音模型的参数,非参数方法适合于更多的应用。
In the case of generic methods, if a type parameter appears only once in the method signature, then it probably should be a wildcard rather than a named type parameter.
就泛型方法来说,如果一个类型参数在方法签名中只出现一次,它很有可能是一个通配符而不是一个命名的类型参数。
The main similarity between these two methods is that they both take one keyword as a parameter and return one or more exact matching documents as a result.
这两个方法主要的共同之处是,它们都使用一个关键字作为参数,并返回一个或多个精确匹配的文档作为结果。
In general, methods that take a process template name as a parameter use late binding.
一般来讲,接受流程模板名称作为参数的方法使用后期绑定。
The attachment parameter of both methods is an object that is passed in to the asynchronous operation.
两个方法的附件参数都是一个传递到异步操作的对象。
All callback methods have in common the first parameter as the identifier of a particular business component instance.
所有回调方法共有第一个参数作为一个特定业务组件的标识符。
Most of these methods take component ID as first parameter.
这些方法大多将组件ID作为第一个参数。
Each of the visitor methods shown takes a signature string as a parameter.
清单中的各访问器方法将签名字符串作为参数。
As mentioned above, the difference between the methods of each pair is that one method takes an instance of the appropriate UDDI4J type as an extra parameter.
正如前面所提到的,每对方法之间的差别在于有一个方法采用适当的uddi4j类型的实例作为附加参数。
Both methods can use a string parameter as the message text shown above the bar.
两种方法都可以使用一个字符串参数作为消息文本显示在上面的工具条中。
All these methods work perfectly fine if you give them the input parameter types they expect.
如果输入正确类型的参数,这些方法将会工作的很好。
As shown in the third column of Table 1, almost all of these methods take a CSS3 selector as an optional parameter.
如表1中第三列所示,几乎所有这些方法都带有一个作为可选参数的CSS3选择器。
Because the called component is restricted to the methods defined in the parameter interface, the interface can ensure that the object given as a parameter is kept consistent.
由于被调用的组件仅限于在参数接口中定义的方法,所以接口能够确保作为参数提供的对象是一致的。
To add new methods to a particular class of type t, it only needs to define static methods that accept type t as the first parameter.
要向类型为t的特定类添加新方法,只需定义一个静态方法,它接受类型T作为第一个参数。
All methods accept one string parameter (the name of user) and return a string value.
所有方法都接受一个字符串参数(用户名称)并返回一个字符串值。
PARAMETER STYLE DB2GENERAL procedures cannot be declared as "static" methods, as shown properly in line 7 of the code above.
PARAMETERSTYLEDB2GENERAL过程不能声明为“static”方法,像以上代码的第7行那样进行声明才是正确的。
Listing 2: Using factory methods in the method parameter.
清单2:在方法参数中使用工厂方法。
For wrapped pattern, the operation name is mapped so, there is no additional restriction on the input parameter names to be different in different methods for a given web service.
对于wrapped模式来说,就是这样映射操作名称的,对于给定web服务来说不存在对不同方法中的不同输入参数名称的其他限制。
Unfortunately, except for four ICONS, none of the methods in MetalIconFactory accepts a parameter that defines the size of the icon.
不幸的是,除了4个图标外,在MetalIconFactory中没有哪个方法会接收一个可以定义图标大小的参数。
Since all ConfigService methods take a session parameter, you need to create a com.ibm.websphere.management.Session first before making any call, as shown here.
由于所有的ConfigService方法都使用一个session参数,因此在任何调用之前,您都要先创建一个com . ibm . websphere . management . session,如下所示。
Each of these methods takes as its first parameter an instance of an object implementing the Work interface, shown in Listing 3.
每个方法接收的第一个参数,都是实现Work接口的对象的一个实例,如清单3所示。
For instance, I could write a validation rule asserting that a given parameter was not null and then reuse it across all methods needing the same rule.
例如,我可以写一个验证规则,用于断言指定参数不为null,然后在所有需要同样规则的方法中重用它。
The remaining four schedule methods have an additional period parameter.
余下的4 个调度方法还有额外的period参数。
Here I subclass ExprEditor in my own VerboseEditor, overriding three of the base class methods — all named edit , but with different parameter types.
这里我在自己的VerboseEditor中派生了ExprEditor子类,重写了三个基本的类方法——它们的名字都是edit,但是有不同的参数类型。
Each of the schedule methods takes an object extending the TimerTask class as its first parameter.
每个schedule方法都采用一个扩展了timertask类的对象作为自己的第一个参数。
I've made the number a member variable within the Classifier2 class, which allows me to avoid passing it around as a parameter to a bunch of static methods.
我把数字变成是Classifier 2类中的成员变量,这将允许我避免将其作为参数传递给一大堆静态方法。
The GetXxx methods take a column number as a parameter.
GetXxx方法将列数目作为一个参数。
Hen you need to collect results over several methods, you should add a parameter to the method and pass an object that will collect the results for you.
如果需要收集多个方法的结果,应该在方法中添加一个参数传递收集结果的对象。
应用推荐