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

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.20