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

1 | 2 | 3 | 4 | 5 | След.

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

1. casacore: casa::Link< t > Class Template Reference
... Class List . ... include <iostream> #include < casa/Containers/Link.h > main() { Link<int> *hed = new Link<int>(23); hed = new Link<int>(12,0,hed); hed = new Link<int>(19,0,hed); hed = new Link<int>(10,0,hed); while (hed) { Link<int> *cur = hed; hed = hed->unlink(); cout << cur->val() << " " ; delete cur; } cout << endl; } . ... As each new link is being created, the new element goes at the beginning of the list because the previous head of the list, hed , is being passed in as the next list element...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Link.html -- 28.7 Кб -- 14.02.2011
Похожие документы

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

3. lsst.coordConv: coordConv::FK4CoordSys Class Reference
lsst.coordConv љ unknown . ... coordConv::FK4CoordSys Class Reference . ... FK4CoordSys (double date=1950.0) . ... CoordSys (std::string const &name, double date, DateTypeEnum dateType, bool isMean , bool canConvert ) . ... convertFrom (double &toDir, double &scaleChange, CoordSys const &fromCoordSys, Coord const &fromCoord, double fromDir, Site const &site, double tai=0) const . ... virtual double coordConv::FK4CoordSys::dateFromTAI . ... virtual double coordConv::FK4CoordSys::taiFromDate . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_f_k4_coord_sys.html -- 46.4 Кб -- 07.05.2015
Похожие документы

4. Conformance: requirements and recommendations
... SGML . The text/html content type . In this section, we begin the specification of HTML 4.0, starting with the contract between authors, documents, users, and user agents. ... These recommendations are not normative and conformance with this specification does not depend on their realization. ... An HTML document is an SGML document that meets the constraints of this specification. ... A user is a person who interacts with a user agent to view, hear, or otherwise use a rendered HTML document. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ustiansk/web/conform.html -- 12.1 Кб -- 24.04.1998
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/html40/conform.html -- 12.1 Кб -- 24.04.1998
Похожие документы

5. Definitions of terms used to describe Apache directives
Each Apache configuration directive is described using a common format that looks like this: . ... This indicates the format of the directive as it would appear in a configuration file. This syntax is extremely directive-specific, and is described in detail in the directive's definition. ... If the directive has a default value ( i.e. , if you omit it from your configuration entirely, the Apache Web server will behave as though you set it to a particular value), it is described here. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/directive-dict.html -- 13.1 Кб -- 15.10.2001
Похожие документы

6. The Apache License, Version 2.0 - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 . ... Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). ... Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/license.html -- 16.4 Кб -- 19.11.2015
Похожие документы

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

8. NEdit.org
Home - News - Download - Documentation - Search - FTP . ... The macro sets a mark before calling find_definition() , so you can go back to where you used the macro. forward_word() backward_word() select($cursor, search("(", $cursor)) mark($def_mark) $def_mark++ if ($def_mark == 10) $def_mark = 0 find_definition() Use this to go back to the line containing the function call: $def_mark-- if ($def_mark == -1) $def_mark = 9 goto_mark($def_mark) You'll need to add $def_mark=0 to your .neditmacro file. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-05.shtml -- 12.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-05.shtml -- 12.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/nedit/macro/2/2-05.shtml -- 12.6 Кб -- 02.10.2012
Похожие документы

9. ASP: A Good Definition of the Word "Planet": Mission Impossible?
... Indeed, one alteration of orbits can be the outright ejection of a planet. When several big planets are orbiting a star under each other's influence, the system is inherently unstable. ... We know of no good reason why the smallest objects with fusion should have the same mass as the smallest objects that can form by themselves. ... 6) Mission Definition . ... I don't think this mission is impossible, and will suggest a definition in a future article in Mercury. ... Good luck! . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/59/planetdefine4.html -- 10.2 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>457) - www.astrosociety.org/ )

10. http://www.adass.org/adass/proceedings/adass03/reprints/P2-4.pdf
... 314, 2004 F. Ochsenbein, M. Al len, and D. Egret, eds. Chandra FITS Dictionary S. Winkelman, A. Rots, K. Michaud, S. Blecksmith Chandra X-Ray Center/Smithsonian Astrophysical Observatory Abstract. ... We have collected the complete body of FITS keywords, as used in Chandra data products, into a dictionary database that provides easy access to their use and meaning. ... A list of filetypes using the keyword is also returned. ... A filetype is composed of one or more Header-Data Units (HDU). ...
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass03/reprints/P2-4.pdf -- 151.3 Кб -- 27.08.2004
Похожие документы

11. Line (ImageJ API)
... java.lang.Object ij.gui.Roi ij.gui.Line . ... public class Line . ... int . ... protected double . ... Constructor Detail public Line (int ox1, int oy1, int ox2, int oy2) . Creates a new straight line selection using the specified starting and ending offscreen integer coordinates. public Line (double ox1, double oy1, double ox2, double oy2) . Creates a new straight line selection using the specified starting and ending offscreen double coordinates. public Line (int sx, int sy, ImagePlus imp) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/Line.html -- 37.4 Кб -- 02.12.2010
Похожие документы

