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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/ATNF-DailyImage/archive/2015/23-Oct-2015.html.

21. Following a rainbow back to the Big Bang | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Stars . ... Space Flight . ... Some 13.7 billion years ago, a mere millionth of a second after the Big Bang, the first hydrogen and helium nuclei condensed out of a hot, dense soup of quarks and gluons. ... In the very last few kilometres some of the light was scattered by a myriad of water droplets (containing hydrogen nuclei which had existed almost since the Big Bang) slowly descending through the air following a rainshower. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/following-a-rainbow-back-to-the-big-bang.html -- 42.2 Кб -- 09.04.2016
Похожие документы

22. Manual Page: dbmmanage - Apache HTTP Server
NAME dbmmanage - Create and update user authentication files in DBM format SYNOPSIS dbmmanage filename [ command ] [ username [ encpasswd ] ] DESCRIPTION dbmmanage is used to create and update the DBM format files used to store usernames and password for basic authentica- tion of HTTP users. Resources available from the httpd Apache web server can be restricted to just the users listed in the files created by dbmmanage. ... This manual page only lists the command line arguments. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/dbmmanage.html -- 6.5 Кб -- 15.10.2001
Похожие документы

23. Since the discovery of the "Pillars of Creation," what changes have occurred
... Astronomy for Kids . ... Since the discovery of the "Pillars of Creation," what changes have occurred within them and the surrounding area? ... The Hubble Space Telescope s iconic image of the Eagle Nebula s Pillars of Creation heralded the instrument s rebirth in 1995 and showed the public just how incredible astrophotography could be above Earth s atmosphere. ... Get instant access to subscriber content on Astronomy.com! ... If you are already registered on Astronomy.com, please log in below. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/ask-astro/2015/10/shifting-pillars-of-creation -- 64.0 Кб -- 10.04.2016
Похожие документы

