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

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

Показаны документы, содержащие фрагменты текста из документа
http://star.arm.ac.uk/f77to90/f95.html.

1. Fortran 95
... 17.1 New features . ... Pure procedures . ... A function NULL to nullify a pointer . ... Complete version of END INTERFACE Pure functions are functions without side effects, and elemental functions are pure functions with only scalar arguments and with scalar result. ... Elemental functions are pure functions with only scalar dummy arguments (not pointers or procedures) and with scalar result (not pointer). That a function is elemental can be indicated with the new ELEMENTAL prefix. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/f95.html -- 15.4 Кб -- 20.08.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/f95.html -- 15.4 Кб -- 20.08.1996
Похожие документы
Еще в разделе: (Показать все результаты (>1553) - crydee.sai.msu.ru/ )

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

3. Recipe Editor GPI Data Pipeline 1.0 documentation
... GPI Data Pipeline 1.0 documentation . ... Recipe Editor . ... Saving and Executing Data Reduction Recipes . Data Parser . ... The Recipe Editor is a graphical tool for editing recipe files: changing the input files, the data processing steps, their order, or the various function parameters. ... The Recipe Editor will attempt to guess an appropriate reduction template based on the FITS headers of the loaded files (for instance, checking if they are darks or flats or science data). ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/usage/recipe_editor.html -- 12.5 Кб -- 14.02.2014
Похожие документы

4. OptInt PmWiki : Available Actions
OptInt PmWiki . Pm Wiki / . Edit Page | ... Available Actions . ... Cookbook actions . Page actions are applied to wiki pages, as a query string appended to the URL . ... edit the specified page, see basic editing PmWiki's basic edit syntax . ... action= dc . ... To see more than what ?action=ruleset gives you, apply the Cookbook:MarkupRulesetDebugging recipe: it can also show the pattern and the replacement strings. doesn't make use of PmWiki's authorization mechanisms. ?action= phpinfo . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/AvailableActions -- 38.1 Кб -- 28.02.2014
Похожие документы

5. mod_charset_lite - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Specify character set translation or recoding . ... mod_charset_lite allows the server to change the character set of responses before sending them to the client. ... CharsetDefault . ... The character set name parameters of CharsetSourceEnc and CharsetDefault must be acceptable to the translation mechanism used by APR on the system where mod_charset_lite is deployed. ... Specifying the same charset for both CharsetSourceEnc and CharsetDefault disables...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_charset_lite.html -- 15.6 Кб -- 19.11.2015
Похожие документы

6. ESO - Science Announcements
... Science Users Information > Science Publications > Science Announcements . ... Science Archive Facility . ... Published: 23 May 2015 . The Archive Science group has now published a user guide providing a description of the reduced data products that can be browsed and downloaded from the dedicated Phase 3 query forms of the Science Archive Facility . ... Published: 25 Apr 2015 . ... Phase 3 allows users to return their reduced data for publication via the ESO Science Archive Facility . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/publications/announcements.page8.html -- 42.7 Кб -- 09.04.2016
Похожие документы

7. mod_charset_lite - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Specify character set translation or recoding . ... charset_lite_module . ... CharsetDefault . ... The character set name parameters of CharsetSourceEnc and CharsetDefault must be acceptable to the translation mechanism used by APR on the system where mod_charset_lite is deployed. ... The ImplicitAdd keyword specifies that mod_charset_lite should implicitly insert its filter when the configuration specifies that the character set of content should be translated. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/en/mod/mod_charset_lite.html -- 13.7 Кб -- 10.12.2010
Похожие документы

8. An IRAF-Independent Interface for Spatial-Region Descriptors
... To move toward open analysis software, we plan to make the PROS regions subsystem available from processes outside of IRAF. We also plan to make the region descriptor parsing system available for purposes beyond the creation of masks, such as an interface to an image display program, accepting a region descriptor and generating commands to display the region on an image. ... Anticipating two kinds of new requirements, we reconsidered the design of the PROS region descriptor processing subsystem. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/schmidtd.html -- 11.4 Кб -- 03.11.2000
Похожие документы

9. Examples of using the for statement
... To go through each file in the current directory and compare it with the same filename in another directory: #!/bin/sh # compare files to same file in directory "old" for i in * do echo $i: cmp $i old/$i echo done . ... Some examples of command substitution in for loops: #!/bin/sh # do something for all files in current # directory according to time modified for i in `ls -t` do ... done # do something for all non-fred files. for i in `cat filelist | ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.6.2.1.html -- 3.2 Кб -- 17.01.1997
Похожие документы

10. Benchmark (ImageJ API)
... Class . ... FIELD | ... METHOD . ... java.lang.Object ij.plugin.filter.Benchmark . ... PlugInFilter . public class Benchmark . ... This method is called once when the filter is loaded. ... This method should return a flag word that specifies the filters capabilities. ... ImageJ will lock the image before calling this method and unlock it when the filter is finished. For PlugInFilters specifying the NO_IMAGE_REQUIRED flag and not the DONE flag, run(ip) is called once with the argument null . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/Benchmark.html -- 15.4 Кб -- 02.12.2010
Похожие документы

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

