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

1 | 2 | 3 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.apo.nmsu.edu/Telescopes/coordConv/html/coord_sys_8h.html.

1. casacore: Class Members - Enumerations
... Classes . ... Class Members . ... Enumerations . ... AbcissaType : casa::ImageFit1D< T > . ... ArgType : casa::TableExprNodeRep . ... ErrorField : casa::LSQFit . ... ExprType : casa::TableExprNodeRep . ... FitsArrayOption : casa::FITS . ... normType : casa::LSQFit::Real , casa::LSQFit::Separable , casa::LSQFit::AsReal , casa::LSQFit::Conjugate , casa::LSQFit::Complex . ... opCategories : casa::FuncExprData . ... Polarisation : casa::ComponentType . ... ValueType : casa::FITS , casa::TableExprNodeRep...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/functions_enum.html -- 32.5 Кб -- 14.02.2011
Похожие документы

2. Stellarium: Class Members - Enumerations
Stellarium 0.12.3 . ... Classes . ... ClassљList . ClassљIndex . ClassљHierarchy . ClassљMembers . ... Enumerations . ... DisplayFormat : AngleSpinBox . ... PrefixType : AngleSpinBox . SDateFormat : StelLocaleMgr . ... Status : Satellites . StelModuleActionName : StelModule . StelModuleSelectAction : StelModule . ... STimeFormat : StelLocaleMgr . STzFormat : StelLocaleMgr . ... Generated on Sat Aug 10 2013 17:12:46 for Stellarium by љ 1.8.3.1 ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/functions_enum.html -- 5.9 Кб -- 28.02.2014
Похожие документы

3. Dubna-2004: Pfaffians and enumeration problems
... Основной задачей, которая будет обсуждаться, является подсчет укладок домино на прямоугольную доску. ... Для получения этого ответа потребуется интригующая смесь комбинаторики, топологии и линейной алгебры. ... В качестве побочной темы планируется обсудить сложность вычисления этих многочленов. ... простая задача, а вычисление перманента ? ... Знание линейной алгебры сильно упрощает понимание этого курса, но не является обязательным для понимания почти всех затрагиваемых в нем вопросов. ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/dubna/2004/courses/vyalyi.html -- 2.9 Кб -- 21.04.2005
Похожие документы

4. lsst.tcc: include/tcc/basics.h File Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Namespaces . Classes . Files . FileљList . FileљMembers . All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Macros љ Pages . include . tcc . ... basics.h File Reference . include <cmath> . include <map> . ... enum љ . ... tcc::AxisErr_TCCBug = 8, tcc::AxisErr_BadCode = 9, tcc::AxisErr_End = 9 . ... const intљ . ... Generated on Mon Sep 14 2015 15:25:38 for lsst.tcc by љ 1.8.5 ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/basics_8h.html -- 16.3 Кб -- 14.09.2015
Похожие документы

5. Further Data Types
... Defining New Data Types . Unions . ... Static Variables . ... struct gun { char name[50]; int magazinesize; float calibre; }; struct gun arnies; . ... struct gun { char name[50]; int magazinesize; float calibre; } arnies; . ... typedef struct gun { char name[50]; int magazinesize; float calibre; } agun; agun arnies={"Uzi",30,7}; . ... stat() { int auto_var = 0; static int static_var = 0; printf( ``auto = %d, static = %d n'', auto_var, static_var); ++auto_var; ++static_var; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>15) - jet.sao.ru/ )

6. DUST: dustmodel.h File Reference
... Files . ... Go to the source code of this file. struct . dust_drudeprofs . ... dust_pahenhancements . ... dust_nmoded . ... define . RFINTEG_MAXSTEPS 100000 . ... dust_DefPAHEnh (void) . ... void dust_def_nmoded . ... References dust_nmoded::CHIP , dust_nmoded::CHOP , dust_nmoded::CHStretch , dust_nmoded::PAHTDebCCIP , dust_nmoded::PAHTDebCCOP , dust_nmoded::Sil2DT , and dust_nmoded::Sil3DT . ... References dust_pahenhancements::E62 , dust_pahenhancements::E77 , and dust_pahenhancements::E86 . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/dustmodel_8h.html -- 14.1 Кб -- 11.07.2008
Похожие документы

