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

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 . ...
[ Сохраненная копия ]  Ссылки http://www.kosmotras.ru/en/news/81/ -- 16.5 Кб -- 09.04.2016
Похожие документы

11. trap: Handling command lists
The command list is placed between single quotes, as the command line is scanned twice, once when the shell first encounters the trap command and again when it is being executed. trap ' command-list ' signal-list . ... If command-list is not specified, then the action taken on receipt of any signal in the signal-list is reset to the default system action. If command-list is an explicitly quoted null command (' ' or " "), then the signals in signal-list are ignored by the shell. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.9.2.html -- 2.7 Кб -- 17.01.1997
Похожие документы

12. Journal "Peremennye Zvezdy"
GCVS Names for Interesting Young Variable Stars . Peremennye Zvezdy ( Variable Stars ) 31 , No. ... These stars will enter the 80th Name List of Variable Stars but are given GCVS names now in order to make it possible for investigators to use permanent names in their publications. Permanent designations in the system of the General Catalogue of Variable Stars (GCVS) are regularly announced in the so-called Name Lists of Variable Stars. ... Table 1: GCVS names for young variable stars . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/varstars/msg/1251844 -- 14.8 Кб -- 31.08.2011
Похожие документы

13. variable stars | Astronomy.com
... Tonight's Sky . ... The Magazine . News . Observing . ... Magazine . ... Star Atlas . ... Gravitational wave search provides insights into galaxy evolution and mergers . ... The double star 54 Leonis, spiral galaxy NGC 3198, and emission nebula NGC 3199 . ... Open cluster NGC 2818, spiral galaxy NGC 2964, and spiral galaxy NGC 2976 . ... Astronomy for Kids . ... variable stars . ... Receive news, sky-event information, observing tips, and more from Astronomy's weekly email newsletter. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/tags/variable-stars -- 56.4 Кб -- 09.04.2016
Похожие документы

14. Steel supports being placed under the main beams of the library floor.
... Steel supports being placed under the main beтАж . Sidebar Left . Sidebar Top . No Sidebar . Sidebar Bottom . Sidebar Right . ... Title: Steel supports being placed under the main beams of the library floor. ... Steel supports being placed under the main beams of the library floor. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/gallery3/index.php/reconstruction/album36/DSCN1061 -- 31.4 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>497) - www.mso.anu.edu.au/ )

15. sband
... The St. status values have mm_nn . ... Main loop: (723.c) . ... When standby starts, the comseq variable is set to 4. ... if !st.gen.sumFlwPrf_38_20 cooling summary flow proofs missing. cooling(1). start coolling and return to main loop. if(!st.ttiDI.filContPrf_20_10) digital input filament contactor proof missing . ... Return to main loop. if(st.ttiDI.kly1Sel_8_1 and not st.ttiDI.kly1MagContPrf_20_20) kly1 selected and kly1 magnet contactor proof missing . ... start kly1 magnet. return to main loop...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/sband/standby.html -- 7.3 Кб -- 17.06.2011
Похожие документы

16. SAI graduates 1982
SAI, graduates year 1982. ... Note: when just a 7-digit phone number is shown, it refers to a phone located in Moscow (international access 007-495). "+" in front of a number means that you must dial an international access code first (or just press "+" on your mobile phone keypad). ... 939-1672(work); . ... Ataev Sasha . 1-(703)-536-8881(home) (USA); . ... Bychkov Sergey . ... 1-(410)-740-8205(home), +1-(301)-286-2150(work) (USA); . ... 1-(412)-767-0332(home), +1-(412)-608-9339(mobile) (USA); . ...
[ Сохраненная копия ]  Ссылки http://uranus.sai.msu.ru/~igor/sai82/ -- 6.1 Кб -- 22.04.2009
Похожие документы
Еще в разделе: (Показать все результаты (>11) - uranus.sai.msu.ru/ )

17. Mean places of star explanation page of Computer Ephemeris (DE200/LE200).
. Computer Ephemeris. Mean places of fundamental stars. Explanations. Table presented contains mean places at the middle of the year of all FK5 stars with -80
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/ephem/exp/St1.html -- 2.1 Кб -- 16.10.2004
Похожие документы

18. http://hea-www.harvard.edu/ChaMPlane/quantile/4ciao4.3/strreplace.pro
NAME: ; STRREPLACE ; ; PURPOSE: ; The STRREPLACE procedure replaces the contents of one string ; with another. The first occurrence of the search substring, Find ; within the source string, String is replaced by the string, ; Replacement. ... CALLING SEQUENCE: ; ; STRREPLACE, String, Find, Replacement ; ; INPUTS: ; String: The string to have substring(s) replaced. ... Find: The scalar substring to be replaced. ... Replacement: A scalar string to replace the Find substring. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/quantile/4ciao4.3/strreplace.pro -- 3.2 Кб -- 20.03.2012
Похожие документы

19. APO WWW Search
Search the public APO pages. To modify the search terms, see the 'Search Term Modifiers' below the search window. ... To perform a single character wildcard search use the "?" symbol. ... This search will find terms like foam and roams. ... For example to search for a "apache" and "jakarta" within 10 words of each other in a document use the search: "jakarta apache"~10 . ... To search for documents that contain either "jakarta apache" or just "jakarta" use the query: "jakarta apache" jakarta . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/cgi/search.py -- 8.8 Кб -- 09.04.2016
Похожие документы

20. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы

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


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

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

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