English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-07-19 07:55:26 · 3 answers · asked by tony l 1 in Science & Mathematics Engineering

3 answers

Parameter files are a way of storing configuration settings. As an example, if you want to store addresses on a computer, you could have a parameter file which stores questions like:
Sort by forename or surname.
Allow duplicates Y/N.
Store birthdate as dd/mm/yy or mm/dd/yy etc.

Each one of the above is a parameter, i.e. a single entity from the parameter file

2006-07-19 08:58:46 · answer #1 · answered by spiegy2000 6 · 0 0

It is a method of controlling the operation of a computer program.

I used to use a software suite called SATURN, what it actually does is immaterial to this answer, but parameter files were used to control the operation of the programs such as setting seed values for random numbers, dictating the convergence criteria at which iterative process would stop, and in some cases selecting which algorithm the program was to employ in the assessment.

The files were plain text which made them very easy to edit and manipulate (this was back in the days of DOS) from run to run to test the significance of any variation or alteration in the controlling parameters.

It meant that all of the controls were stored in one place and didn't have to be entered onto a command line. There was usually a line that had the term '&PARAM' to tell the system that parameters followed then each variable was listed on it's own line with the value to be used in that particular operation.

2006-07-21 13:38:04 · answer #2 · answered by theo_d_lite 1 · 0 0

have you tried dictionary.com they usually have that or your dictionary built into your computer, well i think it only works if you have an hp.

2006-07-19 14:59:06 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers