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

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

Показаны документы, содержащие фрагменты текста из документа
http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/flow-clear-desc.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. Dynamic HTML in Communicator
Contents] [Prev page] [Next page] [Index] . Navigator 4 from Netscape, which is part of the Communicator product suite, includes three new areas of functionality that taken together give you Dynamic HTML. The three components of Dynamic HTML are style sheets, content positioning, and downloadable fonts. Used together, these three components give you greater control over the appearance, layout, and behavior of your web pages. ... Introducing Downloadable Fonts . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/intro.htm -- 7.8 Кб -- 13.08.1997
Похожие документы

3. Atomic data for Stellar Atmospheres: lte_lines
For calculating model spectra of early-type helium stars in LTE, we maintain a database of atomic data for, mostly, blue-visual absorption lines of light elements. The data is sorted with one file for each ion. ... III = ++ . ... It will work on both complete linelists (including the atomic data at the start and references at the end) or raw ion files (such as Ni2.d). ... A Fortran utility to convert linelists downloaded from the Vienna Atomic Line Database into the new QUB format. synspec_qub . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/lines/lte/html/lines.lte.html -- 10.4 Кб -- 15.11.2001
Похожие документы

4. http://www.eso.org/sci/observing/phase3/release-description-tmpl.doc
ESO Phase 3 Data Release Description Please start from this template when preparing the documentation for your ESO Phase 3 data release. ... Finally, the release description will be published as submitted - without further editing by ESO - to support the user community in utilizing the data. ... Please indicate if this is a catalogue data release. ... Data Reduction and Calibration Please address the following questions for scientific catalogue data, particularly in case of source catalogues: . ...
[ Текст ]  Ссылки http://www.eso.org/sci/observing/phase3/release-description-tmpl.doc -- 62.0 Кб -- 24.05.2012
Похожие документы

5. Description
... This CCF contains the following five extensions: ADUCOEFF , OFFSET_GAIN , GAIN-HIGH , REEMISSION and REEMISSION1 . ... Code of the bad pixel table (BPT) version, which includes the additional column offset values, described in the OFFSET_GAIN extension. ... GAIN : . ... Vector column of length 64; one gain value per node per chip. ... Vector column of length 64; one offset value per node per chip. ... Vector column of length 64; constant in linear offset value calculation (only present for ALGOID =1...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node674.html -- 11.6 Кб -- 20.09.2011
Похожие документы
Еще в разделе: (Показать все результаты (>17944) - xmm.vilspa.esa.es/ )

6. http://www.stsci.edu/ftp/documents/archive-manual/11_dmfstructure.txt
... There is one record per exposure. ... Field dataset_ name date_obs dec_targ dec_v1 equinox expend expflag expstart exptime fgslock instrume linenum monangl mtflag npdectrg npratrg observtn ... progrmid proposid ra_targ ra_v1 seqline seqname short_pep_expo sun_alt sunangle surfaltd surflatd surflong targname time_obs tuple_id Contents Name of the dataset UT date of the start of the observation (dd/mm/yy) Declination of target ( degrees ) Declination of telescope's V1 axis ( ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/archive-manual/11_dmfstructure.txt -- 9.7 Кб -- 24.03.1993
Похожие документы

7. The Structure of HTML 3.0 Documents
... Most HTML elements are identified in a document as a start tag, which gives the element name and attributes, followed by the content, followed by the end tag. ... To identify the document as being HTML 3.0, it is recommended that documents start with the prologue: <!doctype HTML public "-//W3O//DTD W3 HTML 3.0//EN"> . ... HTML 3.0 documents formally have the following structure: <HTML> <HEAD> head elements .. ... HTML> . ... The permitted syntax of HTML 3.0 compliant documents is specified by the...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/overview.html -- 4.2 Кб -- 19.12.1996
Похожие документы

8. TCC UDP Packets
... Packet Format . ... The TCC broadcasts UDP packets containing position information. ... Packet Header . ... int4 . ... double . ... pos, vel double . ... pos, vel, time double . ... See the TCC Message Keywords Dictionary for full definitions of most items in the "data" section of the packet. pos, vel double is a structure containing two doubles: "pos" and "vel"; it contains the same information as the TCC's "coordinates" (p,v,t triplets), but with time given by the "TAIDate" entry in the packet. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/UDPPackets.html -- 9.3 Кб -- 07.11.2014
Похожие документы

9. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/hidden.htm
... A Hidden object is used for passing name/value pairs when a form submits. ... JavaScript 1.0 . JavaScript 1.1: added type property The HTML INPUT tag, with "hidden" as the value of the TYPE attribute. ... Property . ... The form contains a "Display hidden value" button that the user can click to display the value of the Hidden object in an Alert dialog box. ... P><INPUT TYPE="button" VALUE="Display hidden value" NAME="button2" . ... Form name:<INPUT TYPE="hidden" NAME="h1" VALUE="Beluga"> . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/hidden.htm -- 13.9 Кб -- 07.10.1999
Похожие документы

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

11. The F1 format
The initial orbital data are distributed in the F1 format, which contains orbital elements as a the state vector (the spacecraft position and velocity vector) in the inertial frame (Standard reference of the Earths Equator and Equinox J2000). ... The Format number . 0001 . The Message number . ... 00001 . ... 001451.596 . ... 008276.384 . ... 000000.000 . ... The F1 format for this data looks as follows: . INT/ITZ/01/0001/01/00001/ . ... 001451.596/-008276.384/+000000.000/ . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/vprokhor/f1form.htm -- 3.5 Кб -- 26.07.1999
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/vprokhor/f1form.htm -- 3.5 Кб -- 26.07.1999
Похожие документы
Еще в разделе: (Показать все результаты (>2180) - www.cosmos.ru/ )

12. Description of the OOF software architecture Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . Out-Of-Focus (OOF) Holography . ... The architecture of the OOF data reduction software can be summarised in following points: . ... A well defined set of external libraries is used and generally newer versions of these libraries are adopted quickly after release . ... Routines for simulating OOF data-sets . ... OOF ? ... Description of the OOF software architecture . ... OOF Reduction Software . ... Copyright 2005 -- 2016, Bojan Nikolic feedback welcome ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/oof/software-architecture.html -- 12.7 Кб -- 04.04.2016
Похожие документы

13. comedi_get_buffer_contents
. Comedi Documentation . Prev . Next . comedi_get_buffer_contents -- streaming buffer status . #include <comedilib.h> . int comedi_get_buffer_contents (comedi_t * device, unsigned int subdevice); . The function comedi_get_buffer_contents() is used on a subdevice that has a Comedi command in progress. The number of bytes that are available in the streaming buffer is returned. If there is an error, -1 is returned. Prev . Home . Next . comedi_set_max_buffer_size . Up . comedi_mark_buffer_read
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-buffer-contents.html -- 3.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-buffer-contents.html -- 3.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-get-buffer-contents.html -- 3.8 Кб -- 02.10.2012
Похожие документы

14. Values, Variables, and Literals
... This chapter discusses values that JavaScript recognizes and describes the fundamental building blocks of JavaScript expressions: variables and literals. ... So, for example, you could define a variable as follows: . var answer = 42 And later, you could assign the same variable a string value, for example, . ... These are fixed values, not variables, that you literally provide in your script. ... A string literal is zero or more characters enclosed in double ( " ) or single ( ' ) quotation marks. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/ident.htm -- 11.1 Кб -- 12.12.1997
Похожие документы

15. EPHEMERIDIES OF MINOR PLANETS (EMP)
EPHEMERIDES OF MINOR PLANETS . The yearbook "Ephemerides of minor planets" (published since 1948) contains information on orbital elements of numbered minor planets and the circumstances of their observations during the best observation periods. ... orbital elements of 430405 minor planets, numbered as of March 5, 2015 and dates of their oppositions in 2016; . ... opposition ephemerides of minor planets; . ... information on the "Updated Ephemerides of Minor Planets" service; . ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/engephem.htm -- 5.4 Кб -- 09.04.2016
Похожие документы

16. Manpage of STRIPVME
... stripVme - strip hdrs or data from datataking recs (ao) stripVme [ -dhq ] [ -f firstScanNumber ] [ -l lastScanNumber ] [ -g firstGroup lastGroup ] [ -o ordinalScanToStart ] [ -n numberOfScans ] . Standard Arecibo datataking records contain a header followed by data. stripVme will select a subset of scans and records within a file and strip off the headers, data, or neither. ... Output the data from the third through seventh scans. stripVme -h -o 3 -n 5 < inputfile > outputfile . ... FILES . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/aosoft/stripVme.html -- 4.6 Кб -- 03.11.2010
Похожие документы

17. Apache module mod_negotiation
... Source File: mod_negotiation.c . Module Identifier: negotiation_module Content negotiation, or more accurately content selection, is the selection of the document that best matches the clients capabilities, from one of several available documents. ... A type map (a file with the handler type-map ) which explicitly lists the files containing the variants. ... Apache only recognizes encodings that are defined by an AddEncoding directive. ... Content-Language: . ... Module: mod_negotiation . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_negotiation.html -- 9.8 Кб -- 15.10.2001
Похожие документы

18. Getting Started in Actor Prolog. Underdetermined Sets.
Underdetermined sets is a new type of data structures (terms) developed in Actor Prolog . ... The point is that an underdetermined set can include some indefinite rest (a tail) like a list in usual Prolog . At the same time, the order of elements of an underdetermined set can be arbitrary one and it does not affect results of unification of underdetermined sets. Moreover, Actor Prolog guarantees that a rest of an underdetermined set never contains elements that are explicitly given in the set. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_sets.html -- 12.6 Кб -- 24.09.2007
Похожие документы

19. Preface
Next: Participants Up: Contents Previous: Cover This volume contains the papers presented at the fourth annual conference on Astronomical Data Analysis Software and Systems (ADASS IV) which was held at the Omni Inner Harbor Hotel in Baltimore, Maryland, from the 26th through the 28th of October 1994. ... To help keep up with new trends in software as they relate to advances in astronomy, the ADASS conferences are organized around certain topics of current interest. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/node1.html -- 9.1 Кб -- 03.11.2000
Похожие документы

20. Page contents
Next: Presentation of the results Up: World Wide Web version Previous: WWW access . On the main page, a very short description of the program may be found. ... The first link brings the user to a very friendly interface of the main code, where all parameters can be set and the calculations can be started. The second lonk provides a list of papers containing the results of the Scenario Machine calculations beginning from 1983 untill 1996 and a short description of the code. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~polar/sceintro/poster/be_inwww/node7.html -- 3.0 Кб -- 21.06.1996
Похожие документы

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


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

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

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