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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.iki.rssi.ru/magbase/REFMAN/SPPHTEXT/heliosphere.html.

21. q3c [SAI Virtual Observatory - Wiki]
... q3ctest=# \timing б  . ... q3ctest=# SELECT generate_series(1, 1000000 ) AS id , random()*360 AS ra , (random()-0.5)*180 AS dec INTO test_q3c ;б  . ... q3ctest=# INSERT INTO running_q3c ( id, ra, dec ) (SELECT generate_series(1 , 100000) , random()*360 , (random()-0.5)*180 );б  . ... q3ctest=# SELECT (SELECT count(*) FROM running_q3c WHERE q3c_radial_query(ra, dec, ra0, dec0, 1)) INTO test_res_q3c FROM (SELECT generate_series(1,1000), random()*360 AS ra0, (random()-0.5)*180 AS dec0) s;б  . ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/wiki/q3c?rev=1279733626&do=diff -- 34.6 Кб -- 13.04.2016
Похожие документы

22. XHelp: A Help Navigator for the IRAF System
... Help pages are formatted and converted automatically to HTML for presentation in the GUI (or on the WWW), or to Postscript for hardcopy output. ... XHelp is a GUI browser for the IRAF help system which uses existing help facilities in IRAF to locate documents, but provides a familiar web-browser interface. ... Easy access to auxiliary help documents such as package ``system documents'' and task source code, . ... Extensions to LROFF to support HTML style document links within IRAF help pages. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P3-01/ -- 10.6 Кб -- 11.10.2000
Похожие документы

23. Homepage of Koposov Sergey
. Photos . This is an old homepage of Sergey Koposov with some old photos. My current homepage is here . The first version of that page was created approximately in november 2002. Sergey Koposov , 2002-2015 . Last change: 30.12.15.
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~math/ -- 3.9 Кб -- 30.12.2015
Похожие документы

24. http://vega.inp.nsk.su/~inest/ASCOM/Scriptable%20Components%20and%20Engines/ASCOM%20FITS%20driver/create.vbs
create.vbs *** ' ' Usage: cscript create.vbs <image file> ' Example: cscript create.vbs testimage.fit ' ' Uses the ASCOM FITS image driver ' --> http://www.easysky.de/ASCOM/Image/FITS.htm ' to create a new FITS file from scratch ' and sets some example properties. ... WScript.Echo WScript.Echo "creating " & filename & ".. ...
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/ASCOM/Scriptable%20Components%20and%20Engines/ASCOM%20FITS%20driver/create.vbs -- 3.4 Кб -- 24.01.2006
Похожие документы
Еще в разделе: (Показать все результаты (>45) - vega.inp.nsk.su/ )

25. http://zebu.uoregon.edu/~uochep/talks/talks04/et-l1-12-04.pdf
L1 Simulation Upgrade December 6th, 2004 BaBar Collaboration Meeting SLAC Eric Torrence University of Oregon Eric Torrence 1/15 December 2004 Phase 0 (Now) DchDigis EmcDigis EmtSim trgDC L1Accept This IS the current SP6 (14.4.X) Base simulation code unchanged, but interface elements are updated (Digis, TsfLUT) Remaining changes are inside black blob Eric Torrence 2/15 December ... Done · L1DZpdTrackDigi - cellLocation and cellPhi are not currently being simulated. ...
[ Текст ]  Ссылки http://zebu.uoregon.edu/~uochep/talks/talks04/et-l1-12-04.pdf -- 404.0 Кб -- 21.12.2004
Похожие документы

26. Astrophysical Research Consortium - Apache Point Observatory
. Contact Webmaster for web page errors, corrections, ommisions, and/or additions. This page last updated: June 28, 2006 - JMD . This page last checked: November 7, 2004 - JMD . Current Status . History . Offsite Information . Reference . Spicam is currently available for use at APO. Sloan digital sky survey camera (uses same detector): The Astronomical Journal, 116:3040-3081, 1998 December .
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/35m_manual/Instruments/SPIcam/SPIcam_status.html -- 4.5 Кб -- 29.06.2006
Похожие документы

27. File Juggler -- the software for convenient browsing of FTP archives
The idea behind it was rather simple: using CGI scripts as processing tools and WWW browser as user interface, display the structure and content of typical anonymous FTP server in a convenient, easily navigated form. ... File Juggler version 1.0 has been implemented and is now installed on two ftp servers at Sternberg Astronomical Institute, Moscow University: . crydee.sai.msu.ru archive (mostly OS/2 software, recreation and leisure) . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/software/juggler/index.html -- 2.9 Кб -- 12.02.2000
Похожие документы

