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

1 | 2 | 3 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/UnixTransition/doc/symtable.html.

1. lsst.coordConv: coordConv::GalCoordSys Class Reference
lsst.coordConv љ unknown . ... coordConv::GalCoordSys Class Reference . ... GalCoordSys (double date=0) . ... clone (double date) const . ... taiFromDate (double date) const . ... CoordSys (std::string const &name, double date, DateTypeEnum dateType, bool isMean , bool canConvert ) . ... convertFrom (double &toDir, double &scaleChange, CoordSys const &fromCoordSys, Coord const &fromCoord, double fromDir, Site const &site, double tai=0) const . ... virtual coordConv::GalCoordSys::~GalCoordSys . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_gal_coord_sys.html -- 42.3 Кб -- 07.05.2015
Похожие документы

2. Stellarium: TelescopeClient Class Reference
Stellarium 0.12.3 . ... TelescopeClient Class Reference abstract . ... getEnglishName (void) const . ... getInfoString (const StelCore *core, const InfoStringGroup &flags) const . ... getJ2000EquatorialPos (const StelCore *core) const =0 . ... getEquinoxEquatorialPos (const StelCore *core) const . ... getJ2000GalacticPos (const StelCore *core) const . ... getSideralPosGeometric (const StelCore *core) const . ... getPositionInfoString (const StelCore *core, const InfoStringGroup &flags) const . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTelescopeClient.html -- 40.7 Кб -- 28.02.2014
Похожие документы

3. casacore: Member List
... Namespaces . Classes . Files . ... Class List . Class Index . Class Hierarchy . Class Members . This is the complete list of members for mallinfo , including all inherited members. arena . mallinfo . ... All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines . Generated on Fri Sep 3 2010 13:07:50 for casacore by 1.7.1 ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/structmallinfo-members.html -- 7.7 Кб -- 14.02.2011
Похожие документы
Еще в разделе: (Показать все результаты (>5623) - www.atnf.csiro.au/ )

4. ThresholdAdjuster (ImageJ API)
... Class . ... FIELD | ... DETAIL: FIELD | ... All Implemented Interfaces: . ... public class ThresholdAdjuster . ... Nested classes/interfaces inherited from class java.awt.Frame . ... Nested classes/interfaces inherited from class java.awt.Window . ... Nested classes/interfaces inherited from class java.awt.Container . ... Nested classes/interfaces inherited from class java.awt.Component . ... Fields inherited from class java.awt.Frame . ... Fields inherited from class java.awt.Component . ... void ....
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/frame/ThresholdAdjuster.html -- 33.6 Кб -- 02.12.2010
Похожие документы

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

6. Property index
previous next contents properties index . ... Inherited? ... inherit . ... yes . aural . ... visual . ... none | ... length> ]{1,2} | ... block-level and replaced elements . ... see individual properties . ... table' and 'inline-table' elements . ... length> <length> ? ... the value of the 'color' property . ... auto | ... positioned elements . ... table-caption' elements . ... yes, the computed value is inherited . ... all elements except non-replaced inline elements and table elements . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/propidx.html -- 60.5 Кб -- 12.05.1998
Похожие документы

7. DUST: Namespace Index
. Main Page . Namespaces . Classes . Files . Namespace List . Namespace Members . Here is a list of all documented namespaces with brief descriptions: . Dust . Generated on Thu Jul 10 13:19:51 2008 for DUST by 1.5.5
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/namespaces.html -- 2.4 Кб -- 10.07.2008
Похожие документы

8. Doug Burke's Perl/S-Lang pages: Structure examples
... S-Lang intrinsics (1) . ... Doug's Home Page . The following code and examples can be found in the Inline::SLang distribution available from CPAN . ... Source code < . ... The following example shows how you can bind the intrinsic function into a named Perl package. "define get_typeof(x) { typeof(x); }"; # both print # The S-Lang type of 'foo' is String_Type printf "The S-Lang type of 'foo' is %s\n", get_typeof("foo"); printf "The S-Lang type of 'foo' is %s\n", typeof("foo"); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_bind.html -- 8.7 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>23) - hea-www.harvard.edu/ )

9. Initializing a New Class
... Normally you do not need a base class initializer. ... GtkButton . Here is the GtkButton class initialization function, just to give you an initial sense of things; read on to learn what this code does. static void gtk_button_ class _init (GtkButtonClass * klass ) { GtkObjectClass * object_class ; GtkWidgetClass * widget_class ; GtkContainerClass *container_ class ; object_class = (GtkObjectClass*) klass ; widget_class = (GtkWidgetClass*) klass ; container_ class = (GtkContainerClass*) ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/sec-classinit.html -- 12.6 Кб -- 12.07.2000
Похожие документы
Еще в разделе: (Показать все результаты (>46) - www.sao.ru/ )

10. wiki:namespaces [SAI Virtual Observatory - Wiki]
. Trace: . start : wiki : namespaces . navigation . Main . SAI VO Projects . CAS . Web Services . TODO . AstroSearch . AstroDB . AstroKeywords . VOLinks . Our People . User Space . Sandbox . Help on Wiki search . toolbox . Index Recent changes Backlinks Login . Show pagesource Old revisions . You ve followed a link to a topic that doesn t exist yet. If permissions allow, you may create it by using the Create this page button. Back to top . SAI VO | Astronet | SAI MSU | Legal Information .
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/wiki/wiki/namespaces -- 9.5 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>110) - vo.astronet.ru/ )

11. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javobj.htm
... The type of a wrapped Java object accessed from within JavaScript code. ... Instantiating a Java object in JavaScript. The following code creates the JavaObject theString , which is an instance of the class java.lang.String : var theString = new Packages.java.lang.String("Hello, world") Because the String class is in the java package, you can also use the java synonym and omit the Packages keyword when you instantiate the class: var theString = new java.lang.String("Hello, world") Example 2. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javobj.htm -- 6.5 Кб -- 07.10.1999
Похожие документы
Еще в разделе: (Показать все результаты (>98) - www.arcetri.astro.it/ )

12. Sky Surveys
Next: Software Development Methodologies and Technologies . ... Table of Contents - Subject Index - Author Index - Search . Astronomical Data Analysis Software and Systems X . ... The Uccle Direct Astronomical Plate Archive Centre UDAPAC--A New International Facility for Inherited Observations . ... An Enhanced Data Flow Scheme to Boost Observatory Mine-ability and Archive Interoperability . ... INES: The Next Generation Astronomical Data Distribution System . ... The SuperCOSMOS Sky Surveys . ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/Surveys.html -- 6.6 Кб -- 29.05.2001
Похожие документы

13. work
Program's coordinator _ . ... Russia inherited a supermilitarisized space program; industrial enterprises and scientific organization strongly oriented to the requirements of Ministry of Defence; ground-based space infrastructure under control of military forces. ... The aim of the program: . ... Main program's directions: . evaluating perspectives of realization of existing military space projects; . substantiating variants of demilitarization of space activities in Russia Federation; . ...
[ Сохраненная копия ]  Ссылки http://www.altrs.narod.ru/En/C/En_CFile2_4.htm -- 9.8 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>5) - www.altrs.narod.ru/ )

