Найдено документов: 284175 (168 сайтов) ---- Время поиска: 0.59сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/sheltran/REPEAT.html.
http://www.atnf.csiro.au/computing/software/gipsy/sheltran/REPEAT.html.
1. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>23909) - www.atnf.csiro.au/ )
2. OptInt PmWiki : Page Actions | Search Results
OptInt PmWiki . ... Edit Page | ... Search : . ... MROI Delay Line Design Contract . ... MROI . ... Page Actions . Results of search for link=Site.PageActions : . ... 3 pages found out of 254 pages searched. ... To limit your search to a single group, enter the group name followed by a slash at the beginning of the search string (e.g., "PmWiki/" or "Site/"). ... apple pie . both 'apple' and 'pie' . ... apple' in the PmWiki group of pages . ... the phrase 'pmwiki/apple' in all groups of pages . ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/Site/PageActions?action=search&q=link=Site.PageActions -- 22.9 Кб -- 01.03.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3165) - www.mrao.cam.ac.uk/ )
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
Похожие документы
[ Сохраненная копия ] Ссылки 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
Похожие документы
Еще в разделе:
(Показать все результаты (>908) - jet.sao.ru/ )
4. mod_actions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... This module provides for executing CGI scripts based on media type or request method. ... The Action directive lets you run CGI scripts whenever a file of a certain MIME content type is requested. ... Action action-type cgi-script [virtual] . ... Script method cgi-script . ... This directive adds an action, which will activate cgi-script when a file is requested using the method of method . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/manual/en/mod/mod_actions.html -- 12.9 Кб -- 21.01.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6960) - www.arcetri.astro.it/ )
5. mod_actions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... This module provides for executing CGI scripts based on media type or request method. ... The Action directive lets you run CGI scripts whenever a file of a certain MIME content type is requested. ... Action action-type cgi-script [virtual] . ... Script method cgi-script . ... This directive adds an action, which will activate cgi-script when a file is requested using the method of method . ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/ztcs/manual/de/mod/mod_actions.html -- 11.1 Кб -- 25.02.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2280) - www.sao.ru/ )
6. Module mod_actions
This module provides for executing CGI scripts based on media type or request method. ... Source File: mod_actions.c . ... Action . ... Syntax: Action action-type cgi-script . ... Examples: # Requests for files of a particular type: Action image/gif /cgi-bin/images.cgi # Files of a particular file extension AddHandler my-file-type .xyz Action my-file-type /cgi-bin/program.cgi . ... This directive adds an action, which will activate cgi-script when a file is requested using the method of method . ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/mod/mod_actions.html -- 7.1 Кб -- 03.10.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>117) - neptun.sai.msu.ru/ )
7. 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
Похожие документы
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/c6.html -- 5.4 Кб -- 17.02.1996
Похожие документы
Еще в разделе:
(Показать все результаты (>3023) - crydee.sai.msu.ru/ )
8. Example of using the case statement
To specify an action when a word matches the pattern: cat diary #!/bin/sh today=`date +%m/%d` (presents the date in the format 01/31) case $today in 07/18) echo "Aonoch Mhor" ;; 07/21) echo "Ben Wyvis" ;; 08/02) echo "Buicheille Etive Mhor" ;; 08/03) echo "Slioch" ;; *) echo "Wet..low level today" esac date +%m/%d 07/18 diary Aonoch Mhor . ... Note the use of the pattern * , this can be used to specify default patterns as the * character is the shell wildcard character. ...
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.6.1.1.html -- 2.5 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>650) - comet.sai.msu.ru/ )
9. http://www.stsci.edu/instruments/observatory/cdbs/image/recreate_load_file.ps
recreate load file Rick Whitman November 27, 1996 Usage The tool is invoked by entering recreate load file on the command line followed by one argument which is a reference file name. ... These environment variables are: ffl CDBS SERVER set to the database server name (in uppercase) ffl CDBS DB set to the CDBS database name (in lowercase) The output will be a single load file named the same as the input reference file name but with the extension ``.lod''. ... Processing file A3D1145DY.CY0.. ...
[
Текст
]
Ссылки http://www.stsci.edu/instruments/observatory/cdbs/image/recreate_load_file.ps -- 38.0 Кб -- 16.09.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>16436) - www.stsci.edu/ )
10. Product extraction
... Meta Index / Home Page / Description / Detailed layout of GUI This is the area at the bottom of the main window and consists of seven horizontally arranged buttons labeled Filtered Table , Fix Expression , Image , Histogram , OGIP spectrum , OGIP Rate Curve , and OGIP Spectral Products respectively. ... For histogram, spectrum, and rates curve extractions the user has to select one and only one data column with the rightmost check button column. ... Fix expression . OGIP spectral products . ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/xmmselect/node24.html -- 7.1 Кб -- 28.06.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>9860) - xmm.vilspa.esa.es/ )
11. http://www.ssau.ru/files/science/conferences/itnt2015/itnt_2015_70.pdf
TOOLS OF TEST GENERATION FOR SATELLITES CONTROL PROGRAMS Andrey Tyugashev, Ekaterina Myasnikova, Elena Sopchenko S.P. Korolyov Samara State Aerospace University (National Reseach University) The paper presents a research in the field of test automation for testing spacecraft control programs. ... Programmers or designers of spacecraft systems write tests manually. ... Tests are carried out by issuing the control actions on the spacecraft and condition monitoring systems parameters of the spacecraft. ...
[
Текст
]
Ссылки http://www.ssau.ru/files/science/conferences/itnt2015/itnt_2015_70.pdf -- 161.6 Кб -- 04.08.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>521) - www.ssau.ru/ )
12. Laminations and group actions in€аdynamics
... A dynamical system is an action of the infinite cyclic group. Group action study is€аimportant for€аdifferent areas of€аdynamics and geometry. The topics of€аthe conference include: . ... Diophantine approximations and homogeneous flows, e.t.c. We plan a€аminicours by€аD.€аCalegari about the solution of€аthe Ahlfors' measure conjecture for limit sets of€аKleinian groups. ... In 5тАУ7€аminutes you'll see a€аchurch on€аyour right€атАФ turn right to€аBolshoy Vlasyevsky street after that. ...
[
Сохраненная копия
]
Ссылки http://www.mccme.ru/~urkud/lamgr/ -- 12.7 Кб -- 09.05.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>904) - www.mccme.ru/ )
13. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>65508) - www.eso.org/ )
14. Use of Inheritance Techniques in Real-Time Systems under DRAMA
... In real-time instrument control systems such as the AAO's DRAMA system, where relatively complex individual tasks control their own parts of a system (spectrograph, camera, telescope, etc), there are often significant similarities between tasks. ... DRAMA is written in C, but combines ideas from the X Windows Xt toolkit with its use of named actions in tasks to provide a successful, effective, inheritance mechanism. ... This action is used to set the simulation mode of our tasks. ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass94/farrellt2.html -- 13.0 Кб -- 03.11.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1797) - www.adass.org/ )
15. Doug Burke's Perl/S-Lang pages: General examples
... Trapping errors . ... Inline::SLang . Doug's Home Page . The following code and examples can be found in the Inline::SLang distribution available from CPAN . The output was created using version 1.00 of the module, using the PDL support , together with version 1.4.9 of the S-Lang library. Source code 'message("This is S-Lang");'; print "This is Perl\n"; . which, when run, produces This is S-Lang This is Perl . ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_general.html -- 6.5 Кб -- 02.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2171) - hea-www.harvard.edu/ )
16. MAO NASU :: Topic: Fw: Actions directed to stop Russian aggression against
... Forum . ... Recent Topics . ... MAO main . ... Fw: Actions directed to stop Russian aggression against Ukraine . ... Subject: Re: Actions directed to stop Russian aggression against Ukraine . ... Actions directed to stop Russian aggression against Ukraine" and I hope . ... around Ukraine is very dangerous indeed and who thinks that together we . ... Board Categories MAO main - Info - MAO - news - Flame Technical - Technical Support(Forum)(пўпµя…пїпѕпґпґпµяЂп¶пєп°(п¤пѕяЂяѓпј)) . ... MAO NASU . ...
[
Сохраненная копия
]
Ссылки http://www.mao.kiev.ua/index.php/en/forum/info/83-fw-actions-directed-to-stop-russian-aggression-against-ukraine -- 19.2 Кб -- 11.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>219) - www.mao.kiev.ua/ )
17. Oh My Aching Chemistry Back! - an Astronomy Net Education Forum Message
Astronomy Discussion Forums . Forums: . Atm ћ Astrophotography ћ Blackholes ћ Blackholes2 ћ CCD ћ Celestron ћ Domes ћ Education . ... Discussion Forums . ... Oh My Aching Chemistry Back! Forum List | ... Post Message | ... If heat is produced, mass is lost. ... www.astronomy.net . About Astronomy Net | Advertise on 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/education/messages/114.shtml -- 13.2 Кб -- 09.04.2016
Похожие документы
Похожие документы
18. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2222) - star.arm.ac.uk/ )
19. CIMA Buttons
... They have buttons to get a help window and close the window in the bottom left corner and often some other buttons in a similar style in the bottom right corner. ... Each CIMA-style window has a set of buttons in the lower left corner. ... Accept : Apply the options selected and then close the window . ... Current : Restore all options The 'Accept' and 'Apply' buttons both apply the selected options; the only difference being that 'Accept' will close the window while 'Apply' will leave it open. ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~cima/cima_buttons.html -- 9.0 Кб -- 01.03.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2996) - www.naic.edu/ )
20. Izmccd
Download Izmccd (~2.7 MB). Solution of problems at identification of star field. ... 2) Scale is not correct. ... In this case algorithm of identification will revise all values of scale from twice smaller up to twice greater. ... There should be more than value of the field "Number of stars in frame". ... The star field is considered identified if number of the identified stars more or equally to this value. It is necessary to set value from 4 up to value of field "Number of stars in frame". ...
[
Сохраненная копия
]
Ссылки http://www.izmccd.puldb.ru/izmccd5e.htm -- 4.9 Кб -- 17.09.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>13) - www.izmccd.puldb.ru/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда