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

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

Показаны документы, содержащие фрагменты текста из документа
http://astro.uni-altai.ru/~aw/stellarium/api/.

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

2. Apache 2.0 Hook Functions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... In general, a hook function is one that Apache will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. ... During initialisation, the server will call each modules hook registering function, which is included in the module structure: . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/developer/hooks.html -- 13.8 Кб -- 21.01.2013
Похожие документы

3. Apache 2.0 Hook Functions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... In general, a hook function is one that Apache will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. For example, if the hook returns an int and takes a request_rec * and an int and is called do_something , then declare it like this: . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/developer/hooks.html -- 11.9 Кб -- 10.12.2010
Похожие документы

4. SYSTEM general subroutines
The following general subroutines belong to the category SYSTEM: . ... Make Ggi element sensitive to user interaction ( ggi.src ) . ... Modify the alignment of a Ggi element's label ( ggi.src ) . ... Create a Ggi button element. ( ggi.src ) . ... Create a Ggi element without built-in behaviour. ( ggi.src ) . ... Make Ggi element insensitive to user interaction ( ggi.src ) . ... Create a Ggi dialog shell element ( ggi.src ) . ... Modify a Ggi input element's user input keyword. ( ggi.src ) . ... ggi . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/dc123doc/SYSTEM_dc2subs.html -- 13.7 Кб -- 17.01.2009
Похожие документы

5. SSAU and Swiss Centre CSEM will be engaged in the creation of electronic
... In Samara State Aerospace University will establish development and manufacture of electronic and optoelectronic components for the space industry. ... SSAU held a meeting on the development of the centre of microelectronics for the aerospace industry. It was attended by the representatives of the University, the Ministry of Economic Development, Investments and Trade of Samara Region, Russian engineering company ELTEKH and the Swiss Centre for Electronics and Microtechnology CSEM 1 . ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/10951/ -- 27.2 Кб -- 20.10.2014
Похожие документы

6. MATRIX table creation
... The largest number of channel groups in a row . The largest number of channel elements in a row above threshold . Create empty output table header and structure. Create a linked list (GROUP_LIST) to store groups of contiguous elements . ... Foreach element in row . ... Else push GROUP onto GROUP_LIST, and create a new instance of the GROUP structure for the next group of contiguous elements. End element loop . ... Create a new instance of GROUP_LIST for the next row. end row loop . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/rmfgen/node25.html -- 4.6 Кб -- 09.07.2007
Похожие документы

7. DFOS tools: documentation and installation
dfos = Data Flow Operations System, the common tool set for DFO make printable . ... initialization file . ... automatic installation for dfos tools . ... tool to launch dfos cronjobs . ... T here is the template initialization .dfosrc file needed by all DFOS tools to define the standard, common environment. ... Use the top navigation bar to find the tool documentation. ... History' displays the history file with useful information about the evolution of the tool, changes and backwards compatibility. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/details1.html -- 43.0 Кб -- 01.04.2016
Похожие документы

8. APOD: 2007 December 15 - Mountains of Creation
... 2007 December 15 . Mountains of Creation . ... JPL-Caltech , NASA . ... An infrared view from the Spitzer Space Telescope , it features interstellar clouds of cold gas and dust sculpted by winds and radiation from a hot, massive star outside the picture (just above and to the right). ... Fittingly dubbed "Mountains of Creation", these interstellar clouds are about 10 times the size of the analogous Pillars of Creation in M16, made famous in a 1995 Hubble Space Telescope view. ... About APOD | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/apod/ap071215.html -- 5.3 Кб -- 21.12.2007
Похожие документы

9. OptInt PmWiki : Creating New Pages
OptInt PmWiki . ... Edit Page | Page History | ... Creating New Pages . ... 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. ... 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. ... Typing [[my new page]] will create a link to the new page. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/CreatingNewPages -- 24.7 Кб -- 28.02.2014
Похожие документы

10. Examples of creating command alias in the Korn shell
To create a simple alias: alias del='rm -i' del memo.txt rm: remove memo.txt? y . This creates the alias del for the command rm -i which prompts you for confirmation that you want to remove a file before it does so. ... To create a command alias that consists of several commands: alias what='ps -aux | ... To refer to another command alias within an alias: alias h=history alias rev='h | ... To use more than one alias on the same command line: alias root='cd /; ' alias slist='ls -l | ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/alias_ksh1.html -- 4.3 Кб -- 17.01.1997
Похожие документы

