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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/sub/gdsi_read.dc2.

41. Phil Plait's Bad Astronomy: Misconceptions
... Bad Astronomy . Misconceptions . ... Bad Astronomy : "That's as remote as the dark side of the Moon!" ... As the tired, hackneyed refrains went on, one in particular caught my ear: " Fly me away to the bright side of the moon, and meet me on the other side." ... As the Moon orbits the Earth, different parts of it get illuminated by the Sun. ... Bad Addendum : At the end of the album "Dark Side of the Moon" by Pink Floyd, there is a voiceover that actually says "There is no dark side of the moon. ...
[ Сохраненная копия ]  Ссылки http://www.badastronomy.com/bad/misc/dark_side.html -- 21.4 Кб -- 09.04.2016
Похожие документы

42. source comment
. Comment on J0616-3456 . No detection: the position is probably okay, hence, the source is probably resolved out completely. VLBApls home page . Last modified: 16 Oct 2000
[ Сохраненная копия ]  Ссылки http://www.vsop.isas.ac.jp/VLBApls/J0616-3456.comment.htm -- 1.4 Кб -- 16.10.2000
Похожие документы
Еще в разделе: (Показать все результаты (>469) - www.vsop.isas.ac.jp/ )

43. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/Makefile.in
... See also changes and comments in configure.in # prefix = @prefix@ exec_prefix = @exec_prefix@ DESTDIR = CFITSIO_LIB = ${DESTDIR}@libdir@ CFITSIO_INCLUDE = ${DESTDIR}@includedir@ INSTALL_DIRS = @INSTALL_ROOT@ ${CFITSIO_INCLUDE} ${ CFITSIO_LIB } ${ CFITSIO_LIB }/pkgconfig SHELL = / bin /sh RANLIB = @RANLIB@ CC = @CC@ CFLAGS = @ CFLAGS @ SSE_FLAGS = @SSE_FLAGS@ FC = @FC@ LDFLAGS = $( CFLAGS ) DEFS = @ DEFS @ LIBS = @ ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/Makefile.in -- 6.0 Кб -- 17.07.2012
Похожие документы

44. Algorithm for apparent place computations.
... For calculation of apparent place of some star there are two methods. ... The second method is to use formulae of this page together with information from 'Mean places ...' and 'Reduction quantities' pages. ... Here: ALPHAmean, MUalpha - mean right ascension and mean proper motion in right ascension of some star at mean epoch of the year, . DELTAmean, MUdelta - mean declination and mean proper motion in declination of some star at mean epoch of the year, . ...
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/ephem/exp/alaa.html -- 2.8 Кб -- 16.10.2004
Похожие документы

45. http://zebu.uoregon.edu/~uochep/talks/talks04/l-1.pdf
... Eric Torrence 2/12 February 2004 Phase 0 (Now) DchDigis EmcDigis EmtSim trgDC L1Accept This IS the current SP6 (14.3.X) Base simulation code unchanged, only the interface elements (Digis, TsfLUT) Eric Torrence 3/12 February 2004 Phase I DchDigis TsfSim BltSim PtdSim EmcDigis EmtSim Glt Interface GltSim Deployed Validated Written Not written L1Accept Significant upgrade to L1 Simulation Could be deployed in SP6 to improve ... Eric Torrence 12/12 February 2004 ...
[ Текст ]  Ссылки http://zebu.uoregon.edu/~uochep/talks/talks04/l-1.pdf -- 302.8 Кб -- 18.03.2004
Похожие документы

46. Stellarium: SatellitesListModel Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ... SatellitesListModel Class Reference . A model encapsulating a satellite list. ... Tell the model that its internal data structure is about to be modified. ... Tell the model that its internal data has been modified. ... The model keeps a pointer to the satellite list, not a copy, so every time that list is modified outside the model (i.e. satellites are added or removed), you need to call beginSatellitesChange() and endSatellitesChange() . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classSatellitesListModel.html -- 12.0 Кб -- 28.02.2014
Похожие документы

