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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sai.msu.su/apod/ap080910.html.

21. http://www.naic.edu/~astro/NSFSR/ProfstoDefendAreciboFunding.pdf
Published on The Cornell Daily Sun (http://cornellsun.com) Profs to Defend Arecibo Funding in D.C. By Lisa Grossman Created Aug 30 2007 - 12:00am On September 12 and 13, dozens of astronomers plan to meet in Washington, D.C. to discuss the future of the Cornell-owned and operated Arecibo Observatory in Puerto Rico, the largest radio telescope in the world. ... While Cornell astronomers expressed varying levels of cynicism about the NSF's flexibility, the overall outlook seems optimistic. ...
[ Текст ]  Ссылки http://www.naic.edu/~astro/NSFSR/ProfstoDefendAreciboFunding.pdf -- 149.0 Кб -- 10.09.2007
Похожие документы

22. 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
Похожие документы

23. Scientific.ru Альтернативный форум
Альтернативный форум . Scientific.ru Все форумы . ... Re: Astronomers Create 3D Map of Dark Matter Space.com 07 January 2007 01:37 pm ET . x203a; x203a; x203a; в ответ на: Astronomers Create 3D Map of Dark Matter Space.com 07 January 2007 01:37 pm ET Abramyan G.L. : An alternative theory . ... Astronomers Create 3D Map of Dark Matter Space.com 07 January 2007 01:37 pm ET Abramyan G.L., 10.01.2007 01:10 . ... Re: Прочел и привожу текст, меня вомутивший. Анатолий Рыков, 11.01.2007 08:53 . ...
[ Сохраненная копия ]  Ссылки http://www.scientific.ru/dforum/altern/1168426535 -- 13.5 Кб -- 13.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>280) - www.scientific.ru/ )

24. Creating reconstruction image and background image from an input source list
... If the parameter withinputlist is set to ``true'', the reconstruction and/or background image will be created using source parameters from an input source list. ... Use parameters makerecon and savebkgrnd to specify which of the output images you want to create. Only sources originally detected at scales up to maxscale will be used for to calculate the images. The value of maxscale will also control the scale of the kernel used to filter the background image. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ewavelet/node9.html -- 3.8 Кб -- 01.07.2008
Похожие документы

25. Does the time it takes different methods to create all the elements coincide
... Does the time it takes different methods to create all the elements coincide with the universeт??s accepted age? ... Illinois Urbana-Champaign) Different kinds of stars create elements at different rates, all of which are consistent with the age of the universe. Get instant access to subscriber content on Astronomy.com! ... Registration is FREE and takes only a few seconds to complete. If you are already registered on Astronomy.com, please log in below. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/ask-astro/2011/02/cosmic-chemistry -- 63.2 Кб -- 10.04.2016
Похожие документы

26. http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom/a-c/almighty.txt
... They, with the help of some excellant editors now available - DEU 5.0 the editor of choice - have taken it upon themselves to build new levels from scratch! ... The problem, I found is that they are only one level! ... I have added a few batch files to aid the installation of this new adventure! lvltxts.zip Many of the level creators in this group expressed the desire to be recognized, or made the condition that their levels could not be touched without the documentation attached. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom/a-c/almighty.txt -- 3.6 Кб -- 04.09.1995
Похожие документы

27. MacroRunner (ImageJ API)
... java.lang.Object ij.macro.MacroRunner . ... Create a new object that interprets a macro file using a separate thread. ... MacroRunner (java.lang.String macro, Editor editor) . ... Create a new object that interprets macro source in a separate thread. public MacroRunner (java.lang.String macro, Editor editor) . ... Create a new object that runs a tokenized macro in a separate thread, passing a string argument. public MacroRunner ( Program pgm, int address, java.lang.String name, Editor editor) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/macro/MacroRunner.html -- 17.1 Кб -- 02.12.2010
Похожие документы

29. 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
Похожие документы

30. 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
Похожие документы

31. Black Hole Creation in Massive Binary Systems
Next: Binary Radiopulsars with Black Up: Black Holes in Binaries Previous: Black Holes in Binaries . Two different types of stellar BH formation exist: (1) direct core collapse   of a massive star and (2) AIC of a NS. A BH of the first type presumably will have a mass comparable to that of the collapsing star and can be born both from a single star and in a binary system. ... Next: Binary Radiopulsars with Black Up: Black Holes in Binaries Previous: Black Holes in Binaries Mike E. Prokhorov . ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~mystery/articles/review/node64.html -- 8.4 Кб -- 26.02.1997
Похожие документы

