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
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
parameters - 搜索 词典 9 Collocation is usually applied to deal with the parameter estimation, which contains the trend parameters and stochastic parameters 拟 合 推 估 常 用于 解决 既 含有 倾向性 参数 又 含有 随机 参数 的 参数 估计 问题。
parameter是什么意思_parameter的翻译_音标_读音_用法_例句_爱词霸在线词典 爱词霸权威在线词典,为您提供parameter的中文意思,parameter的用法讲解,parameter的读音,parameter的同义词,parameter的反义词,parameter的例句等英语服务。
parameter - 搜索 词典 必应词典为您提供parameter的释义,美 [pəˈræmɪtər],英 [pəˈræmɪtə (r)],n 范围;决定因素;规范; 网络释义: 参数;参量;指标参数;
PARAMETER中文 (简体)翻译:剑桥词典 - Cambridge Dictionary It is a comparison between parameter combinations for a constant average copy number
编程中,parameter、argument翻译成什么中文最好? - 知乎 The term parameter is used to describe the names for values that are expected to be supplied The term argument is used for the values provided for each parameter
参数 (parameter )与变量 (argument)的区别 - 知乎 A parameter is a variable in a method definition 参数是一个方法所定义的变量。 int max (x, y);其中x, y 为参数 When a method is called, the arguments are the data you pass into the method's paramet…
PARAMETER Definition Meaning - Merriam-Webster The meaning of PARAMETER is an arbitrary constant whose value characterizes a member of a system (such as a family of curves); also : a quantity (such as a mean or variance) that describes a statistical population
Parameter - Wikipedia A parameter (from Ancient Greek παρά (pará) 'beside, subsidiary' and μέτρον (métron) 'measure'), generally, is any characteristic that can help in defining or classifying a particular system (meaning an event, project, object, situation, etc )
参数(数学、物理、计算机名词)_百度百科 如果我们引入一个或一些另外的变量来描述自变量与因变量的变化,引入的变量本来并不是当前问题必须研究的变量,我们把这样的变量叫做参变量或参数。 英文名:Parameter。
parameter和argument都代表参数,有什么区别么? - CSDN博客 在编程中,“parameter”和“argument”都与参数有关,但它们在语法和使用上有不同的含义。 Parameter(参数) Parameters(形参) 是在定义函数时使用的变量名。 它们是函数签名的一部分,表示函数期望接收的输入。 例如,在下面的Python函数定义中, a 和 b 是参数: