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

1 | 2 | 3 | 4 | 5 | 6 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.jsc.nasa.gov/Bios/htmlbios/turin.html.

1. Converting the XPA API to 2.0
This document describes tips for converting from xpa 1.0 (Xt-based xpa) to xpa 2.0 (socket-based xpa). ... The changes are straight-forward and almost can be done automatically (we used editor macros for most of the conversion). ... Also change first 2 arguments from XtPointer to void *. ... Change NewXPACommand() to XPAcmdNew(), with the new calling sequence: xpa = NewXPACommand(toplevel, NULL, prefix, NULL); is changed to: xpa = XPACmdNew(xclass, name); . ... Go to XPA Help Index ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/convert.html -- 4.9 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/convert.html -- 4.9 Кб -- 01.10.2012
Похожие документы

2. Upgrading to 2.2 from 2.0 - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 . ... In order to assist folks upgrading, we maintain a document describing information critical to existing Apache users. ... This document describes only the changes from 2.0 to 2.2. ... Your existing version 2.0 config files and startup scripts can usually be used unchanged in version 2.2. ... Many third-party modules designed for version 2.0 will work unchanged with the Apache HTTP Server version 2.2. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/en/upgrading.html -- 12.7 Кб -- 21.01.2013
Похожие документы

3. When Do UV Variables Change?
... A uv variable can change its value in any part of the uv variable stream. So it can change its value after each call to uvread , uvnext or uvscan . The uv routines which need to know if a uv variable has changed ( uvprobvr , uvcopyvr and uvupdated ) normally (i.e. by default) work on whether the particular variable(s) of interest has changed since the last ``mark'' in the uv stream. ... The uvmark routine provides greater control at marking the position in the stream. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/progguide/node25.html -- 4.1 Кб -- 05.02.2013
Похожие документы

4. IJEventListener (ImageJ API)
... Class . ... PREV CLASS NEXT CLASS . FRAMES NO FRAMES All Classes . ... FIELD | ... METHOD . DETAIL: FIELD | ... public interface IJEventListener . ... Field Summary . static int . ... Field Detail static final int FOREGROUND_COLOR_CHANGED . ... Constant Field Values . static final int BACKGROUND_COLOR_CHANGED . ... static final int COLOR_PICKER_CLOSED . ... static final int LOG_WINDOW_CLOSED . ... static final int TOOL_CHANGED . ... Method Detail void eventOccurred (int eventID) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/IJEventListener.html -- 12.6 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>332) - www.astro.louisville.edu/ )

5. Phil Plait's Bad Astronomy: Misconceptions
... Bad Astronomy . ... I think I will break from my usual format of Bad Astronomy/ Good Astronomy by saying that the way we define seasons currently is not strictly bad, but I feel (in my opinion!) that it could be better. The definition of when the seasons begin is at the moment of solstice or equinox; that is, winter (in the north) starts on December 22 nd and summer starts on June 22 nd . ... Now imagine breaking up the Sun's 46 degree up-and-down yearly swing into 1 day intervals. ...
[ Сохраненная копия ]  Ссылки http://www.badastronomy.com/bad/misc/badseasons.html -- 24.7 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>185) - www.badastronomy.com/ )

6. Redirecting standard input and output
. Unix considers any device attached to the system to be a file. And that includes your terminal! . By default, a command treats your terminal as the standard input file from which to read in information. Your terminal is also treated as the standard output file to which information is sent from the command. This action can be changed by redirecting standard input and standard output from and to any other file. Redirecting standard input . Redirecting standard output . Appending standard output to a file .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/cmd3.html -- 2.2 Кб -- 17.01.1997
Похожие документы

7. LWN: Driver porting: miscellaneous changes
... This article is part of the LWN Porting Drivers to 2.6 series . This article serves as a sort of final resting place for various small changes in the kernel programming API which do not fit elsewhere. The kdev_t type has been removed from the kernel; everything which works with device numbers should now use the dev_t type. ... Consider using these while fixing your code; the next time the type of i_rdev changes, you will be happier. ... Driver porting: miscellaneous changes, designated inits . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/22196.html -- 16.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/22196.html -- 16.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/22196.html -- 16.0 Кб -- 02.10.2012
Похожие документы

