您要查找的是不是:
- simple formal parameter 简单形式参数
- Get accessor of an indexer has the same formal parameter list as the indexer. 访问器具有与索引器相同的形参表。
- Indexers can have more than one formal parameter, for example, when accessing a two-dimensional array. 索引器可以有多个形参,例如当访问二维数组时。
- For each reference to a formal parameter in the body of the procedure, a call of this thunk appears. 过程体中每当引用形式参数时,就调用形实替换程序。
- A block, with or without formal parameters, the execution of which is invoked by means of a procedure call. (编程语言中)带有或不带有参数的块,其执行是由过程调用所请求的。
- A parameter array must be the last parameter in a formal parameter list, and it must be a single-dimension array. 参数数组必须是形参表中的最后一个参数,并且必须是一维数组。
- 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. 也就是说,委托类型必须在其形参表的开头有一个额外参数,该参数的类型必须与方法所属的类的类型相同。
- Additionally there is the preferential policy, simple formalities, unrestrictive environment and the implementation of legal system. 更有政策优惠、手续简便、环境宽松、法制弘扬。
- This simple formality contrasts with the long queues that form at international airports when people arrive and go through customs and immigration checks. 与之形成对照的是国际通过海关和移民检查时来往客人却要排很长的队。
- A simple test will show if this is real gold. 简单的试验就能证明这是否是真金。
- 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. 在其后必须跟有函数名和包括形式参数的圆括号。
- French customs officials pass quickly through the train looking at passports and identity cards. This simple formality contrasts with the long queues that form at international airports when people arrive and go through customs and immigration checks. 法国海关官员穿过车厢,迅速检查旅客的护照和身份证,手续十分简便;与之形成对照的是国际通过海关和移民检查时来往客人却要排很长的队。
- 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. 重载的类成员通过它们的唯一签名来进行区分,签名包含成员的名称及其每个形参的数据类型。
- 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. 如果被展开的宏是类似于函数的,那么它必须具有和这个宏的定义中所要求的形参数量正好相同数量的实参。