八零梁行
Notebook computers, also known as hand-held computer or laptop is a small, portable personal computer, usually 1-3 kg of weight. The current trend is that size is getting smaller and smaller, more and more light weight, and is all the more powerful features. In order to reduce the size of the notebook computers generally have a liquid crystal display (LCD also known as LCD). In addition to the keyboard, with some touchpad (touchpad) or touch points (pointing stick) as a positioning device (Pointing device). Now on the point of view, from a notebook computer use in general can be divided into 4 categories: business-type fashion, and multimedia applications, special purpose. Business-notebook computer features can be summed up as the general movement is strong, (battery) life for a long time;-look-specific fashion are also suitable for business use of the laptop-style; multimedia applications based notebook computer is a powerful combination of graphics and multimedia processing power And both a certain degree of mobility of the complex, multi-media market common notebook computer has a separate more advanced graphics, larger screen, and other characteristics; special purpose notebook computer professionals in the service, you can heat Cold, depression, war, and other adverse circumstances the use of models, more than heavy.
机器猫TJ
在程序世界中,我们经常会用到两个词条来标识变量,即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。
宝宝不胖c
参数 [cān shù] [词典] parameter; [例句]它包含了与两个相等带电粒子凝聚增强因子中所包含的同样参数。It involves the same parameter as that involved in the enhancement factor for coagulation of two equally charged particles.
六月她妈
英语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被翻译为“引数“)
优质英语培训问答知识库