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

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

12. Making other commands available
. The value of the PATH variable is set so that you have access to the commands available on your system. You can use commands that are not on your path list by setting a new value for the PATH environment variable. Did You Know? .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/path2.html -- 2.0 Кб -- 17.01.1997
Похожие документы

13. Journal "Peremennye Zvezdy"
Peremennye Zvezdy", . ... Min . ... USNO-A2.0 1200-02251226 . ... Comm. ... Primary minima: . HJD(TT) . ... Primary minimum: HJD(TT) 2455906.453 0.005. ... A close pair of two stars: USNO-A2.0 1200-02275043 and 2MASS 04274467+3215128, USNO-A2.0 1200-02275043 varies. ... The coordinates of the variable stars in the table were drawn from the 2MASS catalogue (Skrutskie et al. 2006) except for a star USNO-A2.0 1200-02287405; their coordinates were drawn from the USNO-A2.0 catalogue (Monet et al. ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/varstars/msg/1282687 -- 21.3 Кб -- 08.04.2013
Похожие документы
Еще в разделе: (Показать все результаты (>47468) - www.astronet.ru/ )

14. Environment Variables in Apache
The Apache HTTP Server provides a mechanism for storing information in named variables that are called environment variables . ... For additional flexibility, the directives provided by mod_setenvif allow environment variables to be set on a per-request basis, conditional on characteristics of particular requests. ... As discussed above, the environment passed to CGI scripts includes standard meta-information about the request in addition to any variables set within the Apache configuration. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/env.html -- 15.1 Кб -- 01.08.2003
Похожие документы

15. Sternberg Astronomical Institute
SAI 175 anniversary . ... Moscow University . Search for in SAI Moscow University Search for in Russian astronomical resources . ... SAI Astronomical Databases . ... Browse SAI Software archive(ftp.sai.msu.su) . ASTRONET.RU - Russian Astronomical Network (available in translit also) . ... SAI Supernovae Research Group . ... Department of the Galaxy and Variable Stars (in Russian) . Sternberg Astronomical Institute Seminars . ... All-Russian Astronomical Olympiad (in Russian) . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/ -- 7.0 Кб -- 27.02.2014
Похожие документы

16. Dynamic Dynamic Queries (DDQ)
Next: Access to Data Sources and the ESO SkyCat Tool . ... We describe an implementation of Dynamic Queries (DQ), a recently developed method as an alternative to the perceived complicated SQL-type operations on relational databases by a very intuitive graphical interface. This prototype implementation, written within the NEMO package, uses ASCII sliders and the PGPLOT graphics interface and uses a novel interactive analysis back-end tool that is dynamically associated with the query. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/teubenp.html -- 12.2 Кб -- 23.06.1998
Похожие документы

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

18. Getting Common Information About Access Points
There are various kinds of generic information you can retrieve about an XPA access point by using the xpaget command. ... Each XPA access point supports a number of reserved sub-commands that provide access to different kinds of information, e.g. the access control for that access point. ... acl get (set) the access control list [options: host type acl, for set] . ... This access point is available only on the server machine. -env get (set) an environment variable [options: name (value, for set)] . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/info.html -- 7.9 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/info.html -- 7.9 Кб -- 01.10.2012
Похожие документы

19. Astronomy Workshop: Observing Variable Stars from the City ? February 15, 2015
... Observing . ... Home Education Workshops at Adorama Astronomy Workshop: Observing Variable Stars from the City ? February 15, 2015 . ... Beyond New York City . ... Observing Resources for Amateur Astronomers - Part 1: Beginning Observers . ... A History of the First Forty Years of the Amateur Astronomers Association . ... Presented by€а Adorama €аFor the Amateur Astronomers Association of New York . ... 2016 Amateur Astronomers Association of New York Designed by Press Customizr Powered by . ...
[ Сохраненная копия ]  Ссылки http://www.aaa.org/education/workshops-at-adorama/astronomy-workshop-observing-variable-stars-from-the-city-february-15-2015/ -- 102.0 Кб -- 10.04.2016
Похожие документы

20. ASP Conference Series, Vols. 1-34
Electronic access is now available for all ASP Conference Series Volumes. View the current list available on this page or browse the e-Book Access site . You may receive access with the purchase of a hard copy volume from the AstroShop , with an institutional subscription , or e-only purchases of books or articles on the e-Book Access site. ... Vol 1-218 . ... Vol 219+ . ... Purchase the printed volume, which includes free electronic access. ... Vol. ... Print ISBN: 0-937707-53-8 . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/pubs/cs/001-034.html -- 34.1 Кб -- 02.10.2012
Похожие документы

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


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

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

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