24. http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom2/a-c/beyond.txt
Title : BEYOND.WAD (Beyond Doom) Author : Doug Radcliffe and David Perkins Email Address : phod@rio.atlantic.net Description : Beyond Doom is a 12-level replacement for the : first 12 levels of Doom ][. ... Beyond Doom Level Descriptions ============================================================================= * MAP01 - Level 1 - SOURCE, created by David Perkins Follow the flowing lava river to its source to find a "friend". ... MAP03 - Level 3 - CAVERNS, created by Doug Radcliffe Oooh! ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom2/a-c/beyond.txt -- 4.9 Кб -- 30.04.1996
Похожие документы

25. Stellarium: LabelMgr Class Reference
Stellarium 0.12.3 . ... Classes . ... LabelMgr Class Reference . ... intљ . labelObject (const QString &text, const QString &objectName, bool visible=true, float fontSize=14, const QString &fontColor="#999999", const QString &side="E", double labelDistance=-1.0, const QString &style="TextOnly") . ... labelScreen (const QString &text, int x, int y, bool visible=true, float fontSize=14, const QString &fontColor="#999999") . ... setLabelText (int id, const QString &newText) . ... virtual voidљ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classLabelMgr.html -- 37.7 Кб -- 28.02.2014
Похожие документы

26. TPM log files
... There are TPM log files for every night of the dark run except for the nights of 08 October and 14 October 1999. ... The figures below are plots of the MIG data with the y-axis in TPM MIG units (real MIG units*1000) and the x-axis in seconds since midnight. ... Figure: Plot of MIG values vs elapsed time from midnight 10 October 1999. ... Figure: Plot of MIG values vs elapsed time from midnight 08 October 1999.The plot starts recording data from 21:26:52.0 on that day. ... 11/24/1999 ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/SDSS/mirror_report/node4.html -- 11.6 Кб -- 24.11.1999
Похожие документы

27. Activity Feed
... joel created the event <b>ASRAS Board members meeting - monday May 9 @ Farash Center</b> . ... joel created the event <b>ASRAS MONTHLY MEMBERSHIP MEETING - Friday May 6 at Farash Center - Ionia NY</b> . ... joel created the event <b>ASRAS MONTHLY MEMBERSHIP MEETING - Friday April 1 at RIT</b> . ... joel created the event <b>ASRAS MONTHLY MEMBERSHIP MEETING - Friday Mar 4 at RIT</b> . ... 2 months ago . ... joel created the event <b>ASRAS General membership meeting - RIT - Friday FEB 5</b> . ...
[ Сохраненная копия ]  Ссылки http://www.rochesterastronomy.org/Activity-Feed/UserId/2 -- 42.1 Кб -- 09.04.2016
Похожие документы

28. APOMASK (V1.0) --- Mar00 --- APOMASK (V1.0)
apomask -- Create an apodizing mask image with zero background and a circular central mask with rounded off edge apomask output xdim ydim radius sigma k xpos ypos . output = "" [image] . ... The X dimension of the input image. ydim = 512 [integer] . The Y dimension of the input image. radius = 12.0 [real] . The radius of the central disk of the output image which is to be set to one. sigma = 2.0 [real] . The sigma of the roll-off region around the central disk. k = 0.5 [real] . ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/imres/apomask.hlp.html -- 2.9 Кб -- 06.06.2006
Похожие документы

29. Further Data Types
... Defining New Data Types . Unions . ... Static Variables . ... struct gun { char name[50]; int magazinesize; float calibre; }; struct gun arnies; . ... struct gun { char name[50]; int magazinesize; float calibre; } arnies; . ... typedef struct gun { char name[50]; int magazinesize; float calibre; } agun; agun arnies={"Uzi",30,7}; . ... stat() { int auto_var = 0; static int static_var = 0; printf( ``auto = %d, static = %d n'', auto_var, static_var); ++auto_var; ++static_var; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
Похожие документы

30. (EHIPS) Content
The site is dedicated to environmental health data processing: methodologies and software that implements them. Contains information both for beginners (green semaphore) and professionals (red semaphore). Nothing to download in English so far; however, you may obtain consultation and test processing of your data with our system (free). There are things for download in Russian: a lite version of EHIPS software and tutorial materials . Description of EHIPS . ... Russian version . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/ehips/EngCont.htm -- 6.2 Кб -- 15.01.2009
Похожие документы

31. (Untitled)
I. Installation . ... AMPLE package distributive (created with program InstallShield for Microsoft Visual C++) has been downloaded on FTP server of IAA RAS as archive Ample.zip. ... Note: If the window "file download" appears, select Open... switch button, then press OK button. ... The shortcut for AMPLE will be linked with this folder, and auxiliary files will be created here during AMPLE work. ... When running AMPLE all auxiliary and new configuration files are created in the WORK folder. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9rxw.htm -- 6.9 Кб -- 10.04.2016
Похожие документы

32. Software Maintenance Manual
... Created: 23 February 2001 . ... SOFTWARE MAINTENANCE MANUAL . ... 9 January 2001 . ... Note: in the final document, the table of contents will be to third level] . The Software Maintenance Manual describes the procedures for installation and maintenance of the software for the Gemini Near-infrared Integral Field Spectrograph (NIFS). ... Section 19.4.3 of the document “Programmatic Requirements for Gemini Instrumentation Development” states the requirements for the Software Maintenance Manual . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/nifs/manuals/man0003.htm -- 139.3 Кб -- 06.09.2001
Похожие документы

33. http://www.iki.rssi.ru/conf/mss09/MSS-09_files/pap-eng-2.doc
... We study in this paper the effect of shock excitation of leaky and surface modes by the p-polarized electromagnetic wave incident on the rapidly ionized gaseous or solid layer. ... For example, if [pic] (solid density, multiple ionized plasma), the basic frequency [pic], [pic], [pic] we find, that the wavelength of leaky wave [pic] is in soft x rays band. ... If [pic] (low density gaseous plasma), the basic frequency [pic], [pic], [pic] we find, that the wavelength of leaky wave [pic] is in THz band...
[ Текст ]  Ссылки http://www.iki.rssi.ru/conf/mss09/MSS-09_files/pap-eng-2.doc -- 187.0 Кб -- 26.06.2009
[ Текст ]  Ссылки http://www.cosmos.ru/conf/mss09/MSS-09_files/pap-eng-2.doc -- 187.0 Кб -- 26.06.2009
Похожие документы

34. http://www.gao.spb.ru/russian/lg/articl/seistide.pdf
... PDF created with pdfFactory Pro trial version www.pdffactory.com .1 (LOD) (M>6) XX . ... PDF created with pdfFactory Pro trial version www.pdffactory.com , , , . ... http://www.iris.washington.edu/] DMS IRIS, 318 >4 1964 2000 300 5 . ... M > 5.5 M < 5.5 . ... Geophysical Res. ... Evolutionary features of the geophysical time series: -I. Tide process and seismic series V.M.Vorotkov, V.L.Gorshkov Summary The new method of comparative study of the geophysical data of a various nature is offered. ...
[ Текст ]  Ссылки http://www.gao.spb.ru/russian/lg/articl/seistide.pdf -- 420.8 Кб -- 21.05.2007
Похожие документы

35. Moore Observatory's Colorspec
... Solar is a companion program that reads a line list from the Moore Tables of the Rowland Atlas of the Sun and creates a spectrum based on the wavelength and equivalent width of the tabulated features. ... The distribution contains the original source code for Colorspec and Solar in C, a version of Solar written in Fortran, the NSO solar flux atlas in a format suitable for use with Colorspec, the Moore Tables, and a few sample spectra. Download Colorspec - Current Version 1.0 . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/archive/colorspec/ -- 3.1 Кб -- 11.05.2010
Похожие документы

36. Active To Do List
. Number . Task . Pri . Author . Created By Tool . Created On . Modified On . Completed . Modified By . Assigned To . Link To . Magic . Description
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~nima/_vti_pvt/_x_todo.htm -- 1.5 Кб -- 06.02.2006
[ Сохраненная копия ]  Ссылки http://www.schools.keldysh.ru/sch725/_vti_pvt/_x_todo.htm -- 1.5 Кб -- 11.03.2006
Похожие документы
Еще в разделе: (Показать все результаты (>2) - genphys.phys.msu.su/ )

37. http://selena.sai.msu.ru/Laz/Publications/6_Automatic%20creation%20of%20the%20hypsometric%20map%20of%20Venus.pdf
AUTOMATIC CREATION OF THE HYPSOMETRIC MAP OF VENUS. ... The hypsometric map of Venus (1:45M) created under editing of Dr. Rodionova gives the representation of the planet relief on the basis of up-to-date data. ... The requirement was to preserve contour polygons with the areas more than 10 000 sq. km at the Venus surface, which corresponded with areas approximately more than 5 sq. km at the map. ... The other side of Venus map has been prepared. ... Surface height histograms for both Venus and Earth. ...
[ Текст ]  Ссылки http://selena.sai.msu.ru/Laz/Publications/6_Automatic%20creation%20of%20the%20hypsometric%20map%20of%20Venus.pdf -- 116.8 Кб -- 26.02.2009
Похожие документы

39. q3c [SAI Virtual Observatory - Wiki]
Trace: q3c . start : q3c . ... SAI VO Projects . ... Help on Wiki search . ... dropdb q3ctest createdb q3ctest psql q3ctest /usr/local/pgsql/share/contrib/ q3c .sql psql q3ctest /usr/local/pgsql/share/contrib/pg_sphere.sql \timing on DROP TABLE running_ q3c ; DROP TABLE running_pgsphere; CREATE TABLE running_ q3c (id INT, ra FLOAT, dec FLOAT); CREATE INDEX running_ q3c _idx ON running_ q3c ( q3c _ang2ipix(ra, dec)); CREATE ... SAI VO | ... SAI MSU | ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/wiki/q3c -- 14.4 Кб -- 09.04.2016
Похожие документы

40. http://xray.sai.msu.ru/~ivan/gmt/man/spectrum1d.html
spectrum1d - compute auto- [and cross- ] spectra from one [or two] timeseries. spectrum1d [ x [ y ] file ] -S segment _ size ] [ -C ] [ -D dt ] [ -N name _ stem ] [ -V ] [ -W ] [ -bi [ s ][ n ] ] [ -bo [ s ] ] spectrum1d reads X [and Y] values from the first [and second] columns on standard input [or x [ y ] file ]. ... Units same as ypower. name _ stem .npower Power spectral density of the noise output. Units same as ypower. name _ stem .gain Gain spectrum, or modulus of the transfer function. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/spectrum1d.html -- 7.0 Кб -- 19.03.1999
Похожие документы

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


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

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

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