• 回答数

    8

  • 浏览数

    262

地板中的神话
首页 > 英语培训 > 英文解释argument

8个回答 默认排序
  • 默认排序
  • 按时间排序

方吉咕咕咕

已采纳

英语parameter和argument作为参数的意思区别:

1、释义不同。parameter是指决定因素;规范;范围,argument是指争论;争吵;争辩;辩论;论据;理由;论点。2、 参数指向不同。parameter是指函数定义中参数,而argument指的是函数调用时的实际参数。3、对应中文术语不同。parameter=形参(formal parameter), argument=实参(actual parameter)。4、用法不同。在不很严格的情况下,现在二者可以混用,一般用argument,而parameter则比较少用。5、在方法选择上不同。例如:While defining method, variables passed in the method are called parameters.当定义方法时,传递到方法中的变量称为参数。While using those methods, values passed to those variables are called arguments.当调用方法时,传给变量的值称为引数。(有时argument被翻译为“引数“)

英文解释argument

240 评论(10)

甜品达人范范

argument是论点,争论的意思这里augment是增大增加的意思,注意区别哦

141 评论(8)

lucy一只鱼

两种写法都是存在的,不过argument更为专业和正式一点,这个就和“颜色”这个词一样,color和colour拼写都正确,也都在正常使用。

114 评论(11)

JasonZhou520

在程序世界中,我们经常会用到两个词条来标识变量,即Parameter和Argument。那么,现在的问题是,这两者有什么区别呢?通常我们认为,parameter是参数,而argument是参数的值。对应的中文术语是:parameter = 形参;argument = 实参。What is the difference between an argument and a parameter?>> While defining method, variables passed in the method are called parameters.>> While using those methods, values passed to those variables are called arguments. 当我们定义一个方法的时候,传入变量的名字就是Parameter。我们来看一个例子:1234function GetSquareArea(sideLength) { return sideLength*sideLength; } 这里,sideLength就是Parameter。当我们在调用这个方法的时候,值会传给变量,这个变量就叫Argument。例如:12var intSideLength = 4;var intSquareArea = GetSquareArea(intSideLength);程序运行的时候,intSideLength会被赋值为4,那么对于方法GetSquareArea的调用,intSideLength就是Argument。

297 评论(14)

水墲月心时

这个概念在中国的语法教科书上是很少见到的,至少我是没有见过的。"Argument in English Grammar"指的是动词完成表达所需要的其他成份。argument字面意思是参数,在语法中指代句子中的用于补充说明,帮助动词完成表达的语法元素。一个动词是无法完整表达一个句子意思的,它需要主语,宾语。这些都是它的argument。 所以可以说一个句子的最高层次结构是predicate和它的argument,然后加上adjunct。predicate和其argument用来表达句子的意思,然后adjunct可以添加一些补充的信息,虽然不是必须的。

119 评论(15)

亿万资金

英语parameter和argument作为参数的意思区别:

1、释义不同。parameter是指决定因素;规范;范围,argument是指争论;争吵;争辩;辩论;论据;理由;论点。

2、 参数指向不同。parameter是指函数定义中参数,而argument指的是函数调用时的实际参数。

3、对应中文术语不同。parameter=形参(formal parameter), argument=实参(actual parameter)。4、用法不同。在不很严格的情况下,现在二者可以混用,一般用argument,而parameter则比较少用。5、在方法选择上不同。例如:While defining method, variables passed in the method are called parameters.当定义方法时,传递到方法中的变量称为参数。While using those methods, values passed to those variables are called arguments.当调用方法时,传给变量的值称为引数。(有时argument被翻译为“引数“)

348 评论(15)

自飘自落

有 就是argue 争吵争论的名词形式。。。

231 评论(14)

佼佼猪猪

a fact or assertion offered as evidence that something is true 同义词:statementa contentious speech act; a dispute where there is strong disagreement 同义词:controversy, contention, contestation, disputation, disceptation, tilt, arguinga discussion in which reasons are advanced for and against some proposition or proposal 同义词:argumentation, debatea summary of the subject or plot of a literary work or play or movie 同义词:literary argumenta variable in a logical or mathematical expression whose value determines the dependent variable; if f(x)=y, x is the independent variable

118 评论(8)

相关问答