What is the translation of " 函数名 " in English?

function name
函数名称
函数名
函数的名字
一个函数名
function names
函数名称
函数名
函数的名字
一个函数名

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

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
注:在变量和函数名在JavaScript中应注意。
Note: Care should be taken while writing your variable and function names in JavaScript.
函数名在某种意义上是人机通信的终极点。
Function names are in a sense ultimate points of human-machine communication.
全局变量和函数名是一个非常糟糕主意。
Global variables and function names are an incredibly bad idea.
变量名和函数名信息量不足,甚至会起误导作用。
Variable and function names might be uninformative, or even misleading.
关键字不可以作为变量名或者函数名.
Because of this,reserved words cannot be used as variable or function names.
这样可以使得C++函数名具有可读性。
This makes C++ function names readable.
一个函数是一个行为,所以函数名通常是动词。
A function is an action, so function names are usually verbal.
函数是一种行为,所以函数名通常是动词。
A function is an action, so function names are usually verbal.
函数名:这是你的函数的名字。
Function-name- This is the name of your function.
有些函数名和变量名可能很难敲。
Some function and variable names can be awkward to type.
可以把它想象为你喜欢的编程语言中的函数名
Think of this just like a function name in your desired programming language.
函数名数学软件最终以英语为基础,在大多数情况下,它们由普通的英语单词组成。
The function names in Mathematica are ultimately based on English, and for the most part, they consist of ordinary English words.
而且func是一个「内部函数名」,代表函数可以在其内部调用自己。
And func is an“internal function name”, how the function can call itself internally.
这意味着语言的关键字,变量,函数名,以及任何其他的标识符必须使用一致的大小写字母类型。
This means that language keywords, variables, function names, and any other identifiers must be typed with a consistent capitalization of letters.
函数名可以被省略,在这种情况下该函数将变成匿名函数。
The function name can be omitted, in which case the function becomes known as an anonymous function..
这些标识符对语言有特定意义,所以不能在变量名、函数名和其他位置使用它们。
These identifiers mean something to the language,and so you cannot use them in places like variable names, function names, and other places.
然而对于更长的函数可以使用def,因为提供函数名的额外成本随着函数长度增加而减少。
However, for longer functions,def can be used and the extra cost of providing a function name decreases as the length of the function grows.
比如在普通的JS中,你可以选择函数名,但是实例方法直观地称为methods!!
Just like in vanilla JS, you can pick your function names, but methods are intuitively called, well, methods!
函数名通过使用SQL定义里AS子句的第二种类型来重载:.
The function name is overloaded by using the second form of the AS clause in the SQL definition:.
它可能是一些小的,如一个变量名称的变化,或者它可能是整个函数名或函数本身的变化。
It may be something small like a variable name change orit may be whole function names or functions themselves.
函数名不能被改变,但函数的变量却能够被再分配。
The function name cannot be changed, while the variable the function is assigned to can be reassigned.
如果即时重命名应用于该变量,则会突出显示该变量的所有实例或函数名
If Instant Rename applies to that variable, all instances of that variable or function name are highlighted.
需要注意的是一个值/值可以连同函数名本身被返回。
Note that a value/values can be returned with the function name itself.
因为这些是内置的函数,所以必须指定模块和函数名(参见清单21)。
As these are note built-in functions,you have to specify the module and function name(see Listing 21).
你可以把变量addNumbers当作函数名,以及像下面这样调用该函数。
You can treat the variable addNumbers as function name and call the function as below.
这通常不会让你更容易找到函数名,尽管如此。
This doesn't usually make it any easier to come up with function names, though.
函数模块使用def关键字开头,后跟函数名以及括号(()).
Function blocks begin with the keyword def followed by the function name and parentheses(()).
现在你可以输入任何关键词,命令,模块名,函数名-几乎一切Python可以理解的东西-然后就可以阅读关于它的文档。
Now you can enter any keyword, command, module name, function name- pretty much anything Python understands- and read documentation on it.
类似的还有函数名“bless(保佑)”,和Perl6的组织设计文件有类别如“apocalypse(启示)”和“exegesis(注释)”。
Similar references are the function name bless, and the organization of Perl 6 design documents with categories such as apocalypse and exegesis.
函数由函数名(由一个原子值定义)和圆括号中的零个或更多函数参数组成:sum(N,M)-gt;N+M。
A function is composed of the function name(defined by an atom), and zero or more arguments to the function in parentheses: sum(N, M)-gt; N+M.
Results: 37, Time: 0.0178

Word-for-word translation

Top dictionary queries

Chinese - English