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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/sub/GgiPrompter.dc2.

1. http://www.atnf.csiro.au/computing/software/gipsy/sub/GgiPlotPrompter.dc2
Function: GgiPlotPrompter Purpose: Create a Ggi plot prompter element Category: USER-INTERFACE File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" char *filekeydir, *devkey, *message; GgiPlotPrompter(filekeydir, devkey, message); filekeydir - user input keyword for a plot file name. devkey - user input keyword for plot device name. message - message associated with call. ... When the "PLOT"-button is pressed, the prompter writes any value typed in the input field to the 'filekeydir' keyword. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/GgiPlotPrompter.dc2 -- 4.1 Кб -- 14.03.2002
Похожие документы

2. Argument association
... Fortran . Storage rules Dummy argument is a quantity in the specification of a procedure, function or subroutine. Actual argument is a quantity in the call of a procedure, function or subroutine. ... Becomes 101 END PROGRAM EXAMPLE SUBROUTINE SUB(X, Y, Z) IMPLICIT NONE REAL, INTENT(IN) :: X REAL, INTENT(INOUT) :: Y REAL, INTENT(OUT) :: Z Y = Y**2 Z = X + Y END SUBROUTINE SUB In Fortran there is really only one kind of argument usage, called argument association. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/a10.html -- 9.0 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/a10.html -- 9.0 Кб -- 17.02.1996
Похожие документы

3. Extended IDL Help
This page was created by the IDL library routine mk_html_help . ... mk_html_help . at the IDL command line prompt. ... to calculate CHIANTI line intensities and continua, to create a synthetic spectrum. ... WRITTEN : Ver.1, 7-Nov-01, Giulio Del Zanna (GDZ) and Peter Young (PRY) MODIFICATION HISTORY: V.2, 7-Nov-01, GDZ . Fixed a small bug (now the spectrum plot is always plotted within the widget), and modified the option to add continua. ... Added extended details in the ascii output spectrum. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/science/chianti/chianti_5.1/list_headers.html -- 26.9 Кб -- 15.09.2005
Похожие документы

4. Elements of Nearby Spiral M33
... Elements of Nearby Spiral M33 . ... 27.09.2001 . ... Mayall Telescope , KPNO , NOAO , NSF Explanation: Spiral galaxy M33 is a mid-sized member of our Local Group of Galaxies . M33 is also called the Triangulum Galaxy for the constellation in which it resides. ... It was taken to help separate stars from emission nebulae, and therefore help study how galaxies form stars. ... September 2001 . ... Publications with keywords: M 33 - spiral galaxy . Publications with words: M 33 - spiral galaxy . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2001-09-27 -- 14.6 Кб -- 09.10.2004
Похожие документы

5. Simon Jeffery's Software Store: TAP chemical functions
SUBROUTINE TAP_ESYMB ( IZ, SYMBOL, STATUS ) . Return the element symbol. SUBROUTINE TAP_ENAME ( IZ, NAME, STATUS ) . ... FUNCTION TAP_EMASS ( IZ ) . Return the mean atomic weight of an element. FUNCTION TAP_ZELEM ( NAME ) . ... FUNCTION TAP_AELEM ( NAME ) . ... The mean atomic weight of the element associated with the given name is ! ... The element name associated with the given atomic number is ! ... The atomic number ot element associated with the given name is ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_chemical.html -- 6.2 Кб -- 04.07.2002
Похожие документы
Еще в разделе: (Показать все результаты (>2328) - star.arm.ac.uk/ )

6. The AstroStat Slog Entropy
... Once, perhaps more, I mentioned this book in my post with the most celebrated paper by Shannon (see the posting ). ... Like many fields, Information theory has grown fast since the monumental debut paper by Shannon (1948) like the speed of astronomers observation techniques. ... Book] Elements of Information Theory? ... As if great books about probability and information theory for statisticians and engineers exist, I believe there are great statistical physics books for physicists. ... ML Theory . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/slog/groundtruth.info/AstroStat/slog/tag/entropy/index.html -- 28.0 Кб -- 01.03.2014
Похожие документы

