Найдено документов: 197758 (163 сайтов) ---- Время поиска: 0.41сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/ByteIO_8h_source.html.
http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/ByteIO_8h_source.html.
21. Pulsar ALFA Surveys
... The pulsar consortium met on 1-2 November 2002 in Arecibo. ... Preliminary parameters for the pulsar surveys will produce on the order of 1 Pbyte of raw data over the course of 3-5 years. ... Young canonical pulsars (galactic plane) . ... The Parkes Multibeam Pulsar Survey adopted an integration time of 2100 sec. Surveys with ALFA need only 20 sec to match this sensitivity, but we want 300 sec to go much deeper. ... For pulsar surveys, we require the following in a spectrometer: . ... Jim . ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/alfa/ealfa/meeting1/minutes/palfa.html -- 15.0 Кб -- 08.05.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4207) - www.naic.edu/ )
22. HAEBE Atlas (Abstract)
... S. Molinari(1), L. Testi (2), J. Brand(3), R. Cesaroni(4), P. Palla (4) . 1) IPAC/Caltech, MS 100-22, Pasadena, CA 91125, USA . 2) Division of Physics, Mathematics and Astronomy, Caltech, MS 105-24, Pasadena, CA 91125, USA . 3) Istituto di Radioastronomia - CNR, Via Gobetti 101, I-40129, Bologna, Italy . 4) Osservatorio Astrofisico di Arcetri, Largo Enrico Fermi 5, I-50125 Firenze, Italy . 1, typical of Class 0 objects. ... Mantained by: Leonardo Testi . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/~lt/preprints/mol160/abstract.html -- 3.0 Кб -- 11.09.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6985) - www.arcetri.astro.it/ )
23. Lecture Series 2015-2016 ? Amateur Astronomers Association of New York
... Home Lectures Lecture Series 2015-2016 . ... Lecture Series 2014-2015 . ... Beyond New York City . ... The Amateur Astronomers Association is proud to present an astronomy lecture series from October through May each year for our members and the public. ... Amateur Astronomer Association is pleased to announce we will be offering select, limited reserved seating for current AAA members for the Friday, January 8, 2015 AAA Lecture entitled Robert Nemiroff ?2015 Astronomy Picture of the Day?. ...
[
Сохраненная копия
]
Ссылки http://www.aaa.org/lectures/lecture-series-2015-2016/ -- 98.0 Кб -- 10.04.2016
Похожие документы
Похожие документы
24. Soft X-ray Class of Far-Side Flares
A Simple Way to Estimate the Soft X-ray Class of Far-Side . Solar Flares Observed with STEREO/EUVI . ... Figure 1. The STEREO/EUVI 195 °A B-streaks typical of C-, M-, and X-class flares. Table 1: A list of flares registered both with GOES and STEREO/EUVI . ... Impulsive GOES M-class flares and their thin, single, long B-streaks. ... STEREO/EUVI B-streak and the peak of the SXR flux measured by GOES. ... A list of major far-side flares detected from B-streaks in STEREO/EUVI 195 °A images. ...
[
Сохраненная копия
]
Ссылки http://www.izmiran.rssi.ru/~ichertok/STEREO/index.html -- 5.1 Кб -- 30.10.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>503) - www.izmiran.rssi.ru/ )
25. http://star.arm.ac.uk/~cwr/keele_paper_2003.pdf
Automatic Classification of Subdwarf Spectra using a Neural Network C. Winter (cwr@arm.ac.uk) and C. S. Jeffery (csj@arm.ac.uk) Armagh Observatory, Col lege Hil l, Armagh BT61 9DG, N. Ireland J. S. Drilling (drilling@rouge.phys.lsu.edu) Dept. of Physics and Astronomy, Louisiana State University, Baton Rouge, LA 70803 Abstract. ... Keywords: subdwarf, spectral classification, neural networks Abbreviations: ANN Artificial Neural Network 1. ...
[
Текст
]
Ссылки http://star.arm.ac.uk/~cwr/keele_paper_2003.pdf -- 113.1 Кб -- 29.08.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1927) - star.arm.ac.uk/ )
26. Getting Started in Actor Prolog. Hello World.
Actor Prolog is an object-oriented logic language. So, any program written in Actor Prolog consists of classes. ... An example of Actor Prolog program. -- -- (c) 2002, Alexei A. Morozov, IRE RAS. -- ------------------------------------------- project : (( 'Hello' )) class 'Hello' specializing 'Console': [ goal:- writeln ( "Hello World!" This program consists of solely 'Hello' class. ... Thus, the execution of the program starts with the creation of an instance of the 'Hello' class. ...
[
Сохраненная копия
]
Ссылки http://www.cplire.ru/Lab144/start/e_hello.html -- 7.1 Кб -- 24.09.2007
Похожие документы
Похожие документы
27. Примеры. Хрестоматия по программированию на Си в Unix
... NULL ) { if( nops ) for (i = 0; i nops; i++) if (lineno == ops [i].linenum) { switch ( ops [i].op) { case DELETE: /* удалить */ break; case INSERT_BEFORE: /* вставить перед */ fprintf ( fout , %s\n , ops [i].str); fputs ( buffer , fout ); break; case INSERT_AFTER: /* вставить после */ fputs ( buffer , fout ); fprintf ( fout , %s\n , ops [i].str); break; case REPLACE: /* заменить */ fprintf ( ... Си в UNIX . ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/book/bogatyrev_c_unix/ex_9.shtml -- 5.6 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/bogatyrev_c_unix/ex_9.shtml -- 5.6 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/bogatyrev_c_unix/ex_9.shtml -- 5.6 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/bogatyrev_c_unix/ex_9.shtml -- 5.6 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/bogatyrev_c_unix/ex_9.shtml -- 5.6 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>1020) - jet.sao.ru/ )
28. http://www.stecf.org/conferences/adass/adassVII/reprints/christliebn.ps.gz
... Classification models A classification model (CM) consists of the following components: Class definitions are given by means of a learning sample, implicitly including the number N and names of the defined classes. ... Optimal loss factors In case of classification aim (3) a set of three optimal loss factors -- weights for di#erent kinds of misclassifications -- has to be stated (Christlieb et al. 1998). ... The classification of spectra of unknown classes can then be carried out under MIDAS. ...
[
Текст
]
Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/christliebn.ps.gz -- 136.0 Кб -- 12.06.2006
Похожие документы
Похожие документы
29. http://www.ssau.ru/files/education/metod_2/loganova_visual_foxpro.pdf
VISUAL FOXPRO . ... Fields() Table designer ( ) : Display(), Field validation( ), Map field type to classes( ). ... SQL . ... View). ... Visual FoxPro (View Designer). ... Available Data sources View Designer, . ... Wizard Form ( ), Form Designer ( ). ... Visual FoxPro Report Wizard ( ) Report Designer ( ). ... Visual FoxPro Web-, Web HTML-. Visual FoxPro : · WWW Search Page Wizard Web HTML, Visual FoxPro. ... HTML- , Visual FoxPro HTML-. HTML- , Visual FoxPro Component Gallery , HTML. ...
[
Текст
]
Ссылки http://www.ssau.ru/files/education/metod_2/loganova_visual_foxpro.pdf -- 451.0 Кб -- 09.12.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>208) - www.ssau.ru/ )
30. Introduction to The Nine Planets
T he Nine Planets is a collection of information about our Solar System intended for a general audience with little technical background. ... T his document consists of about 90 WWW "pages", one page for each major body in the Solar System. ... if the object has satellites then its page has a table of data on them and links to their pages, . ... To visit the next body in an ordered traversal of the solar system choose the link immediately to the right of the name of the current page. ...
[
Сохраненная копия
]
Ссылки http://www.iki.rssi.ru/nineplanets/intro.html -- 13.0 Кб -- 28.04.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>424) - www.iki.rssi.ru/ )
31. Клатчи Cavalli Class - Cavalli Class - Cavalli Class Gmundner Keramik Gr?ner
... Основатель бренда Cavalli CLASS Роберто Кавалли известен во всем мире как непревзойденный дизайнер, творящий чудеса с материалами и формами, и дерзкий экспериментатор. ... Тип: Клатчи . ... Клатчи . ... Пол: Жен. ' title='Gmundner Keramik Gr?ner Rand Блюдце для чашки эспрессо 11 см - Gmundner Keramik' border='0' align='left' width='120' style='margin-right: 20px;' hspace='7' vspace='5'/> . ...
[
Сохраненная копия
]
Ссылки http://astrokuban.info/astroku8527.html -- 18.4 Кб -- 14.02.2016
Похожие документы
Похожие документы
32. Active Regions, CMEs, and X Class Flares
... Active Regions, CMEs, and X Class Flares . ... AR9026 appears as a large group of sunspots in visible light images. The three intense flares were all X-class events, the most severe class of solar flares based on X-ray flux measurements by the earth-orbiting GOES satellites. ... Publications with keywords: Sun - flare - active region - solar flare - space weather . Publications with words: Sun - flare - active region - solar flare - space weather . ... An X Class Flare Region on the Sun . ...
[
Сохраненная копия
]
Ссылки http://www.astronet.ru/db/xware/msg/1166629 -- 15.3 Кб -- 15.03.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>21567) - www.astronet.ru/ )
33. Astronaut Class of 1996 (Group 16)
NASA Press Release 96-84: NASA Selects Astronaut Class of 1996 . NASA Press Release 96-162: International Candidates Join 1996 Astronaut Class . JSC Press Release 96-022: Astronaut Class of 1996 Reports for Duty . ... U.S. Navy . Mission Specialist . ... Yvonne D. Cagle, M.D. Civilian . ... Charles J. Camarda, Ph.D. Civilian . ... Sandra H. Magnus, Ph.D. Civilian . ... Michael J. Massimino, Ph.D. Civilian . ... Donald R. Pettit, Ph.D. Civilian . ... John L. Phillips, Ph.D. Civilian . ...
[
Сохраненная копия
]
Ссылки http://www.jsc.nasa.gov/Bios/96ascans.html -- 11.6 Кб -- 20.08.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1659) - www.jsc.nasa.gov/ )
34. Vladimir Marsakov Abstracts
... The normal m 1 , c 1 indices and metallicities have been calculated for 2472 F-stars from the uvby and H fotometry. ... It is shown that the metallicity distribution of F6-G0 dwarfs is not a Gaussian one, but may be considered as a sum of two normal distributions. At the centre, the distribution shows a gap which subdivides all the stars into two metallicity groups. ... По данным uvby , H - фотометрии вычислены нормальные индексы m 1 , c 1 и определена металличность 2472 F-зыезд. ...
[
Сохраненная копия
]
Ссылки http://ip.rsu.ru/~marsakov/abs/abst10.htm -- 3.7 Кб -- 02.02.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>52) - ip.rsu.ru/ )
35. http://www.abitu.ru/en2002/closed/viewwork.html?work=102
... Здесь собраны функции, необходимые для работы программы. #ifndef VIGG0_H #define VIGG0_H int FindMatrix( string InputString, string SearchString1, string SearchString2); void Invert ( string In); void ComplementaryStr( string In); void Swap( string objA, string objB); class Integer_Node { int Node_handles; Integer_Node * Node_next ; public: Integer_Node( int new_carry): Node_handles(new_carry), ... NO=0)\t"; cin>>ComplementScanActive; cout<<"Want new locus scan start signal? ...
[
Текст
]
Ссылки http://www.abitu.ru/en2002/closed/viewwork.html?work=102 -- 70.5 Кб -- 05.05.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>13) - www.abitu.ru/ )
36. Abstract
Report “Laboratory zero-baseline interferometer tests” (ZBT) was prepared and issued in ASC (35 pages including 17 figures and diagrams in Russian language). ... The Ground-Space radio interferometer (OVLBI) Radioastron includes several space and ground-based segments which are designed and manufactured by different countries and organizations. ... ZBI tests (for OVLBI) were implemented in Russia firstly. The tests were implemented by joint team of ASC, JPL and NRAO in 1999. ...
[
Сохраненная копия
]
Ссылки http://www.asc.rssi.ru/RadioAstron/archives/Jan00/zbt-inf2.htm -- 2.7 Кб -- 03.11.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>102) - www.asc.rssi.ru/ )
37. SAI Virtual Observatory Project
... SAI CAS . ... Catalog Access Services . ... This site is about the Virtual Observatory project at the Sternberg Astronomical Institute, Moscow University ( SAI MSU ). We provide a public access to the growing set of astronomical services developed by the SAI RVO development team in accordance with the Virtual Observatory standards. ... We provide access (programmatic and interactive) to the all major and biggest astronomical catalogs (about 4 billions objects total) as well as other web-services. ...
Еще в разделе:
(Показать все результаты (>405) - vo.astronet.ru/ )
38. PixInsight Core / PixInsight Class Library (PCL) - Астрософт
... Астрософт (Модератор: tlgleonid ) > . PixInsight Core / PixInsight Class Library (PCL) . ... Астрософт . ... Оффлайн . ... Благодарностей: 0 . ... Записан . ... Благодарностей: 251 . Ответ #1 : 01 Июль 2009, 11:45:29 ? ... http://pixinsight.com/purchase/index.html . ... Там есть free LE версия http://pixinsight.com/download/LE/index.html . А PCL это вообще-то инструментарий для волонтеров-разработчиков. ... Ответ #3 : 20 Ноябрь 2010, 16:49:38 ? ... Ответ #4 : 17 Сентябрь 2011, 18:46:23 ? ...
[
Сохраненная копия
]
Ссылки http://www.astroclub.kiev.ua/forum/index.php?topic=9138.0 -- 77.5 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>17) - www.astroclub.kiev.ua/ )
39. University Satellites and Space Science Education '2006
University Satellites and . Space Science Education . ... The Role of Sounding Rocket Experiments in Space Science and Technology Education at Boston University . ... Sounding rocket programs at Boston University provide unique opportunities to train future space scientists and engineers. ... These sounding rocket experiments and satellite missions have spawned a culture of interdisciplinary space experimentation at Boston University. ...
[
Сохраненная копия
]
Ссылки http://cosmos.msu.ru/universat2006/main.php?sec=reg&step=aview&id=&aid=481 -- 8.4 Кб -- 21.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6704) - cosmos.msu.ru/ )
40. Observational Stellar Astronomy - an Astronomy Net Article
Observational Stellar Astronomy . Articles | ... We are made of star stuff" . ... TEMPERATURE OF A STAR: . ... The temperature of a star can be found out easily by simple observations. ... STAR . ... SPECTRAL CLASS: . All the stars in this universe are divided in to spectral classes based on their spectral lines. ... The spectral class of a star and the temperature of a star are related. So the spectral class can be found for a star since we know its temperature. ... www.astronomy.net . ...
[
Сохраненная копия
]
Ссылки http://www.astronomy.net/articles/14/ -- 17.1 Кб -- 09.04.2016
Похожие документы
Похожие документы
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда