Taking minimizing annual operating cost as an object function, the method employed hereditary algorithm to get optimal compensatory places (non-node) and capacity.
该算法以年运行费用最小为目标函数,运用遗传算法求出最佳的补偿地点(非节点)和最优补偿容量。
Optimization for a proper engine mounting system taking the energy distribution target as an object function is an optimum topic that has many local optimization methods.
以能量解耦指标为目标函数对汽车动力总成悬置系统进行优化是一个有许多局部最优解的优化问题。
The arguments to this callback function include a transaction handle and an error object.
该回调函数的参数包括一个事务句柄和一个错误对象。
You can pass an optional data object and callback function if you need them.
如果需要的话,您还可以传递一个可选的数据对象和回调函数。
Each function template has an associated object template.
每个函数模板都有一个关联的对象模板。
The secondary function of an object is to communicate your identity to others.
一个项目的第二功能是向别人传达你的身份。
This function tries to create an XHR object using browser-specific techniques.
这个函数会尝试使用浏览器特有的技术创建一个XHR对象。
If a function USES and modifies an object that you supply, it is potentially non-reentrant; two calls can interfere if they use the same object.
如果某个函数使用并修改了您提供的某个对象,那它可能就是不可重入的;如果两个调用使用同一对象,那么它们会相互干扰。
Note that an assignment statement which is assigning a function literal or object literal is still an assignment statement and must end with a semicolon.
注意一个函数赋值或对象赋值语句也是赋值语句,应该以分号结尾。
In this function you build an XML object and bind it to the dataProvider attribute of the data grid.
在这个函数中,您可以构建一个XML对象并将其绑定到数据表格的dataprovider属性。
An expression to represent which related object should be returned by the function.
表示函数应该返回哪个相关对象的表达式。
For each value in storage, you once again use the JSON.parse function to parse the string back into an object.
对于存储中的每一个值,我们再次使用JSON . parse函数来将字符串解析成为一个对象。
Finally, if we want to add some behavior to the object, we first define an EcmaScript function and then assign it as a property of the object.
最后,我们希望在对象中加入一些行为,就先定义一个EcmaScript函数,然后把它指定为对象的一个属性。
The checkRequest() function will throw an exception if the XMLHttpRequest object has not been created or if the request has already been sent.
如果还没有创建XMLHttpRequest对象,或者已经发送了请求,那么checkRequest()函数将抛出一个异常。
You use lua_pushcfunction() to convert a C function pointer into an internal Lua object.
可以使用 lua_pushcfunction()将一个C函数指针转换成一个内部Lua对象。
Each function object has an internal property called [[scope]] that is initialized with information about the scope in which the function was created.
每个函数对象都有一个叫做[[scope]]的内部属性,这个内部属性包含创建函数时的作用域信息。
In this code, you get the text contents of the file and load it into an XML object with a call to the SimpleXMLElement function.
在上述代码内,先是获得文件的文本内容并通过调用SimpleXMLElement函数将其加载到一个XML对象。
Actually, most iterator contexts want an object that will generate an iterator when the new iter built-in function is applied to it.
事实上,当迭代器应用新的iter内置函数时,大多数迭代器的上下文希望得到一个可以生成迭代器的对象。
Create an input object of type Record and set the input parameters to the EIS function using the appropriate setter methods.
创建record类型的输入对象并通过使用适宜的赋值方法设置EIS功能的输入参数。
The generatePDF function creates an InvoicePdf object, calls its CreateInvoice method, then sends the PDF document as a download named Your_Invoice.pdf to the user's browser.
generatepdf函数创建了一个InvoicePdf对象,调用其CreateInvoice方法,然后发送一个名为Your _ Invoice .pdf的下载pd f文档给用户的浏览器。
The newFunction() method shown in Listing 6 returns an object that implements the Function interface (see the source template in Listing 5)
清单6显示的newFunction()方法将返回一个对象,它将实现Function接口(参见 清单5中的源代码模板)
The concept behind duck typing, also known as late binding, is pretty simple; if an object responds to all the methods a function is expected to call, that object can be passed to the function.
Ducktyping背后的概念非常简单,就是所谓的迟绑定;如果对象具有某个函数希望调用的所有方法,就可以将这个对象传递给该函数。
So this line informs the soap_server object that you are exposing this function as an operation available to consumers of the Web service.
因此本行是通知soap_server对象将该函数公开为Web服务用户可用的操作。
By using the atom function, you get an atom object that is a wrapper around the initial value.
利用atom函数,可获得作为初始值包装的atom对象。
The xajax PHP object performs the function of an intermediary between the client application and the server. First, include the xajax class library
xajaxPHP对象在客户机应用程序与服务器之间起中介的作用。
For example, you were expecting a String, but the function inferred an Any for the returned object.
比如,你希望获得一个String,但是函数推断返回类型为any。
This function USES Ajax (an XMLHttpRequest object to call the servlet in Listing 5).
此函数使用了Ajax(一个XMLHttpRequest对象调用清单5内的servlet)。
EventHandler is a delegate for a function that takes an Object (the sender) and eventargs.
这里EventHandler是某个函数的委托,该函数带有参数:Object(也就是sender)和eventargs。
This next function will demonstrate the ability to not only return values, but to return an object, such as a String. Add the following function to native.c.
接下来的函数将不仅演示返回值的能力,还会演示返回例如字符串这样的对象的能力。
This next function will demonstrate the ability to not only return values, but to return an object, such as a String. Add the following function to native.c.
接下来的函数将不仅演示返回值的能力,还会演示返回例如字符串这样的对象的能力。
应用推荐