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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1AipsrcVector__String_3_01String_01_4.html.

1. casacore: casa::AipsrcVector_Bool< Bool > Class Template Reference
... Classes . ... casa . casa::AipsrcVector_Bool< Bool > . ... find ( Vector < Bool > &value, const String &keyword) . ... static Bool casa::AipsrcVector_Bool< Bool >::find . ... static const Vector < Bool >& casa::AipsrcVector_Bool< Bool >::get . ... static uInt casa::AipsrcVector_Bool< Bool >::registerRC . ... static void casa::AipsrcVector_Bool< Bool >::save . ... static void casa::AipsrcVector_Bool< Bool >::set . ... AipsrcVector_Bool casa::AipsrcVector_Bool< Bool >:: myp_p [static, private] . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1AipsrcVector__Bool_3_01Bool_01_4.html -- 28.1 Кб -- 14.02.2011
Похожие документы

2. lsst.coordConv: coordConv::PVT Class Reference
lsst.coordConv љ unknown . ... PVT . ... coordConv::PVT Class Reference . include < pvt.h > . PVT (double pos , double vel , double t ) . ... operator+= ( PVT const &rhs) . ... operator+= (double const &rhs) . ... operator+ ( PVT const &rhs) const . ... operator+ (double const &rhs) const . ... Definition at line 18 of file pvt.h . ... Definition at line 152 of file pvt.h . PVT coordConv::PVT::operator* . ... Definition at line 132 of file pvt.h . ... Definition at line 108 of file pvt.h . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_p_v_t.html -- 44.5 Кб -- 07.05.2015
Похожие документы

3. Stellarium: BigStarCatalogExtension::StarWrapper< Star > Class Template
... BigStarCatalogExtension::StarWrapper< Star > Class Template Reference . StarWrapper (const SpecialZoneArray < Star > *a, const SpecialZoneData < Star > *z, const Star *s) . ... getJ2000EquatorialPos (const StelCore *core) const . ... getVMagnitude (const StelCore *core, bool withExtinction=false) const . ... getSelectPriority (const StelCore *core) const . ... getInfoString (const StelCore *core, const InfoStringGroup &flags) const . ... getEquinoxEquatorialPos (const StelCore *core) const . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classBigStarCatalogExtension_1_1StarWrapper.html -- 41.7 Кб -- 28.02.2014
Похожие документы

4. DUST: Dust::RadField Class Reference
... Classes . ... Dust :: RadField . ... List of all members. virtual . ... virtual double . ... Edens (void) . ... Edens (double elow_J, double ehigh_J) . ... Class represtation of a radiation field, in terms of u_E. Dust::RadField::~RadField . ... virtual double Dust::RadField::operator() . ... The Specific Energy density. ... double Dust::RadField::Edens . ... Returns the specific energy by integrating the differential energy density between the cutlow and cuthigh limits. double Dust::RadField::Edens...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/classDust_1_1RadField.html -- 9.2 Кб -- 11.07.2008
Похожие документы

5. generate_ramp.pro (JWST Pipeline routines in IDL)
... use frames summary class fields routine details file attributes . GENERATE_RAMP , time , ramp , SEED= SEED . add_cosmic_rays , CRMAP , MODE= MODE , CRPATH= CRPATH , SEED= SEED . GENERATE_DATACUBE , time , ramp , SEED= SEED , Ngroups= Ngroups . FIND_CR , CR_found . analysis , CR_found . ... time . ramp . SEED . Lines: . 50 lines . ... CR_found . ... idl verbatim . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~robberto/Main/Software/IDL4pipeline/generate_ramp.html -- 14.4 Кб -- 27.02.2014
Похожие документы

6. Zen: ReadmeTrgm
... The trgm contrib module provides functions and index classes for determining the similarity of text based on trigram matching. ... The set of trigrams in the word "cat" is " c", " ca", "at " and "cat". *real similarity(text, text) . ... The trgm module comes with an index operator class that allows a developer to create an index over a text column for the purpose of very fast similarity searches. ... CREATE TABLE test_trgm (t text); CREATE INDEX trgm_idx ON test_trgm USING gist(t gist_trgm_ops); . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/oddmuse/index.cgi/ReadmeTrgm -- 13.1 Кб -- 11.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>1272) - www.sai.msu.su/ )

