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 无异议。
Pointer to a structure containing an array of arguments , an array of argument dispids for named arguments , and counts for the number of elements in the arrays 指向一个结构的指针,该结构包含一个参数数组、一个命名参数的dispid参数数组和数组中元素数的计数。
Pointer to a structure containing an array of arguments , an array of argument dispids for named arguments , and counts for the number of elements in the arrays 指向一个结构的指针,该结构包含一个参数数组、一个命名参数的dispid参数数组和数组中元素数的计数。
When this behavior is specified , case is relevant in the search results and only entries that match the case of the value passed in the name argument will be returned 当指定这一行为时,在搜索结果中大小写是敏感的,只有那些结构的名与给定的参数完全匹配的条目才会被返回。
Optional arguments are those that can be skipped using a comma as a placeholder when using positional arguments , or simply omitted when using named arguments . attribute arguments must be constant expressions 可选参数是(在使用定位参数时)可以用逗号作为占位符而跳过的参数,或(在使用命名参数时)可以直接忽略的参数。