12. Search pyBLoCXS v0.0.3 documentation
. index . pyBLoCXS v0.0.3 documentation . Please activate JavaScript to enable the search functionality. From here you can search these documents. Enter your search words into the box below and click "search". Note that the search function will automatically search for all of the words. Pages containing fewer words won't appear in the result list. index . pyBLoCXS v0.0.3 documentation . Copyright 2010, CHASC Astro-Statistics Collaboration. Created using Sphinx 1.0.2.
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/pyBLoCXS/search.html -- 4.5 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1446) - hea-www.harvard.edu/ )

13. http://www.sai.msu.su/gcvs/gcvs/nl75/IBVS2.STY
and 42 % 27-11-1999 Andr\'as Holl % 2.31: 02-05-2001 % % Konkoly Observatory, Budapest, Hungary % Use the following documentstyle definition : % \documentstyle[twoside, ibvs2, epsf]{article} % or % \documentstyle[twoside]{article} % \input ibvs2.sty % \input epsf.sty % epsf is only needed for figures % IBVS.STY screen message \ typeout {} \ typeout {IBVS.STY Ver. 2.31 - 02-05-2001 } \ typeout {Information Bulletin on Variable Stars - Konkoly Observatory} \ ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/gcvs/gcvs/nl75/IBVS2.STY -- 8.5 Кб -- 29.06.2001
Похожие документы
Еще в разделе: (Показать все результаты (>50) - sai.msu.ru/ )

14. Data bases of Natural Satellites. Documentation. Manual
Databases (NSDC) of the Natural Planetary Satellites. ... In the file of explanations, source of data or bibliographic reference is indicated. ... File of data (Data) *.txt. ... Les donnИes standard de la base NSDB (Standard Data) . ... Any bibliographic reference has the following fields (please, don't mix up these reference fields hereafter called "fields" with the search fields where you will enter the data and which are hereafter denoted as "search fields" or "text fields"): . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/neb/nss/DocMane.htm -- 14.5 Кб -- 18.05.2009
Похожие документы

15. Armagh Observatory
... One of the instruments, the Troughton equatorial telescope, is maintained at constant temperature and relative humidity, to reduce the rate of deterioration. ... 3.1 Troughton Equatorial Telescope . Figure 1 shows the equatorial telescope constructed by J E Troughton of London and which was erected in the west dome of Armagh Observatory in 1795. ... Troughton, J. E.: c.1790, Instructions for Adjusting the Troughton Equatorial Telescope, Armagh Observatory Archives , M17.2, 3pp. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sci-instr.html -- 12.3 Кб -- 27.06.2011
Похожие документы

16. Shockproof Plastic Battery Storage Box Container Case for 16340 / CR123A
... Shockproof Plastic Battery Storage Box Container Case for 16340 / CR123A Battery . ... Package Contents: 1 x Battery Case, 1 x Strap, 1 x Keyring, 1 x Carabiner . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku3648.html -- 21.7 Кб -- 14.02.2016
Похожие документы

17. Database of Optical Properties -- Level: subpage
This page will contain definitions (and basic references) of the following parameters: . cross-sections C ext , C sca , C abs , C bk ; . efficiencies Q ext , Q sca , Q abs , Q bk ; . ... TE/TM mode definitions for arbitrary shapes. Note that some parameters are defined in a quite different (specific) manner than for spherical scatterers, and some definitions in the book of Mishchenko et al. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/ilin2/DOP-old/2-11.html -- 2.3 Кб -- 19.11.2010
Похожие документы

18. http://vo.astronet.ru/ws/wcsfix/wcsfix.wsdl
... WSDL for http ://vo.astronet.ru/ws/wcsfix/wcsfix.cgi created by Pod:: WSDL version: 0.05 on Sat Jan 27 20:10:18 2007 -- wsdl :definitions targetNamespace= http ://vo.astronet.ru/wcsFixService xmlns:impl= http ://vo.astronet.ru/wcsFixService xmlns: wsdlsoap = http ://schemas.xmlsoap.org/ wsdl /soap/ xmlns: wsdl = http ://schemas.xmlsoap.org/ wsdl / xmlns:soapenc= ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/ws/wcsfix/wcsfix.wsdl -- 7.4 Кб -- 29.12.2009
Похожие документы
Еще в разделе: (Показать все результаты (>32) - vo.astronet.ru/ )

19. Journal "Peremennye Zvezdy"
... Tomorrow , a full moon will occur that appears slightly larger and brighter than usual. ... Although the precise conditions that define a supermoon vary, given one definition, tomorrow's will be the third supermoon of the year -- and the third consecutive month that a supermoon occurs. ... Pictured above , a supermoon from 2012 is compared to a micromoon -- when a full Moon occurs near the furthest part of the Moon's orbit -- so that it appears smaller and dimmer than usual. ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/varstars/msg/1321133 -- 7.7 Кб -- 08.09.2014
Похожие документы

20. http://hea.iki.rssi.ru/conf/hea2007/captcha/monofont_read_me.txt
The fonts contained in this archive are Freeware. ... Sure, but a donation or a product sample would be appreciated. ... Larabie Fonts End-user license agreement software product from Larabie Fonts --------------------------------------------------- SOFTWARE PRODUCT LICENSE The SOFTWARE PRODUCT is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. ... You may install and use an unlimited number of copies of the SOFTWARE PRODUCT. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/captcha/monofont_read_me.txt -- 5.8 Кб -- 31.08.2007
Похожие документы

1 | 2 | 3 | 4 | 5 | След.


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

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

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