Printer Friendly
The Free Dictionary
1,081,019,270 visitors served.
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

parameter
(redirected from Parameters)

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

(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 - 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.
determination of parameters and characteristics for the affecting way selected.
Output quality parameters like dispersion, distribution and viscosity are said to be enhanced.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2008 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.