28. Directory Manipulation
. Next: File Manipulation Up: C Standard Library Functions Previous: Data Conversion . #include <dir.h> . int chdir(char *path) - Change current directory to given path. char *getcwd(char *path, int numchars) - Returns name of current working directory. int mkdir(char *path) - Create a directory u sing given path name. int rmdir(char *path) - Delete a specified directory. Dave.Marshall@cm.cf.ac.uk . Wed Sep 14 10:06:31 BST 1994
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_21_4.html -- 2.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_21_4.html -- 2.2 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_21_4.html -- 2.2 Кб -- 02.10.2012
Похожие документы

29. Sunspots and active regions December 09, 2009
... Sun images . ... Sun flares . ... Active areas . December : 2009 . ... No sunspots and sunspot groups can be currently observed on the Sun's surface . No H-alpha plages without spots can be currently observed on the Sun's surface . Last updated: December 10, 2009 00:00 UT . ... 1953-2016 Laboratory of X-ray astronomy of the Sun, LPI RAS, Russia . ... 7(499)132-65-96, Fax: +7(499)132-65-97 . ...
[ Сохраненная копия ]  Ссылки http://www.tesis.lebedev.ru/en/active_areas.html?m=12&d=9&y=2009 -- 15.8 Кб -- 11.04.2016
Похожие документы

30. What is virtual memory?
Next: Creating a swap space Up: Memory Management Previous: Memory Management . Linux supports virtual memory , that is, using a disk as an extension of RAM so that the effective size of usable memory grows correspondingly. ... When the original contents are needed again, they are read back into memory. ... The part of the hard disk that is used as virtual memory is called the swap space . Linux can use either a normal file in the filesystem or a separate partition for swap space. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node60.html -- 5.0 Кб -- 04.05.1997
Похожие документы

