| Documents found: 7997 (50 sites) ---- Search time: 0.02sec. |
Documents similar to
http://www.apo.nmsu.edu/Telescopes/coordConv/html/coord_sys_8h.html.
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...
[
Cached
]
Links http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/functions_enum.html -- 32.5 Kb -- 14.02.2011
Similar documents
Similar documents
More documents:
(Show all results (>5455) - www.atnf.csiro.au/ )
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 ...
[
Cached
]
Links http://astro.uni-altai.ru/~aw/stellarium/api/functions_enum.html -- 5.9 Kb -- 28.02.2014
Similar documents
Similar documents
More documents:
(Show all results (>71) - astro.uni-altai.ru/ )
3. Dubna-2004: Pfaffians and enumeration problems
... Основной задачей, которая будет обсуждаться, является подсчет укладок домино на прямоугольную доску. ... Для получения этого ответа потребуется интригующая смесь комбинаторики, топологии и линейной алгебры. ... В качестве побочной темы планируется обсудить сложность вычисления этих многочленов. ... простая задача, а вычисление перманента ? ... Знание линейной алгебры сильно упрощает понимание этого курса, но не является обязательным для понимания почти всех затрагиваемых в нем вопросов. ...
[
Cached
]
Links http://www.mccme.ru/dubna/2004/courses/vyalyi.html -- 2.9 Kb -- 21.04.2005
Similar documents
Similar documents
More documents:
(Show all results (>79) - www.mccme.ru/ )
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 ...
[
Cached
]
Links http://www.apo.nmsu.edu/Telescopes/TCC/html/basics_8h.html -- 16.3 Kb -- 14.09.2015
Similar documents
Similar documents
More documents:
(Show all results (>826) - www.apo.nmsu.edu/ )
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; } . ...
[
Cached
]
Links http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Kb -- 28.12.2007
[ Cached ] Links http://www.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Kb -- 02.10.2012
[ Cached ] Links http://jet.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Kb -- 02.10.2012
Similar documents
[ Cached ] Links http://www.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Kb -- 02.10.2012
[ Cached ] Links http://jet.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Kb -- 02.10.2012
Similar documents
More documents:
(Show all results (>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 . ...
[
Cached
]
Links http://www.mrao.cam.ac.uk/~bn204/devman/dust/dustmodel_8h.html -- 14.1 Kb -- 11.07.2008
Similar documents
Similar documents
More documents:
(Show all results (>59) - www.mrao.cam.ac.uk/ )
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 ... */ } . ...
[
Cached
]
Links http://www.sao.ru/cats/~satr/GGAD/sec-gtkarg.html -- 27.3 Kb -- 12.07.2000
Similar documents
Similar documents
More documents:
(Show all results (>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. ...
[
Text
]
Links http://www.adass.org/adass/proceedings/adass00/reprints/P1-33.pdf -- 68.0 Kb -- 29.05.2001
Similar documents
Similar documents
More documents:
(Show all results (>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 . ...
[
Cached
]
Links http://www.stsci.edu/instrument-news/handbooks/ghrs/GHRS_44.html -- 6.1 Kb -- 14.02.1996
Similar documents
Similar documents
More documents:
(Show all results (>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 ...
[
Text
]
Links http://www.ipa.nw.ru/conference/wpltn2012/registration_form.doc -- 37.5 Kb -- 20.04.2012
Similar documents
Similar documents
More documents:
(Show all results (>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. ...
[
Text
]
Links http://www.issp.ac.ru/iao/apao/2015/booklet/b02_ap15_t_en_a.pdf -- 198.4 Kb -- 09.12.2015
Similar documents
Similar documents
More documents:
(Show all results (>6) - www.issp.ac.ru/ )
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 - ускоряет операции <,>,<=,>= и =. ...
[
Cached
]
Links http://www.sai.msu.su/~megera/postgres/gist/tree/README.tree -- 4.5 Kb -- 27.02.2002
Similar documents
Similar documents
More documents:
(Show all results (>8) - www.sai.msu.su/ )
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 | ...
[
Text
]
Links http://hea-www.harvard.edu/~jcm/asc/docs/asc/func3.ps -- 117.1 Kb -- 30.08.2000
Similar documents
Similar documents
More documents:
(Show all results (>15) - hea-www.harvard.edu/ )
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*. ...
[
Cached
]
Links http://www.naic.edu/~phil/hardware/nvidia/doc/cudatoolkit_release_notes_linux.txt -- 8.7 Kb -- 08.10.2009
Similar documents
Similar documents
More documents:
(Show all results (>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. ...
[
Cached
]
Links http://hea.iki.rssi.ru/conf/hea2007/TeX/autoref/auto.tex~ -- 9.6 Kb -- 12.11.2007
Similar documents
Similar documents
More documents:
(Show all results (>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 . ...
[
Cached
]
Links http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javpkg.htm -- 4.8 Kb -- 07.10.1999
Similar documents
Similar documents
More documents:
(Show all results (>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 . ...
[
Cached
]
Links http://xmm.vilspa.esa.es/sas/5.4.1/doc/rgsproc/node3.html -- 20.3 Kb -- 10.01.2003
Similar documents
Similar documents
More documents:
(Show all results (>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: . ...
[
Text
]
Links http://www.stecf.org/conferences/adass/adassVII/reprints/pollizzij.ps.gz -- 80.8 Kb -- 12.06.2006
Similar documents
Similar documents
More documents:
(Show all results (>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. ...
[
Text
]
Links http://www.cplire.ru/rus/telemed/HL7/Catalog.pdf -- 69.5 Kb -- 10.12.2002
Similar documents
Similar documents
More documents:
(Show all results (>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 Аптекарь Рафаил Львович ( ФТИ ...
More documents:
(Show all results (>2) - www.pereplet.ru/ )