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

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

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.6.html.

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

2. The case statement
case is a flow control construct that provides for multi-way branching based on patterns. ... This word is compared with each pattern in order until a match is found, at which point the associated command ( s ) are executed. case word in pattern1 ) command(s) ;; pattern2 ) command(s) ;; patternN ) command(s) ;; esac . When all the commands are executed control is passed to the first statement after the esac . ... A command can be associated with more than one pattern. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.6.1.html -- 2.9 Кб -- 17.01.1997
Похожие документы

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

4. Package: panel
These routines are meant to provide high level definition and processing of command lines. ... Create a control panel object. panel_create_group . Create a panel to contain a group. panel_add_item . ... Pop last pushed control panel object from control panel stack. panel_process_command_with_stack . ... Register a function to be called when a panel item changes. panel_PROTO_decode_func . ... This routine will create a control panel object which is a container for a group of items. ... flag . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/lib/panel.html -- 12.9 Кб -- 24.12.2007
Похожие документы

5. Items of Concern
Next: Armagh Observatory Staff, 1998 Up: annrep Previous: Public Understanding of Science Contents . ... It is notable that the Observatory operates with a very high ratio of core research activities to the cost of administrative and support staff, and with a similarly successful ratio of external grant income to DENI grant-in-aid. ... It is notable that the total external income in 1998/1999 was ?213k. The DENI grant-in-aid for 1999/2000 was announced at ? ... Total DENI . DENI Income . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/annrep/annrep98/node17.html -- 8.2 Кб -- 14.12.1999
Похожие документы
Еще в разделе: (Показать все результаты (>2497) - star.arm.ac.uk/ )

6. Table Format Files
Next: Example Up: Table File System Previous: List of Commands . ... Format files are ASCII files with an extension .fmt , used optionally by the commands CREATE/TABLE, READ/TABLE and PRINT/TABLE to control the input/output conversion. They may contain first a FS statement, they must contain then one DEFINE/FIELD statement for each column of the table and optional comment statements. ... The statement FS defines the list of field separators used in the ASCII data file. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node67.html -- 6.0 Кб -- 23.02.1996
Похожие документы

7. Statements
... Loop Statements : for , while , do while , label , break , and continue ( label is not itself a looping statement, but is frequently used with these statements) . ... statement ; . ... If the condition becomes false, the statements within the loop stop executing and control passes to the statement following the loop. ... 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....
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/stmtsov.htm -- 25.0 Кб -- 07.10.1999
Похожие документы

8. Astronomical Society
... Donate to Support Science Literacy . ... 2016 Annual Awards . The ASP is accepting nominations for the organizationтАЩs national annual awards which recognize special achievements in astronomy research, technology, education, and public outreach. ... Shop the AstroShop . ... The Astronomical Society of the Pacific (ASP) is accepting nominations for the organizationтАЩs national annual awards which recognize special achievements in astronomy research, technology, education, and public outreach.. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/ -- 49.2 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>1395) - www.astrosociety.org/ )

9. http://www.eso.org/projects/dfs/to-do-list/olas-to-do-open.txt
... ID Comp Origin Type Prior DueDate Resp Status Description ---------------------------------------------------------------------------------------------- 001 OLAS cguirao/2000-12-04 ACTION LOW June 2001 szampier INIT OLAS and filesystems. ... Worklog: 2001-01-15 : informal meeting CG-SZ. ... 009 DHS SCCB#1/Feb2001 BUG HIGH 15/02/2001 szampier INIT Ask Bruno for more details about BUG DFS00662 ("DHS: cfitsio: failed to reallocate memory (mem_write")) to define the expected Release solved. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/projects/dfs/to-do-list/olas-to-do-open.txt -- 7.9 Кб -- 01.02.2001
Похожие документы

10. Designated Observatory Application
The Astronomical Society of Australia has been asked by STANDARDS AUSTRALIA to compile a list of "designated" optical observatories that are valuable resources for (i) research, (ii) education and (iii) community use. The ASA is the final arbiter of whether any particular observatory is so designated. ... Upon receipt of your application form, your observatory will be entered on a list of "Pending Designated Observatories" on the ASA Home Page. ... It will be emailed for you. ... Email . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~bessell/DOapp.html -- 16.5 Кб -- 01.10.2012
Похожие документы

11. http://www.stsci.edu/spst/lrpg/documentation/procedures/lrpg_orbit_accounting.html
Orbit accounting is necessary to determine when Cycle boundaries occur as well as analyze when SAA-free and SAA-friendly pools will be exhausted. Currently (00-05-22) no single tool is used to provide orbit accounting information. ... New Cycle . ... OPM/Remaining SUs w/ PWs . Current Cycle in LRP . ... OPM/Remaining SUs without PWs, but in LRP. ... Nominal orbit accounting is used to track what is expected and existent in the current and New Cycle so that the cycle duration can be projected. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/lrpg/documentation/procedures/lrpg_orbit_accounting.html -- 8.7 Кб -- 10.10.2001
Похожие документы

12. (Untitled)
User has possibility to start running the application being in any item of ephemeris menu. To do this click on Run button at the bottom of Ephemerides dialog box. The Calculation progress dialog box allows one to keep track of run. ... After inspecting them the calculations can be continued by selecting Ephemerides item in menu bar and then Continue item in drop-down box. For information about current task select Ephemerides item in menu bar and then Task Info item in drop-down box. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user38tj.htm -- 2.0 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>420) - www.ipa.nw.ru/ )

