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

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

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

1. casacore: casa::OrderedMapIterRep< key, value > Class Template Reference
... casa::OrderedMapIterRep< key, value > . ... template<class key, class value> . ... References casa::OrderedMapIterRep< key, value >::container . ... const key& casa::OrderedMapIterRep < key, value >::getKey . ... References casa::MapIterRep< key, value >::container() , casa::OrderedMapIterRep< key, value >::isValid() , and casa::OrderedMapIterRep< key, value >::throwInvalidIter() . ... References casa::OrderedMapIterRep< key, value >::CurIndex , and casa::OrderedMapIterRep< key, value >::getVal() . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1OrderedMapIterRep.html -- 38.4 Кб -- 14.02.2011
Похожие документы

2. A module containing some useful type definitions
. XMM-Newton Science Analysis System . ssclib (ssclib-3.29) [xmmsas_20060628_1801-7.0.0] . Meta Index / Home Page . Module name: geometric_types . Author: Ian Stewart (University of Leicester, ims@star.le.ac.uk) . The module defines the following types: . type, public :: Point2dT real(single) :: x, y end type type, public :: Point2dDbleT real(double) :: x, y end type . XMM-Newton SOC/SSC -- 2006-06-28
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/doc/ssclib/node123.html -- 3.6 Кб -- 28.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>5815) - xmm.vilspa.esa.es/ )

3. Stellarium: StelQGLViewport Class Reference
... Classes . ... StelQGLViewport Class Reference . ... Definition at line 84 of file StelQGLViewport.hpp . ... Definition at line 132 of file StelQGLViewport.hpp . ... Definition at line 337 of file StelQGLViewport.hpp . ... Definition at line 351 of file StelQGLViewport.hpp . ... Definition at line 304 of file StelQGLViewport.hpp . ... Definition at line 359 of file StelQGLViewport.hpp . ... Definition at line 247 of file StelQGLViewport.hpp . ... Definition at line 148 of file StelQGLViewport.hpp . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelQGLViewport.html -- 32.8 Кб -- 28.02.2014
Похожие документы

4. Basic definitions [Oulu]
spaceweb@oulu.fi - last update: 1 July 1998, 1200 UT (RR) . ... Relates the wave number k to the wave frequency. ... From the equation of motion , m d v /dt = q( v x B ) one can calculate that, in a presence of magnetic field B , a charged particle is accelerated in direction perpendicular to both v (perp) and B . ... The angle a between magnetic field B and velocity vector of a charged particle, v ., i.e., sin a = v(perp) / v(total), where v(perp) refers to the velocity component perpendicular to B . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/SPPHTEXT/basics.html -- 6.8 Кб -- 21.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>314) - www.iki.rssi.ru/ )

5. Actor Prolog. Programming language definition.
... Конструктор (constructor) - утверждение о существовании экземпляра класса или резидента ; в результате доказательства конструкторов происходит построение новых экземпляров классов и резидентов . Различаются конструкторы миров (а именно простые конструкторы и конструкторы процессов ) и конструкторы резидентов . Конструктор мира (constructor of world) - простой конструктор или конструктор процесса . ... Доказательство конструктора процесса приводит к созданию нового процесса . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/alt/02030138.html -- 4.8 Кб -- 24.09.2007
Похожие документы

6. Dynamic HTML in Communicator
... Font enhancements in Communicator include the ability to incorporate downloadable fonts into your web documents. ... The fonts are contained in a font definition file that reside on the host web server with the HTML document. ... Before you can create font definition files, make sure the fonts you wish to use in your web document are installed on your system. ... FONT> </P> . ... For more information about dynamic fonts, see: http://home.netscape.com/comprod/products/communicator/fonts/index.html . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/webfont1.htm -- 11.8 Кб -- 13.08.1997
Похожие документы

