您要查找的是不是:
- array formal parameter 数组形式参数
- Indexers can have more than one formal parameter, for example, when accessing a two-dimensional array. 索引器可以有多个形参,例如当访问二维数组时。
- A parameter array must be the last parameter in a formal parameter list, and it must be a single-dimension array. 参数数组必须是形参表中的最后一个参数,并且必须是一维数组。
- Get accessor of an indexer has the same formal parameter list as the indexer. 访问器具有与索引器相同的形参表。
- A block, with or without formal parameters, the execution of which is invoked by means of a procedure call. (编程语言中)带有或不带有参数的块,其执行是由过程调用所请求的。
- For each reference to a formal parameter in the body of the procedure, a call of this thunk appears. 过程体中每当引用形式参数时,就调用形实替换程序。
- The use of a call by name parameter implies a textual substitution of the formal parameter name by the actual parameter. 使用名字调用时,包含有用参数对形式参数进行原文替换的意思。
- Is thrown when the format of an argument in a method invocation does not match the format of the corresponding formal parameter type. 当方法调用中参数的格式不符合对应的形参类型的格式时,引发。
- To apply a compound procedure to arguments, evaluate the body of the procedure with each formal parameter replaced by the corresponding argument. 将复合过程应用于实际参数,就是在将过程体中的每个形参用相应的实参取代之后,对这一过程体求值。
- ERROR:HDLParsers:1411 - "E:/Plan/CPLD/TV_PC/TV_PC.vhd" Line 64. Parameter RSTR of mode out can not be associated with a formal parameter of mode in. 错误的大概意义我知道一点,但是不知道该如何解决,能详细解说一下么?
- That is, the delegate type must have an extra parameter at the beginning of its formal parameter list, of the same type as the class the method belongs to. 也就是说,委托类型必须在其形参表的开头有一个额外参数,该参数的类型必须与方法所属的类的类型相同。
- A block,with or without formal parameters,the execution of which is invoked by means of a procedure call. (编程语言中)带有或不带有参数的块,其执行是由过程调用所请求的。
- A procedure may have more than one entry ; each entry usually includes an identifier, called the entry name, and may include formal parameters. 一个过程可以有多个入口,通常每个入口包括一个称为入口名的标识符,还可能包括一些形式参数。
- It must be followed by the function name and the parenthesized list of formal parameters. 在其后必须跟有函数名和包括形式参数的圆括号。
- By extension, an array of any number of dimensions. 广义来说,矩阵可以是任意维数的数组。
- Our troops were drawn up in battle array. 我们的部队已严阵以待。
- Overloaded class members are distinguished by their unique signatures, which are comprised of the name of the member and the data type of each of its formal parameters. 重载的类成员通过它们的唯一签名来进行区分,签名包含成员的名称及其每个形参的数据类型。
- The royal couple appeared in splendid array. 王室伉俪身穿盛装出现。
- An array or abundance of gimmicks. 巧妙装置一系列的或大量的别致玩意儿
- If a macro to be expanded is a function-like macro, it must have the exact number of actual arguments as the number of formal parameters required by the definition of the macro. 如果被展开的宏是类似于函数的,那么它必须具有和这个宏的定义中所要求的形参数量正好相同数量的实参。