13. http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIFastTipTilt.InterfaceControl/Draft%20Minutes%20of%20informal%20FTT-NAS%20TIM.pdf
... The current cable tray route specified in the UTE-FTT interface document MRO-ICD-EIE-0032d gives a length of 5.5m from the edge of the optical table to the bottom of Q5, the rack containing the FTT electronics. ... ACTION: - MRO will examine the cable route in detail and estimate the length of cable between the worst case camera position on the optical table and the position of the FTT space in Q5. ... Heat must be extracted from the camera's peltier cooler and also from the camera enclosure. ...
[ Текст ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIFastTipTilt.InterfaceControl/Draft%20Minutes%20of%20informal%20FTT-NAS%20TIM.pdf -- 20.1 Кб -- 09.07.2010
Похожие документы

14. MALTA table top tripod mount with PST carry case
... Telescopes . LX850 Series . ... MeadeтАЩs new LX70 Series offers high-quality German equatorially mounted telescopes with slow-motion controls and heavy-duty steel tripods. ... MALTA tripod mount with Altitude-Azimuth control . ... Combo package of Malta table top tripod mount and PSTC hard carry case for Coronado PST. Malta table top tripod mount for Coronado PST. ... When equipped with the original foam the carry case provides convenient travel for your PST, Malta mount, and eyepieces. ...
[ Сохраненная копия ]  Ссылки http://www.meade.com/maltatm-table-top-tripod-mount-with-pst-carry-case.html -- 84.6 Кб -- 09.04.2016
Похожие документы

15. The ASC Pipeline: Concept to Prototype
... Discusses the role of a pipeline in the AXAF Science Center Data System. Due to the complexity of the application, a prototyping effort was initiated to evaluate the risks involved with portability, open architecture, error handling/recovery, and distributed processing. Processes in the pipeline are initiated and monitored by a process control application developed using Perl. ... During that time, a Process Control application was developed to allow us to assess the risk factors. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/mistrya.html -- 11.5 Кб -- 03.11.2000
Похожие документы

16. http://hea.iki.rssi.ru/conf/hea2007/scripts/gen_validatorv2.js~
... A-Za-z]{2,4}$/; if(splitted[2].match(regexp_domain) == null) { var regexp_ip =/^\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\]$/; if(splitted[2].match(regexp_ip) == null) return false ; }// if return true; } return false ; } function V2validateData(strValidateStr,objValue, strError ) { var epos = strValidateStr.search( = ); var command = ; ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/scripts/gen_validatorv2.js~ -- 12.2 Кб -- 01.08.2007
Похожие документы
Еще в разделе: (Показать все результаты (>300) - hea.iki.rssi.ru/ )

17. Winer Observatory Command and Control
Winer Observatory P.O. Box 797, Sonoita, Arizona 85637-0797, USA . ... 2/3-m Telescope . ... Site . ... Commanding . ... In a typical robotic observing scenario, each afternoon, a telescope control computer obtains a set of objects to observe from its home institution from a command or script file. ... The file is then transferred to the telescope control computer at the Winer Observatory in Sonoita. ... The Iowa control computer then begins processing the telrun.sls file. ... 2013 Winer Observatory. ...
[ Сохраненная копия ]  Ссылки http://www.winer.org/Site/Commanding.php -- 13.6 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>58) - www.winer.org/ )

18. Summary of tasks in this chapter
Next: Spatial Corrections of ROSAT Up: ROSAT HRI Recipes Previous: ROSAT HRI Recipes . The purpose of this chapter is to provide various methods of dealing with aspects of ROSAT HRI data. Since in all cases, these apply only to the ROSAT HRI, the items presented here have not been incorporated into previous chapters. ... generate a QPOE time filter string from an . ... input housekeeping file . ... append a list of input qpoes to produce a . ... single qpoe file with the option to copy only . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node196.html -- 4.2 Кб -- 01.10.2012
Похожие документы

19. ASRAS HOME
... Radio Astronomy . ... ASRAS Board Members . ... To see the most up to date news and events happening with ASRAS log in with your user name and password and then click on the Activities page. ... Messier Marathon (Member Observing) CANCELLED Saturday, April 9, 2016 9:00 PM Location:Farash Center Ionia NY . ... ASRAS Members meeting - Friday May 6 at Farash Center - Ionia NY . ... ASRAS Board members meeting - monday May 9 @ Farash Center Monday, May 9, 2016 7:00 PM Location:Farash Center Ionia NY . ...
[ Сохраненная копия ]  Ссылки http://www.rochesterastronomy.org/ -- 63.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>180) - www.rochesterastronomy.org/ )

20. TUI:Instruments:Agile:Agile window
The Agile window provides complete control over the Agile high-speed photometer. ... All other parameters are specified as part of the command that starts an exposure sequence. ... To connect the filter wheel controller, issue this command in the command bar at the bottom of the Log window: agile connDev fw . ... To home the filter wheel controller, issue this command in the command bar at the bottom of the Log window: agile fwhome (there must be a filter wheel mounted in Agile for homing to succeed). ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Instruments/AgileWin.html -- 5.9 Кб -- 05.09.2014
Похожие документы

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


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

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

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