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

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

13. http://hea-www.harvard.edu/~jcm/asc/docs/asc/func3.ps
FITS Embedded Function Speci cation ASC-FITS-FUNCTION-1.2 SDS-11.2  Arnold Rots and Jonathan McDowell 2000-08-30 Contents 1 Introduction 2 2 De nitions 2 3 FTYPE 3 4 FUNCTION Speci cation 6 5 VTYPE 8 6 WTYPE 9 7 Example 9  $Id: func3.tex,v 1.2 2000/08/30 18:21:09 arots Exp arots $ 1 ASC FITS Embedded Function Speci cation 2 1 Introduction This document de nes the FITS FUNCTION binary table syntax. ... This is the \constant column". ... This is the \virtual function column". ... AXAF FITS File | ...
[ Текст ]  Ссылки http://hea-www.harvard.edu/~jcm/asc/docs/asc/func3.ps -- 117.1 Кб -- 30.08.2000
Похожие документы

14. http://www.naic.edu/~phil/hardware/nvidia/doc/cudatoolkit_release_notes_linux.txt
NVIDIA CUDA Linux Release Notes Version 2.3 -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- On some Linux releases, due to a GRUB bug in the handling of upper memory and a default vmalloc too small on 32-bit systems, it may be necessary ... This will be improved in a future compiler release. o OpenGL interoperability - OpenGL cannot access a buffer that is currently *mapped*. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/cudatoolkit_release_notes_linux.txt -- 8.7 Кб -- 08.10.2009
Похожие документы
Еще в разделе: (Показать все результаты (>17) - www.naic.edu/ )

15. http://hea.iki.rssi.ru/conf/hea2007/TeX/autoref/auto.tex~
documentclass[12pt]{article} \textwidth 16cm \textheight 23.5cm \arrayrulewidth 0.01cm \voffset=- 2cm \hoffset=-1.5cm \usepackage{cyr} \usepackage{mathliter} \renewcommand{\sfdefault}{magazine} \usepackage{epsf} \usepackage{pstricks} \begin{document} %\oneandhalfspace \begin{titlepage} {\sf \begin{centering} \ vspace {2.5cm} {\ hfill На правах рукописи} \ vspace { 2cm } \centerline{\large\bf Ревнивцев Михаил Геннадьевич} \ ... Gilfanov M.,{\bf Revnivtsev M.}, Sunyaev R. SAX J1808.4--3658. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/TeX/autoref/auto.tex~ -- 9.6 Кб -- 12.11.2007
Похожие документы
Еще в разделе: (Показать все результаты (>4) - hea.iki.rssi.ru/ )

16. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javpkg.htm
... A JavaScript reference to a Java package. ... JavaPackage where JavaPackage is the name of the object's Java package. If the package is in the java , netscape , or sun packages, the Packages keyword is optional. ... For example, the netscape package contains the package netscape.javascript ; the netscape.javascript package contains the classes JSObject and JSException. ... A JavaClass object is a reference to one of the classes in a package, such as netscape.javascript.JSObject . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javpkg.htm -- 4.8 Кб -- 07.10.1999
Похожие документы
Еще в разделе: (Показать все результаты (>16) - www.arcetri.astro.it/ )

17. Description
... The combined event list takes from the intermediate event lists all of the events (combined into a single table), the collections of CCD-specific exposure tables and Good Time Interval (GTI) tables, and the collections of node-specific bad pixel tables and rejectable pixel tables. Name collisions among tables copied in from the intermediate event lists are avoided by placing the corresponding CCD number at the eighth character of the extension name. ... table : EVENTS -- evlistcomb . ... int32 . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/rgsproc/node3.html -- 20.3 Кб -- 10.01.2003
Похожие документы
Еще в разделе: (Показать все результаты (>56) - xmm.vilspa.esa.es/ )

18. http://www.stecf.org/conferences/adass/adassVII/reprints/pollizzij.ps.gz
... A Queriable Repository for HST Telemetry Data, a Case Study in using Data Warehousing for Science and Engineering Joseph A. Pollizzi, III and Karen Lezon Space Telescope Science Institute, 3700 San Martin Drive, Baltimore, MD 21218, Email: pollizzi@stsci.edu Abstract. ... In using a Star index, the designer starts by designing a few number of fact tables. ... Resulting Fact Tables Applying this strategy to the HST telemetry problem produced the following Fact Tables: . ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/pollizzij.ps.gz -- 80.8 Кб -- 12.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>3) - www.stecf.org/ )

19. http://www.cplire.ru/rus/telemed/HL7/Catalog.pdf
... It addresses: · · · · · · general description of document contents the macro structure of each document what parts, if any, are normative file formats for electronic publishing maintenance methodology (listed by section of the document) inter-document dependencies. ... Message Inf ormation Model a) General Introduction Maintenance method: formatted section. b) Graphical Representation Maintenance method: structured section. c) Literary Representation Maintenance method: structured section. ...
[ Текст ]  Ссылки http://www.cplire.ru/rus/telemed/HL7/Catalog.pdf -- 69.5 Кб -- 10.12.2002
Похожие документы
Еще в разделе: (Показать все результаты (>7) - www.cplire.ru/ )

20. http://www.pereplet.ru/portfel/g.txt
... 24-26 (2 ночи)\\ Трушкин Сергей А. 23-28 (27,28 может оплатить сам)\\ Холин Сергей Александрович 24-26\\ [-3mm] \\ \\ \ end { tabular } *~для уезжающих вечером 26 декабря гостиница бронируется до 10 вечера\\ %========================================================================== \clearpage \centerline{ ПРОХОД В ИКИ РАН } \vspace{6mm} \ begin {enumerate} \ item Аксенов Алексей Г. (ИТЭФ, alexei.aksenov@itep.ru) \ item Аптекарь Рафаил Львович ( ФТИ ...
[ Сохраненная копия ]  Ссылки http://www.pereplet.ru/portfel/g.txt -- 38.5 Кб -- 18.11.2014
Похожие документы
Еще в разделе: (Показать все результаты (>2) - www.pereplet.ru/ )

1 | 2 | 3 | След.


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

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

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