英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

parameter    音标拼音: [pɚ'æmətɚ]
n. 助变数,媒介变数,参数

助变数,媒介变数,参数

parameter
对参数线性的


parameter
参数;参项;参量;参(变)量;参(变)数 PAR;PARAM


parameter
z 参数( 电晶体用 )

parameter
参数

parameter
n 1: a constant in the equation of a curve that can be varied to
yield a family of similar curves [synonym: {parameter},
{parametric quantity}]
2: any factor that defines a system and determines (or limits)
its performance
3: (computer science) a reference or value that is passed to a
function, procedure, subroutine, command, or program [synonym:
{argument}, {parameter}]
4: a quantity (such as the mean or variance) that characterizes
a statistical population and that can be estimated by
calculations from sample data

Parameter \Pa*ram"e*ter\, n. [Pref. para- -meter: cf. F.
param[`e]tre.]
1. A constant number which is part of a theory, function, or
calculation, whose value is not determined by the form of
the theory or equation itself, and may in some cases be
arbitrary assigned.
[PJC]

2. Specifically:
(a) (Math.) A term applied to some characteristic
magnitude whose value, invariable as long as one and
the same function, curve, surface, etc., is
considered, serves to distinguish that function,
curve, surface, etc., from others of the same kind or
family. --Brande & C.
(b) (Conic Sections) (in the ellipse and hyperbola), a
third proportional to any diameter and its conjugate,
or in the parabola, to any abscissa and the
corresponding ordinate.
[1913 Webster]

Note: The parameter of the principal axis of a conic section
is called the latus rectum.
[1913 Webster]

3. (Science) Any constant number which is required to
calculate values of observed phenomena according to a
theory, but the value of which must be determined by
experiment, and cannot be calculated from the fundamental
assumptions of the theory. In general, a theory which has
a large number of parameters, though it may accurately
predict experimental results, is considered as having less
explanatory power and as being less esthetically pleasing
than a theory with fewer parameters.
[PJC]

4. (Crystallog.) The ratio of the three crystallographic axes
which determines the position of any plane; also, the
fundamental axial ratio for a given species.
[1913 Webster]

5. The limits, guidelines, or assumptions from within which
an activity is carried out; as, new arrivals need to learn
the parameters of the research in our department.
[PJC]

6. (Computers) A variable used in a calculation within a
computer program which must be assigned a value before the
calculation can be performed; as, let's plug in the
parameters and see what the result is.
[PJC]

7. A characteristic or element, especially one used as a
criterion for evaluation or judgment; as, a useful
parameter for determining efficiency.
[PJC]

74 Moby Thesaurus words for "parameter":
barometer, boundaries, boundary condition, bounds, bourns, canon,
catch, check, circumference, circumscription, clause, compass,
condition, confines, coordinates, criterion, degree, donnee, edges,
escalator clause, escape clause, escape hatch, fine print, fringes,
gauge, given, graduated scale, grounds, joker, kicker, limitations,
limiting condition, limits, marches, measure, metes,
metes and bounds, model, norm, obligation, outlines, outskirts,
pale, parameters, pattern, perimeter, periphery, prerequisite,
provision, provisions, proviso, quantity, reading, readout,
requisite, rule, saving clause, scale, sine qua non, skirts,
small print, specification, standard, stipulation, string, terms,
test, touchstone, type, ultimatum, value, verges, whereas,
yardstick



安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • 编程中,parameter、argument翻译成什么中文最好? - 知乎
    Argument 和 Parameter 两个词在很多文献中均翻译为参数,这是一个历史遗留问题。 但实际上 Argument 专用于 Actual Argument(实际参数,实参),Parameter 专用于 Formal Parameter(形式参数,形参)。 在上下文没有歧义的情况下,我个人的习惯会将这两个词均翻译为参数,在其他情况下使用实参和形参来对
  • Powershell: Pass SecureString (or PSCredential) as script parameter
    The only data type you can submit on the command line is a string, there's no way you can construct a SecureString instance outside of NET and pass it as an argument when launching powershell exe You'll have to refactor the parameter block to take a path to a file that contains the credentials (you can construct such a file with Get-Credential 'dummyUserName' |Export-CliXml path\to\output xml)
  • What is the purpose of the `self` parameter? Why is it needed?
    For a language-agnostic consideration of the design decision, see What is the advantage of having this self pointer mandatory explicit? To close debugging questions where OP omitted a self parameter for a method and got a TypeError, use TypeError: method () takes 1 positional argument but 2 were given instead If OP omitted self in the body of the method and got a NameError, consider How can
  • config、option、setting这三者在程序世界里是什么区别? - 知乎
    很多人误解认为Parameter和Argument各自为形参和实参,但这个认识是错误的,个人估计可能是老师乱教。 形参与实参既可以是Parameter也可以是Argument,和上面的描述一样取决于使用环境。 区分点是形参是Formal Parameter Argument,而实参是Actual Parameter Argument。 < del>
  • 友友人,ansys拓扑优化时显示缺少输入文件parameter是什么意思啊,怎么解决啊? - 知乎
    当Ansys拓扑优化过程中提示缺少输入文件“parameter”时,这通常意味着软件在寻找一个名为“parameter”的输入文件,该文件包含了优化过程所需的关键参数或设置,但未能找到。 这可能是由于以下几个原因:
  • c# - How do I resolve the error AADSTS7000218: The request body must . . .
    This is how I have written code and trying to get the output The request body must contain the following parameter: client_secret or client_assertion static async Task lt;AuthenticationResult
  • What is exactly RelayState parameter used in SSO (Ex. SAML)?
    I have come across the RelayState parameter and am very confused exactly why it comes first in SSO to send encoded URLs? What exactly does it mean? Please read the following from the Google Developer documentation: Google generates a SAML authentication request The SAML request is encoded and embedded into the URL for the partner's SSO service
  • How to pass a parameter to a windows service once and for all at . . .
    How to pass a parameter to a windows service once and for all at install instead of each start Asked 16 years, 6 months ago Modified 2 years, 8 months ago Viewed 92k times





中文字典-英文字典  2005-2009