Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,740,564,374 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

parameter

   Also found in: Dictionary/thesaurus, Medical, Legal, Financial, Acronyms, Wikipedia, Hutchinson 0.02 sec.

parameter

(1) Any value passed to a program by the user or by another program in order to customize the program for a particular purpose. A parameter may be anything; for example, a file name, a coordinate, a range of values, a money amount or a code of some kind. Parameters may be required as in parameter-driven software (see below) or they may be optional. Parameters are often entered as a series of values following the program name when the program is loaded.

A DOS switch is a parameter. For example, in the DOS Dir command dir /p the DOS switch /p (pause after every screenful) is a parameter.

(2) In programming, a value passed to a subroutine or function for processing. Programming today's graphical applications with languages such as C, C++ and Pascal requires knowledge of hundreds, if not thousands, of parameters.

In the following C function, which creates the text window for the Windows version of this database, there are 11 parameters passed to the CreateWindow routine. Some of them call yet other functions for necessary information. In order to call this routine in a program, the programmer must decide what the values are for every parameter.

 hWndText = CreateWindow    (
      "TextWClass",
       NULL,
       WS_CHILD|WS_BORDER|WS_VSCROLL|WS_TABSTOP,
       xChar*23+GetSystemMetrics(SM_CXVSCROLL)+8,
       yChar*4,
       Rect.right-Rect.left+1-xChar*23
          -2*GetSystemMetrics(SM_CXVSCROLL)+5,
       yChar*(Lines+1)+2,
       hWnd,
       IDC_TEXTLIST,
       (HANDLE)hInstance,
       NULL                 ) ;


parameter
1. one of a number of auxiliary variables in terms of which all the variables in an implicit functional relationship can be explicitly expressed
2. a variable whose behaviour is not being considered and which may for present purposes be regarded as a constant, as y in the partial derivative ∂f(x,y)/∂x

parameter [pə′ram·əd·ər]
(crystallography)
Any of the axial lengths or interaxial angles that define a unit cell.
(electricity)
The resistance, capacitance, inductance, or impedance of a circuit element.
The value of a transistor or tube characteristic.
(mathematics)
An arbitrary constant or variable so appearing in a mathematical expression that changing it gives various cases of the phenomenon represented.
(physics)
A quantity which is constant under a given set of conditions, but may be different under other conditions.

parameter - formal argument


How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
A setpoint overview page displays all critical parameters on a single page.
When performing this evaluation we consider the level of reducing damage inflicted by the enemy on protected unit or the level of prevented LLTU losses in the battle to be the quantitative parameter of CPC efficiency in combat environment.
Output quality parameters like dispersion, distribution and viscosity are said to be enhanced.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.