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(形式参数,形参)。 在上下文没有歧义的情况下,我个人的习惯会将这两个词均翻译为参数,在其他情况下使用实参和形参来对
How to pass a variable into a YAML template parameter and use it in a . . . If you are passing a variable into a template parameter with the intention of using it as part of another runtime expression, the easiest method is to copy the parameter to a variable
How are parameters sent in an HTTP POST request? "In an HTTP POST request, the parameters are not sent along with the URI " - though it can be (just theoretically), do not confuse other people POST, in accordance to spec, MUST serve non-idempotent requests, but you can use request body (which is segregated from Headers by ONE empty line), as well as request parameters
Is there a way to use parameters in Databricks in SQL with parameter . . . Is there a way to use parameters in Databricks in SQL with parameter marker syntax (:param) inside create view? Asked 1 year, 1 month ago Modified 9 months ago Viewed 7k times
What is the difference between URL parameters and query strings? I don't see much of a difference between the parameters and the query strings, in the URL So what is the difference and when should one be used over the other?
Invoke-Sqlcmd doesnt allow TrustServerCertificate From the description of the -TrustServerCertificate parameter (emphasis and direct link added): This parameter is new in v22 of the module For more details, see Strict Connection Encryption under Related Links To diagnose the problem: In a pristine session, run:
powershell mandatory parameter with default value shown I am looking for a way to have an PowerShell script ask for an parameter which needs to be mandatory, but shown with an default value, e g : \\psscript Supply values for the following para
How to pass a URL input parameter value to Blazor page? This passes a value into a blazor component [Parameter] public string Id { get; set; } But what about passing a value from the URL input parameter?