• Taking minimizing annual operating cost as an object function, the method employed hereditary algorithm to get optimal compensatory places (non-node) and capacity.

    算法运行费用最小目标函数,运用遗传算法出最佳的补偿地点(非节点)最优补偿容量。

    youdao

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

    能量指标目标函数汽车动力总成悬置系统进行优化许多局部最解的优化问题

    youdao

  • Each function template has an associated object template.

    每个函数模板都有一个关联对象模板。

    youdao

  • This function tries to create an XHR object using browser-specific techniques.

    这个函数尝试使用浏览器特有的技术创建一个XHR对象

    youdao

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

    如果某个函数使用修改了提供的某个对象那它可能就是不可重的;如果两个调用使用同一对象,那么它们相互干扰

    youdao

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

    注意一个函数对象语句也是赋值语句,应该分号结尾

    youdao

  • The sequence starts when a user requests a command (an application function) to be executed by interacting with a user interface object, in this case the main form of the application.

    用户请求命令应用功能)时,序列通过用户接口对象相互作用执行

    youdao

  • In this function you build an XML object and bind it to the dataProvider attribute of the data grid.

    这个函数中,可以构建一个XML对象将其绑定数据表格dataprovider属性

    youdao

  • For each value in storage, you once again use the JSON.parse function to parse the string back into an object.

    对于存储中的我们再次使用JSON . parse函数字符串解析成为一个对象。

    youdao

  • Every time you call a generated function in the Web browser, the XHR object is used to send an Ajax request whose URL ends with.jss.

    每当Web浏览器中调用生成函数时,将使用XHR对象发送URL以.jss结束Ajax请求

    youdao

  • 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函数然后指定对象属性

    youdao

  • 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()函数抛出一个异常

    youdao

  • Each function object has an internal property called [[scope]] that is initialized with information about the scope in which the function was created.

    每个函数对象都有一个叫做[[scope]]内部属性这个内部属性包含创建函数时的作用域信息

    youdao

  • 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对象

    youdao

  • Actually, most iterator contexts want an object that will generate an iterator when the new iter built-in function is applied to it.

    事实上迭代应用新的iter内置函数时,大多数迭代器的上下文希望得到可以生成迭代器的对象

    youdao

  • Create an input object of type Record and set the input parameters to the EIS function using the appropriate setter methods.

    创建record类型输入对象通过使用适宜赋值方法设置EIS功能输入参数

    youdao

  • 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文档用户浏览器

    youdao

  • Dynamic Query Mode does not allow a dimensional object, such as a member, as an argument to a vendor specific relational function.

    DynamicQueryMode支持维度对象(比如一个成员)作为特定于供应商关系函数的参数

    youdao

  • 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中的源代码模板

    youdao

  • 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背后概念非常简单,就是所谓绑定如果对象具有某个函数希望调用所有方法,就可以这个对象传递函数。

    youdao

  • 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服务用户可用操作

    youdao

  • By using the atom function, you get an atom object that is a wrapper around the initial value.

    利用atom函数获得作为初始值包装的atom对象

    youdao

  • The xajax PHP object performs the function of an intermediary between the client application and the server. First, include the xajax class library

    xajaxPHP对象客户机应用程序服务器之间中介作用

    youdao

  • For example, you were expecting a String, but the function inferred an Any for the returned object.

    比如希望获得一个String但是函数推断返回类型any

    youdao

  • This function USES Ajax (an XMLHttpRequest object to call the servlet in Listing 5).

    函数使用了Ajax(一个XMLHttpRequest对象调用清单5内servlet)。

    youdao

  • EventHandler is a delegate for a function that takes an Object (the sender) and eventargs.

    这里EventHandler某个函数委托,该函数带有参数:Object(也就是sender)eventargs

    youdao

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

    接下来函数不仅演示返回能力演示返回例如字符串这样的对象的能力。

    youdao

  • One query tool, the referrers function, displays all the referrers that refer to an object of a given type. Here's the query to find all the referrers to File objects.

    一种查询工具referrers函数显示引用指定类型对象所有引用。

    youdao

  • If you are familiar with the basics of object-oriented programming, you will know that when an object is instantiated, the class constructor function is automatically called.

    如果面向对象编程语言基本原理比较熟悉,您知道一个对象被实例化时构造函数自动调用。

    youdao

  • If you are familiar with the basics of object-oriented programming, you will know that when an object is instantiated, the class constructor function is automatically called.

    如果面向对象编程语言基本原理比较熟悉,您知道一个对象被实例化时构造函数自动调用。

    youdao

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

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

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