11. Release Guide: Versions, Version Tracking, etc GPI Data Pipeline 1.0
... GPI Data Pipeline 1.0 documentation . GPI Data Pipeline Developer?s Guide . ... Release Guide: Versions, Version Tracking, etc . ... Creating a New Release Version . ... This page contains working notes for making new release copies of the pipeline. ... This needs to be changed in two places. shell> vi backbone/gpi_pipeline_version.pro shell> vi documentation/conf.py shell> svn commit backbone/gpi_pipeline_version.pro documentation/conf.py -m "increased version number to XX.YY" . ... pipeline ? ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/developers/releases_and_versioning.html -- 13.2 Кб -- 14.02.2014
Похожие документы

12. ADASS 2003 Conference Proceedings
Next: Data Compression in Astronomy . ... Previous: VOTable JAVA Streaming Writer and Applications. ... Kale, S., Vijayaraman, T. M., Kembhavi, A., Krishnan, P. R., Navelkar, A., Hegde, H., Kulkarni, P., & Balaji, K. D. 2003, in ASP Conf. ... We describe a graphical visualization tool, VOPlot, which can be interfaced with data in VOTable format to form a valuable aid in scientific discovery. ... This method is inconvenient and hence the requirement of a web-based tool that can plot data online. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/P3-26/ -- 12.0 Кб -- 26.08.2004
Похожие документы

13. http://star.arm.ac.uk/~spm/software/liveice.html
... Unlike clients such as Shout and IceDJ this permits the broadcast of live audio, rather than prerecorded mp3's. LiveIce was developed after the appearance of IceCast to provide the Real Time streaming functionality which makes it a viable solution for broadcasting. It is based on the guts of 2 of my previous works - Mp3Serv, the first mp3 broadcasting system & Mp3Mixer, a toy which allows the user to 'Mix' with mp3 streams. ... LiveIce XMMS sourcecode is available here . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~spm/software/liveice.html -- 9.8 Кб -- 10.03.2000
Похожие документы

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

15. Mountains of Creation
Astronomy Picture of the Day . Mountains of Creation . ... An infrared view from the Spitzer Space Telescope , it features interstellar clouds of cold gas and dust sculpted by winds and radiation from a hot, massive star outside the picture (just above and to the right). ... Publications with keywords: star formation - dust - interstellar medium - infrared . Publications with words: star formation - dust - interstellar medium - infrared . ... A Galactic Star Forming Region in Infrared . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2005-11-11 -- 14.7 Кб -- 12.11.2005
Похожие документы

16. Formation of the Elements
.
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/2000/ph123/lec11.html -- 3.9 Кб -- 07.11.2000
Похожие документы

17. Dynamic HTML in Communicator
... This guide discusses the concept and use of Dynamic HTML, which includes style sheets, content positioning, and downloadable fonts. ... This document discusses each of the three components of Dynamic HTML, describes how to use them, and gives examples of the use of each one. ... Positioning HTML Content contains the following chapters: Chapter 7, "Introduction," introduces the concept of positioning HTML content and discusses the two kinds of syntax you can use to create positioned blocks of content...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/preface.htm -- 7.2 Кб -- 13.08.1997
Похожие документы
Еще в разделе: (Показать все результаты (>20786) - crydee.sai.msu.ru/ )

19. AstroAsciiData
... AstroAsciiData is a Python module to handle ASCII tables. ... The idea to develop this Python module emerged from the fact that ASCII tables continue to be one of the most popular and widely used data exchange formats in astronomy and probably science in general. ... To load this ASCII table, go into Python, load the AstroAsciiData module and read in the table with: . ... demo = asciidata.open('webexa.txt') . ... Users who only want to work with ASCII tables neeed no further python modules. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/PYTHONtools/astroasciidata/ -- 13.6 Кб -- 09.04.2016
Похожие документы

20. Software Maintenance Manual
... Created: 23 February 2001 . ... SOFTWARE MAINTENANCE MANUAL . ... 9 January 2001 . ... Note: in the final document, the table of contents will be to third level] . The Software Maintenance Manual describes the procedures for installation and maintenance of the software for the Gemini Near-infrared Integral Field Spectrograph (NIFS). ... Section 19.4.3 of the document “Programmatic Requirements for Gemini Instrumentation Development” states the requirements for the Software Maintenance Manual . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/nifs/manuals/man0003.htm -- 139.3 Кб -- 06.09.2001
Похожие документы
Еще в разделе: (Показать все результаты (>483) - www.mso.anu.edu.au/ )

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


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

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

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