14. Noche de Observaci†Ѓn National Astronomy and Ionosphere Center (Arecibo
NATIONAL ASTRONOMY AND IONOSPHERE CENTER . ... Astronomy . ... Noche de Observaci†Ѓn . Kick-Off Ceremony of the Arecibo Observatory 50th Anniversary . ... If you change the setting, it will apply to this article. ... Inherited €аmeans that the permissions from global configuration, parent group and category will be used. Denied €аmeans that no matter what the global configuration, parent group or category settings are, the group being edited cannot take this action on this article. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/general/index.php?option=com_content&view=article&id=252:noche&catid=105&Itemid=640 -- 16.0 Кб -- 13.04.2016
Похожие документы

15. Changing your environment: C and TC shells
At login the C (and TC shell) reads initialisation files in your home directory . First it reads the file .cshrc ( .tcshrc for TC shell) followed by the file .login . In addition to environmental variables, both these shells have a number of local shell variables which are not exported to the environment. When another shell is created to run a program, it only reads the .cshrc ( .tcshrc ) file, but it inherits any environment variables that were set up at login. more .. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/environment/env3b.html -- 2.5 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>3) - comet.sai.msu.ru/ )

16. Celestron 8 2000MM F10 - an Astronomy Net Celestron Forum Message
Celestron Forum Message . Forums: . ... Post . ... Celestron 8 2000MM F10 . ... Post Message | ... Posted by Todd L Warner on October 20, 2004 00:22:12 UTC . ... I've recently inherited an old 15 yrs+ or so, Celestron 8. ... It's a Celestron 8 2000MM F10 aper 8in elf80in that's all I have from the scope. ... www.astronomy.net . About Astronomy Net | ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/celestron/messages/382.shtml -- 13.7 Кб -- 09.04.2016
Похожие документы

17. Zen: GiST Concurrency Recovery
... GiST . ... GiST is now concurrent and have recovery support ! The gist of our work is that all GiST based extensions, such as tsearch2, ltree, intarray, PosGIS automatically inherit concurrency and recovery support after upgrading of PostgreSQL software and thereby provides applications an industrial strength. ... However, current GiST implementation (as of 8.0.3) still doesn't support concurrent access, transactional isolation or recovery, which PostgreSQL provides for B-tree access method. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/GiST_Concurrency_Recovery -- 13.1 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>39) - www.sai.msu.su/ )

18. Further Threads Programming:Thread Attributes (POSIX)
... Attributes . Initializing Thread Attributes . ... Thread Stack Size . ... include <pthread.h> pthread_attr_t tattr; pthread_t tid; void *start_routine; void arg int ret; /* initialized with default attributes */ ret = pthread_attr_init(&tattr); /* call an appropriate functions to alter a default value */ ret = pthread_attr_*(&tattr,SOME_ATRIBUTE_VALUE_PARAMETER); /* create the thread */ ret = pthread_create(&tid, &tattr, start_routine, arg); . ... thread . ... stack size. priority New thread . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node30.html -- 29.4 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node30.html -- 29.4 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node30.html -- 29.4 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>16) - jet.sao.ru/ )

19. Forget-Me-Not - Slide Show
... Slide show: how to use Forget-Me-Not ? ... List of pages . View text page . ... Search system . Unique search . ... The main window (Fig. 1) has the program logo and the list of available archives (boxes). ... How the Leopard Changed Its Spots.box . ... Every chapter of the book is linked to the list of pages (documents) in the text form. ... For example, a fragment of one of the pages (Fig. 8) close by content to the aim of the search is taken as that input information for the request in Fig. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/InformChaosLab/products/slideshow.html -- 43.0 Кб -- 19.05.1999
Похожие документы
Еще в разделе: (Показать все результаты (>7) - www.cplire.ru/ )

20. AB structure
... The first column has the name of the qualifier. ... name of AB (inherited from first raw file, with grouping tag read from <instr>_organisation.h) . ... root name of products (inherited from first raw file and grouping tag read from <instr>_organisation.h) . ... name and value of non-default parameter(s) required to execute the recipe (set by createAB; read from <instr>_association.h) . ... name of waitfor(s) for this AB (relevant for DRS=CON only; set by createAB; read from <instr>_association.h) ....
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/AB_structure.html -- 18.0 Кб -- 26.11.2014
Похожие документы
Еще в разделе: (Показать все результаты (>29) - www.eso.org/ )

1 | 2 | 3 | След.


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

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

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