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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/stmtsov.htm.

1. Overview of JavaScript Statements
... JavaScript supports a compact set of statements that you can use to incorporate a great deal of interactivity in Web pages. ... Loop Statements: for , while , do while , labeled , break , and continue ( labeled is not itself a looping statement, but is frequently used with these statements) . ... The optional break statement associated with each case label ensures that the program breaks out of switch once the matched statement is executed and continues execution at the statement following switch. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/stmtsov.htm -- 30.2 Кб -- 12.12.1997
Похожие документы
Еще в разделе: (Показать все результаты (>307) - www.sao.ru/ )

2. Statements
... This chapter describes all JavaScript statements. ... The following table lists statements available in JavaScript. ... If break had a label of checkiandj , the program would break out of the checkiandj statement and continue at the statement following checkiandj . ... break , label . ... JavaScript 1.2, NES 3.0 For example, you can use a label to identify a loop, and then use the break or continue statements to indicate whether a program should interrupt the loop or continue its execution. label : ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/stmt.htm -- 47.2 Кб -- 07.10.1999
Похожие документы

3. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы
Еще в разделе: (Показать все результаты (>53590) - www.eso.org/ )

4. 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
Похожие документы
Еще в разделе: (Показать все результаты (>802) - jet.sao.ru/ )

5. Fortran 95
... 17.1 New features . ... Pure procedures . ... A function NULL to nullify a pointer . ... Complete version of END INTERFACE Pure functions are functions without side effects, and elemental functions are pure functions with only scalar arguments and with scalar result. ... Elemental functions are pure functions with only scalar dummy arguments (not pointers or procedures) and with scalar result (not pointer). That a function is elemental can be indicated with the new ELEMENTAL prefix. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/f95.html -- 15.4 Кб -- 20.08.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/f95.html -- 15.4 Кб -- 20.08.1996
Похожие документы

6. The break and continue statements
... The statements break and continue are used for this. The break command terminates the execution of the innermost enclosing loop, causing execution to resume after the nearest done statement. ... The continue command causes execution to resume at the while , until or for statement which begins the loop containing the continue command. You can also specify an argument n|FR to continue which will cause execution to continue at the n|FR th enclosing loop up. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.6.4.html -- 2.5 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>337) - comet.sai.msu.ru/ )

7. http://www.atnf.csiro.au/computing/software/gipsy/sub/gds___checkl.dc3
... Category: GDS File: gds___checkl.shl Author: J.P. Terlouw Use: CALL GDS___CHECKL ( cond, code, error, exit ) cond = logical expression code = INTEGER variable, constant or expression error = INTEGER variable containing the error argument as declared exit = any of the following specifiers: *RETURN, *XWHILE, *XREPEAT, *XFOR or *procedurename Description: If 'error' < 0 , this routine calls GDS___ERROR with this value and does no further checking. ... Note: This routine is not C-compatible. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/gds___checkl.dc3 -- 2.6 Кб -- 27.02.1995
Похожие документы

8. QPOE Files
Next: *.imh and *.qp Extensions Up: IRAF/PROS Files Previous: IRAF Image Arrays . The x-ray data are stored in QPOE files (Quick Position-Ordered Events, *.qp ) rather than image arrays. ... Note that, unlike IRAF images, QPOE files have no associated header file, and are always stored in the current directory, unless explicitly specified otherwise. Non-PROS IRAF tasks can also access QPOE data files in place of image arrays. ... rp110590.qp[pi=2:30] . ... The ROSAT PSPC qp file images are . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node15.html -- 11.5 Кб -- 01.10.2012
Похожие документы

9. MCP Menu documentation
Instructions for using Menu-driven Axis Control Software . ... Altitude and azimuth axes use position feedback and the setting is in counts per second times 10. ... Use b to set the brakes and use c to clear the brakes for the corresponding axis, either azimuth or altitude. ... Use m to move to the previously specified position and velocity for the corresponding axis; either azimuth or altitude. ... Use g to move to the previously specified position and velocity for both the azimuth and altitude axis. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/SDSS/25Procedures/ArchiveProced/op99002motcontrlviamcp.htm -- 6.7 Кб -- 19.02.2001
Похожие документы

10. Authentication Options
The NTP standard specifies an extension which provides cryptographic authentication of received NTP packets. ... The specification allows any one of possibly 4 billion keys, numbered with 32-bit key identifiers, to be used to authenticate an association. ... In the case of MD5, the keys are 64 bits (8 bytes). xntpd reads its keys from a file specified using the -k command line option or the keys statement in the configuration file. ... A zero key in NTP format would be specified as 8080808080808080 . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/authopt.html -- 7.3 Кб -- 21.12.2007
Похожие документы

11. Specification
Symbolic circuit-matrix processor and evaluator . ... This software is reliable over the range of benchmark circuit complexity (both *.CIR and *.MAT file). ... SYMBOL is a symbolic-algebra package which in contrast to REDUCE, MACSYMA, MAPLE, MATHEMATICA, MathLAB, MathCAD and other known multi-purpose systems is especially intended for analysis of any lumped, linear, time-invariant circuit. ... pure ASCII text . ... CIRSYM - SYMbolic CIRcuit processor used to format ASCII text file *.out for CALCSYM. ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~symbol/specification.html -- 11.5 Кб -- 06.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>13) - astrometric.sai.msu.ru/ )