12. Reference Clock Options
The NTP Version 3 daemon currently supports several different radio, satellite and modem reference clocks plus a special pseudo-clock used for backup or when no other clock source is available. Detailed descriptions of individual device drivers and options can be found in the Reference Clock Drivers page. Additional information can be found in the pages referenced there, including the Debugging Hints for Reference Clock Drivers and How To Write a Reference Clock Driver pages. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/clockopt.html -- 7.6 Кб -- 21.12.2007
Похожие документы

13. Analysis Routines in SAOtng
Each file type known to SAOtng can have user-defined analysis commands associated with it. ... A help line describing the file types . ... For example, the default analysis file currently contains the following: # # Analysis command descriptions: # help # file templates # file types # analysis command line counts -- number of events in region (no background) *.qp *.imh QPOE IMH uiraf '${xraybin}'/x_xspatial.e imcnts source='${filename}' region=$sregion bkgd=0 table=NONE | ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/analysis.html -- 4.8 Кб -- 01.10.2012
Похожие документы

14. Command line options
... Common options . All SAS tasks support the following command line options: . ... If the task uses the ODF Access Layer ( oal ) the following command line option is recognized as well: . ... odf odf . ... odf can be the name of an ODF summary file as created by the task odfingest or merely the name of a directory containing one. ... All tasks may have additional parameters in a parameter file, that can be set on the command line (more information can be found in package param ). param = value . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/taskmain/node2.html -- 10.4 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>10279) - xmm.vilspa.esa.es/ )

15. Cтандарты IEEE, ISO, связанные с информационными технологиями и открытыми
... Открытые системы . ... Стандарты IEEE, ISO, связанные с информационными технологиями и открытыми системами . ... Information Technology--Portable Operating System Interface (POSIX&)--Part 1: System Application: Program Interface (API) [C Language] . ... IEEE Standard for Information Technology--Portable Operating System Interface (POSIX&)--Part 2: Shell and Utilities-Amendment 1: Batch Environment . ... 2) Стандарты ISO, связанные с открытыми системами . ... ISO/IEC 2382-26:1993 . ... ISO 8807:1989 ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/rus/casr/os/3_5/3.htm -- 74.3 Кб -- 25.12.2000
Похожие документы

16. Looping and Iteration
... The for statement . ... This chapter will look at C's mechanisms for controlling looping and iteration. ... In the third example the loop will continue to iterate until z becomes 0; . ... NOTE: The postfix x- operator which uses the current value of x while printing and then decrements x . ... If the value we have read is negative, we wish to print an error message and abandon the loop. If the value read is great than 100, we wish to ignore it and continue to the next value in the data. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node6.html -- 12.7 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node6.html -- 12.7 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node6.html -- 12.7 Кб -- 02.10.2012
Похожие документы

17. Freedom of Information, Armagh Observatory
... Armagh Observatory, College Hill, Armagh BT61 9DG, +44 (0)28 3752 2928 . Access to Information under the Data Protection Act and the Freedom of Information Act . ... Annual Reports . ... Armagh Observatory and Planetarium Annual Financial Reports . ... The Partial Solar Eclipse of Friday 20th March 2015 - leaflet, PDF . ... The Armagh Observatory Grounds and Astropark - leaflet, PDF . The Armagh Observatory Grounds and Astropark - flyer, PDF . ... A Tour of Armagh Observatory - PDF . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/FOI/ -- 6.9 Кб -- 18.02.2015
Похожие документы

18. Apache module mod_vhost_alias
This module provides support for dynamically configured mass virtual hosting . ... Source File: mod_vhost_alias.c . ... For simple name-based virtual hosts you might use the following directives in your server configuration file: UseCanonicalName Off VirtualDocumentRoot /usr/local/apache/vhosts/%0 . A request for http://www.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/www.example.com/directory/file.html . ... Module: mod_vhost_alias . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_vhost_alias.html -- 13.1 Кб -- 15.10.2001
Похожие документы

19. References and Documentation
... available from http://www.vsop.isas.ac.jp/ops/VSOG_doc.html . draft dated 1 July 1996. ... dated 12 March 1996. ... version 2.0, dated 14 Dec 96. ... version 2.0, dated 19 Feb 1996. ... version 1.0, dated 11 October 1996. ... version 3.0, dated 10 April 1996. ... version 1.1, dated 30 July 1996. ... version 1.10, dated 13 Nov 1996. ... version 1.0, dated 05 Sep 1997. available from http://www.vsop.isas.ac.jp/ops/VSOG_doc.html . ... draft version dated 27 November 1996. back to top . ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/refdoc.htm -- 5.9 Кб -- 18.05.2001
Похожие документы

20. Digitized Sky Survey - SIAP Interface
SAI VO . ... SAI CAS . ... Web Services . Catalog Access Services . ... SAI VO Wiki . ... Program Access . SAI CAS Wiki . SAI Web Services . ... DSS Mirror . ... We provide an implementation of IVOA standard Simple Image Access Protocol interface to our DSS mirror. Service metadata is available here . Currently, we provide the atlas service only, which returns the list of original DSS images intersecting the requested sky area. ... SAI MSU | ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/dss/siap.html -- 5.0 Кб -- 01.10.2012
Похожие документы

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


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

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

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