7. Converting Modules from Apache 1.3 to Apache 2.0 - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... This is a first attempt at writing the lessons I learned when trying to convert the mod_mmap_static module to Apache 2.0. ... create per-server config structures */ . ... merge per-server config structures */ . ... Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/developer/modules.html -- 14.8 Кб -- 21.01.2013
Похожие документы

8. ImageIO(3)
ImageIO - Reference Counted C++ Class for Reading and Writing Images . include ImageIO .h // types of image data (these mostly correspond to the FITS BITPIX values) enum ImageDataType { UNKNOWN_ IMAGE = -1, // unknown type BYTE_ IMAGE = 8, // 8 bit images X_ IMAGE = -8, // special, color scaled, X image data SHORT_ IMAGE = 16, // 16 bit signed USHORT_ IMAGE = -16, // 16 bit unsigned LONG_ IMAGE = 32, // 32 bit integer FLOAT_ IMAGE = -32 // 32 bit floating point }; ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Local/SkyCat/astrotcl/astrotcl.17.html -- 9.6 Кб -- 11.09.1998
Похожие документы

9. Access Point Names and Templates
XPA access points are composed of two parts: a general class and a specific name. ... When clients communicate with XPA access points, they specify which access points to communicate with using an identifier of the form: class:name All registered XPA access points that match the specified identifier will be available for communication (subject to access control rules, etc.) ... These socket identifiers are displayed as the fourth argument in the xpans display of registered access points. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/template.html -- 4.6 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/template.html -- 4.6 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1505) - hea-www.harvard.edu/ )

10. LWN: Driver porting: Device classes
... This article is part of the LWN Porting Drivers to 2.6 series . ... To help with this sort of resource discovery issue, the driver model exports a "class" interface. Devices, once registered, can be associated with one or more classes which describe the function(s) performed by the device. ... int (*hotplug)(struct class_device *dev, char **envp, int num_envp, char *buffer, int buffer_size); . ... struct class *class; int (*add) (struct class_device *); void (*remove) (struct class_device *); . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/31370.html -- 18.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/31370.html -- 18.6 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/31370.html -- 18.6 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>771) - jet.sao.ru/ )

11. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/man/mann/xpatemplate.n
... IX Title "xpatemplate n" .TH xpatemplate n "June 7, 2012" "version 2.1.14" "SAORD Documentation" .SH "NAME" \&\fBXPATemplate: Access Point Names and Templates\fR .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\s-1XPA\s0 access points are composed of two parts: a general class and a specific name. ... SH "DESCRIPTION" .IX Header "DESCRIPTION" When \s-1XPA\s0 servers call \&\fIXPANew()\fR, or \&\fIXPACmdNew()\fR to define \s-1XPA\s0 access points, they specify a string identifier composed of a class and a...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/man/mann/xpatemplate.n -- 8.1 Кб -- 08.06.2012
Похожие документы

12. Definition Lists
... Content Model: Optional list header (LH), followed by one or more terms (DT) and definitions (DD). A definition list is a list of terms and corresponding definitions. Definition lists are typically formatted with the term on the left with the definition following on the right or on the next line. ... The definition list element can take the COMPACT attribute, which suggests that a compact rendering be used, and is appropriate if the list elements are small and/or the entire list is large. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/deflists.html -- 5.9 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>157) - comet.sai.msu.ru/ )

