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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/~sontag/spicedocs/cspice/union_c.html.

1. CSPICE Routines: INSRTC_C
... Abstract Insert an item into a character set. ... Detailed_Input item is an item which is to be inserted into the specified set. item may or may not already be an element of the set. Trailing blanks in item are not significant. set is a CSPICE set. set must be declared as a character SpiceCell. On input, set may or may not contain the input item as an element. ... Because inserting an element into a set can increase the cardinality of the set, an error may occur in the insertion routines. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/insrtc_c.html -- 7.0 Кб -- 17.12.2005
Похожие документы

2. Containers and Pop-up Shells
... Any elements created after this call will be placed in the container. ... After such a shell container has been created, it is not visible yet. ... Main program: /* example9.c -XT */ # include stddef.h # include gipsyc.h # include cmain.h # include init.h # include finis.h # include userfio.h # include ggi.h /* * Button keyword handler for quitting. */ static void quit(ident id, char * key , int code, void *arg) { bool button =toflog(FALSE); ( void )userflog( , 1, 2, ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/pguide/gui-example9.html -- 7.3 Кб -- 17.01.2009
Похожие документы

3. The IMG (Image) Element
Permitted Context: %text . ... The <IMG> tag is used to incorporate in-line graphics (typically icons or small graphics) into an HTML document. This element is NOT intended for embedding other HTML text. ... Browsers that cannot display in-line images ignore the IMG element unless it contains the ALT attribute. ... Take values TOP or MIDDLE or BOTTOM, defining whether the top or middle or bottom of the graphic should be aligned with the baseline for the text line in which the IMG element appears. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/img.html -- 6.3 Кб -- 19.12.1996
Похожие документы

4. Elements of osculating planetary orbits. Explanation for Computer Ephemeris.
. Computer Ephemeris. Elements of osculating planetary orbits. Explanations. Each row contains at 0h of Time Dynamical Terrestrial of specified date in system of mean equator and ecliptic J2000.0 the ecliptic osculating elements of heliocentric orbit: inclination of orbital plane (degrees), longitude of ascending node (degrees), argument of perigelion (degrees), semimajor axis (astronomical units), mean motion (degrees per day), eccentricity (dimensionless), mean anomaly (degrees).
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/ephem/exp/Pl0.html -- 2.0 Кб -- 16.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>84) - space.univ.kiev.ua/ )

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

6. DIGITAL WDC EXCHANGE FORMAT FOR OBSERVATORY 1.0 MINUTE VALUES
DIGITAL WDC EXCHANGE FORMAT . FOR OBSERVATORY 1.0 MINUTE VALUES 1. ... DATA-1 .. DATA-60 are 1-minute values of the given element for that hour. ... Typically, digital 1-minute values received by WDCs from organizations operating automatic magnetic observatory instruments are averages of more frequendy sampled values, e.g. 10-second point samples. ... If the method used to obtain 1-minute average values is important to a user, the WDC will assist in determining the exact procedure applied. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/HTML/WDCFORM.HTM -- 6.6 Кб -- 03.07.2001
Похожие документы

7. The Descriptor Table
... The list of pertinent MIDAS descriptors should be stored into a MIDAS table containing the following columns: DESCR_INAME (Character Column) contains the list of MIDAS descriptors to be mapped into the columns of the OST. ... DESCR_ONAME (Character Column) contains for each descriptor the label of the column of the OST in which its values will be stored. OTYPE (Character Column) contains for each descriptor the type of the column of the OST in which its values will be stored. ... EDIT/TABLE). ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node377.html -- 4.4 Кб -- 23.02.1996
Похожие документы

8. http://www.wdcb.ru/stp/data/geo_min.val/A1Readme/1min_WDC.fmt
WDC-A Digital Exchange Format for One-Minute Geomagnetic Data (Update August 1993) 1. The logical record length is 400 coded characters containing header information, blank spaces, and data for one element for one hour. ... Each logical record contains header information and data in the following format: North polar distance, longitude, year, month, day, hour, element, observatory code, blank spaces, 60 data values, and an hourly mean. ... ORG is the origin of the data. A = Alaska Chain. ...
[ Сохраненная копия ]  Ссылки http://www.wdcb.ru/stp/data/geo_min.val/A1Readme/1min_WDC.fmt -- 3.9 Кб -- 28.05.2012
Похожие документы
Еще в разделе: (Показать все результаты (>63) - www.wdcb.ru/ )

9. New Features in this Release
... JavaScript version 1.3 provides the following new features and enhancements: . ... See the Client-Side JavaScript Guide for details. ... Changes to the Array object. ... The push method returns the new length of the array rather than the last element added to the array. ... Changes to the Date object. ... Added a day parameter to the setMonth method. ... Added the apply method, which allows you to apply a method of another object in the context of a different object (the calling object). ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/whatsnew.htm -- 11.0 Кб -- 07.10.1999
Похожие документы

10. Perl functions provided with deceit
... deceit is distributed with the following Perl functions that can be used to fill the dataset with data from text files. rows . ... fillColumn . The function signature is as follows: the first argument must be the variable col , the second the name of a text file from which the data is to be extracted, the third argument an integer denoting from which column in the text file data should be extracted. ... Vector columns in the text file are delimited by the separator character. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/deceit/node17.html -- 8.0 Кб -- 10.01.2003
Похожие документы
Еще в разделе: (Показать все результаты (>6976) - xmm.vilspa.esa.es/ )

