argument n. 1.争论,辩论,论证。 2.论据,论点。 3.(书籍等的)梗概,摘要,大纲;(剧本等的)情节。 4.【数学】幅角;宗量,宗数,自变数。 5.【逻辑学】(三段论中的)中项,中词。 6.〔废语〕证据。 an artificial argument 巧辩,诡辩。 start [put forward] an argument 开始[挑起]争论。 argument against [for, in favour of] 反对[赞成]…的论点。 get [fall] into an argument with 与…发生争论。 ram an argument home 反覆说明论点使对方接受。 without argument 无异议。
Type annotation in a function specifies a required type for function arguments , a required type for returned data , or a required type for both 函数中的类型批注指定函数参数的所需类型、返回数据的所需类型或者这两者的所需类型。
A compiler can deduce type and non - type arguments from a call , provided the function argument list uniquely identifies the set of template arguments 如果根据函数实参表能够决定一组模板实参,那么编译器就能从一个调用中演绎出类型和非类型实参。
This makes it possible for the debugger to match up a chain of msil with its machine code counterpart , and to track where local variables and function arguments are stored 这使调试器能够将msil链与其机器码副本相配,并且能够跟踪存储局部变量和函数参数之处。在
When the functions in a dll change , the applications that use them do not need to be recompiled or relinked as long as the function arguments and return values do not change 当dll中的函数发生更改时,只要函数的参数和返回值没有更改,就不需重新编译或重新链接使用它们的应用程序。
But just as we can use the number 23 without binding it to any name in other words , as a function argument , we can use the function object we created with 闭包就象是fp的jekyll对于oop的hyde (角色或者也可能对调) 。闭包类似对象示例,是一种将一大批数据和功能封装在一起的一种方式。
You should not call , from managed code , any functions that walk the stack to get parameter information function arguments ; the p invoke layer causes that information to be further down the stack 不应从托管代码调用任何浏览堆栈以获取参数信息(函数变量)的函数; p / invoke层使这些信息处于堆栈的较低位置。
Similarly , the readmultiple and writemultiple apis return s false when the function arguments are correct , but the function cannot perform the requested operation , so the programmer must explicitly check the return value against s false 同样,当函数参数正确时, readmultiple和writemultiple api返回s _ false ,但函数不能执行请求的操作,因此程序员必须根据s _ false显式检查返回值。
These options determine the order in which function arguments are pushed onto the stack ; whether the caller function or called function removes the arguments from the stack at the end of the call ; and the name - decorating convention that the compiler uses to identify individual functions 这些选项用于确定函数参数入栈的顺序,调用结束时调用方函数或被调用函数是否从堆栈中移除参数,以及编译器用来标识各个函数的名称修饰约定。