7. lsst.tcc: tcc::Obj Class Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Classes . ... tcc::Obj Class Reference . ... Definition at line 40 of file obj.h . ... Definition at line 124 of file obj.h . ... Definition at line 138 of file obj.h . ... Definition at line 110 of file obj.h . ... Definition at line 106 of file obj.h . ... Definition at line 107 of file obj.h . ... Definition at line 108 of file obj.h . ... Definition at line 112 of file obj.h . ... Definition at line 111 of file obj.h . ... Definition at line 102 of file obj.h . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/classtcc_1_1_obj.html -- 50.3 Кб -- 14.09.2015
Похожие документы

8. Python: module shelve
shelve . ... usr/local/Python-2.5/lib/python2.5/shelve.py . Module Docs . ... A "shelf" is a persistent, dictionary-like object. ... with dbm databases is that the values (not the keys!) in a shelf can . ... This includes most class instances, recursive data . ... init__ (self, dict, protocol =None , writeback =False ) . ... get (self, key, default =None ) . has_key (self, key) . keys (self) . ... second level definitions support higher levels . ... setdefault (self, key, default =None ) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/shelve.html -- 24.1 Кб -- 05.11.2015
Похожие документы

9. Astronauts
The nasa.gov site requires that JavaScripts be enabled in your browser. ... Contact NASA . ... The following are astronauts who are employed at NASA. Astronaut assignments and category definitions (e.g., "active" astronauts, "management" astronauts) are contained in a separate Flight Operations Directorate (FOD) policy letter. Astronaut . ... Acaba, Joseph M. 2004 . ... Aunon, Serena M. 2009 . ... Barratt, Michael R. 2000 . ... Burbank, Daniel C. 1996 . ... Cassada, Josh A. 2013 . ... 1998 . ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/astrobio.html -- 50.7 Кб -- 07.04.2016
Похожие документы

10. OptInt PmWiki : PmWiki / I18n Variables
OptInt PmWiki : Pm Wiki / I18n Variables . ... This page describes the variables used by PmWiki for Internationalizations (i18n). ... An array which contains the PageNames where you can find lists (trails) of pages containing variable definitions. ... An array (hash) which contains pairs of language identifiers and translation hashes. ... Thus, it is essentially a multi-lingual dictionary used for phrase translation. ... An array that contains the names of the currently active language definitions. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/I18nVariables?action=print -- 10.1 Кб -- 01.03.2014
Похожие документы
Еще в разделе: (Показать все результаты (>770) - www.mrao.cam.ac.uk/ )

11. API Help (ImageJ API)
... This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows. The Overview page is the front page of this API document and provides a list of all packages with a summary for each. ... Each package has a page that contains a list of its classes and interfaces, with a summary for each. ... Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions: . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/help-doc.html -- 10.5 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>506) - www.astro.louisville.edu/ )

12. Definitions of terms used to describe Apache directives
Each Apache configuration directive is described using a common format that looks like this: . ... This indicates the format of the directive as it would appear in a configuration file. This syntax is extremely directive-specific, and is described in detail in the directive's definition. ... If the directive has a default value ( i.e. , if you omit it from your configuration entirely, the Apache Web server will behave as though you set it to a particular value), it is described here. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/directive-dict.html -- 13.1 Кб -- 15.10.2001
Похожие документы

13. HTML Tag Reference
Contents] [Previous] [Next] [Alphabetical Tag List] [Index] . ... The file lists.htm shows this example in action in a separate window. The DL tag encloses a definition list. ... The following example defines six HTML terms. ... DD>This tag displays a definition list in the HTML document. ... The DT tag specifies a term in a definition list. ... The default numbering style is determined by the browser, but you can use the tag's TYPE attributes to change the numbering sequence and numbering style. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/tags5.htm -- 20.5 Кб -- 28.01.1998
Похожие документы

14. ASP: A Good Definition of the Word "Planet": Mission Impossible?
... Indeed, one alteration of orbits can be the outright ejection of a planet. When several big planets are orbiting a star under each other's influence, the system is inherently unstable. ... We know of no good reason why the smallest objects with fusion should have the same mass as the smallest objects that can form by themselves. ... 6) Mission Definition . ... I don't think this mission is impossible, and will suggest a definition in a future article in Mercury. ... Good luck! . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/59/planetdefine4.html -- 10.2 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>288) - www.astrosociety.org/ )

15. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/source/STARTUP/HEAP.INC
... size of segment start dw ? ... far pointer to previous _heap_seg_desc _heap_seg_desc ends ; ; _heap_seg_desc.flags bit offsets ; _HEAP_MODIFY equ 01h ; heap segment size can be modified _HEAP_FREE equ 02h ; heap segment may be freed up to OS _HEAP_NEAR equ 04h ; heap segment is part of the near heap _HEAP_BASED equ 08h ; heap segment is part of the based heap ; ; --- Heap Linked List Descriptor --- ; ; [***NOTE*** Some heap routines make assumptions about the layout of the ; heap list descriptor. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/source/STARTUP/HEAP.INC -- 3.9 Кб -- 06.03.2001
Похожие документы

16. http://www.sai.msu.su/gcvs/gcvs/nl75/IBVS2.STY
and 42 % 27-11-1999 Andr\'as Holl % 2.31: 02-05-2001 % % Konkoly Observatory, Budapest, Hungary % Use the following documentstyle definition : % \documentstyle[twoside, ibvs2, epsf]{article} % or % \documentstyle[twoside]{article} % \input ibvs2.sty % \input epsf.sty % epsf is only needed for figures % IBVS.STY screen message \ typeout {} \ typeout {IBVS.STY Ver. 2.31 - 02-05-2001 } \ typeout {Information Bulletin on Variable Stars - Konkoly Observatory} \ ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/gcvs/gcvs/nl75/IBVS2.STY -- 8.5 Кб -- 29.06.2001
Похожие документы
Еще в разделе: (Показать все результаты (>41) - sai.msu.ru/ )

17. API Help
Package . Class . ... This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows. Each package has a page that contains a list of its classes and interfaces, with a summary for each. ... Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions: . ... These links take you to the next or previous class, interface, package, or related page. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~pgrosbol/fits_java/docs/help-doc.html -- 9.3 Кб -- 16.05.2008
Похожие документы

18. Database of Optical Properties -- Level: subpage
This page will contain definitions (and basic references) of the following parameters: . cross-sections C ext , C sca , C abs , C bk ; . efficiencies Q ext , Q sca , Q abs , Q bk ; . ... TE/TM mode definitions for arbitrary shapes. Note that some parameters are defined in a quite different (specific) manner than for spherical scatterers, and some definitions in the book of Mishchenko et al. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/ilin2/DOP-old/2-11.html -- 2.3 Кб -- 19.11.2010
Похожие документы

19. http://www.adass.org/adass/proceedings/adass03/reprints/P2-4.pdf
... 314, 2004 F. Ochsenbein, M. Al len, and D. Egret, eds. Chandra FITS Dictionary S. Winkelman, A. Rots, K. Michaud, S. Blecksmith Chandra X-Ray Center/Smithsonian Astrophysical Observatory Abstract. ... We have collected the complete body of FITS keywords, as used in Chandra data products, into a dictionary database that provides easy access to their use and meaning. ... A list of filetypes using the keyword is also returned. ... A filetype is composed of one or more Header-Data Units (HDU). ...
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass03/reprints/P2-4.pdf -- 151.3 Кб -- 27.08.2004
Похожие документы

20. http://www.wdcb.ru/stp/data/mod_I_P/readme.txt
... Tte tables of ionosphere and plasmasphere parameters are contained in a file param.tbl. ... Latitude Longitude Numbers of tables for (degree) (degree) Month Wm=10 Wm=100 Wm= 150 80 30 March 1 - 3 397-399 793-795 80 150 March 4 - 6 400-402 796-798 80 270 March 7 - 9 403-405 799-801 60 30 March 10 - 12 406-408 802-804 60 150 March 13 - 15 409-411 805-807 60 270 March 16 - 18 412-414 808-810 40 30 March 19 - 21 415-417 811-813 40 150 March 22 - 24 418-420 814-816 40 270 ...
[ Сохраненная копия ]  Ссылки http://www.wdcb.ru/stp/data/mod_I_P/readme.txt -- 21.9 Кб -- 18.01.2010
Похожие документы

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


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

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

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