• 回答数

    12

  • 浏览数

    298

框框拆拆远行车
首页 > 英语培训 > 参数翻译成英文

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

烧卖吃饱了

已采纳

parameter和argument是计算机英语中常见的词汇,这两者的区别如下:parameter是形参,体现在函数定义中,当出现在整个函数内都是可以使用的, 要是离开该函数则不能使用argument是实参,体现在主调函数中,当进入被调函数后,实参变量也不能使用2、parameter只有在被调用时才分配内存单元,在调用结束时,即刻释放所分配的内存单元。函数调用结束返回主调用函数后则不能再使用该形参变量。因此,形参只在函数内部有效。argument可以是变量、常量、函数、表达式等,无论实参是何种类型的量,在进行函数调用 时,它们都必须有确定的值,以便把这些值传送给形参。因此应预先用赋值,输入等办法使参数 获得确定值。扩展资料:当parameter和argument不是指针类型时,在该函数运行时,形参和实参是不同的变量,他们在内存中位于不同的位置,形参将实参的内容复制一份,在该函数运行结束的时候形参被释放,而实参内容不会改变。举例:1. 比如你定义一个函数void add(int a, int b),这里的a和b就是parameter。2. 当你进行函数调用的时候,add(1, 2),这里的1和2就是argument。

参数翻译成英文

128 评论(13)

南京1942

在程序世界中,我们经常会用到两个词条来标识变量,即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。

330 评论(8)

素素V587

一共有多少个参数How many parameters are there?重点词汇 一共altogether; in all; all told; overall 多少number; amount; more or less; somewhat; in a way; to a degree; a little; slightly; how many/much/long; how many; how much 参数parameter

243 评论(11)

beyond45678

英语extended arguments中文的意思就是:扩展参数!

277 评论(12)

家装e站重庆站

extended arguments扩展参数网络释义要做到更精细的论证,则需要注意以下规则,这些规则是对之上规则的总结与抽象,这些规则按时间序列展开

204 评论(13)

美棉家纺

技术参数 [解释]:specification fields ; technical parameter; chnical parameter; technical parameter [参考词典]:汉英综合大词典 汉英航海大词典

302 评论(13)

帅帅老牛

“技术参数”的英文:technical parameters

technical 读法   英 ['teknɪk(ə)l]  美 ['tɛknɪkl]

adj. 工艺的,科技的;技术上的;专门的

短语:

1、technical training 技术训练

2、technical data 技术资料;技术数据

3、technical information 技术情报,技术信息;技术资料

4、technical analysis 技术分析;工业分析

5、technical supervision 技术监督;技术管理

词语用法:

technical的意思是“技术的,工艺的”,多指在某方面有专门的技能,如印刷、纺织、音乐等。technical在句中常用作定语,作“专业的”解时在句中可用作表语。technical无比较级和最高级形式。

例句:

1、The flight was delayed owing to technical reasons.

这次飞行由于技术的原因而被推迟。

2、This book is too technical for me.

对我来说,这本书太专业了。

96 评论(13)

夏沫儿6652

参数总计是多少翻译是:What is the total number of parameters

316 评论(15)

皇后镇Z

英语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被翻译为“引数“)

155 评论(11)

小东菇1

arguments有论证,论据,参数,争吵等意思。Extended arguments可以表示扩展的观点的意思。

281 评论(15)

小笼包不怕胖

英语extended arguments可以翻译成:扩展参数。arguments英 [ˈɑːgjʊmənts] 美 [ˈɑrgjəmənts] n.争论;辩论;论据;论点;参数

227 评论(11)

休普若斯

extended可译为:扩展的,延伸的。argument可译为:观点,论点。所以您提问的内容即翻译为扩展的论点。希望的的回答能帮到您!

303 评论(11)

相关问答