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

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

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

1. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... 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. ... 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.sao.ru/tb/manual/en/mod/mod_cgi.html -- 15.6 Кб -- 10.12.2010
Похожие документы

2. CSPICE Routines: BODVCD_C
... Abstract Fetch from the kernel pool the double precision values of an item associated with a body, where the body is specified by an integer ID code. Required_Reading KERNEL NAIF_IDS . ... It's an error to supply an output array that is too small to hold all of the values associated with the requested kernel variable. ... Particulars This routine simplifies looking up PCK kernel variables by constructing names of requested kernel variables and by performing error checking. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/bodvcd_c.html -- 9.5 Кб -- 17.12.2005
Похожие документы

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

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

5. User interface
GIPSY programs do not interact with the user directly, but do this through the GIPSY user interface, Hermes . If for instance a program needs some input from the user, it will send a request to Hermes which will then prompt the user for the required parameters. ... If a program wants to inform the user that the integrated flux density of a source is x Janskys, it will not do this with an ordinary WRITE statement, but via a library routine which sends a request to Hermes. ... The default level . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/srvreq/programmers.html -- 7.2 Кб -- 17.01.2009
Похожие документы

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

7. Chapter 11. Specifying OpenGL Environment Variable Settings
Chapter 11. Specifying OpenGL Environment Variable Settings . ... Several antialiasing methods are available and you can select between them by setting the __GL_FSAA_MODE environment variable appropriately. ... To see the available values for __GL_FSAA_MODE along with their descriptions, run: nvidia-settings --query=fsaa --verbose . The __GL_FSAA_MODE environment variable uses the same integer values that are used to configure FSAA through nvidia-settings and the NV-CONTROL X extension. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-11.html -- 10.3 Кб -- 30.10.2009
Похожие документы

8. OptInt PmWiki : PmWiki / Page specific variables
OptInt PmWiki : Pm Wiki / Page specific variables . ... Page variables have the form {$ variable } , and can be used in page markup or in certain formatting strings in PmWiki. ... Prefixing the variable name with an asterisk (*) means the variable reflects the value related to the target page or main page. ... Namespaced} - spaced page name, as in "Page Variables" . ... Defines new Page Variable of name $CurrentSkin, which can be used in the page with {$CurrentSkin} (also for Conditional markup ). ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageVariables?action=print -- 19.7 Кб -- 01.03.2014
Похожие документы

9. Doug Burke's Perl/S-Lang pages: Array examples
... Using sl_array . Array information . ... Inline::SLang . Doug's Home Page . ... Since the support for arrays in S-Lang and Perl do not match, the conversion of array values between the two languages is not entirely seemless, as shown in the examples below. ... The third option is to use a Perl Array_Type object to store the data; the Array_Type class is part of Inline::SLang and is as inefficient as using an array reference but does retain knowledge about the array size and type. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_array.html -- 11.6 Кб -- 02.10.2012
Похожие документы

10. LWN: Driver porting: Request Queues II
... This article is part of the LWN Porting Drivers to 2.6 series . This article continues the look at request queues in 2.6; if you've not read the first part in the request queue series, you may want to start there. ... typedef int (prep_rq_fn) (request_queue_t *q, struct request *rq); . ... To add your prep function to a request queue, call: . ... int blk_queue_init_tags(request_queue_t *q, int depth, struct blk_queue_tag *tags); . ... void blk_queue_free_tags(request_queue_t *q); . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/27361.html -- 19.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/27361.html -- 19.5 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/27361.html -- 19.5 Кб -- 02.10.2012
Похожие документы

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

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

13. ADASS 2003 Conference Proceedings
... To allow the access to external applications and expert or normal users that need to retrieve data directly from the archive bypassing the Java User Interface, an integrated Archive Inter Operability system (AIO) has been developed for XSA and IDA. ... The IDA and XSA Archive Inter-Operability (AIO) systems allow external applications or archives to access directly the ISO and XMM-Newton data products bypassing the standard User Interfaces which require interactions with a human being. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/D3/ -- 12.5 Кб -- 27.08.2004
Похожие документы

14. http://www.stecf.org/software/ASTROsoft/DER_SNR/der_snr.pro
... In the median ; function of IDL, the higher of the two values is returned. ... Felix Stoehr, [ST-ECF] xxx = xx(sort(xx)) n = n_elements(xxx) if ((n mod 2) eq 0) then begin return , 0.5 * (max([0,xxx(n/2-1)])+xxx(n/2)) endif else begin return , xxx((n-1)/2) endelse end ;----------------------------------------------------------------------------------------- ; ;***************************************************************************************** function DER_SNR , ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/ASTROsoft/DER_SNR/der_snr.pro -- 4.6 Кб -- 01.10.2007
Похожие документы
Еще в разделе: (Показать все результаты (>263) - www.stecf.org/ )

15. http://www.apo.nmsu.edu/Telescopes/ARCSAT/ObsSchedules/arcsat_oct2014/AS07.html
... So, I requested the dark time in the following two weeks. ... November 17-23 dark 2. December 15-21 dark INSTRUMENT: FlareCam FILTERS: SDSS ugriz COMMENTS: BRIEF SCIENCE JUSTIFICATION: Besides the dwarf novae with short orbital period CVs, Nova-like variables including SW Sex-type CVs with high accretion rates and Intermediate polars with long orbital periods are also critical to unravel CV formation and evolution. ... We expect to do high time resolution photometry for the bright targets. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/ARCSAT/ObsSchedules/arcsat_oct2014/AS07.html -- 3.4 Кб -- 08.10.2014
Похожие документы

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

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

18. Line (ImageJ API)
... java.lang.Object ij.gui.Roi ij.gui.Line . ... public class Line . ... int . ... protected double . ... Constructor Detail public Line (int ox1, int oy1, int ox2, int oy2) . Creates a new straight line selection using the specified starting and ending offscreen integer coordinates. public Line (double ox1, double oy1, double ox2, double oy2) . Creates a new straight line selection using the specified starting and ending offscreen double coordinates. public Line (int sx, int sy, ImagePlus imp) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/Line.html -- 37.4 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>583) - www.astro.louisville.edu/ )

19. Journal "Peremennye Zvezdy"
Peremennye Zvezdy ( Variable Stars ) 32 , No. ... We report on our photometric analysis of the poorly studied cataclysmic variable in Ophiuchus, 1RXS J174320.1-042953 (DDE 11). ... The long-term behavior of J1743-0429 shows that it is a probable magnetic cataclysmic variable (polar), with a large difference between its low and high states. The orbital period obtained from our observations is 0 0866, or 2 08, close to the lower boundary of the period gap of cataclysmic variables. ... Fig. ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/varstars/msg/1269010 -- 15.9 Кб -- 15.08.2012
Похожие документы

20. OFFICIAL PRESS RELEASE - S.P. KOROLEV ROCKET & SPACE CORPORATION ENERGIA
OFFICIAL PRESS RELEASE . ... The Primary Expedition 7 crew International Space Station (ISS) - Russian cosmonaut Yuri Malenchenko (ISS-7 commander, Soyuz TMA-2 commander), American astronaut Edward Lu (ISS-7 flight engineer, Soyuz TMA-2 flight engineer-1) - and European Space Agency (ESA) astronaut, Visiting Expedition 5 (VE-5) flight engineer, Soyuz TMA-2 flight engineer-2 Pedro Duquer of Spain have returned to Earth in the Descent Module (DM) of the Soyuz TMA-2 spacecraft. ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/news/news-2003/press_release_iss-16.html -- 18.0 Кб -- 10.04.2016
Похожие документы

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


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

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

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