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

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

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/vi/one.1.1.html.

1. Impact Hazard
... Armagh Observatory, College Hill, Armagh BT61 9DG, +44 (0)28 3752 2928 . ... Risks Comparable to NEOs . ... The Increasing Rate of Discovery of Asteroids . ... Comet and Asteroid Collision Probabilities . ... Extreme albedo comets and the impact hazard (PDF Format) . ... Asteroid Impact Animations . ... Workshop on Scientific Requirements for Mitigation of Hazardous Comets and Asteroids - 2002 . ... The Spaceguard Survey Report, 1992 (PDF) . Tsunami from Asteroid/Comet Impacts . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/impact-hazard/ -- 11.3 Кб -- 29.06.2012
Похожие документы
Еще в разделе: (Показать все результаты (>3371) - star.arm.ac.uk/ )

2. The Galaxy Gallery: Messier Objects
M1 image More About M1 Nice Color Picture . ... M16 image More About M16 HST image . ... M31 image More About M31 Nice Color Picture . ... M42 image ; M43 image More About M42/43 Nice Color CCD Picture . M51 image More About M51 Color Image of M51 M51 Supernova . M57 image More About M57 Nice Color CCD Picture Very Deep M57 Image . ... M81 image More About M81 M81 Supernova Ultraviolet Image of M81 More about Ultraviolet Imaging . M82 image More About M82 M82 False Color M82 True Color . ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/messier.html -- 7.0 Кб -- 23.07.2004
Похожие документы
Еще в разделе: (Показать все результаты (>405) - zebu.uoregon.edu/ )

3. http://www.stsci.edu/hst/training/events/Python/class3.pdf
STSCI Python Introduction Class 3 Jim Hare Today's Agenda · · · · · · Functions Passing Arguments to Modules File I/O User Defined Objects Variable Scopes System Commands and Controls 1 Functions · Function template · Consists of def statement, parameters and return def test1(x,y,j=`testcase1') j=`testcase1' is the default · Example update_default_db.py isql' % (account,database)) os.system('printf "select db_name()\\ngo" | ...
[ Текст ]  Ссылки http://www.stsci.edu/hst/training/events/Python/class3.pdf -- 1935.4 Кб -- 15.06.2005
Похожие документы

4. Stellarium: gTime Class Reference
... Classes . ... gTime Class Reference . This class implements time calculations. ... gTime (double ai_jDays=0) . ... gTime (const gTime &timeSrc) . ... Set the time value of the time object to the julian day of year, day. ... operator= (const gTime &timeSrc) . ... Returns the time GMT value in Julian days. ... Returns the time_t value of the gTime Object. ... Returns a gTime object setted with the actual machine time. ... gTime Object assigned with real machine time. double gTime::getGmtTm . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classgTime.html -- 32.1 Кб -- 28.02.2014
Похожие документы

5. About vi commands
. While not entering text you use vi in command mode and enter editing commands consisting of one or more characters. The syntax of an editing command is: operator object . The operator is a character - such as d for delete - that describes the action to be carried out on the object; a word, sentence, paragraph or section. To return to command mode from insert mode press the ESC key. If you are already in command mode the terminal will beep at you (or make some similar sound).
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/vi/commands.html -- 2.2 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>789) - comet.sai.msu.ru/ )

6. Package: panel
These routines are meant to provide high level definition and processing of command lines. ... Create a control panel object. panel_create_group . Create a panel to contain a group. panel_add_item . ... Pop last pushed control panel object from control panel stack. panel_process_command_with_stack . ... Register a function to be called when a panel item changes. panel_PROTO_decode_func . ... This routine will create a control panel object which is a container for a group of items. ... flag . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/lib/panel.html -- 12.9 Кб -- 24.12.2007
Похожие документы

7. Chapter 11. Specifying OpenGL Environment Variable Settings
Chapter 11. Specifying OpenGL Environment Variable Settings . ... Several antialiasing methods are available and you can select between them by setting the __GL_FSAA_MODE environment variable appropriately. ... To see the available values for __GL_FSAA_MODE along with their descriptions, run: nvidia-settings --query=fsaa --verbose . The __GL_FSAA_MODE environment variable uses the same integer values that are used to configure FSAA through nvidia-settings and the NV-CONTROL X extension. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-11.html -- 10.3 Кб -- 30.10.2009
Похожие документы

8. Menus (ImageJ API)
... FIELD | ... public class Menus . ... ImageJ . ... static char . ... static int . ... Returns the size (in points) used for the fonts in ImageJ menus. static java.lang.String . ... Returns a list of the plugins in the plugins menu. static java.lang.String . ... Field Detail public static final char PLUGINS_MENU . ... public static final char IMPORT_MENU . ... public static int installPlugin (java.lang.String plugin, char menuCode, java.lang.String command, java.lang.String shortcut, ImageJ ij) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/Menus.html -- 35.2 Кб -- 02.12.2010
Похожие документы

9. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm
... The Boolean object is an object wrapper for a boolean value. ... JavaScript 1.3: added toSource method . ... If value is omitted or is 0, -0, null, false, NaN , undefined, or the empty string ( "" ), the object has an initial value of false. All other values, including any object or the string "false" , create an object with an initial value of true. ... For Boolean objects and values, the built-in toString method returns the string "true" or "false" depending on the value of the boolean object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm -- 16.3 Кб -- 07.10.1999
Похожие документы

10. OFFICIAL PRESS RELEASE - S.P. KOROLEV ROCKET & SPACE CORPORATION ENERGIA
OFFICIAL PRESS RELEASE . ... The Primary Expedition 7 crew International Space Station (ISS) - Russian cosmonaut Yuri Malenchenko (ISS-7 commander, Soyuz TMA-2 commander), American astronaut Edward Lu (ISS-7 flight engineer, Soyuz TMA-2 flight engineer-1) - and European Space Agency (ESA) astronaut, Visiting Expedition 5 (VE-5) flight engineer, Soyuz TMA-2 flight engineer-2 Pedro Duquer of Spain have returned to Earth in the Descent Module (DM) of the Soyuz TMA-2 spacecraft. ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/news/news-2003/press_release_iss-16.html -- 18.0 Кб -- 10.04.2016
Похожие документы

11. Venus Returns to the Evening Sky
Astronomy Picture of the Day . Venus Returns to the Evening Sky . ... For casual skygazers, this month marks Venus' return to the evening sky as the brilliant 'star' , shining low in the west-northwest shortly after sunset. ... On June 8, 2004 , Venus crossed the Sun's disk, the first transit of Venus since 1882. Late this week Venus shares the evening sky with the young crescent Moon, and will next transit the Sun on June 6, 2012 . ... June . ... Publications with keywords: Venus - sky . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1206199 -- 14.9 Кб -- 09.06.2005
Похожие документы

12.