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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/sheltran/FOR.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
Похожие документы

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
Похожие документы

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

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

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/tb/manual/de/mod/mod_actions.html -- 11.1 Кб -- 10.12.2010
Похожие документы

6. 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
Похожие документы

7. Programming Languages
... VMS users have the following compilers available: C, C++, Pascal, FORTRAN, and MACRO--which is a low-level language. ... Create a source file containing valid program statements as defined by the language. ... Run the program. ... FORT RECALC $ LINK RECALC $ RUN RECALC When you write your programs, your source files should always have a file type that identifies the programming language being used. ... Users create a source file of MACRO statements and then compile, link, and run, the file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_45.html -- 9.1 Кб -- 01.11.1995
Похожие документы

8. 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
Похожие документы

9. Apache's Handler Use
What is a Handler . ... mod_actions . ... A "handler" is an internal Apache representation of the action to be performed when a file is called. Generally, files have implicit handlers, based on the file type. Normally, all files are simply served by the server, but certain file types are "handled" separately. Apache 1.1 adds the ability to use handlers explicitly. ... The following directives will enable the send-as-is handler, which is used for files which contain their own HTTP headers. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/handler.html -- 7.2 Кб -- 15.10.2001
Похожие документы

10. Examples.
... slconv srclisttab=srclist.ds . ... Reads sources from the first table in the dataset srclist.ds; . ... slconv srclisttab=srclist.ds:SOURCES . ... An example of some filtering of the input source list: . slconv srclisttab=srclist.ds expression='(ID_BAND==0)&&(!(isnull(EXT)))&&((ID_INST!= ... slconv srclisttab=srclist.ds expression='!(isnull(EXT))' withncut=yes ncutsortexpression=EXT ncut=10 radiusexpression='EXT' radiusstyle=auto labelstyle=sortedint labelsortstyle=expr labelexpression=EXT . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/slconv/node10.html -- 7.9 Кб -- 10.01.2003
Похожие документы
Еще в разделе: (Показать все результаты (>10195) - 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
Похожие документы
Еще в разделе: (Показать все результаты (>501) - www.ssau.ru/ )

12. http://www.mccme.ru/ium/postscript/f12/exam-problems%20navas.pdf
Home exam: course by Andrґ Navas es Problem 1. a) Find a (non-minimal) map T : X X and a function : X R with bounded Birkhoff sums, x X, n N |Bn ()| ... C g G iii) The cohomological equation (g x) - (x) = c(g , x) has a continuous solution. ... A center of a bounded set is the center of a ball of the smallest radius containing this set. a) Find the center of a triangle; b) Prove that the center belongs to convex closure of a set. ... S 1 b) Prove that the cardinality of the set of {i : 0 i < n | ...
[ Текст ]  Ссылки http://www.mccme.ru/ium/postscript/f12/exam-problems%20navas.pdf -- 64.6 Кб -- 29.12.2012
Похожие документы

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

14. Tsearch2 in Japanese
... Argument: C-Type: (char *) (IN) Desc: Pointer to the text which we parse 2. ... Argument: C-Type: (char **) (OUT) Desc: token text 3. ... LexDescr * descr = (LexDescr *) palloc(sizeof(LexDescr) * (2+1)); /* there are only two types in this parser */ descr [0].lexid = 3; descr [0].alias = pstrdup( word ); descr [0]. descr = pstrdup( Word ); descr [1].lexid = 12; descr [1].alias = pstrdup( blank ); descr [1]. descr = pstrdup( Space symbols ); descr [2].lexid = 0; PG_RETURN_POINTER( ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html -- 12.8 Кб -- 22.12.2007
Похожие документы

15. 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
Похожие документы

16. http://star.arm.ac.uk/~jgd/outgoing/Armagh_CU/WORD/health_and_safety_policy.doc
... Signed:- Position ________________ Position ________________ Date: Health and Safety policy statement Health and Safety at Work (NI) Order 1978 This is the Health and Safety Policy Statement of Our statement of general policy is: to provide adequate control of the health and safety risks arising from our work activities; to consult with our staff on matters affecting their health and ... Manager | ... The Assistant Manager Health & Safety The Assistant Manager. The Manager. ...
[ Текст ]  Ссылки http://star.arm.ac.uk/~jgd/outgoing/Armagh_CU/WORD/health_and_safety_policy.doc -- 152.5 Кб -- 18.12.2015
Похожие документы

17. Writing an Actor Using twistedActor
This manual describes the details of writing an actor based on twistedActor. ... Thus, to the extent that the underlying hardware controllers support it, an actor based on twistedActor can execute multiple commands at the same time. ... One thing to keep in mind while writing your device code is: which actor commands can the device handle directly? ... Actor contains the list of devices your actor controls and code to execute certain commands called "local commands". ... Execute the command . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/twistedActor/writingAnActor.html -- 11.3 Кб -- 29.08.2014
Похожие документы

18. Doug Burke's Perl/S-Lang pages: Structure examples
... Doug's Home Page . ... S-Lang structures are converted to hash references in Perl , as shown below. ... n\n ; print Structure contents:\n ; # you can treat $s as a reference to a hash array in most respects, except: # - the order of the keys in the array matches that of the # original S-Lang structure # while ( my ( $ key , $ value ) = each %{$s} ) { print key $ key \t has a value of $ value \n ; } print \n ; $$s{afield} = 'a changed field value '; print ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_structs.html -- 9.6 Кб -- 02.10.2012
Похожие документы

19. 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
Похожие документы

20. 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
Похожие документы

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


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

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

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