12. I Don't Follow You! - an Astronomy Net Exploration Forum Message
Astronomy Discussion Forums . ... I Don't Follow You! ... Post Message | ... Posted by Richard D. Stafford, Ph.D. on September 16, 2002 14:59:47 UTC . ... Let me explain - harvey1 - September 16, 2002 - 18:31 UTC . Once again, we are askew of the issue. - doctordick - September 17, 2002 - 18:15 UTC . ... www.astronomy.net . About Astronomy Net | ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/exploration/messages/16.shtml -- 15.7 Кб -- 09.04.2016
Похожие документы

13. Current Solar Wind Conditions
For solar wind dials without any explanatory text, see this page . ... There are three logs, one for each condition index ( K P , Solar Wind ,and NOAA/SEC .) ... More about the solar wind's recent behavior can be found on my Current Solar Wind Conditions page. ... Other items of interest include NOAA/SEC Current Conditions , my composite current Auroral Images page, Windows on the Universe: Space Weather , and Public Outreach Index, Department of Space Physics and Astronomy, Rice University . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/ISTP/dials.html -- 7.6 Кб -- 14.05.2001
Похожие документы
Еще в разделе: (Показать все результаты (>560) - www.iki.rssi.ru/ )

14. Querying the ALMA archive Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... SELECT TScan.timestamp, TScan.cont, TSource.sn, intent FROM (SELECT archive _uid, extract (aa.xml, '//row[1]//scanIntent/text()').getStringVal() as intent, extract (aa.xml, '//row[1]//startTime/text()').getStringVal() as stime, extract (aa.xml, '//row[1]//endTime/text()').getStringVal() as etime, extract (aa.xml, '//ContainerEntity[1]/@entityId').getStringVal() as cont, timestamp FROM ALMA .xml_scantable_entities aa) Tscan, (SELECT timestamp, archive ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/alma-query-db-q-explain.html -- 22.0 Кб -- 04.04.2016
Похожие документы

15. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/indiutil/setINDI.1
TH setINDI 1 .SH NAME setINDI \- set one or more writable INDI property values .SH SYNOPSIS \fBsetINDI [options] device.property.e1[;e2...]=v1[;v2...] ... \fP .SH DESCRIPTION .na .nh .PP setINDI connects to an indiserver and sends commands to set new values for specified properties. ... TP -p <p> connect using alternate port p; the default is 7624. ... SH EXIT STATUS The setINDI program exits with a status of 0 if it suceeded in setting the new value for each specified property. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/indiutil/setINDI.1 -- 3.2 Кб -- 03.08.2011
Похожие документы

16. Amateur Astronomers Association of New York ? Amateur Astronomers Association
... Observing . ... Solar Observing . ... April 3 (SUN) - Solar Observing, Central Park , Manhattan . ... APRIL'S SKY . ... Lecture Series at the American Museum of Natural History The Amateur Astronomers Association is proud to present an astronomy lecture series from October through May each year for our members and the .. ... The€аAmateur Astronomers Association of New York€аwas organized in 1927 to promote the study of Astronomy, emphasizing its cultural and inspirational value. ...
[ Сохраненная копия ]  Ссылки http://www.aaa.org/ -- 49.7 Кб -- 09.04.2016
Похожие документы

17. Apache module mod_include
This module provides for documents with Server Side Includes (SSI). ... Any document with handler of "server-parsed" will be parsed by this module, if the Includes option is set. If documents containing server-side include directives are given the extension .shtml, the following directives will make Apache parse them and assign the resulting document the mime type of text/html : AddType text/html .shtml AddHandler server-parsed .shtml The following directive must be given for ... cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_include.html -- 22.9 Кб -- 20.05.2004
Похожие документы

18. http://www.naic.edu/~phil/hardware/generator/networkdoc/Sales%20Sheets/ANNUN_S-1343.pdf
... Audible Indication of Any Network Condition. ... Label Configurations Standard Bindings NFPA110 GenSet Alarm and Status Annunciator The · · · · · · (A) The · · · · · · (A) The · · · (A) The · · · (A) following conditions are provided as High Battery Voltage (A) · Low Battery Voltage (A) · Generator Running (G) · Genset Supplying Load (G) · Pre- Low Oil Pressure (A) · Low Oil Pressure (R) · = Amber; (R) = Red; (G) = Green following conditions are provided as Check ...
[ Текст ]  Ссылки http://www.naic.edu/~phil/hardware/generator/networkdoc/Sales%20Sheets/ANNUN_S-1343.pdf -- 626.8 Кб -- 05.02.2013
Похожие документы

19. OFFICIAL PRESS RELEASE - S.P. KOROLEV ROCKET & SPACE CORPORATION ENERGIA
OFFICIAL PRESS RELEASE . ... to the International Space Station . ... Technical management is chaired by N.N. Sevastyanov, President of RSC Energia, General Director for manned space complexes and Technical Manager for flight tests. ... The vehicle and ISS Russian Segment flight is under control of the Lead Operational Control Team (LOCT) working in the Mission Control Center in Moscow (MCC-M), (Flight Director is V.A. Soloviev, Vice-President of S.P. Korolev RSC Energia, Deputy General Designer). ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/news/news-2005/press_release_iss-17.html -- 12.5 Кб -- 10.04.2016
Похожие документы

20. Code of Good Practice for Scholarly and Scientific Research
Next: Definition of Scientific Misconduct Up: scientific Previous: Introduction . ... This Code of Good Practice closely follows the Statement on Safeguarding Good Scientific Practice issued by the Biotechnology and Biological Sciences Research Council (BBSRC) in 1998. ... The Observatory expects the highest standards of scientific integrity to be adhered to by the researchers, students and other staff that it funds, whether they are employees or associates of other institutions. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/administration/scientific/node2.html -- 11.8 Кб -- 11.02.2002
Похожие документы

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


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

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

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