7. GtkArg and the Type System
... Before delving further into GtkObject , you will need more details on GTK+'s type system. ... Fundamental types are essentially the "base classes" understood by the GTK+ type system; for example, the fundamental type of any enumeration is GTK_TYPE_ENUM , and the fundamental type of any GtkObject subclass is GTK_TYPE_OBJECT . ... GtkArg arg; /* ... */ switch (GTK_FUNDAMENTAL_TYPE (arg.type)) { case GTK_TYPE_INT: printf("arg: %d\n", GTK_VALUE_INT(arg)); break; /* ... case for each type ... */ } . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/sec-gtkarg.html -- 27.3 Кб -- 12.07.2000
Похожие документы
Еще в разделе: (Показать все результаты (>24) - www.sao.ru/ )

8. http://www.adass.org/adass/proceedings/adass00/reprints/P1-33.pdf
... We have developed a format convention that allows one to specify an n-dimensional function in a FITS binary table, the FITS Embedded Function (FEF). The format allows for enumerated values, constants, and analytical functions, and arithmetic combinations of those three. ... We shall assume that if function values are requested for values of enumerated variables that fall between the enumerated grip points, the values of all enumerated columns will be interpolated linearly. ...
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass00/reprints/P1-33.pdf -- 68.0 Кб -- 29.05.2001
Похожие документы
Еще в разделе: (Показать все результаты (>18) - www.adass.org/ )

9. Properties of the First-Order Gratings
... The following table summarizes the useful wavelength range for each of the first-order gratings of GHRS. ... The following figures illustrate the resolving power as measured for each of GHRS' gratings. ... The nominal design specification for the GHRS was R = 20,000 for the first-order gratings, but in fact one can exceed a resolving power of 25,000 at virtually all wavelengths. ... Figure 8.2: - Resolving power for grating G140L. Sensitivity Functions for the First-Order Gratings . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/instrument-news/handbooks/ghrs/GHRS_44.html -- 6.1 Кб -- 14.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>1243) - www.stsci.edu/ )

10. http://www.ipa.nw.ru/conference/wpltn2012/registration_form.doc
Family name :* | First name: * | Second name: | ... Affiliation: * | Affiliation(short): * | ... Postal address: * | ... In case you are author of several papers, please enumerate them and | ... Co-authors? ... Abstract file: |Abstract file should be sent in a separate | ... to the conference address | ... Registration form You can edit registration information at any time until June 1, 2012 * Required fields ...
[ Текст ]  Ссылки http://www.ipa.nw.ru/conference/wpltn2012/registration_form.doc -- 37.5 Кб -- 20.04.2012
Похожие документы
Еще в разделе: (Показать все результаты (>3) - www.ipa.nw.ru/ )

11. http://www.issp.ac.ru/iao/apao/2015/booklet/b02_ap15_t_en_a.pdf
... In the table given at a separate sheet enumerate in growing order (from 1 to 13) the size and the mass of each object: Milky Way Galaxy, Andromeda Galaxy, Neutron star, Electron, Mercury, The first satellite "Sputnik I", Venus, Pluto, Proton, Red dwarf, Black cat, White (Polar) bear, the Sun. ... Ashulia's coordinates are 23°53.6' N, 90°19.8' E. Draw pictures explaining your solution. ... The solution has to include an artistic picture with an image of the Bengal Tigerastronomer observing the star. ...
[ Текст ]  Ссылки http://www.issp.ac.ru/iao/apao/2015/booklet/b02_ap15_t_en_a.pdf -- 198.4 Кб -- 09.12.2015
Похожие документы

12. http://www.sai.msu.su/~megera/postgres/gist/tree/README.tree
ТИПЫ Под tree понимается два типа: entree (enumerated tree) & bitree (bit tree). ... Так же возможны операции с масками: tree <* treequery treequery >* tree Последние две операции возвращают TRUE, если нода tree удовлетворяет маске treequery. ... Пример использования: Добавить узел - select entree_next(tid) from dmoz where tid <* '1.2.3.*.0' order by tid desc limit 1; ИНДЕКСЫ Тип tree поддерживает два типа индексов: B-Tree - ускоряет операции <,>,<=,>= и =. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tree/README.tree -- 4.5 Кб -- 27.02.2002
Похожие документы
Еще в разделе: (Показать все результаты (>8) - www.sai.msu.su/ )