8. Apache module mod_mmap_static
This module provides mmap()ing of a statically configured list of frequently requested but not changed files. Status: Experimental . ... Compatibility: Available in Apache 1.3 and later. ... You can easily create a broken site using this module, read this document carefully. mod_mmap_static maps a list of statically configured files (via MMapFile directives in the main server configuration) into memory through the system call mmap() . ... Context: server-config . ... Module: mod_mmap_static . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_mmap_static.html -- 6.6 Кб -- 01.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>116) - neptun.sai.msu.ru/ )

10. ASP: An Ancient Universe - Changes in the Universe
An Ancient Universe: How Astronomers Know the Vast Scale of Cosmic Time . THE CHANGING UNIVERSE: EVOLUTION HAPPENS! . c) Changes in the Universe . ... In a universe that is not evolving, we should see as many of these hyper-active galaxy cores in each period of cosmic history. ... An Ancient Universe - Table of Contents . ... The Ancient Universe - The Age of the Expanding Universe - The Age of the Oldest Stars - The Age of Light From Distant Galaxies - The Age of the Chemical Elements | ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/56/changing3.html -- 9.3 Кб -- 02.10.2012
Похожие документы

11. http://www.astro-soc.odessa.ua/
... Astronomical Observatory, Shevchenko Park, Odessa, 65014, . ... The XVI -th G. Gamow's Odessa Astronomical Summer Соnference-School, 14-20 August, 2016, Odessa, Ukraine . ... The XV -th G. Gamow's Odessa Astronomical Summer Соnference-School, 16-23 August, 2015, Odessa, Ukraine . ... The XIV -th G. Gamow's Odessa Astronomical Summer Соnference-School, 17-23 August, 2014, Odessa, Ukraine . ... The XIII -th G. Gamow's Odessa Astronomical Summer Соnference-School, 19-25 August, 2013, Odessa, Ukraine . ...
[ Сохраненная копия ]  Ссылки http://www.astro-soc.odessa.ua/ -- 16.6 Кб -- 15.03.2016
Похожие документы
Еще в разделе: (Показать все результаты (>11) - www.astro-soc.odessa.ua/ )

12. Appendix B: Changes from CSS1
... B.1 New functionality . ... B.3 Semantic changes from CSS1 . ... CSS2 builds on CSS1 and all valid CSS1 style sheets are valid CSS2 style sheets. The changes between the CSS1 specification (see [CSS1] ) and this specification fall into three groups: new functionality, updated descriptions of CSS1 functionality, and changes to CSS1. ... Several internationalization features, including list numbering styles , support for bidirectional text , and support for language-sensitive quotation marks . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/changes.html -- 9.0 Кб -- 12.05.1998
Похожие документы

