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

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
Похожие документы
Еще в разделе: (Показать все результаты (>8095) - www.arcetri.astro.it/ )

10. Example of the Scale of the Cost Risk to NAIC
. First page Back Continue Last page Summary Graphics .
[ Сохраненная копия ]  Ссылки http://www.naic.edu/alfa/galfa/meetings/1/talks/rlb_files/text7.htm -- 2.2 Кб -- 06.05.2003
Похожие документы

11. Limitations
... ftools (ftools-1.2) [xmmsas_20080701_1801-8.0.0] . ... Please note the following limitations: . FTOOLS do not allow string parameters to be assigned an empty string on the command line. ... The GUI does not use the PFILES environment variable to locate FTOOLS parameter files. ... When run from the GUI, an FTOOL uses its own parameter file to determine the type of each parameter, but ignores the default values in its parameter files, because the GUI specifies all paraeters on the command line. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ftools/node3.html -- 5.3 Кб -- 02.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>12836) - xmm.vilspa.esa.es/ )

12. Untitled Document
... The Site Safety Officer is responsible for continued safe functioning of facilities and equipment including telescopes, and the safety of personnel involved in or near maintenance activities. ... All employees are responsible for prompt reporting of conditions requiring maintenance. ... Preventive maintenance programs will be designed to insure a safe and healthful working environment for every employee and to minimize the need for emergency repairs. ... EMERGENCY REPAIRS . ... WRITTEN PROCEDURES . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Site/usersguide/SafetyPlan/06SafeSec21.html -- 5.7 Кб -- 21.05.2009
Похожие документы

13. (Untitled)
There are six possible ways of object description: . a) by number(s) . ... d) by list . e) by orbital elements . ... They should be introduced as year, month, day with tenth (e.g. 20021104.1). d) Computations are performed for all objects listed in the file whose path and name should be introduced into assigned data field. ... On pressing Edit file button user has a possibility to look through the list of object elements or their coordinates and velocities to add or to change it. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9hdg.htm -- 6.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>401) - www.ipa.nw.ru/ )

14. Astronomical Names
... Satellites of the planets are assigned a provisional designation (indicating year of discovery) by the Central Bureau for Astronomical Telegrams ( CBAT ) upon satisfactory demonstration of the existence of a new object. ... In the past, Comets were first given a provisional designation, consisting of the year and a lowercase letter indicating the order of discovery in the year (e.g., 1994a was the first comet discovered or recovered in 1994, 1994b the second, etc.) ... Names .. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/tnp/names.html -- 8.6 Кб -- 01.10.2012
Похожие документы

15. Astronomical Names
... Satellites of the planets are assigned a provisional designation (indicating year of discovery) by the Central Bureau for Astronomical Telegrams ( CBAT ) upon satisfactory demonstration of the existence of a new object. ... In the past, Comets were first given a provisional designation, consisting of the year and a lowercase letter indicating the order of discovery in the year (e.g., 1994a was the first comet discovered or recovered in 1994, 1994b the second, etc.) ... Names .. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/nineplanets/names.html -- 8.6 Кб -- 14.05.1999
Похожие документы
Еще в разделе: (Показать все результаты (>612) - www.iki.rssi.ru/ )

16. The Direction Assigned to Electric Currents
... The choice of which type of electricity is called "positive" and which "negative" was made around 1750 by Ben Franklin, early American scientist and man of many talents (the stamp on the left commemorates his role as first US postmaster--and colonial postmaster before that). ... Franklin knew of two types of electric charge, depending on the material one rubbed. ... Later, when electric batteries were discovered, scientists naturally assigned the direction of the flow of current to be from (+) to (-...
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/Education/woppos.html -- 9.3 Кб -- 24.03.2006
Похожие документы
Еще в разделе: (Показать все результаты (>884) - www.cosmos.ru/ )

17. Spatial Region Boundaries
Describes how spatial region boundaries are handled. The golden rule for spatial region filtering was first enunciated by Leon VanSpeybroeck in 1986: . ... With this in mind, the rules for determining whether a boundary image pixel or table row are assigned to a region are defined below. For image filtering, pixels whose center is inside the boundary are included. ... That is, an row is inside the boundary without regard to its integerized pixel value. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/regbounds.html -- 7.3 Кб -- 01.10.2012
Похожие документы

18. Quality Control Mission
... Monitor short-term and long-term performance of all pipeline supported instrument modes, to assure that ESO delivers astronomical data of known and controlled quality . Follow the execution of instrument calibration plans; work with Paranal Science Operations to maintain calibration plans . Process all pipeline supported calibration data; ingest certified calibration products into the Archive . Create associations for all pipeline supported science data and archive them . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/admin/mission.html -- 3.8 Кб -- 12.07.2012
Похожие документы

19. INTERNATIONAL SPACE STATION
CREW 21/22 . ... ISS-21 IMAGE . ... ISS-22/23 Flight Engineer, . ... In August 1996 Wheelock was assigned to the Johnson Space Center as a test engineer to provide the Shuttle equipment test. ... He was assigned as a lead test engineer participating in the ISS hardware testing. ... In 2001 he was assigned as the support astronaut for the ISS-2 and ISS-4 crews. ... The main objective of the flight was to deliver the new Harmony module to the International Space Station and deploy P6 Solar Arrays. ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/iss/iss22/wheelock.html -- 12.6 Кб -- 01.10.2012
Похожие документы

20. http://zebu.uoregon.edu/1996/ph162/hw2.html
... You can work in group sizes as large as 5. Each individual in that group could be assigned a particular question which would allow the group to complete the assignment in a more efficient manner. ... The Assignment: . Provide some information in response to the following questions. ... Find some information on possible tidal power sites in the United Kingdom and report on their potential for power generation. Find some information on the design and potential of the Advanced Gas Turbine. ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1996/ph162/hw2.html -- 3.0 Кб -- 26.02.1996
Похожие документы

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


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

Rambler's Top100 RFBR Яндекс цитирования