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

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

Показаны документы, содержащие фрагменты текста из документа
http://xmm.vilspa.esa.es/sas/8.0.0/doc/dal/node14.html.

1. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

2. Manual Page: htpasswd - Apache HTTP Server
NAME htpasswd - Create and update user authentication files SYNOPSIS htpasswd [ - c ] [ - m | ... p ] passwdfile username password htpasswd - n [ - m | ... p ] username password DESCRIPTION htpasswd is used to create and update the flat-files used to store usernames and password for basic authentication of HTTP users. ... Resources available from the httpd Apache web server can be restricted to just the users listed in the files created by htpasswd. ... The user is prompted for the password. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/htpasswd.html -- 9.8 Кб -- 20.06.2002
Похожие документы

3. http://xmm.vilspa.esa.es/sas/8.0.0/doc/specadd.ps.gz
XMM-Newton Science Analysis System Page: 1 specadd July 1, 2008 Abstract It creates a multiple X-ray spectrum FITS le either by stacking or putting to- gether two single spectrum les or by stacking a single spectrum on top of an existing multiple spectrum le. ... This type of spectral les is particularly useful when the user wants to simultaneously analyse di erent observations of the same object carried out with the same instrument or with di erent instruments. ...
[ Текст ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/specadd.ps.gz -- 46.3 Кб -- 01.07.2008
Похожие документы

4. Release Guide: Versions, Version Tracking, etc GPI Data Pipeline 1.0
... GPI Data Pipeline 1.0 documentation . GPI Data Pipeline Developer?s Guide . ... Release Guide: Versions, Version Tracking, etc . ... Creating a New Release Version . ... This page contains working notes for making new release copies of the pipeline. ... This needs to be changed in two places. shell> vi backbone/gpi_pipeline_version.pro shell> vi documentation/conf.py shell> svn commit backbone/gpi_pipeline_version.pro documentation/conf.py -m "increased version number to XX.YY" . ... pipeline ? ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/developers/releases_and_versioning.html -- 13.2 Кб -- 14.02.2014
Похожие документы

5. mod_so - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Modules . ... On Windows, where loadable files typically have a file extension of .dll , Apache httpd modules are called mod_whatever.so , just as they are on other platforms. ... Because Apache httpd for Windows does not have the Configure program of Apache httpd for Unix, the module's source file must be added to the ApacheCore project file, and its symbols must be added to the os\win32\modules.c file. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_so.html -- 13.8 Кб -- 19.11.2015
Похожие документы

6. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы

7. htpasswd - Manage user files for basic authentication - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... htpasswd is used to create and update the flat-files used to store usernames and password for basic authentication of HTTP users. ... Resources available from the Apache HTTP server can be restricted to just the users listed in the files created by htpasswd . ... Files managed by htpasswd may contain both types of passwords; some user records may have MD5-encrypted passwords while others in the same file may have passwords encrypted with crypt() . ... Delete user...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/programs/htpasswd.html -- 13.2 Кб -- 10.12.2010
Похожие документы

8. How to create a new tool in CASA Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... XML Schema for the tools description ( casa.xsd ) . These are my notes on how to create a new tool for CASA, in particular in this case a new tool to implement WVR phase correction. ... include <wvrphase_cmpt.h> . ... All of the files below need to be placed in the casa/code/xmlcasa/implement/synthesis directory and the tool will be built and accessible from Python. ... create (); wvrphase . ... How to create a new tool in CASA . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casanewtool.html -- 19.7 Кб -- 04.04.2016
Похожие документы

9. Pulsar Group PmWiki/Page File Format
... History . ... PmWiki . Summary: PmWiki group header. ... Summary:Create wiki formatted pages in bulk and for upload to your pmwiki site:) You may have many documents that you would like to use a local program to format in a format PmWiki can display. ... Only two lines are necessary in a PmWiki page file: . version=pmwiki-2.1.0 urlencoded=1 text=Markup text . ... Inside of a page file, PmWiki stores the latest version of the markup text, and uses this to render the page. ... Pulsar Surveys . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.PageFileFormat -- 18.1 Кб -- 01.03.2014
Похожие документы

10. http://www.gao.spb.ru/russian/lg/articl/seistide.pdf
... PDF created with pdfFactory Pro trial version www.pdffactory.com .1 (LOD) (M>6) XX . ... PDF created with pdfFactory Pro trial version www.pdffactory.com , , , . ... http://www.iris.washington.edu/] DMS IRIS, 318 >4 1964 2000 300 5 . ... M > 5.5 M < 5.5 . ... Geophysical Res. ... Evolutionary features of the geophysical time series: -I. Tide process and seismic series V.M.Vorotkov, V.L.Gorshkov Summary The new method of comparative study of the geophysical data of a various nature is offered. ...
[ Текст ]  Ссылки http://www.gao.spb.ru/russian/lg/articl/seistide.pdf -- 420.8 Кб -- 21.05.2007
Похожие документы
Еще в разделе: (Показать все результаты (>288) - www.gao.spb.ru/ )

11. Creating an SCCS file
. To place files under the control of SCCS use the command: sccs create filename(s) . For each filename given as an argument sccs create does the following: . filename is moved to ,filename . a history file s. filename is created in the SCCS subdirectory . a "read only" copy of the initial version of the file is made by sccs get . You can use the ls command to check that the history files have been created. ls SCCS . Now you can remove the ,filename files: rm ,* .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/utilities1/sccs_put3.html -- 2.3 Кб -- 17.01.1997
Похожие документы

12. Dynamic HTML in Communicator
... To run the <LAYER> version of the example, select: flower.htm . ... However, if the page had several layers with absolute positions, and you wanted to place another layer in a relative position to one of the existing layers, you could use inline JavaScript to calculate the value for LEFT or TOP . ... In this example, there is really no need to use inline JavaScript to position the last flower layer, since you could just let the TOP value default to its natural value, as in the other flower layers. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers34.htm -- 11.4 Кб -- 13.08.1997
Похожие документы
Еще в разделе: (Показать все результаты (>22574) - crydee.sai.msu.ru/ )

13. CREATE FULLTEXT CONFIGURATION
... CREATE FULLTEXT CONFIGURATION -- create full-text configuration . CREATE FULLTEXT CONFIGURATION cfgname PARSER prsname [ LOCALE localename ] [ AS DEFAULT ]; CREATE FULLTEXT CONFIGURATION cfgname [ { PARSER prsname | ... PARSER . ... LOCALE . ... Create new configuration test with default parser and ru_RU.UTF-8 locale. CREATE FULLTEXT CONFIGURATION test PARSER default LOCALE 'ru_RU.UTF-8'; =# \dF+ test Configuration "public.test" Parser name: "pg_catalog.default" Locale: 'ru_RU.UTF-8' Token | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-createcfg.html -- 10.1 Кб -- 13.04.2008
Похожие документы

14. Tcl- and [Incr tcl]- Based Applications for Astronomy and the Sciences
... Up: Science Software Applications . ... It has extensions for creating GUI (Tk) and object-oriented ([incr tcl]) applications. Several Tcl-based tools that may be used for astronomical and other scientific applications have been created and are discussed. One example is ptcl , which registers PGPLOT functions as Tcl commands, creating a powerful interactive plotting package. ... Both programs use the same C code, Tcl commands, and [incr tcl] classes; only the GUIs are different. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/eliasn.html -- 10.1 Кб -- 23.06.1998
Похожие документы

15. ControlPanel (ImageJ API)
... Class . ... Tree . ... Creates a panel with the hierarchical tree structure of (some of the) ImageJ's commands according to the structure of the String argument (see below). int[] . ... imagej menus" . creates a tree with all of ImageJ's menu structure, that means it replicates in tree form the ImageJ's menu bar; this includes any jar plugin and user plugins . ... Please note that when no arguments are passed, ImageJ's menus will be shown as a unique tree named "Control Panel"; if "imagej menus" . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/ControlPanel.html -- 14.1 Кб -- 02.12.2010
Похожие документы

16. The Creation of Helium
.
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/2000/ph123/lec06.html -- 8.0 Кб -- 21.06.2003
Похожие документы

17. Chapter 5. Listing of Installed Components
Chapter 5. Listing of Installed Components . ... An X driver (/usr/X11R6/lib/modules/drivers/nvidia_drv.so); this driver is needed by the X server to use your NVIDIA hardware. ... An X module for wrapped software rendering (/usr/X11R6/lib/modules/libnvidia-wfb.so.x.y.z and optionally, /usr/X11R6/lib/modules/libwfb.so); this module is used by the X driver to perform software rendering on GeForce 8 series GPUs. ... See Chapter 4, Installing the NVIDIA Driver for a more thorough description. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-05.html -- 11.4 Кб -- 30.10.2009
Похожие документы

18. SEEING (V1.3) --- Apr00 --- SEEING (V1.3)
seeing -- Create a simulated ground-based star image based on a model of atmospheric turbulence seeing output xdim ydim gamma fwhmx fwhmy . output = "" [image] . The name for the output image to be created. xdim = 512 [integer] . The X dimension for the output image. ydim = 512 [integer] . The Y dimension dor the output image. gamma = 1.6666 [real] . ... For a discussion of the significance of this please see the discussion below and the references given. fwhmx = 5.0 [real] . ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/imres/seeing.hlp.html -- 4.0 Кб -- 06.06.2006
Похожие документы

19. SSAU scientists have created an unique simulator for pilots and drivers
... Scientists of Samara State Aerospace University (SSAU) have created an unique mobile platform for the production of training and gaming simulators. ... Such mobile platforms also known as the Stewart platforms became widespread in the world primarily as simulators for training of highly-qualified military pilots and drivers. ... For example, the Rocket and Space Centre Progress is going to test level sensors for residual fuel in the fuel tanks of the rocket carrier on this mobile platform. ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/12087/ -- 25.8 Кб -- 23.12.2015
Похожие документы

20. Irina Glushneva
... The main field of my investigations is stellar spectrophotometry. As a result of scientific activity of our group spectrophotometric catalog was created including energy distribution data on 900 stars in the range 3200-7600AA and 250 stars in the range 6000-10800AA (Voloshina et al., Spectrophotometry of Bright Stars, ed. I.N.Glushneva, 1982, Moscow, Nauka, in Russian). ...
[ Сохраненная копия ]  Ссылки http://uranus.sai.msu.ru/glush.html -- 2.6 Кб -- 20.07.2009
Похожие документы
Еще в разделе: (Показать все результаты (>28) - uranus.sai.msu.ru/ )

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


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

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

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