7. Dutch Occultation Association, AstroGuide Listing
The AstroGuide . ... AstroGuide | ... AstroGuide Listing . Login . See many more Astronomy Listings by: Category or Alphabet . Here you can find freeware programs that help you calculate lunar occultations. Their main program is called "Lunar Occultation Workbench." ... Web Site . ... Web . ... Unless otherwise specified, web site content Copyright 1994-2016 John Huggins All Rights Reserved . dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . are trademarks of John Huggins ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/astroguide/ag159.html -- 12.4 Кб -- 09.04.2016
Похожие документы

8. Using UNIX System Calls and Library Functions
... To use system calls and library functions in a C program we simply call the appropriate C function (Appendix ). We have already met some system calls when dealing with low level I O - open(), creat(), read(), write() and close() are examples. ... All math functions such as sin(), cos(), sqrt() and random number generators - random(), seed(), lrand48(), drand48() etc. are standard math library functions. NOTE: most standard library functions will use system calls within them. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 02.10.2012
Похожие документы

9. Stellarium: StelModule Class Reference
Stellarium 0.12.3 . ... StelModule Class Reference abstract . ... virtual voidљ . ... Definition at line 49 of file StelModule.hpp . ... Definition at line 121 of file StelModule.hpp . ... Definition at line 113 of file StelModule.hpp . ... Definition at line 141 of file StelModule.hpp . ... Definition at line 135 of file StelModule.hpp . ... Get the version of the module, default is stellarium main version. virtual void StelModule::handleKeys . ... Definition at line 110 of file StelModule.hpp . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelModule.html -- 52.0 Кб -- 28.02.2014
Похожие документы

10. Ботинки Call It Spring - Call It Spring - Call It Spring Туфли женские.
... Цвет: разноцветный . ... Материал верха: искусственная кожа . ... Размер US: 37,5 . ... Ботинки Call It Spring. ... Бренд: DELL, Поверхность экрана: глянцевая, Разрешение экрана: 1920x1080, Производитель процессора: Intel, Серия процессора: Intel Core M, Оперативная память: 4Gb, Жесткий диск: SSD, Тип графического адаптера: Интегрированный, Серия графического процессора: Intel HD Graphics 5xxx, Предустановленная ОС: Windows 8 Professional, Цвет: черный, Графический процессор: Intel HD Graphics 5300 ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku9512.html -- 20.6 Кб -- 14.02.2016
Похожие документы

11. Emergency.html
... Site Fire . ... Medical . ... If an emergency occurs, contact the Site Operations Manager or any staff member; they know the area and services available to APO. ... APO fire protection has individual panels in each building that have a local alarm and are also monitored by an outside alarm monitoring company. ... Fire response is provided by the Sunspot Volunteer Fire Department (SVFD) through the Otero County Sheriff s Office Dispatch Center. 911 is the Emergency phone number for all emergencies. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Site/usersguide/Emergency.html -- 8.4 Кб -- 13.11.2014
Похожие документы

12. Отправлено межзвездное радиопослание "Cosmic Call 2003" - Вселенная, жизнь,
Добро пожаловать, Гость . ... Вселенная, жизнь, разум (Модераторы: ivanij , AlexAV , Nucleosome ) ? Отправлено межзвездное радиопослание "Cosmic Call 2003" . ... Гость . ... 6 июля года из Евпаторийского центра дальней космической связи (ЕЦДКС) было отправлено очередное, уже четвертое по счету, межзвездное радиопослание 'Cosmic Call 2003' к пяти окрестным (расстояние от 33 до 46 световых лет) звездам солнечного типа из созвездий Андромеда, Большая Медведица, Кассиопея, Орион и Рак. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.ru/forum/index.php/topic,2959.0.html -- 35.6 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>401) - www.astronomy.ru/ )

13. ASP: Star Science in the Autumn Sky
Once students get the hang of it, they can find and measure the brightness of Delta Cephei in a few minutes. ... of Delta Cephei . ... Oct. ... The following table lists the measurements of Delta Cephei made by one amateur astronomer in autumn 1990. ... 4.0 . ... This activity is a simplified version of one that appeared in Hands-On Astrophysics, a series of activities prepared by the American Association of Variable Star Observers with support from the National Science Foundation. << previous page | ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/32/starscience4.html -- 18.8 Кб -- 02.10.2012
Похожие документы

