Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 244084 (168 сайтов) ---- Время поиска: 0.61сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | След.

Показаны документы, содержащие фрагменты текста из документа
http://star.arm.ac.uk/f77to90/c6.html.

1. Control statements
As conditional or control statements you have IF in many variants (but essentially not changed from Fortran 77), DO (with some new variants) and the completely new statement CASE . The DO- loop should now be ended with the statement END DO and we no longer need any statement number. In addition, we can use the statement EXIT to jump out of the DO -loop and CYCLE in order to go to the next iteration of the present DO -loop. ... all negative numbers WRITE (*,*) 'Negative number' CASE (0) ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c6.html -- 5.4 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c6.html -- 5.4 Кб -- 17.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>2900) - crydee.sai.msu.ru/ )

2. http://www.stsci.edu/hst/training/events/Python/class3.pdf
STSCI Python Introduction Class 3 Jim Hare Today's Agenda · · · · · · Functions Passing Arguments to Modules File I/O User Defined Objects Variable Scopes System Commands and Controls 1 Functions · Function template · Consists of def statement, parameters and return def test1(x,y,j=`testcase1') j=`testcase1' is the default · Example update_default_db.py isql' % (account,database)) os.system('printf "select db_name()\\ngo" | ...
[ Текст ]  Ссылки http://www.stsci.edu/hst/training/events/Python/class3.pdf -- 1935.4 Кб -- 15.06.2005
Похожие документы

3. Conditionals
... The if statement . ... The switch statement . ... if ( expression ) statement 1 else statement 2 ...or: . ... expression 1 ? ... The C switch is similar to Pascal's case statement and it allows multiple choice of a selection of items at one level of a conditional where it is a far neater way of writing multiple if statements: . switch ( expression ) { case item 1 : statement 1 ; break; case item 2 : statement 2 ; break; case item n : statement n ; break; default: statement ; break; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node5.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node5.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node5.html -- 8.0 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>978) - jet.sao.ru/ )

4. OptInt PmWiki : MROIFastTipTilt / Doc Man
... 1100 FTT/NAS . ... 1120 Camera . ... 1140 Camera Mount & Enclosure . ... 1170 Test Equipment . ... 1200 FLC . ... MRO-PLA-CAM-0000-0106 FTT/NAS & FLC Development Plan . ... MRO-ICD-CAM-1000-0109 "FTT/NAS,FLC-UTE" FTT/NAS & FLC to Enclosure ICD . MRO-ICD-CAM-1000-0110 "FTT/NAS,FLC-NOT" FTT/NAS & FLC to optical table ICD . MRO-ICD-CAM-1000-0111 "FTT/NAS,FLC-UT" FTT/NAS & FLC to UT optical ICD . ... Printable View of http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/MROIFastTipTilt/DocMan) ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/MROIFastTipTilt/DocMan?action=print -- 14.7 Кб -- 10.04.2016
Похожие документы

5. Astronaut Bio: John E. Blaha (05/2008)
National Aeronautics and Space Administration . ... JOHN E. BLAHA (COLONEL, USAF, RET.) NASA ASTRONAUT (FORMER) . ... EDUCATION: Graduated from Granby High School in Norfolk, Virginia, in 1960; received a bachelor of science in engineering science from the United States Air Force Academy in 1965 and a master of science in astronautical engineering from Purdue University in 1966. ... NASA EXPERIENCE: Selected as an astronaut in May 1980, Blaha has logged 161 days in space on 5 space missions. ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/blaha.html -- 9.7 Кб -- 07.07.2015
Похожие документы

6. Reading user input
To read standard input into a shell script use the read command. For example: echo "Please enter your name:" read name echo "Welcome to Edinburgh $name" . This prompts the user for input, assigns this to the variable name and then displays the value of this variable to standard output . ... For example: echo "Please enter your surname\n" echo "followed by your first name: \c" read name1 name2 echo "Welcome to Glasgow $name2 $name1" . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.3.html -- 2.3 Кб -- 17.01.1997
Похожие документы

7. Values, Variables, and Literals
... This chapter discusses values that JavaScript recognizes and describes the fundamental building blocks of JavaScript expressions: variables and literals. ... So, for example, you could define a variable as follows: . var answer = 42 And later, you could assign the same variable a string value, for example, . ... These are fixed values, not variables, that you literally provide in your script. ... A string literal is zero or more characters enclosed in double ( " ) or single ( ' ) quotation marks. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/ident.htm -- 11.1 Кб -- 12.12.1997
Похожие документы

8. Sheltran - WHILE construct
WHILE <logical expression> <statement>.. XWHILE <statement>.. CWHILE Whilst < logical expression > has a value .TRUE., the statements within the loop WHILE-CWHILE will be executed, and < logical expression > re-evaluated. When < logical expression > has a value .FALSE., control is transferred to the statement following CWHILE. ... This statement transfers control to the statement following CWHILE independently of the value of < logical expression > . ... Z' THEN XWHILE CIF CIF CWHILE . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sheltran/WHILE.html -- 2.3 Кб -- 16.01.2009
Похожие документы

9. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/number.htm
... Lets you work with numeric values. The Number object is an object wrapper for primitive numeric values. ... JavaScript 1.3: added toSource method . ... value . ... JavaScript 1.2: Number(x) now produces NaN rather than an error if x is a string that does not contain a well-formed numeric literal. ... The following example uses the Number object's properties to assign values to several numeric variables: biggestNum = Number.MAX_VALUE . ... ECMA-262 JavaScript prints the value Number.NaN as NaN . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/number.htm -- 28.7 Кб -- 07.10.1999
Похожие документы<