one-variable function的意思|示意

美 / / 英 / /

单元函数


one-variable function的网络常见释义

单变量函数 ... one-valued 单值的 one-variable function 单变量函数 one-way circulation valve 单向循环阀 ...

单元函数 ... one-valued function 单值函数 one-variable function 单元函数 one-velocity neutron transport equation 单速中子输运方程 ...

一元函数 一元函数 univariate function ; function of one variable ; unary function ; one-variable function 一元方程 equation in one unknown ; equation with one unknown ; monadic equation ..

one-variable function相关短语

1、 the limit of one-variable function 一元函数极限

2、 linear function of one variable 一元一次函数

3、 one-variable real function 一元实函数

one-variable function相关例句

HLA-B is one of a number of highly variable genes responsible for immune function on chromosome 6.

HLA - B是一系列高度变异基因之一,其与染色体6的免疫功能有关。

One special function called atomic_add_negative is used to add to the atomic variable and then return true if the resulting value is negative.

一个叫做 atomic_add_negative 的特殊函数被添加到原子变量中,然后当结果值为负数时返回真(true)。

But what I am saying is just take one of them, integrate, get an answer that involves function of the other variable, then differentiate that answer and compare and see what you get.

我要说的是取其一,积分得到包括另一变量的函数的结果,然后对结果求导,进行比较看得到什么。

Limit of function of two variables is more complex than that of one variable.

二元函数的极限远比一元函数的极限复杂,但它们之间又有密切的联系。

Generally speaking, if you're going to read an object property more than one time in a function, it's best to store that property value in a local variable.

一般来说,如果在同一个函数中你要多次读取同一个对象属性,最好将它存入一个局部变量。

You can issue a simple SQL statement — one that contains no parameter markers for variable input — using the odbc_exec function. The following script inserts new rows into the AUTHOR table.

可以使用odbc_exec函数发出简单的sql语句—这种sql语句不含变量输入的参数标记。