47. Мешок Air paper - Air paper - Air paper Водонагреватель проточный Polaris Ultra
... Тип: мешок, . Тип мешка: одноразовый, . ... Водонагреватели проточные . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku7261.html -- 24.1 Кб -- 14.02.2016
Похожие документы

48. The national Earth remote sensing spacecraft of Ukraine will be placed into
... Comments, Opinions Publications Dnepr Program . Dnepr launch record 17 August 2011. Cluster Launch of Dnepr LV 22 August 2013 KOMPSAT-5 Launch 21 November 2013. ... The Sych-2 satellite is being developed as a part of the space optical-range Earth observation system by the State Design Office of Yuzhnoye and built by the Industrial Association Yuzhny Machine Building Plant in cooperation w ith other space industry entities upon the state order of the National Space Agency of Ukraine . ...
[ Сохраненная копия ]  Ссылки http://www.kosmotras.ru/en/news/79/ -- 14.8 Кб -- 09.04.2016
Похожие документы

49. ranking [SAI Virtual Observatory - Wiki]
Trace: ranking . ... CREATE OR REPLACE FUNCTION my_rank (tsvector, tsquery, int ) RETURNS float AS $$ use List::Util qw(min max); my ($string, $ query ) = @_; my $maxpos = 0; # Parse tsvector, taking into account positional information foreach (split / /, $string){ if(/^'(\w+)'(:([0-9,]+))?$/){ foreach(split /,/, $3){ $ vector {$_} = $1; $maxpos = max($maxpos, $_); } } } my @ vector = map {$ vector {$_}} sort {$a = $b} keys(% vector ); # Parse tsquery, assuming it to be ORed only $ ... SAI VO | ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/wiki/ranking -- 12.8 Кб -- 09.04.2016
Похожие документы

50. Information
General Information . ... Local Information . ... The city represents great cultural value because in the late 19th and early 20th centuries, Kislovodsk as a fashionable spa attracted many musicians, artists, and members of the Russian aristocracy. ... Double room with full pension (breakfast, lunch, dinner) - 2620 rubles per person per night. solnechniy . ... Citizens of most countries need visa to enter the Russian Federation. ... Victor Kornilov, Sternberg Astronomical Institute (chair) . ...
[ Сохраненная копия ]  Ссылки http://site2010.sai.msu.ru/information -- 9.4 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>15) - site2010.sai.msu.ru/ )

51. The Drake Equation: Adding a METI Factor
... The Drake Equation: Adding a METI Factor . ... METI (Messaging to Extra-Terrestrial Intelligence) is an activity, which I believe to be an inherent attribute of advanced civilizations. In order to account for the true prevalence of communicative civilizations (that is, those that engage in METI), I suggest we introduce a METI factor f m into the classical Drake Equation . ... f p = The fraction of those stars with planetary systems . ... Then the METI factor f m should be quite small, about 0.01. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/ra&sr/irm/Drake_equation.html -- 15.3 Кб -- 27.05.2005
Похожие документы

52. http://vega.inp.nsk.su/~inest/tmp/G3_ev.doc
... In electron-positron colliders, effect of the lattice modification by opposing bunch focusing on the equilibrium radiation emittance is important at high values of the space charge parameter, so one should correctly evaluate this dynamic radiation emittance of the weak beam, which may differ a lot from the nominal emittance, already in the linear beam-beam force model. ... The linearized beam-beam force is equivalent to focusing insertion in linear lattice of the collider. ...
[ Текст ]  Ссылки http://vega.inp.nsk.su/~inest/tmp/G3_ev.doc -- 108.0 Кб -- 20.10.2004
Похожие документы

53. ADASS 2003 Conference Proceedings
... We present the archive system developed for the long term storage and distribution of the data provided by ESA's International Gamma-Ray Astrophysics Laboratory ( INTEGRAL ). ... We give a short overview of the main components of the system - namely the data ingestion software, the data organization concept, the archive database, the data distribution pipeline, and the modified Browse data access interface. ... Browse is adopted for INTEGRAL archive distribution through the Web. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/P1-12/ -- 15.4 Кб -- 27.08.2004
Похожие документы

