What is the translation of " FUNCTION PARAMETERS " in Chinese?

['fʌŋkʃn pə'ræmitəz]
['fʌŋkʃn pə'ræmitəz]

Examples of using Function parameters in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
So far, we have seen movement into local variables, and into function parameters.
到目前为止,我们已经看到了局部变量和函数参数的变化。
Python interprets function parameters as values(this is known as call-by-value).
Python按它的值来解释函数的参数(这被称为按值传递)。
PEP 484 introduced the standard for type annotations of function parameters, a. k. a. type hints.
PEP484引入了函数参数的类型注释的标准,又名类型提示。
Function parameters also count as local variables and are defined only within the body of the function..
函数参数也是局部变量,只在函数体内有定义。
There is another built-in property“length” that returns the number of function parameters, for instance:.
还有另一个内置属性“length”,它返回函数入参的个数,比如:.
Function parameters also count as local variables and are defined only within the body of the function..
函数参数也是局部变量,它们只是函数体内有定义。
When two or more consecutive named function parameters share a type, you can omit the type from all but the last.
当两个或者多个连续的函数命名参数是同一类型,则除了最后一个类型之外,其他都可以省略.
Function parameters are named after the corresponding variables in the distribution's equation, as used in common mathematical practice;
如常用数学实践中所使用的那样,函数参数以分布方程中的相应变量命名;
When two or more consecutive named function parameters share a type, you can omit the type from all but the last.
当两个或多个连续命名函数参数共享一个类型时,可以从除最后一个之外的所有其他参数中省略该类型。
The function typenotation can optionally include names for the function parameters:(x: Int, y: Int)-gt; Point.
函数类型表示法可以选择性地包含函数参数名:(x:Int,y:Int)-gt;Point。
But also related to the entire product function parameters(such as brightness, contrast, color and viewing angle), display and service life.
还关系到整个产品的功能参数(如亮度、对比度、色彩和可视角度)、显示效果和使用寿命等。
OpenCV deallocates the memory automatically,as well as automatically allocates the memory for output function parameters most of the time.
OpenCV会自动释放内存,就如同大多数时候为输出函数的参数自动分配内存一样。
News and LParam WParam attached to the equivalent of function parameters, but is more common than the average number of parameters..
消息所附带的WParam和LParam相当于函数参数,只不过比普通参数更通用一些。
Such strings can contain bytes like'\0' or'/' which have a special meaning in filenames andother C library function parameters.
用这些编码的字符串会包含一些特殊的字符,比如'\0'或'/',它们在文件名和其他C库函数参数里都有特别的含义。
Function parameters are not allowed in default arguments(even if they are not evaluated)(until C++14) except if they are unevaluated(since C++14).
默认实参中不允许使用函数形参(即使它们不被求值)(C++14前)除非它们不被求值(C++14起)。
The topmost segment in the process address space is the stack,which stores local variables and function parameters in most programming languages.
在进程地址空间中最高的段是栈,在大多数编程语言中它存储本地变量和函数参数
The types of variables, array elements, function parameters and return values are not declared and are normally not checked by JavaScript engines.
变量,数组,函数的参数和返回值都可以不声明,它们通常不会被JavaScript引擎检查,会被自动进行类型转换。
The topmost segment in the process address space is the stack,which stores local variables and function parameters in most programming languages.
进程地址空间的首段地址便是栈,它储存了局部变量以及大多数编程语言的函数参数
Function parameters, formal parameters, are treated as local variables with-in that function and they will take preference over the global variables.
函数参数,形式参数,被当作使用-局部变量函数,它们优先于全局变量。
Functions are C++ entities that associate a sequence of statements(a function body)with a name and a list of zero or more function parameters.
函数是把一个语句序列(函数体)关联到名称和零或更多函数参数列表的C++实体。
Function parameters are almost identical laboratory testing equipment, import prices compared to domestically was nearly 50%, but still become the preferred choice.
功能、参数几乎相同的实验室检测仪器,进口价格相较国产的高出近50%,但仍成为客户*。
In particular, we tackle the interface design between neural controller and robot andelaborate the particular influence of fitness function parameters on the results.
具体来说,我们对神经控制器和机器人之间的界面设计进行了处理,并详细说明适应度函数(fitnessfunction)参数对结果的特殊影响。
Function parameters are almost identical laboratory testing equipment, import prices compared to domestically was nearly 50%, but still become the preferred choice.
具有几乎相同功能参数的实验室测试仪器的进口价格比国内高出近50%,但它们仍然是客户的首选。
Functions are C++ entities that associate a sequence of statements(a function body)with a name and a list of zero or more function parameters.
函数(function)是把一个语句序列(函数体,functionbody)关联到一个名字和零或更多函数形参(functionparameter)的列表的C++实体。
Let statements, function parameters, and for loops can only accept irrefutable patterns, because the program cannot continue do anything meaningful with values that don't match.
Let语句、函数参数和for循环只能接受不可反驳的模式,因为通过不匹配的值程序无法进行有意义的工作。
The speed controller includes an automatic speed tuning function Parameter 24.01 PI.
速度控制器包括一个自动速度调节功能参数24.01PITUNE。
And we will see register R0 is used for the function parameter.
我们将看到,寄存器R0用存储函数参数
The C99 keyword restrict enables you toensure that different object pointer types and function parameter arrays do not point to overlapping regions of memory.
Restrict关键字是C99功能,用于确保不同的对象指针类型和函数参数数组不会指向重叠的内存区域。
In that situation, an anonymous object is created,next copied to the function parameter, and afterwards deleted.
在这种情况下,将创建一个匿名对象,然后将其复制到函数参数,然后删除。
Generic(Polymorphic) Lambda Expressions Lambda function parameter types can now be specified using auto;
泛型(多态)lambda表达式现在lambda函数参数类型可指定使用auto;
Results: 871, Time: 0.0457

Word-for-word translation

Top dictionary queries

English - Chinese