31. http://observ.pereplet.ru/images/z/backupsql.txt
php /* * Backup script on server. ... Connects to the mySQL * database and creates a backup file of the whole database. ... Yes/No? ... It will void your warranty :-D! $ date = date ( mdy-hia ); $filename = $savepath/$dbname-$ date .sql ; if($use_gzip== yes ){ $ filename2 = $ file ; } else { $ filename2 = $savepath/$dbname-$ date .sql ; } if($send_email == yes ){ $fileatt_type = filetype($ filename2 ); $ fileatt_name = .$dbname. - .$ ... BR>"; $message .= "--{$mime_boundary}\n" ." ...
[ Сохраненная копия ]  Ссылки http://observ.pereplet.ru/images/z/backupsql.txt -- 7.3 Кб -- 29.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>26) - observ.pereplet.ru/ )

32. Bright Supernova - Archives
Bright Supernova - Archives On these pages you will find references to Supernovae which have faded into oblivion. ... Finally, in 1999, when I took over the International Supernova Network's Latest Supernovae page I retitled the main page "Latest Supernovae", BUT, it's the "Latest Supernovae" page of the "Bright Supernovae" pages which are also sub-pages of ISN. ... Brightest supernova in 2005 . ... Brightest supernova in 2002 . ... Brightest supernova in 2000 . ... Brightest supernova in 1999 . ...
[ Сохраненная копия ]  Ссылки http://www.rochesterastronomy.org/SNIMAGES/archives.html -- 29.7 Кб -- 04.01.2016
Похожие документы
Еще в разделе: (Показать все результаты (>428) - www.rochesterastronomy.org/ )

33. Dunk Proceedings - 2dF QSO Redshift Survey (Work currently underway)
. Other Relevant Links . Number counts have been illustrated earlier in the talk. QSO Clustering and Large-Scale Structure , Scott Croom et al . QSO Evolution and the Luminosity Function , B.J. Boyle et al . | Front page | . | << - Contamination | QSO close pairs - >> | . Robert J. Smith, ">rsmith@mso.anu.edu.au Last modified: Fri Sep 24 11:39:02 EST 1999 .
[ Сохраненная копия ]  Ссылки http://www.2dfquasar.org/Papers/Dunk/workinprogress.html -- 3.0 Кб -- 24.09.1999
Похожие документы

34. Helmut Jerjen
... Dongwon Kim , March 2014, on-going . ... Tammy Roderick , March 2011, on-going . Emma Kirby, *PhD completed August 2010* . ... Laura Dunn, *PhD completed December 2007* . ... David Nicholls, *PhD completed March 2014* . ... Antoine Bouchard, *PhD completed June 2006* . Emily McNeil, *PhD completed December 2010* . ... Eduard Westra, *PhD completed December 2007* . Sebastian Gurovich, *PhD completed August 2006* . Rami Rekola, *PhD completed December 2004* . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~jerjen/ -- 16.1 Кб -- 09.04.2016
Похожие документы

35. SINGULAR POINTS IN THE SOLAR CHROMOSPHERE
SINGULAR POINTS IN THE SOLAR CHROMOSPHERE . ... In the structure of the solar chromosphere, containing information on the configuration of the magnetic field, we have found and identified all the main types of the singular points ( see Fig. 1 ), which are known as inherent features of the 2-D vector field. ... The main types of the singular points are the node, the focus, the center, and the saddle. ... Singular point of the focus type in the solar chromosphere. ...
[ Сохраненная копия ]  Ссылки http://www.izmiran.rssi.ru/info/personalia/molodensky/spoints.html -- 8.2 Кб -- 11.12.2015
Похожие документы
Еще в разделе: (Показать все результаты (>528) - www.izmiran.rssi.ru/ )

36. Group for study of galaxies and cosmology, history
... In LABORATORY OF RADIO ASTROPHYSICS OF SPECIAL ASTROPHYSICAL OBSERVATORY OF RAS . ... History . ... Current problems of the group research interests: . study for cosmic microwave background, . study of radio galaxies (identification, evolution, statistical investigation of population), . investigation of the RATAN-600 antenna, . observations in the survey mode with RATAN-600 and their analysis, . creation of the software for data analysis. vo @ sao.ru ( Oleg Verkhodanov ) ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/lran/vo/group/gr_resea_E.html -- 2.5 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://sed.sao.ru/~vo/group/gr_resea_E.html -- 2.5 Кб -- 20.05.2011
Похожие документы

37. http://www.atmob.org/library/policies/NetworkAcceptableUse.pdf
ATMoB Network Acceptable Use Policy Created 6/1/2005 The Amateur Telescope Makers of Boston, Incorporated provides this network terminals for its members. ... Users must respect the privacy of others. ... The Services may not be used in a manner that precludes or significantly hampers network access by others. ... Where the network or devices are being used to access another network, any abuse of the acceptable use policy of that network will be regarded as unacceptable use of our network. ...
[ Текст ]  Ссылки http://www.atmob.org/library/policies/NetworkAcceptableUse.pdf -- 20.0 Кб -- 09.12.2008
Похожие документы
Еще в разделе: (Показать все результаты (>299) - www.atmob.org/ )

38. Хлопковая рубашка - Current/Elliott - Current/Elliott Блуза
... Размер: 2;1 . Цвет: Голубой . ... Рубашки / Блузки . ... Артикул: D122_15KR Цвет: белый Состав: 50% вискоза, 50% полиэстер Описание: элегантная блуза без рукава. ... Цвет: черный . ... Черный глянец металла облагораживает и сдерживает невероятный шик образа, достойного лучших интерьеров.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Цоколь: E14.&lt;/div&gt;&lt;div&gt;Мощность: 8х40.&lt;/div&gt; . ... Ящик для 20 ключей Office-Force с кодовым замком, цвет: черный - Office-Force - Office-Force . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku4975.html -- 17.8 Кб -- 14.02.2016
Похожие документы

39. Комментарии к ключам заголовков файлов формата FITS
... ACQMODE Acquisition mode AIRMASS Air mass for current object observation BIASSEC OVERSCAN AREA BITPIX Number of bits per data pixel BSCALE Default scaling factor: REAL = TAPE*BSCALE + BZERO BZERO Offset data range to that of unsigned short CALIB Calibration CCD-TEMP CCD temperature at start of exposure in C COMMENT Comment text DATATYPE Data type DATE File creation date (YYYY-MM-DDThh:mm:ss UTC) DATE-OBS YYYY-MM-DD observation start date, UT DEC OBJECT DEC, deg:arcmin ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/AZT22/RUS/fitshead.htm -- 7.1 Кб -- 18.02.2004
Похожие документы

40. work
The Russian Parliament will soon consider a bill that would restructure the Russian space program, 35 years after the launch оf Sputnik. ... But the legislation's most striking and controversial feature is a provision that would ban testing and deployment оf space weapons ? including anti-satellite weapons and space-based missile interceptors. ... A draft bill was written by a group of experts within the Moscow Space Club, several of whom now work on space issues with the Russian Parliament. ...
[ Сохраненная копия ]  Ссылки http://www.altrs.narod.ru/En/C/En_CFile2_5.htm -- 12.1 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>15) - www.altrs.narod.ru/ )

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


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

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

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