11. The INTERBALL Tail PROBE orbital elements
... Format of the orbital elements | ... Collection of the determined by KIAM orbital elements valid for the backward integration of the spacecraft motion . Collection of the modified by IKI orbital elements valid for the forward integration of the spacecraft motion . Two kinds of the INTERBALL Tail probe orbital elements' collections are presented here. ... The backward in time integration was fulfilled at IKI for Tail probe orbit from now up to the launch. ... IKI RAN | SSC IKI RAN | ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/vprokhor/indtp.htm -- 4.6 Кб -- 27.07.1999
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/vprokhor/indtp.htm -- 4.6 Кб -- 27.07.1999
Похожие документы

12. Index of the HTML 4.0 Elements
previous next contents attributes index . ... abbreviated form (e.g., WWW, HTTP, etc.) ... bold text style . ... large text style . ... table caption . ... table column . ... table column group . ... deleted text . ... directory list . ... heading . ... HTML . ... document root element . ... italic text style . ... form field label text . ... strike-through text style . ... small text style . ... table header cell . ... table header . ... teletype or monospaced text style . ... underlined text style . ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ustiansk/web/index/elements.html -- 30.2 Кб -- 24.04.1998
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/html40/index/elements.html -- 30.2 Кб -- 24.04.1998
Похожие документы

13. URL
... Several HTML elements, most notably the A element , may contain an attribute which takes a URL as value. URLs, Uniform Resource Locators, are addresses of Web documents. More generally, URLs can be used on the Web to refer to "objects" on the Web or in other information systems. ... http . a Web document (to be accessed using Hypertext Transfer Protocol, HTTP ) . ... file . ... In particular, the specifications say that within a URL only a limited set of characters can be used as such : . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
Похожие документы
Еще в разделе: (Показать все результаты (>772) - jet.sao.ru/ )

14. (Untitled)
The elements of the numbered minor planets are given with respect to the ecliptic and equinox J2000.0. ... In the Table these values are given to 0.01. ... A dash indicates that there is no opposition in 2015. 1 a.u., 1.017 a.u. 1 a.u., q <= 1.017 a.u.), At stands for Aten type ( a . ... It should be noted that all objects included into the Tables of NEAs, Centaurs and transneptunian objects, and some unusual planets can be also found in the Table of elements and opposition dates of all minor planets. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user8nn0.htm -- 7.5 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>548) - www.ipa.nw.ru/ )

15. Thermodynamics
The First Law (1): Energy is Conserved in a closed system: . ... We usually consider work and heat flow as the two kinds of energy . The Second Law (2): The Law of Entropy: . ... The amount of disorder increases . ... You can not go from a disordered system to an ordered system without inputting more energy (this is the most important attribute of the second law) . ... In no way can we recover work of that this disordered system without putting energy into the system. ... More on Thermodynamics . ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1998/ph162/l3.html -- 6.4 Кб -- 07.04.1998
Похожие документы

16. Simon Jeffery's Software Store: TAP chemical functions
SUBROUTINE TAP_ESYMB ( IZ, SYMBOL, STATUS ) . Return the element symbol. SUBROUTINE TAP_ENAME ( IZ, NAME, STATUS ) . ... FUNCTION TAP_EMASS ( IZ ) . Return the mean atomic weight of an element. FUNCTION TAP_ZELEM ( NAME ) . ... FUNCTION TAP_AELEM ( NAME ) . ... The mean atomic weight of the element associated with the given name is ! ... The element name associated with the given atomic number is ! ... The atomic number ot element associated with the given name is ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_chemical.html -- 6.2 Кб -- 04.07.2002
Похожие документы
Еще в разделе: (Показать все результаты (>1870) - star.arm.ac.uk/ )

17. http://www.eso.org/public/news/eso1235/kids/
... Bringing news from across the Universe to children all around the world . ... Yet, all of these things are made from the same stuff: chemical elements. ... In total, there are only 118 chemical elements. That means that everything in your room and everything that we can see on Earth is made up from different amounts of some of these chemical elements. ... There might be some extra chemical elements out there, but astronomers only know about 118 chemical elements so far. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/public/news/eso1235/kids/ -- 11.3 Кб -- 11.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>8157) - www.eso.org/ )

18. IRIG Audio Decoder
... Driver ID: IRIG-AUDIO . ... This driver supports the Inter-Range Instrumentation Group standard time-distribution signal IRIG-B using the audio codec native to the Sun SPARCstation. ... The driver gadget uses a modified BSD audio driver for the Sun SPARCstation which provides a timestamp, raw binary timecode, status byte and decoded ASCII timecode. ... The 100 elements of the IRIG-B timecode are numbered from 0 through 99. ... This driver presently does not use the CF elements. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/driver6.html -- 5.7 Кб -- 21.12.2007
Похожие документы

19. RadioAstron Mission Element Overview
Next: RSOG Pre-Observation Products . ... Mission Elements . ... The main mission elements (ME) are: . The RSOG, based at ASC, which is responsible for the science operation of the RadioAstron Mission. ... The Main Ballistic(Navigation) Center (MBC) belonging to Lavochkin Association coordinates preparation and exchange of orbit determination and orbit reconstraction ptoducts. ... Experiment codes of five characters are used in naming GRT related files. ... RSOG . ... Corr (GTS?) ... Corr (RSOG?) ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/rameo.htm -- 14.7 Кб -- 30.08.2001
Похожие документы

20. NGC 1569: Heavy Elements from a Small Galaxy
... NGC 1569: Heavy Elements from a Small Galaxy . ... Still, heavy elements can profoundly influence galaxy and star formation ... not to mention the formation of planets and people. In this tantalizing false-color x-ray image from the orbiting Chandra Observatory , small dwarf galaxy NGC 1569 is surrounded by x-ray emitting clouds of gas thousands of light-years across. ... Publications with keywords: dwarf galaxy - X-ray . Publications with words: dwarf galaxy - X-ray . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1178544 -- 14.9 Кб -- 25.07.2002
Похожие документы

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


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

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

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