13. saslib
This package contains two libraries of SAS utilities: saslib and sasdal . ... setEmosRejectionMask(TableT table) . ... Directory d("."); . ... class Directory : public list { public: Directory ( const string name = . , const string pattern = * , const bool recurse = false); Directory ( const DirEntry * d, const string pattern = * , const bool recurse = false); void filter( const string pattern); string filter() const ; void recurse( const bool dorecurse); ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/saslib/index.html -- 9.4 Кб -- 03.05.2000
Похожие документы
Еще в разделе: (Показать все результаты (>13166) - xmm.vilspa.esa.es/ )

14. http://www.eso.org/sci/libraries/SPIE2008/7019-74_poster.pdf
Workstation Software Framework A Model Driven Development Framework L. Andolfato, R. Karban European Organisation for Astronomical Research in the Southern Hemisphere PROCESS The Workstation Software Framework (WSF) is a state machine model driven generate event driven software applications. State machine models are used to provides different, versatile generation options. ... A tool provided by WSF will transform the textual representation of the model in C++ state, event, and action classes. ...
[ Текст ]  Ссылки http://www.eso.org/sci/libraries/SPIE2008/7019-74_poster.pdf -- 327.0 Кб -- 15.07.2008
Похожие документы

15. StarView II: A Customizable Query Generation Tool
... Previous: ESO/CDS Data-mining Tool Development Project . ... StarView is the user interface to the Hubble Space Telescope (HST) Data Archive. ... We discuss user interaction with the customizable form, describe the use of Java Foundation Classes in implementing the Model View Controller design pattern, and present design features that allow simple, robust communication with third-party components added at run-time. ... MVC interfaces allow a component to register for data model changes. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass98/kennedybk/ -- 13.0 Кб -- 16.07.1999
Похожие документы

16. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>600) - www.mso.anu.edu.au/ )

17. Active Regions, CMEs, and X Class Flares
... Active Regions, CMEs, and X Class Flares . ... AR9026 appears as a large group of sunspots in visible light images. The three intense flares were all X-class events, the most severe class of solar flares based on X-ray flux measurements by the earth-orbiting GOES satellites. ... Publications with keywords: Sun - flare - active region - solar flare - space weather . Publications with words: Sun - flare - active region - solar flare - space weather . ... An X Class Flare Region on the Sun . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1166629 -- 15.3 Кб -- 15.03.2001
Похожие документы

18. Ask Astro web extra: Will all white dwarfs, regardless of the class of star
... Subscriber Extras . ... Ask Astro . Web Extras . ... Behemoth black hole found in an unlikely place . ... black holes . ... Globular cluster NGC 2808, elliptical galaxy NGC 2986, and the Sextans Dwarf . ... Ask Astro web extra: Will all white dwarfs, regardless of the class of star that produced them, eventually become black dwarfs? ... Get instant access to subscriber content on Astronomy.com! ... Receive full access to our Ask Astro answers . BONUS web extras not included in the magazine . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/2010/12/ask-astro-white-dwarfs-to-black-dwarfs -- 62.7 Кб -- 10.04.2016
Похожие документы

19. Actor Prolog. Programming language definition.
1 буквы_и_цифры .................................... 1 буква_e (e) .......................................... 2.1.3 порядок .......................................... 2.1.3 буквы_и_цифры (letters_and_digits) ................... 1 переменная ....................................... 2.1.1 простой_символ ................................... 2.1.2 расширенное_число ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/1251/02001030.html -- 29.5 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>693) - www.cplire.ru/ )

20. Soft X-ray Class of Far-Side Flares
A Simple Way to Estimate the Soft X-ray Class of Far-Side . Solar Flares Observed with STEREO/EUVI . ... Figure 1. The STEREO/EUVI 195 °A B-streaks typical of C-, M-, and X-class flares. Table 1: A list of flares registered both with GOES and STEREO/EUVI . ... Impulsive GOES M-class flares and their thin, single, long B-streaks. ... STEREO/EUVI B-streak and the peak of the SXR flux measured by GOES. ... A list of major far-side flares detected from B-streaks in STEREO/EUVI 195 °A images. ...
[ Сохраненная копия ]  Ссылки http://www.izmiran.rssi.ru/~ichertok/STEREO/index.html -- 5.1 Кб -- 30.10.2015
Похожие документы
Еще в разделе: (Показать все результаты (>477) - www.izmiran.rssi.ru/ )

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


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

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

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