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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/miriad/progguide/node16.html.

1. CSPICE Routines: GDPOOL_C
... Abstract Return the d.p. 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. values 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/gdpool_c.html -- 8.7 Кб -- 17.12.2005
Похожие документы

2. Access Control - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > How-To / Tutorials . ... Access control refers to any means of controlling access to any resource. ... If you wish to restrict access to portions of your site based on the host address of your visitors, this is most easily done using mod_authz_host . The Allow and Deny directives let you allow and deny access based on the host name, or host address, of the machine requesting a document. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/howto/access.html -- 12.7 Кб -- 21.01.2013
Похожие документы

3. OptInt PmWiki : PmWiki / Documentation Index
OptInt PmWiki : Pm Wiki / Documentation Index . Beginner Topics for Creating/Editing Pages . ... The pages below describe various aspects of using , administering and troubleshooting a PmWiki installation, as well as aspects of the PmWiki community . ... Page variables - variables that are associated with pages . Page text variables - Page variables automatically made available through natural or explicit page markup . ... Wiki structure - PmWiki structural support for page organization . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/DocumentationIndex?action=print -- 26.3 Кб -- 01.03.2014
Похожие документы

4. Direct Access to UV Variables
Next: Variable Override Up: UV Data Sets Previous: Reading and Writing Continuum . The main routines to access the variables are the uvgetvr and uvputvr routines. ... Exactly n values are read or written. ... It returns the value of the variable, data . ... If you are not interested in reading the correlation data (i.e. if you do not intend calling uvread ), then the uvscan routine can be used to scan through the variable stream until another variable is encountered. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/progguide/node20.html -- 6.5 Кб -- 05.02.2013
Похожие документы

5. Access Control - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > How-To / Tutorials . ... Access control refers to any means of controlling access to any resource. ... If you wish to restrict access to portions of your site based on the host address of your visitors, this is most easily done using mod_authz_host . The Allow and Deny directives let you allow and deny access based on the host name, or host address, of the machine requesting a document. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/en/howto/access.html -- 10.8 Кб -- 25.02.2008
Похожие документы

6. Plot variables and their indices
... Some data selection widgets for plotting display more indices than needed for some of the plot variables in order to avoid recycling of the data selection widget if the variables change. ... They are organized by class, even though, strictly speaking, an plot class refers only to a specific selection of variables listed in a plot selection widget. ... Also note that the IDL variables in italic font denote a derivation from this variable, i.e. the data is not exactly identical to the variable...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node253.html -- 23.6 Кб -- 28.04.2015
Похожие документы

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. Used CAL State Variables
. Next: List of CCF Components Up: CAL_mosCTIcorrection Previous: Output Contents . instrument,ccdChipID,ccdNodeId, temperature, ccdModeId . observationStartTime . - we assume that CTI will change with time due to increasing radiation damage. We assume that this may be characterisable as a function of time, so that each component CTIn will have an associated dCTIn/dt, so that based on a reference date in the CCF file . Michael Smith 2011-09-20
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node100.html -- 3.4 Кб -- 20.09.2011
Похожие документы
Еще в разделе: (Показать все результаты (>11795) - xmm.vilspa.esa.es/ )

9. Physics 410/510 Observational Cosmology
... This class is designed to be an up to date summary of the last 10-20 years of observations relevant to Cosmology. ... Theory today is bombarded by a vast array of observational data but there remains no clear and preferred model for the origin and evolution of structure in the Universe. ... The inflationary paradigm and the nature of the Dark Matter - Inflation solves a lot of problems that are inherent in the standard Big Bang Model. ... Kinds of Dark Matter and Observational Constraints . ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1997/phys410.html -- 9.2 Кб -- 14.03.1997
Похожие документы
Еще в разделе: (Показать все результаты (>367) - zebu.uoregon.edu/ )

10. Further Data Types
... Defining New Data Types . Unions . ... Static Variables . ... struct gun { char name[50]; int magazinesize; float calibre; }; struct gun arnies; . ... struct gun { char name[50]; int magazinesize; float calibre; } arnies; . ... typedef struct gun { char name[50]; int magazinesize; float calibre; } agun; agun arnies={"Uzi",30,7}; . ... stat() { int auto_var = 0; static int static_var = 0; printf( ``auto = %d, static = %d n'', auto_var, static_var); ++auto_var; ++static_var; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
Похожие документы

11. M. de Groot, Consultant Research Associate
Next: W.M. Napier, Senior Research Up: Research Previous: M.E. Bailey, Director Contents . ... Correlation between Spectroscopy and Photometry in PCygni . ... A paper analysing the photometry of PCygni during the 20th century is in preparation in collaboration with C.Sterken, Brussels, and A. van Genderen, Leiden. ... On the invitation of its Editor, a review article on PCygni, in collaboration with G. Israelian (Tenerife) was produced for Astrophysics and Space Science . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/annrep/annrep99/node16.html -- 7.3 Кб -- 05.05.2000
Похожие документы