"一个新函数" is not found on TREX in Chinese-English direction
Try Searching In English-Chinese (一个新函数)

Low quality sentence examples

一个新函数是AudioDistance,支持对音频的各种的距离测度。
Also new is AudioDistance, which supports various distance measures for audio.
冯诺依曼意识到可能你不必每次想运行一个新函数时都将机器重新布线。
Von Neumann realized that it might not be necessary to rewire the machine every time you wanted it to perform a new function.
我们希望增加一个新函数search_case_insensitive,并将会在设置了环境变量时调用它。
We want to add a new search_case_insensitive function that we will call when the environment variable is on.
但对于此示例,将使用一个新函数printf()来跟踪数据并以特定格式显示数据.
But for this example, we use a new function, printf, to trace the data and print it out in a specific format.
函数的导数通常是一个新函数,称为微分函数或速率函数。
The derivative of a function is usually a new function which is called as the derivative function or the rate function..
下面我创建了一个新函数,叫sum,把foldr函数和+函数合在一起,并赋予其初始值为0。
I can create a new function, called sum, by gluing together the foldr function, the+ function, and giving it initial value of 0.
Bind(null,2)创造了一个新函数double,传递调用到mul函数,以null为上下文,2为第一个参数。
Bind(null, 2) creates a new function double that passes calls to mul, fixing null as the context and 2 as the first argument.
这个就被称作为partialfunctionapplication--通过固定已存在函数的某些参数来创建一个新函数
That's called partial function application-- we create a new function by fixing some parameters of the existing one.
Compose(g)返回一个新函数,调用这个新函数时,会首先调用g,然后应用f到g的返回结果上。
Compose(g) returns a new function that, when called, will first call g and then apply f on the result of it.
所以,当你创建一个新函数时,你得到的是一个具有Function类型的对象的引用。
So when you create a new function, you're creating a reference to an object with a Function type.
函数组合是组合两个或多个函数以生成一个新函数或执行一些计算的过程。
Function composition means the process of combining two or more functions in order to create a new function or perform calculations.
Fn语法声明了一个新函数,()表明没有参数,{作为函数体的开始。
The fn syntax declares a new function, the() indicate there are no parameters, and{ starts the body of the function..
Fn语法声明了一个新函数,()表明没有参数,{作为函数体的开始。
The fn syntax declares a new function, the()s indicate that there are no arguments, and{ starts the body of the function..