32. RUSSIAN MILITARY SPACE
... In Memoriam Maxim Tarasenko . Russian page . ... 04 May 2002 . M. Tarasenko "The Military Aspects of the Soviet Cosmonautics" . 15 April 2000 . The works of Maxim Tarasenko . ... Russian Military Space Activity" . ... MAXIM TARASENKO (1962-1999) - Russian Space Analist . 18 March 2002 . The Maxim Tarasenko Award The Journal "Space Polic" has created a new award for essays in space policy open to graduate students. The Institute of Space Policy (Russia) . ...
[ Сохраненная копия ]  Ссылки http://www.altrs.narod.ru/En/En_Index.htm -- 15.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>17) - www.altrs.narod.ru/ )

33. MAKEPRFCORR (Nov98) --- nictools --- MAKEPRFCORR (Nov98)
makeprfcorr -- Compute the pixel response function for an image created with asncombine makeprfcorr association . association . ... Interactive program to compute relative shifts of images in an association file. ... After computing the relative shifts of the direct images, alignasn searches for corresponding grism images for each of the direct images. ... The grism association is then updated with the same relative shift measurements as determined from the direct images. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/nictools/makeprfcorr.hlp.html -- 2.6 Кб -- 06.06.2006
Похожие документы

34. OptInt PmWiki : PmWiki / Creating New Pages
OptInt PmWiki : Pm Wiki / Creating New Pages . ... Links > . ... The first step to create a new page, you need to edit an existing page, and on it add a link to the page you want to create. To link to your new page, you must choose a name for it. ... Typing [[my new page]] will create a link to my new page ? ... PmWiki will then dutifully tell you that the page you entered doesn't exist, but you can click on the "Edit" link in order to create, edit, and save the new page. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/CreatingNewPages?action=print -- 12.0 Кб -- 01.03.2014
Похожие документы

35. (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
Похожие документы

36. 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
Похожие документы

37. Колготки для кукол Zapf Creation Baby Annabell 2 пары 792-261 в ассортименте -
... Бренд: Zapf Creation, Тип: Колготки для кукол . Аксессуары для кукол . ... Пособие содержит темы, подготовленные на основе базовой учебной программы по дисциплине "Банковский маркетинг". ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku5800.html -- 18.8 Кб -- 14.02.2016
Похожие документы

38. Creative WebCam NX Ultra - Hand Made
... Киевский клуб любителей астрономии "Астрополис" > . ... Hand Made (Модераторы: Diskus , Hornet ) > . Creative WebCam NX Ultra . ... 03 Март 2006, 00:57:32 ? Есть возможность за недорого забрать вебкамеру Creative WebCam NX Ultra. ... Записан . Клуб Астрополис, Администратор . ... Ответ #1 : 03 Март 2006, 01:27:07 ? ... Цитата: Vladimir Nebotov от 03 Март 2006, 00:57:32 Есть возможность за недорого забрать вебкамеру Creative WebCam NX Ultra. ... Клуб Астрополис, Модератор . ...
[ Сохраненная копия ]  Ссылки http://www.astroclub.kiev.ua/forum/index.php?topic=940.0 -- 70.5 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>1284) - www.astroclub.kiev.ua/ )

39. Getting Started in Actor Prolog. Analyzing Web Sites.
In this chapter we will consider two very simple but useful Web agents that I have written on Actor Prolog for my own needs. ... Let us start the Web agent. Fig. ... Start of the Web agent. The Context diagram consists of three blocks: "Logic Programming Sites", "Edit", and "Check". ... Some Web sites that are linked with the logic programming and Prolog are listed in the pulldown list (these addresses are transferred to the "Edit" block from the "Logic Programming Sites" block). ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_scan.html -- 13.7 Кб -- 24.09.2007
Похожие документы

40. ASP: Creating NASA?s Space Science Education and Public Outreach Program: The
... SEARCH ASP SITE: Match ALL words Match ANY word . ... ASP Conference Series . ... Publications of the ASP (PASP) . ... Creating NASA's Space Science Education and Public Outreach Program: The Real Stuff (Abridged) . ... This is a part of the story about how the program recently recognized by the Astronomical Society of the Pacific (ASP) through its presentation of the 2006 Klumpke-Roberts Award?NASA's Space Science Education and Public Outreach (E/PO) program?was actually planned and implemented. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/pubs/mercury/35_06/epo.html -- 18.7 Кб -- 20.04.2012
Похожие документы

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


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

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

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