54. Коллекция учебных проектов
список проектов . представление проекта . ... The USA . ... Dinosaur National Monument. ... Today, at Dinosaur National Monument ,on the border between Colorado and Utah , you can see the enormous Skeletons of these animals. You can see the complete bones and eggs of many dinosaurs and discover, how they lived . ... The Grand Canyon. ... Come to Myoming and see the wonders of the nature in Yellowstone National Park you can see over 200 geysers, including the famous 'Old faithful' geyser. ...
[ Сохраненная копия ]  Ссылки http://www.schools.keldysh.ru/labmro/kollekz/usa/3.htm -- 4.0 Кб -- 15.08.2009
Похожие документы
Еще в разделе: (Показать все результаты (>60) - www.schools.keldysh.ru/ )

55. http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/copying.txt
GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave, Cambridge, MA 02139, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. ... You can apply it to your programs, too. ... This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/copying.txt -- 15.8 Кб -- 25.09.2003
Похожие документы

56. II-VI compound crystal growth, HPVB & HPVZM basics
II-VI compound crystal growth, HPVB & HPVZM basics . ... Developed and first time applied for II-VI compound crystal growth in our lab back in late sixties [1]. ... Basics . The II-VI compounds have particular physical-chemical properties that present a challenge for the crystal growth. ... In the general case of II-VI compounds and HPVB growth conditions: . ... These peculiarities of composition stipulate another problem of the II-VI compound crystal growth from the melt - "bubbles". ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/lpcbc/Basics.html -- 9.3 Кб -- 16.03.2004
Похожие документы

57. Izmccd
... License agreement. All copyrights to Izmccd are exclusively owned by the author- Igor Izmailov. ... THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING OR MISUSING THIS SOFTWARE. You may not use, copy, emulate, clone, rent, lease, sell, modify, decompile, disassemble, otherwise reverse engineer, or transfer the licensed program, or any subset of the licensed program, except as  provided for in this agreement.  ... Igor Izmailov. ...
[ Сохраненная копия ]  Ссылки http://www.izmccd.puldb.ru/izmccd13e.htm -- 3.2 Кб -- 17.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>11) - www.izmccd.puldb.ru/ )

58. Expanding Universe | Astronotes
... Our Galaxy . Milky Way . ... Universe . ... Space Flight . ... Other galaxies are not moving away because they are recoiling in disgust from the Milky Way, but appear to be receding because the Universe is expanding. ... Observers in any galaxy will see every other galaxy as redshifted, so there is nothing special about the Milky Way. ... If the Universe is expanding today, that implies that in the past the galaxies would have been closer together and the Universe was much smaller than it is now. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/our-place-in-the-expanding-universe.html -- 47.7 Кб -- 09.04.2016
Похожие документы

59. Sunspots and active regions September 09, 2015
... Sun images . ... Sun flares . ... Active areas . September : 2015 . ... The following regions with sunspots can be now observed on the Sun's surface . Group number . ... Group length (in degrees) . ... Coordinates and other characteristics of active regions are issued for September 09, 2015 00:31 UT The following H-alpha plages without spots can be currently observed on the Sun's surface . ... Coordinates and other characteristics of active regions are issued for September 09, 2015 00:31 UT . ...
[ Сохраненная копия ]  Ссылки http://www.tesis.lebedev.ru/en/active_areas.html?m=9&d=9&y=2015 -- 23.4 Кб -- 11.04.2016
Похожие документы

60. Index of /stp/data/cosmic.ray
... 18-Jan-2010 16:45 . ... Muon_Telesc(hourly_values)/ . ... Muon_Telesc(minute_values)/ . ... Neutron_Monitors(daily_values)/ . ... Neutron_Monitors(hourly_values)/ . 15-Nov-2010 15:12 . Neutron_Monitors(minute_values)/ . ... Neutron_Monitors(monthly_values)/ . ...
[ Сохраненная копия ]  Ссылки http://www.wdcb.ru/stp/data/cosmic.ray/ -- 3.4 Кб -- 02.02.2013
Похожие документы

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


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

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

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