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

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

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

1. CSPICE Routines: GCPOOL_C
... Abstract Return the character 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. lenout I The length of the output string. n O Number of values returned for name. cvals O Values associated with name. found O True if variable is in pool. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/gcpool_c.html -- 10.2 Кб -- 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. 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
Похожие документы

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

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

6. comedi_errno
... comedi_errno -- number of last Comedilib error . ... int comedi_errno (void ); . 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(). This error number can be converted to a human-readable form by the functions comedi_perror() and comedi_strerror(). ... The function comedi_errno() returns an integer describing the most recent comedilib error. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-errno.html -- 4.3 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-errno.html -- 4.3 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-errno.html -- 4.3 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1021) - 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
Похожие документы
Еще в разделе: (Показать все результаты (>356) - comet.sai.msu.ru/ )

8. lsst.coordConv: include/coordConv/pvt.h Source File
lsst.coordConv љ unknown . ... Files . ... pvt.h . ... 47 љ PVT copy () const { . ... 73 љ PVT & operator+= ( PVT const &rhs) { . ... 85 љ PVT & operator+= ( double const &rhs) { . ... 101 љ PVT & operator/= ( double const &rhs) { . ... 120 љ PVT operator+ ( double const &rhs) const { . ... 126 љ PVT operator- ( double const &rhs) const { . ... 132 љ PVT operator* ( double const &rhs) const { . ... 138 љ PVT operator/ ( double const &rhs) const { . ... PVT operator/(double const &rhs) const . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/pvt_8h_source.html -- 55.1 Кб -- 07.05.2015
Похожие документы

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

11. Simon Jeffery's Software Store: TAP housekeeping
SUBROUTINE TAP_ERMES ( TEXT, TEXLEN, STATUS ) . Return an error message associated with a TAP status value. SUBROUTINE TAP_ERROR ( TAP_ROUTN, NAME, TEXT, STATUS ) . Report an error message. ... Report an error message associated with a TAP status value. ... Purpose: return an error message associated with a TAP status value. ... TEXT = CHARACTER * ( * ) (Given) TAP error message text. ... Invocation: CALL TAP_REP( NAME, TEXT, STATUS ) Description: An error message is built in the form: !! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_house.html -- 5.5 Кб -- 04.07.2002
Похожие документы

12. Date conversion functions
... All inputs for these functions and procedures can be arrays! . julian ( year _integer , month _integer , day _real ) Function; returns Julian day including fraction. Day can be fractional. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node184.html -- 5.2 Кб -- 28.04.2015
Похожие документы

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. Specifications
... This function can also be used for particular types of subtypes or kinds: KIND (0) integer KIND (0.0) floating point number KIND (.FALSE.) logical variable KIND ("A") string of characters There is an intrinsic function SELECTED_REAL_KIND , which returns the kind of the type REAL that has a representation with (at least) the precision and the exponential range requested. ... With the choice SELECTED_INT_KIND (5) all integers between (but not including the limits) -100 000 and +100 000 are permitted. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c2.html -- 7.8 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c2.html -- 7.8 Кб -- 17.02.1996
Похожие документы

15. ntpq - standard NTP query program
ntpq [ -inp ] [ -c command ] [ host ] [ ... ] . ntpq is used to query NTP servers which implement the recommended NTP mode 6 control message format about current state and to request changes in that state. ... Requests to read and write arbitrary variables can be assembled, with raw and pretty-printed output options being available. ntpq can also obtain and print a list of peers in a common format by sending multiple queries to the server. ... Causes output from query commands to be "cooked" . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/ntpq.html -- 17.1 Кб -- 21.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>2718) - www.sai.msu.su/ )

16. Astronaut Bio: Robert L. Stewart
... Robert L. Stewart (Brigadier General, USA, Ret.) ... SPECIAL HONORS: Awarded Army Distinguished Service Medal , Defense Superior Service Medal , 2 Legion of Merit, 4 Distinguished Flying Crossed, a Bronze Star, a Meritorious Service Medal , 33 Air Medals, the Army Commendation Medal with Oak Leaf Cluster and V Device, 2 Purple Hearts, the National Defense Service Medal , the Armed Forces Expeditionary Recipient of NASA Space Flight Medal (1984 & 1985). ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/stewart-rl.html -- 8.7 Кб -- 07.07.2015
Похожие документы

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

18. Apache module mod_cgi
This module provides for execution of CGI scripts. ... Module Identifier: cgi_module Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. ... Debugging CGI scripts has traditionally been difficult, mainly because it has not been possible to study the output (standard output and error) for scripts which are failing to run properly. ... Status: mod_cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_cgi.html -- 9.9 Кб -- 01.08.2003
Похожие документы

19. ASP: The Return of Halley's Comet
... Chapman, R. and Brandt, J.: The Comet Book: A Guide for the Return of Halleys Comet (1984, Jones and Bartlett) ? ... Branley, F.: Comets (1984, T.Y. Crowell) ? good picture book for students in grades K-3. ... Schatz, D.: The Comet Cometh: An Activity Book for the Return of Comet Halley ? ... Glenn, W.: "Halley's Comet Makes a Comeback'' in The Science Teacher Jan. 1984, p. 38. ... To construct a model of an Alien Being that could exist on another planet or satellite in our solar system. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/01/halley2.html -- 13.8 Кб -- 02.10.2012
Похожие документы

20. IRAF Multiple Extensions FITS (MEF) Files Interface
... The Multiple Extension FITS (MEF) file interface is an IRAF library providing facilities for general file operations upon FITS multi-extension files. ... The Multiple Extensions FITS (MEF) interface consists of a number of routines to mainly read a FITS Primary Data Unit or an Extension Unit and manipulate the data at a file level. ... Read the FITS header of a MEF file that matches the EXTNAME or EXTVER keyword values or if not specified, read the extension number `group'. ... The header filename. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/zaraten.html -- 12.2 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/zaraten.html -- 12.2 Кб -- 15.05.1998
Похожие документы

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


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

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

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