What is the translation of " 其他函数 " in English?

Examples of using 其他函数 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
我们知道,在python中,函数可以调用其他函数
We know that in Python a function can call other functions.
I/O需要时间,因此会阻止其他函数
Blocking I/O takes time and hence block other function.
其他函数有两组签名。
The other functions have two groups of signature.
作为其他函数的结果返回它。
Return it as result from other functions.
Array,还有一些其他函数能创建数组。
Array, there are a number of other functions for creating new arrays.
其他函数的关系.
Relationship to other functions.
将其作为参数传递给其他函数
Be passed to other functions as arguments.
要暴露一个函数,可以将它返回或者传给其他函数
To expose a function, return it or pass it to another function.
在F中,函数可以由其他函数组成。
Functions in F can be composed from other functions.
其他函数返回随后可用于输入到其他函数的表。
Other functions return a table that can then be used as input to other functions.
因为函数可以是其他函数的一部分,所以一个变量可以同时是约束变量,又是自由变量。
Because functions can be part of other functions, a variable may be both bound and free in the same expression.
像任何其他函数一样,操作符函数有一个返回值和一个形参表。
Like any other function, an overloaded operator has a return type and a parameter list.
其他函数如max()、len()等对字符串列表和其他可进行比较的数据类型才会起作用。
The other functions(max(), len(), etc.) work with lists of strings and other types that can be comparable.
新类型拥有旧类型的接口,但也包含了其他函数,所以不能说它们是完全等价的。
The new type has the interface of the old type butit also contains other functions, so you can't really say it's exactly the same.
它没有内在名称(因此Python为该名称打印<lambda>),但它的行为就像任何其他函数一样。
It has no intrinsic name(and so Python prints<lambda> for the name),but otherwise it behaves like any other function.
通常,多元函数的复合可能涉及若干其他函数作为参数,如原始递归函数的定义。
In general, the composition of multivariate functions may involve several other functions as arguments, as in the definition of primitive recursive function..
类是一个数据结构,将状态(字段)和操作(方法和其他函数成员)组合在一个单元中。
A class is a data structure that combines state(fields)and actions(methods and other function members) in a single unit.
IndexStyletrait,其他函数,比如map就可以根据这个信息进行分派,以选择最好的算法(参见抽象数组接口)。
IndexStyle trait, other functions such as map can dispatch on this information to pick the best algorithm(see Abstract Array Interface).
有关attribute_not_exists、attribute_exists和其他函数的更多信息,请参阅比较运算符和函数引用。
For more information about attribute_not_exists, attribute_exists, and other functions, see Comparison Operator and Function Reference.
我们自己编写的所有其他函数都属于用户定义的函数。
All the other functions that we write on our own fall under user-defined functions..
这意味着可以将它们分配给变量,从其他函数返回并传递给函数。
This means that they can be assigned to variables, returned from other functions and passed into functions..
当A为特定类型的标量时,可使用其他函数获得与repmat一样的结果。
When A is a scalar of a certain type,you can use other functions to get the same result as repmat.
Goroutine也被称为协程,协程的函数或方法与其他函数或方法是同时运行。
Goroutin is a function or method that run concurrently with other functions or methods.
这个模块可以除去头、解析数据(如果需要),并根据需要调用其他函数或模块。
This module can then strip out the headers, parse the data(if needed),and call any other functions or modules as needed.
不再使用抽象,组合子演算提供了有限的基本函数的集合,其他函数可以用它们来构建。
Instead of abstraction,combinatory calculus provides a limited set of primitive functions out of which other functions may be built.
AND函数的一种常见用途就是扩展执行逻辑测试的其他函数的效用。
One common use for the OR function is to expand the usefulness of other functions that perform logical tests.
由于min()函数的实现方式,应避免在括号内出现其他函数,这将导致不正确的结果。
Because of the way the abs() function is implemented,avoid using other functions inside the brackets, it may lead to incorrect results.
通常的反应是线性,但是,曲线可与其他函数,只要功能而闻名。
Typically the response is linear, however,a curve can be made with other functions as long as the function is known.
当我们传递一个回调函数给其他函数时,我们只是传递了函数定义。
When we pass a callback function as an argument to another function, we are only passing the function definition.
Results: 29, Time: 0.0151

其他函数 in different Languages

Word-for-word translation

Top dictionary queries

Chinese - English