14. Neural network approach
... One of the widely used models of neural network is the multi-layered perceptron [6]. The model network has layers of input and output elements called neurons. ... An input vector is put on the input layer, passes through the hidden layers, and arrives at the output layer. The corresponding output vector is determined by calculation of the neuron activity level for each layer using already known values of neuron activity of the previous layers. ... Training was an iterative process. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/A-PERC/PAPER2/node3.html -- 5.6 Кб -- 19.11.2010
Похожие документы

15. Data Access Layer to Support Variable Inputs Using C
Next: (Re-)Configurable Data File Writing At UKIRT . ... We needed a layer of software that would dissociate a data column (element) from any particular file. ... The library functions sort the input files by type, locate the required elements in those files and provide access to them in a time-correlated fashion. ... This data access layer is built on the concept of a data ``element''. ... When the input data is opened, the first file of each type is searched for the elements to be accessed. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P2-63/ -- 15.0 Кб -- 11.10.2000
Похожие документы

16. The IMG (Image) Element
Permitted Context: %text . ... The <IMG> tag is used to incorporate in-line graphics (typically icons or small graphics) into an HTML document. This element is NOT intended for embedding other HTML text. ... Browsers that cannot display in-line images ignore the IMG element unless it contains the ALT attribute. ... Take values TOP or MIDDLE or BOTTOM, defining whether the top or middle or bottom of the graphic should be aligned with the baseline for the text line in which the IMG element appears. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/img.html -- 6.3 Кб -- 19.12.1996
Похожие документы

17. Amateur Telescope Makers of Boston
... More information on books, telescopes, clubs, etc. is available in the Getting Started section. ... For more information call 617-495-7461. Boston University Astronomy Department - Public telescopic observing is held every clear Wednesday night. ... Boston Museum of Science - For more information and admission prices call 617-723-2500. ... For information and admission prices call 508-929-2700. ... Springfield Telescope Makers , VT. ... Copyright (c) Amateur Telescope Makers of Boston, Inc. ...
[ Сохраненная копия ]  Ссылки http://www.atmob.org/library/resources.php -- 11.8 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>66310) - www.atmob.org/ )

18. Elements of osculating planetary orbits. Explanation for Computer Ephemeris.
. Computer Ephemeris. Elements of osculating planetary orbits. Explanations. Each row contains at 0h of Time Dynamical Terrestrial of specified date in system of mean equator and ecliptic J2000.0 the ecliptic osculating elements of heliocentric orbit: inclination of orbital plane (degrees), longitude of ascending node (degrees), argument of perigelion (degrees), semimajor axis (astronomical units), mean motion (degrees per day), eccentricity (dimensionless), mean anomaly (degrees).
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/ephem/exp/Pl0.html -- 2.0 Кб -- 16.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>94) - space.univ.kiev.ua/ )

19. Astro-Imaging ? Page 3 ? Amateur Astronomers Association of New York
... Gallery . ... Home Astro-Imaging Page 3 . ... Lecture Series 2014-2015 . ... Clear Sky Chart . This Month's Sky . ... This Month's Sky - 2015 . This Month's Sky - January 2015 . This Month's Sky - February 2015 . ... Beyond New York City . ... Observing Resources for Amateur Astronomers - Part 1: Beginning Observers . ... A History of the First Forty Years of the Amateur Astronomers Association . ... 2016 Amateur Astronomers Association of New York Designed by Press Customizr Powered by . ...
[ Сохраненная копия ]  Ссылки http://www.aaa.org/media_category/astro-imaging/page/3/ -- 116.6 Кб -- 10.04.2016
Похожие документы

20. RadioAstron Mission Element Overview
Next: RSOG Pre-Observation Products . ... Mission Elements . ... The main mission elements (ME) are: . The RSOG, based at ASC, which is responsible for the science operation of the RadioAstron Mission. ... The Main Ballistic(Navigation) Center (MBC) belonging to Lavochkin Association coordinates preparation and exchange of orbit determination and orbit reconstraction ptoducts. ... Experiment codes of five characters are used in naming GRT related files. ... RSOG . ... Corr (GTS?) ... Corr (RSOG?) ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/rameo.htm -- 14.7 Кб -- 30.08.2001
Похожие документы

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


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

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

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