13. Electronic version of Russian Bulletin
... Corresponding authors will receive an e-mail with a PDF file of paged proof for checking and correction. The file can be read and edited using Adobe Acrobat Reader (version 9 and higher) which can be free downloaded via the Internet ( http://get.adobe.c om/reader/ ). ... You can use text correction tools to make corrections (after selecting the necessary text fragment). ... For users of Adobe Reader 9: . ... to insert text without replacing the existing text, use the "Insert text at cursor" tool. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/Science/Public/Bulletin/author_rules/electronic.html -- 8.9 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/Science/Public/Bulletin/author_rules/electronic.html -- 8.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>116) - mavr.sao.ru/ )

14. Recent changes in Earth's albedo and its implications for climate change
. Sitemap . Contact . Search . Armagh Observatory, College Hill, Armagh BT61 9DG, +44 (0)28 3752 2928 . by . Enric Pall . Big Bear Solar Observatory . A colloquium presented at Armagh Observatory on 2006 February 1st. The slides from this presentation are available in the following formats. HTML in your browser . PDF file - 14MB . Quicktime movie - 9MB . Macromedia Flash - 9.7MB . MS Powerpoint - 12MB . Last Revised: 2009 December 17th .
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/slides/epb/ -- 4.5 Кб -- 17.12.2009
Похожие документы

15. coordConv Version History
Added a software license (BSD-3 in doc/license.txt) and changed readMe.txt to ReadMe.md. ... Changed default date of ICRSCoordSys and GalCoordSys from 2000 to 0 (current date). ... Bug fix: AppGeoCoordSys date was not being reliably updated by setCurrTAI. Added documentation files doc/index.html, doc/versionHistory.html and readMe.txt and updated doc/main.dox accordingly. ... Updated documentation to make Doxygen happy. Added a separate version.py file. First version with version history. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/versionHistory.html -- 5.7 Кб -- 04.06.2015
Похожие документы

16. Hartmann Bel Baby Changing Mats Впитывающие пеленки 60х60 см 10 шт. - Hartmann
... title=' Hartmann Bel Baby Changing Mats Впитывающие пеленки 60х60 см 10 шт. Hartmann - HartmannBel Baby Changing Mats Впитывающие пеленки 60х60 см 10 шт.' border='0' align='left' width='120' style='margin-right: 20px;' hspace='7' vspace='5'/> Детские впитывающие пеленки Hartmann Bel Baby Changing Mats используются для дополнительной защиты постельного белья, обеспечивая максимальную степень впитываемости. ... Надежную защиту от протекания также обеспечивает непромокаемый внешний слой пеленки. ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku2598.html -- 18.3 Кб -- 14.02.2016
Похожие документы
Еще в разделе: (Показать все результаты (>89) - astrokuban.info/ )

17. Global change [Oulu]
spaceweb@oulu.fi - last update: 14 January 1999, 0950 UT (RR) . Term 'global change' is used to describe the changes of the large scale weather systems on Earth , and especially the surface temperature increase, by man-made increase of atmospheric CO 2 . ... It is the last point that is of importance for space physics, since it is possible that also the changes in Sun 's activity could be causing some changes in terrestrial climate. ... Space Physics Text Book of Oulu ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/SPPHTEXT/global_change.html -- 5.4 Кб -- 21.12.2007
Похожие документы

18. How has Mars changed over billions of years? | Astronotes
... Any water on Mars is locked up in the ice caps. ... The most recent successful mission to Mars is the Mars Science Laboratory better known as the Curiosity rover. ... CuriosityтАЩs primary role is to search for conditions that may have once been able to harbour any sort of bacterial life concealed beneath the Martian surface. ... Using what we know about life on Earth, where there is water, there is life, signs of water may help us understand what Mars was like billions of years ago. €а . ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/how-has-mars-changed-over-billions-of-years.html -- 67.3 Кб -- 09.04.2016
Похожие документы

19. Mysterious Changing feature on Titan
... Mysterious Changing feature on Titan . ... 15.10.2014 . ... Credit Copyright: Cassini Radar Mapper , ASU , JPL , ESA , NASA Explanation: What is that changing object in a cold hydrocarbon sea of Titan? Radar images from the robotic Cassini spacecraft orbiting Saturn have been recording the surface of the cloud-engulfed moon Titan for years. ... Subsequent observations in 2014 found the object remained -- but had changed! ... Publications with keywords: Titan . Publications with words: Titan . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1323339 -- 15.1 Кб -- 16.10.2014
Похожие документы

20. Circular polarization: change of sign
Next: Scattering properties Up: Polarization properties (transmitted radiation) Previous: Linear polarization: wavelength dependence . Traditionally, the main problem considered in connection with circular interstellar polarization is the meaning of the wavelength where changes the sign . ... This is also demonstrated by Fig. 19 (lower panel) which shows the wavelength dependence of the factors of linear and circular polarization for particles of magnetite as was done by Shapiro ([ 1975 ]). ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/8-GLIB/ASTNOTES/node8.html -- 13.2 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>121) - www.astro.spbu.ru/ )

1 | 2 | 3 | 4 | 5 | 6 | След.


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

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

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