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

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

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

1. CSPICE Routines: REPMD_C
... Abstract Replace a marker with a double precision number. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- in I Input string. marker I Marker to be replaced. value I Replacement value. sigdig I Significant digits in replacement text. lenout I Available space in output string. out O Output string. ... The first occurrence of marker in the input string is to be replaced by value. ... Index_Entries replace marker with d.p. number . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/repmd_c.html -- 10.7 Кб -- 17.12.2005
Похожие документы

2. OptInt PmWiki : PmWiki / Other Variables
OptInt PmWiki : Pm Wiki / Other Variables . ... This variable is an array that is used for defining Page Variables . ... To have the page variable $MyVar produce the contents of the internal variable $myvar , many folks try the following which does not work: . ... There are several correct ways to do this, depending on whether you need the value of the $myvar variable as it was at the time the $FmtPV entry was created, or at the time that a particular instance of $MyVar is being rendered on a page. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/OtherVariables?action=print -- 16.2 Кб -- 01.03.2014
Похожие документы

3. Configuration Files - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Apache HTTP Server is configured by placing directives in plain text configuration files. ... The server also reads a file containing mime document types; the filename is set by the TypesConfig directive, and is mime.types by default. httpd configuration files contain one directive per line. ... The server administrator further controls what directives may be placed in .htaccess files by configuring the AllowOverride directive in the main configuration files. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/configuring.html -- 18.1 Кб -- 19.11.2015
Похожие документы

4. Pulsar Group PmWiki/Fmt Page Name
... Summary: PmWiki group header. ... PmWiki.FmtPageName $:Audience} . Summary: Documentation for the PmWiki internal function FmtPageName() :) (:Audience: admins (advanced) :) This page describes an internal function in PmWiki 's engine called FmtPageName(). ... Returns $fmt , with $variable and internationalisation substitutions performed, under the assumption that the current page is pagename . ... Replace any sequences of the form $XyzFmt with value of any corresponding global variable. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.FmtPageName -- 21.2 Кб -- 01.03.2014
Похожие документы

5. Command line procedures
Next: Accessing data files Up: CHAMELEON Previous: Catalog access Contents . In this chapter we list some of the useful command line procedures. ... In the following, italic names, e.g. value , have to be replaced with variable names; if no type is specified in the procedure usage description, they will be allocated automatically and return the data requested. ... Accessing data files . Loading configuration and logs . ... Loading data . ... Astrometry . ... Astrometry procedures . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node173.html -- 5.1 Кб -- 28.04.2015
Похожие документы

6. http://xmm.vilspa.esa.es/sas/5.4.1/doc/rgsrmfgen/ChangeLog
ChangeLog for rgsrmfgen =============================== Version 0.50.2 - 2002-02-12 ( JDR ) -------------- - task description updated with correct default for the --ebins parameter Version 0.50.1 - 2002-01-17 ( JDR ) -------------- - supports arbitrary energy selection regions - bug fix: does not rely on implicit initialization of global variables Version 0.50 - 2002-01-16 ( JDR ) ------------ - changed default to --ebins=4000 Version 0.49 - 2001-10-10 ( ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/rgsrmfgen/ChangeLog -- 8.8 Кб -- 12.02.2002
Похожие документы
Еще в разделе: (Показать все результаты (>9704) - xmm.vilspa.esa.es/ )

7. Generic routines
... We now also have the possibility to write our own generic functions or subroutines. ... PROGRAM SWAP _MAIN IMPLICIT NONE INTEGER :: I, J, K, L REAL :: A, B, X, Y CHARACTER :: C, D, E, F INTERFACE SWAP SUBROUTINE SWAP _R(A, B) REAL, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _R SUBROUTINE SWAP _I(A, B) INTEGER, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _I SUBROUTINE SWAP _C(A, B) CHARACTER, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _C ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c10.html -- 6.2 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c10.html -- 6.2 Кб -- 11.02.1996
Похожие документы

8. Fixed Container
... Container Widgets . ... Normally, Fixed widgets don't have their own X window. ... The following example illustrates how to use the Fixed Container . #include gtk/gtk.h /* I'm going to be lazy and use some global variables to * store the position of the widget within the fixed * container */ gint x = 50; gint y = 50; /* This callback function moves the button to a new position * in the Fixed container . */ void move_ button ( GtkWidget * widget , GtkWidget * ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/sec-fixedcontainer.html -- 6.6 Кб -- 19.07.2002
Похожие документы

9. Configuration Files
... Scope of Directives .htaccess Files . ... Apache is configured by placing directives in plain text configuration files. ... Any directive may be placed in any of these configuration files. ... Apache configuration files contain one directive per line. ... Directives placed in the main configuration files apply to the entire server. ... The server administrator further controls what directives may be placed in .htaccess files by configuring the AllowOverride directive in the main configuration files....
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/configuring.html -- 11.3 Кб -- 05.11.2004
Похожие документы

10. The first national Earth remote sensing satellite of Turkey will be placed into
... Comments, Opinions Publications Dnepr Program . Dnepr launch record 17 August 2011. Cluster Launch of Dnepr LV 22 August 2013 KOMPSAT-5 Launch 21 November 2013. Dnepr Cluster Mission 2013 19 June 2014. ... ISC Kosmotras announces signing of a launch contract with T B?TAK Space Technologies Research Institute (T B?TAK UZAY) for injection of RASAT spacecraft - the first Earth observation satellite designed and manufactured in Turkey by Dnepr LV in 2010. ... Dnepr LV Performance . ...
[