Найдено документов: 298941 (103 сайтов) ---- Время поиска: 0.91сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/pub/people/vlbi/vt01i1/sched.runlog.
http://www.atnf.csiro.au/pub/people/vlbi/vt01i1/sched.runlog.
1. Version 8.0
Next: Version 6.05 Up: Old Releases Previous: Version 8.1 Contents . Released on Dec. 13, 2008. Warnings issued if source motions are significant when writing Vex files. ... Dec. 13, 2008 RCW . ... 12, 2008 AP and RCW. ... Started adding an indicator of when the Tsys measurements are done at each station. ... Add VLA freq.dat entries for Methanol at 6668 MHz and OH at 6030 and 6035 MHz. ... Sept 20, 2008 RCW . ... RCW Sept. ... Add VLA integration time (//DS line). ... 2007 RCW . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/people/Tasso.Tzioumis/sched/Version_8_0.html -- 9.4 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>21267) - www.atnf.csiro.au/ )
2. WARNING MISSION: Background
Disastrous earthquakes happen 100 to 200 times a year. ... There is a chance that the data of ionospheric plasma observations hold an answer to the latter question. Satellites and ground-based facilities may detect earthquake precursors in the ionosphere a few hours or days before the main shock. ... ULF "Hz"-oscillations have been recorded several hours before the main shock in a narrow magnetic field tube (40...100 km along the satellite trajectory) conjugated with epicenter of the earthquake. ...
[
Сохраненная копия
]
Ссылки http://space.univ.kiev.ua/projects/warning/background.html -- 6.8 Кб -- 15.02.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>102) - space.univ.kiev.ua/ )
3. What is a Device Driver?
... Instead of putting code in each application you write to control each device, you share the code between applications. ... Within the kernel, there are a set of functions, registered with the filesystem, which are called to handle requests to do I/O on ``device special files,'' which are those which represent devices. ... This chapter explains how to write any type of Linux device driver that you might need to, including character, block, SCSI, and network drivers. ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/whatis.html -- 5.4 Кб -- 23.03.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>7562) - www.arcetri.astro.it/ )
4. SAI Space Monitoring Laboratory
... Main page News People . ... Master . ... About Space Monitoring Laboratory, scientific directions, instruments, contacts . ... научным результатом работы сети телескопов-роботов МАСТЕР в 2012г. является массовое открытие оптических транзиентов (открыто около 180 новых объектов, по ним опубликовано 85 научных телеграмм ATel, 22 CBET и IAUC), среди них открыты сверхновые звезды типа Ia- и других типов (образование нейтронных звезд и черных дыр и поиск темной энергии), карликовые новые , ...
[
Сохраненная копия
]
Ссылки http://master.sai.msu.ru/en/news/?page=4 -- 15.5 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>326) - master.sai.msu.ru/ )
5. Syslog
... The kernel and many system programs produce error, warning, and other messages. It is often important that these messages can be viewed later, even much later, so they should be written to a file. ... It can be configured to sort the messages to different files according to writer or degree of importance. For example, kernel messages are often directed to a separate file from the others, since kernel messages are often more important and need to be read regularly to spot problems. ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/sag-0.4/node11.html -- 3.1 Кб -- 04.05.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2453) - star.arm.ac.uk/ )
6. rtftohtml Users Guide - 1 An Overview of rtftohtml
Title , Contents , Index . rtftohtml reads up RTF format documents and translates them to HTML. In processing text, the filter chooses HTML markup based on three characteristics . ... The paragraph style . ... For paragraph and text styles, the rules for translation are contained in a file called html-trans (see Section 5.1 ). ... If a paragraph style is not found, a warning will be generated and the text will be written to the HTML file with no special markup.) ...
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/docs/rtftohtml/rtftohtml-1.html -- 4.8 Кб -- 23.08.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>691) - comet.sai.msu.ru/ )
7. XWare > APOD
... Moon Over Pigeon Point Lighthouse . ... During this time, light generated by five kerosene lamps pours through 24 rotating Fresnel lenses, warning approaching ships to stay away. An Iridescent Cloud Over Colorado . ... Why would a cloud appear to be different colors? ... The Medusa Nebula . ... Pleiades and Stardust . ... Hurtling through a cosmic dust cloud a mere 400 light-years away, the lovely Pleiades or Seven Sisters star cluster is well-known for its striking blue reflection nebulae. ...
[
Сохраненная копия
]
Ссылки http://www.astronet.ru/db/xware/apod.html?page=59&d=2009-06 -- 15.0 Кб -- 12.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>154116) - www.astronet.ru/ )
8. Interprocess Communication (IPC), Pipes
... Piping in a C program: < stdio.h > . ... Pipes . ... We use fprintf() and fscanf() to communicate with the pipe's stream . ... plotter.c module */ /* contains routines to plot a data file produced by another program */ /* 2d data plotted in this version */ /**********************************************************************/ #include externals.h static FILE * plot1 , *plot2, *ashell; static char *startplot1 = plot [] [0:1.1]'plot11.dat' with lines, 'plot12.dat' with lines\n ; static ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node23.html -- 10.3 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node23.html -- 10.3 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node23.html -- 10.3 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node23.html -- 10.3 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node23.html -- 10.3 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>1291) - jet.sao.ru/ )
9. The AstroStat Slog Estimation
... Tags: ANN , autocorrelation , Classification , cross-correlation , Estimation , Fisher information , lensing , LF , Model Selection , Pareto , signal processing , tessellation . ... Today?s arxiv-stat email included papers by Poetscher and Leeb, who have been working on post model selection inference. Sometimes model selection is misled as a part of statistical inference. ... Tags: bias , confidence interval , confidence region , coverage , Errors , Estimation , inference , Model Selection . ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/AstroStat/slog/groundtruth.info/AstroStat/slog/tag/estimation/index.html -- 28.7 Кб -- 01.03.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4653) - hea-www.harvard.edu/ )
10. TUI:TUI Menu:Permissions Window
The Permissions window shows which observing programs can control which instruments. ... If your program name does not appear, ask a telescope operator to add you and grant you the appropriate permissions. Telescope operators can also adjust permissions, add and delete programs and temporarily lock out non-operators from using particular instruments. ... Program Name Button : each program name button is a checkbutton: up (the normal state) means "added", down means "deleted". ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/TUIMenu/PermissionsWin.html -- 4.1 Кб -- 05.09.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>810) - www.apo.nmsu.edu/ )
11. Are you an astronomer: Seven telltale signs! | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Armagh Planetarium . ... astronomers . ... Space Flight . ... Science Fiction . UFOs and Fringe Science . ... Amateur Astronomy is a fascinating and reward€нing hobby, enjoyed by people from all walks of life and all ages. ... As far as I know none these people are amateur astronomers, however there are some celebri€нties who are genuinely into astronomy. ... Amateur astronomers do seem to have an image problem. ... Subscribe to Astronotes . ...
[
Сохраненная копия
]
Ссылки http://www.armaghplanet.com/blog/are-you-an-astronomer-seven-telltale-signs.html -- 42.9 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2809) - www.armaghplanet.com/ )
12. http://crydee.sai.msu.ru/ftproot/pub/comp/software/netscape/1.x/unix/README
Netscape 1.12 (X11) ============================================================================== *********************************************** IMPORTANT! ... Security Fix Description ============================================================================== TECHNICAL BACKGROUND Netscape Navigator uses random information to generate session encryption keys of either 40 or 128 bits in length. ... SunOS 4.1, Linux, and BSDI: These distributions also includes a directory called "nls". ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/software/netscape/1.x/unix/README -- 8.3 Кб -- 26.09.1995
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4432) - crydee.sai.msu.ru/ )
13. international space station | Astronomy.com
... Tonight's Sky . ... US state, Canadian province, or country . ... The Magazine . ... Observing . ... Magazine . ... Gravitational wave search provides insights into galaxy evolution and mergers . ... space flight . ... The double star 54 Leonis, spiral galaxy NGC 3198, and emission nebula NGC 3199 . ... Astronomy for Kids . ... international space station . ... Receive news, sky-event information, observing tips, and more from Astronomy's weekly email newsletter. ... Astronomy Magazine . ...
[
Сохраненная копия
]
Ссылки http://www.astronomy.com/tags/international-space-station -- 56.5 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6098) - www.astronomy.com/ )
14. Descriptors and Apache
A descriptor , also commonly called a file handle is an object that a program uses to read or write an open file, or open network socket, or a variety of other devices. ... The operating system enforces a limit on the number of descriptors that a program can have open at a time. ... One is a kernel limitation, depending on your operating system you will either be able to tune the number of descriptors available to higher numbers (this is frequently called FD_SETSIZE ). ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/misc/descriptors.html -- 10.3 Кб -- 01.08.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>125) - neptun.sai.msu.ru/ )
15. http://www.sao.ru/Doc-en/Science/Public/Bulletin/author_rules/AstroBull.bst
... FUNCTION {bbl.of} { "of" } FUNCTION {bbl.number} { "no." ... FUNCTION {bbl.mthesis} { "Master's thesis" } FUNCTION {bbl.phdthesis} { "Ph.D. thesis" } MACRO {jan} {"Jan." ... FUNCTION { bibinfo.check } { swap $ duplicate $ missing$ { pop $ pop $ } { duplicate $ empty $ { swap $ pop $ } { swap $ pop $ } if$ } if$ } FUNCTION {bibinfo.warn} { swap $ duplicate $ missing$ { swap $ missing swap $ * in * cite$ * warning$ pop $ } { duplicate $ empty $ { swap $ empty ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/Doc-en/Science/Public/Bulletin/author_rules/AstroBull.bst -- 24.7 Кб -- 25.03.2016
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-en/Science/Public/Bulletin/author_rules/AstroBull.bst -- 24.7 Кб -- 25.03.2016
Похожие документы
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-en/Science/Public/Bulletin/author_rules/AstroBull.bst -- 24.7 Кб -- 25.03.2016
Похожие документы
Еще в разделе:
(Показать все результаты (>1295) - mavr.sao.ru/ )
16. http://hea.iki.rssi.ru/conf/hea2007/bp-0.2.97/README
This is bp, a Perl Bibliography Package, by Dana Jacobsen (dana@acm.org). ... The package will let you write programs that handle bibliography parsing in a generic fashion for multiple bibliography types. ... It also allows conversion between formats and character sets. It is extendable, meaning that you can write your own routines, so to recognize your format "foo" all you have to do is write your "foo" code that reads, writes, and converts to and from the package's canonical format. ...
[
Сохраненная копия
]
Ссылки http://hea.iki.rssi.ru/conf/hea2007/bp-0.2.97/README -- 4.8 Кб -- 08.12.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>883) - hea.iki.rssi.ru/ )
17. SMIS IKI RAN (Satellite data)
... Satellite data ] . SMIS ] . ... NOAA satellites . Telemetry Data Format . ... METEOR-3M Satellite Pass Schedule . Telemetry Archive Catalog . Last telemetry files . ... Data Processing Examples . ... Caspian Sea (server "SPUTNIK") . GOMS satellite (server "SPUTNIK") . Archive Directory . Latest Data . ... RESURS 01 satellite (server "SPUTNIK") . Operational Archive (MSU-E Data) . ... METEOR satellite (server "SPUTNIK") . ... OKEAN satellite (server "SPUTNIK") . ...
[
Сохраненная копия
]
Ссылки http://smis.iki.rssi.ru/dataserv/engl/data_s_e.htm -- 9.2 Кб -- 31.01.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>65) - smis.iki.rssi.ru/ )
18. ASP: Astronomy Education in the United States
home education > resources . ... Magazine . ... Astronomy Education Bibliography . ... Astronomical Pseudo-Science . ... Astronomy of Many Cultures Resource Guide . ... The U.S. has a large population of amateur astronomers, people whose hobby is astronomical observing or following astronomical developments in a serious sort of way. ... Observing amateurs are those who have a telescope and regularly take it out for observing the sky, either for their own amusement or with a community or school group. ...
[
Сохраненная копия
]
Ссылки http://www.astrosociety.org/edu/resources/useduc06.html -- 24.0 Кб -- 02.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1332) - www.astrosociety.org/ )
19. Астрономия в Санкт-Петербургском университете |
... В четверг, 14 апреля 2016 г., состоится семинар кафедры астрофизики. Повестка дня . ... Начало в 11 час.15 мин. Ауд. ... В четверг, 31 марта 2016 г., состоится семинар кафедры астрофизики . ... В четверг, 24 марта 2016 г. , состоится семинар кафедры. ... В четверг, 17 марта 2016 г. , состоится заседание кафедры. ... ОСП НИИ ПММ Национального исследовательского Томского государственного университета) . ... Copyright 2016 Астрономия в Санкт-Петербургском университете . ...
Еще в разделе:
(Показать все результаты (>299) - www.astro.spbu.ru/ )
20. GUIDARES: Reading the Guide Star Catalog in Very Many Ways
... Malkov, O. M. Smirnov . ... We present some current and future variations of our Guide Star Catalog Data Retrieval Software (GUIDARES). ... The GUIDARES software was born in 1991 (Malkov et al. 1992) as a PC-based tool for easy access to the Guide Star Catalog. ... Several applications arose (e.g., Malkov & Smirnov 1994b) where it was very useful for a program to be able to read the Guide Star Catalog easily, without the burden of sorting through its (very complicated) internal structure. ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass94/malkovo2.html -- 9.6 Кб -- 03.11.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1924) - www.adass.org/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда