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

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

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

1. CSPICE Routines: GIPOOL_C
... Abstract Return the integer value of a kernel variable from the kernel pool. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- name I Name of the variable whose value is to be returned. start I Which component to start retrieving for name room I The largest number of values to return. n O Number of values returned for name. ivals O Values associated with name. found O True if variable is in pool. ... Included the data for a test kernel. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/gipool_c.html -- 8.6 Кб -- 17.12.2005
Похожие документы

2. WCSLIB: spxprm Struct Reference
... spxprm Struct Reference . ... doubleљ . ... Returned ) Rest frequency [Hz]. double spxprm::restwav . ... Returned ) Derivative of frequency with respect to angular frequency [/rad] (constant, ), and ... double spxprm::dafrqfreq . ... Returned ) Derivative of frequency with respect to photon energy [/J/s] (constant, ), and ... double spxprm::denerfreq . ... Returned ) Derivative of frequency with respect to wave number [m/s] (constant, , the speed of light in vacuo), and ... double spxprm::dwavnfreq ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/structspxprm.html -- 36.4 Кб -- 10.04.2016
Похожие документы

3. OptInt PmWiki : PmWiki / Page Text Variables
OptInt PmWiki : Pm Wiki / Page Text Variables . Page variables | ... Page text variables are string variables automatically made available through natural page markup or explicitly with page directive markup within the wiki text of the page. ... use a definition list - the normal pmwiki markup for a definition list will create a page text variable . ... This creates a new variable that can be accessed by {$:Name} (becomes: "Crisses") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageTextVariables?action=print -- 28.4 Кб -- 01.03.2014
Похожие документы

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

5. lsst.coordConv: coordConv::Coord Class Reference
lsst.coordConv љ unknown . ... coordConv::Coord Class Reference . ... Coord (double equatAng, double polarAng, double parallax=0) . ... Definition at line 27 of file coord.h . ... Definition at line 227 of file coord.cc . ... Definition at line 150 of file coord.cc . ... Definition at line 134 of file coord.cc . ... Definition at line 142 of file coord.h . ... Definition at line 135 of file coord.h . ... Definition at line 141 of file coord.cc . ... Definition at line 172 of file coord.cc . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_coord.html -- 41.3 Кб -- 07.05.2015
Похожие документы

6. comedi_strerror
... Next . comedi_strerror -- return string describing Comedilib error code . ... When a Comedilib function fails, it usually returns -1 or NULL, depending on the return type. An internal library variable stores an error number, which can be retrieved with comedi_errno(). ... The function comedi_strerror() returns a pointer to a character string describing the Comedilib error errnum. ... An unrecognized error number will return a pointer to the string "undefined error", or similar. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-strerror.html -- 4.4 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-strerror.html -- 4.4 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-strerror.html -- 4.4 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1063) - jet.sao.ru/ )

7. Special shell variables
There are some variables which are set internally by the shell and which are available to the user: Name Description . ... 0 the name of the command currently being executed. $# the number of positional arguments given to this invocation of the shell. $? the exit status of the last command executed is given as a decimal string. ... For example '1 2' 3 becomes "1 2 3" . is identical to the arguments received by the shell, the resulting list of words completely match what was given to the shell. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.2.html -- 3.2 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>358) - comet.sai.msu.ru/ )

8. vxWorksPrograms
... aosock_Cmd Converting rpc routines on vxWorks to use daemons : . ... pnt_Cmd: interfaces to the telescope pointing, tiedowns,turret. aosock_Cmd: lets you do regular socket i/o from a tcl script. ... If TCL_ERROR is returned then then command will be aborted (or any function it is called from). ... Errors will usually return with an error message included in the return value. aosock (cl)ose $sockFd . ... TCL_OK with n telling of the bytes returned: . n >0 bytes return. ... sockFd is socket number . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/datataking/vxWorks.html -- 15.8 Кб -- 04.03.2013
Похожие документы

9. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

10. ShapeRoi (ImageJ API)
... Class . ... java.lang.Object ij.gui.Roi ij.gui.ShapeRoi . ... public class ShapeRoi . ... ShapeRoi (int x, int y, java.awt.Shape s) . ... Constructs a ShapeRoi from an Roi. public ShapeRoi (java.awt.Shape s) . Constructs a ShapeRoi from a Shape. public ShapeRoi (int x, int y, java.awt.Shape s) . ... ShapeRoi.SHAPE_ROI . ... Returns a reference to the Shape object encapsulated by this ShapeRoi. public static void addCircle (java.lang.String sx, java.lang.String sy, java.lang.String swidth) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/ShapeRoi.html -- 39.5 Кб -- 02.12.2010
Похожие документы

11. Stellarium: StelScriptMgr Class Reference
... StelScriptMgr Class Reference . ... const QStringљ . ... Stops any running script. ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getDescription . ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getLicense . ... Get the rate at which the script is running as a multiple of the normal execution rate. void StelScriptMgr::pauseScript . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelScriptMgr.html -- 32.4 Кб -- 28.02.2014
Похожие документы

12. A Graphical User Interface for a Development Environment (GUIDE)
... GUIDE'' (Graphical User Interface for a Data Environment) is an interactive IDL widget-based package that enables users to retrieve selected sets of satellite instrument data and perform various types of graphical analyses on them, without writing a specialized program. GUIDE simplifies the task of laying out multiple plots on a page by (1) using a page-editor to define and laying out multiple ``panels'' which contain the ``plot objects'', and (2) integrating data retrieval functions. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/bhatnagara.html -- 11.7 Кб -- 03.11.2000
Похожие документы

13. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Execution of CGI scripts . ... Source File: . mod_cgi.c . Any file that has the handler cgi-script will be treated as a CGI script, and run by the server, with its output being returned to the client. ... The default behavior, if AcceptPathInfo is not given, is that mod_cgi will accept path info (trailing /more/path/info following the script filename in the URI), while the core server will return a 404 NOT FOUND error for requests with additional path info. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_cgi.html -- 17.3 Кб -- 21.01.2013
Похожие документы

14. Zen: Gin
Hide Zen home . ... GIN . ... contains: value_array @> query_array . ... An example for a Gin opclass can be found in ginarayproc.c. Datum * extractValue( Datum inputValue, uint32* nentries) Returns an array of Datum of entries of the value to be indexed. nentries should contain the number of returned entries . int compareEntry( Datum a, Datum b) Compares two entries (not the indexing values) Datum * extractQuery( Datum query , uint32* nentries, StrategyNumber n) Returns an ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/oddmuse/index.cgi/Gin -- 12.5 Кб -- 10.04.2016
Похожие документы

15. Leonids 2002
Go to Armagh Observatory main Leonid page (including Leonid links) . ... In 2002 November the Earth will pass near the trails released at the 1866 and 1767 returns, i.e. 4 revolutions and 7 revolutions of the comet ago. The Earth's passage right through the centre of trails is associated with the most spectacular meteor displays (studies show that, as well as how close to the centre of the trail you are, the strength of the display also depends on how far along a trail's length you are). ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/leonid/info2002.html -- 7.2 Кб -- 08.11.2002
Похожие документы

16. Astronaut Bio: James S. Voss (10/2005)
... James S. Voss (Colonel, USA, Ret.) NASA ASTRONAUT (FORMER) . ... Selected as an astronaut candidate by NASA in June 1987, Voss completed a one-year training and evaluation program in August 1988, which qualified him for assignment as a mission specialist on Space Shuttle flights. ... As a member of the second crew to live on ISS, Voss served aboard the space station for a total of 163 days and returned to earth with the STS-105 crew on August 22, 2001. ... OCTOBER 2005 ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/voss-ji.html -- 10.9 Кб -- 07.07.2015
Похожие документы

17. ESO - Request Handler FAQ
... Science . ... Science Users Information > Science Archive Facility > Request Handler FAQ . ... Data Handling and Products . ... ESO Data . ... Also, please double-check that you have entered correctly the full address of the service ( http://www.eso.org/requestHandler/pipacks ), including the leading triple w. Answer: The packages contain the raw data belonging to the selected run, the associated raw calibrations, the masters derived from them and the pipeline science products generated from them...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/archive/requestHandlerFaq.html -- 36.3 Кб -- 09.04.2016
Похожие документы

18. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/os2/info/tcpip121.txt
There still seems to be some confusion about how one upgrades to the 1.2.1 release of TCP/IP. ... TCP/IP 1.2.1 PRODUCT REPLACEMENT PROCEDURE TCP/IP 1.2 customers of record may have their products replaced, FREE OF CHARGE, by using the following procedure: The customer is requested to return, with a complete return address, the PROOF OF LICENSE (ORIGINAL COPY) for all TCP/IP 1.2 for OS/2 products to the IBM Fulfillment Center (address below). ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/os2/info/tcpip121.txt -- 3.8 Кб -- 29.01.1995
Похожие документы

19. Apache module mod_isapi
This module supports ISAPI Extensions within Apache for Windows. ... This module implements the Internet Server extension API. It allows Internet Server extensions ( e.g. ISAPI .dll modules) to be served by Apache for Windows, subject to the noted restrictions. ISAPI extension modules (.dll files) are written by third parties. ... Review the Additional Notes and the Programmer's Journal for additional details and clarification of the specific ISAPI support offered by mod_isapi. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_isapi.html -- 14.1 Кб -- 25.01.2002
Похожие документы

20. METAM-IQ
... METAM-IQ . ... ABOUT LOMO . ... MICROSCOPES . ... SURGICAL MICROSCOPES . ... Home Products Microscopes METAM-IQ . ... LOMO America, Inc. will repair or replace the defective microscope covered by this warranty free of charge if it is returned, postage prepaid, to LOMO America's Service Center in Prospect Heights, Illinois in its original package. A Return Authorization Number (RAN) has to be obtained from LOMO America, Inc. prior to shipping. ... LOMO America, Inc. ... 2000-2016 LOMO America,Inc. ...
[ Сохраненная копия ]  Ссылки http://www.lomoplc.com/MetamIQDataPage.htm -- 18.6 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>161) - www.lomoplc.com/ )

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


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

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

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