object function是什么意思,object function的意思翻译、用法、同义词、例句
常用词典
[计] 目标函数;原函数
例句
Property 'now' of object function (a, b){return new e. fn. init(a, b, h)} is not a function.
功能现在实现了,但是后台狂暴这个错,,是为什么呢?是递归一直在执行吗。
A general solution is to add the spatial information to the object function of fuzzy C-means.
通常的做法是在原来模糊c -均值聚类的目标函数中加入空间信息惩罚项。
The inverse solution was obtained through minimizing the object function using CGM based on the direct problem.
反问题的解在正问题的基础上通过共轭梯度法最小化目标函数得到。
An optimum design model for offshore jacket platform is established by using the weight ass ingle object function.
建立以平台总重量为目标函数的导管架平台优化模型。
With the two degrees information of the object function in search direction, the algorithm improved the convergence.
由于搜索方向含有目标函数的二阶信息,提高了算法的收敛速度。
同义词
|goal function;[计]目标函数;原函数
网络扩展资料
Object
解释
Object 是指在计算机编程中,用于存储和处理数据的一种数据类型。它是一种复合类型,可以包含多个属性和方法。在 JavaScript 中,Object 是一种基本数据类型,也是一种对象类型。
例句
- I created an object to store the user's information. (我创建了一个对象来存储用户的信息。)
- The object has several properties, including name, age, and email. (该对象具有几个属性,包括姓名、年龄和电子邮件。)
用法
Object 可以用于创建具有多个属性和方法的自定义数据类型。它也可以用于访问和操作现有对象的属性和方法。
近义词
- Data type (数据类型)
- Variable (变量)
反义词
- Primitive type (基本类型)
- Value (值)
Function
解释
Function 是指在计算机编程中,用于封装可重复使用的代码块的一种结构。它可以接受输入参数并返回输出值。在 JavaScript 中,Function 是一种对象类型,也是一种基本数据类型。
例句
- I wrote a function to calculate the area of a circle. (我编写了一个函数来计算圆的面积。)
- The function takes two parameters and returns the sum of them. (该函数接受两个参数并返回它们的和。)
用法
Function 可以用于封装可重复使用的代码块,从而提高代码的复用性和可维护性。它也可以用于实现特定功能的逻辑和算法。
近义词
- Procedure (过程)
- Method (方法)
反义词
- Variable (变量)
- Object (对象)