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

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

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

1. casacore: casa::Conversion Class Reference
... List of all members. typedef unsigned int . ValueFunction (void *to, const void *from, unsigned int nvalues) . ... ByteFunction (void *to, const void *from, unsigned int nbytes) . ... typedef void* casa::Conversion::ByteFunction (void *to, const void *from, unsigned int nbytes) . ... typedef unsigned int casa::Conversion::ValueFunction (void *to, const void *from, unsigned int nvalues) . ... static unsigned int casa::Conversion::bitToBool . ... static unsigned int casa::Conversion::boolToBit . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Conversion.html -- 24.0 Кб -- 14.02.2011
Похожие документы

2. Stellarium: core/StelTranslator.hpp File Reference
Stellarium 0.12.3 . ... FileљStructure . FileљList . FileљMembers . core . ... StelTranslator.hpp File Reference . Define some translation macros. More... #include <QMap> . ... q_ (str)љљљ StelTranslator::globalTranslator.qtranslate (str) . ... qc_ (str, ctxt)љљљ StelTranslator::globalTranslator.qtranslate (str, ctxt) . ... Definition in file StelTranslator.hpp . ... Definition at line 47 of file StelTranslator.hpp . ... StelTranslator::globalTranslator.qtranslate (str, ctxt) . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/StelTranslator_8hpp.html -- 10.1 Кб -- 28.02.2014
Похожие документы

3. Adding plot classes
Next: CONSTRICTOR Up: Plotting Previous: Adding plot variables Contents . A plot class is basically defined by the list of plot variables displayed in the x,y, and z axis selections of the plot selection widget. ... Furthermore, in the same widget procedure, the name of the new plot class needs to be added to each selection button if required. ... Finally, as far as the plot widgets are concerned, the new class needs to be added for each necessary index selection in ww_indexsel . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node223.html -- 6.0 Кб -- 28.04.2015
Похожие документы
Еще в разделе: (Показать все результаты (>7339) - www.eso.org/ )

4. lsst.tcc: include/tcc/tcsShim.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . tcc . tcsShim.h . ... 51 љ double const FL = 1.0; . ... 97 љ std::ostream & operator<< (std::ostream &os, ASTROM const &astrom); . ... 99 љ std::ostream & operator<< (std::ostream &os, FLDOR const &fldor); . ... 101 љ std::ostream & operator<< (std::ostream &os, PORIG const &porig); . ... 103 љ std::ostream & operator<< (std::ostream &os, SITE const &site); . ... 105 љ std::ostream & operator<< (std::ostream &os, TARG const &targ); . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/tcs_shim_8h_source.html -- 27.6 Кб -- 14.09.2015
Похожие документы

5. Python: module pyclbr
pyclbr . ... usr/local/Python-2.5/lib/python2.5/pyclbr.py . ... Parse a Python module and describe its classes and methods. Parse enough of a Python file to recognize imports and class and . ... readmodule_ex (module [, path]) . where module is the name of a Python module, and path is an optional . ... the classes defined in the module (including classes that are defined . ... file -- the file in which the class was defined . ... Read a module file and return a dictionary of classes. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/pyclbr.html -- 11.5 Кб -- 05.11.2015
Похожие документы

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. 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
Похожие документы
Еще в разделе: (Показать все результаты (>505) - www.mso.anu.edu.au/ )

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. Intelligent Life On Earth?
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1996/ph123/int.html -- 1.5 Кб -- 01.04.1996
Похожие документы
Еще в разделе: (