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

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

Показаны документы, содержащие фрагменты текста из документа
http://hea-www.harvard.edu/~dburke/perl-slang/.

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. HyperLeda: example of online pipeline processing
Examples of pipeline processing . ... This page presents examples of "on the fly" processing of FITS astronomical data available on the WEB using the HyperLeda pipeline tools. ... In many cases, raw data are archived and a consisten description of the file (FITS header) allows to process them on the fly. ... This first command makes a "pre-view" display of the image. o=fa:L93111HP1/00147&z=vg . ... The result of a pipeline processing is a FITS file that you can read as a normal disk file. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/fetch/HL/11/examples.html -- 11.1 Кб -- 23.12.2013
Похожие документы

3. WIP -- An Interactive Graphics Software Package
... WIP is an interactive package with a simple to use interface designed to produce high quality graphical output. WIP was developed as part of the Berkeley-Illinois-Maryland Association (BIMA) project and is available via anonymous ftp. ... Included in the WIP distribution is a complete manual which contains several sample figures with associated commands, a frequently asked questions section, and a descriptive listing of all available commands. ... Figure illustrates WIP's ability to handle images. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/morganj.html -- 11.8 Кб -- 03.11.2000
Похожие документы

4. casacore: casa/Arrays/ArrayOpsDiffShapes.h Source File
... Files . ... File List . File Members . casa . Arrays . ... National Radio Astronomy Observatory 00023 //# 520 Edgemont Road 00024 //# Charlottesville, VA 22903-2475 USA 00025 //# 00026 //# $Id: ArrayOpsDiffShapes.h 20739 2009-09-29 01:15:15Z Malte.Marquarding $ 00027 00028 #ifndef CASA _ARRAYOPSDIFFSHAPES_H 00029 #define CASA _ARRAYOPSDIFFSHAPES_H 00030 00031 #include casa / Arrays /ArrayMath.h 00032 #include casa / Arrays /ArrayLogical.h 00033 //#include casa / ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/ArrayOpsDiffShapes_8h_source.html -- 18.8 Кб -- 14.02.2011
Похожие документы

5. Programming Languages
... VMS users have the following compilers available: C, C++, Pascal, FORTRAN, and MACRO--which is a low-level language. ... Create a source file containing valid program statements as defined by the language. ... Run the program. ... FORT RECALC $ LINK RECALC $ RUN RECALC When you write your programs, your source files should always have a file type that identifies the programming language being used. ... Users create a source file of MACRO statements and then compile, link, and run, the file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_45.html -- 9.1 Кб -- 01.11.1995
Похожие документы

6. lte-codes: sterne model atmospheres
lte-codes . Sterne . ... In 2006, Behara and Jeffery introduced a new file format for the model atmospheres produced by STERNE and used by SPECTRUM and SFIT. ... allow depth-dependent descriptions of composition, and . ... model.lambda_ref <lambda ref > . ... abundance < elem > < abund > . ... structure.abundance < elem > : ( needs N depth ) . ab elem,1 , ab elem,2 , ..., ab elem,Ndepth > . ... structure.tau_ref : ( needs N depth ) . ... structure.opac_ref : ( needs N depth ) . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/help_stn_model.html -- 8.6 Кб -- 15.09.2006
Похожие документы
Еще в разделе: (Показать все результаты (>2586) - star.arm.ac.uk/ )

7. Arrays and Strings
... Single and Multi-dimensional Arrays . Strings . ... BEWARE: In C Array subscripts start at 0 and end one less than the array size. ... In C Strings are defined as arrays of characters. ... char name[50]; C has no string handling facilities built in and so the following are all illegal : . ... In order to allow variable length strings the 0 character is used to indicate the end of a string. ... Write a C program to read through an array of any type. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node7.html -- 6.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node7.html -- 6.5 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node7.html -- 6.5 Кб -- 02.10.2012
Похожие документы

8. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>682) - www.mso.anu.edu.au/ )

9. How to extract MOS spectra of a point-like source and associated matrices
... This thread contains a step-by-step recipe to extract MOS spectra of a point-like source observed in Imaging mode and to create associated response matrices, starting from a calibrated, concatenated event list (either produced with emproc or available as PPS product; here it has the assumed file name MOS.fits ). ... The users should note that the SAS metatask xmmselect allows them to interactively define source and background regions (via ds9) and to run backscale on the fly. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/documentation/threads/MOS_spectrum_thread.html -- 11.6 Кб -- 15.06.2007
Похожие документы

10. mod_setenvif - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Allows the setting of environment variables based on characteristics of the request . ... setenvif_module . ... The mod_setenvif module allows you to set internal environment variables according to whether different aspects of the request match regular expressions you specify. ... Environment Variables in Apache . ... The BrowserMatch is a special cases of the SetEnvIf directive that sets environment variables conditional on the User-Agent HTTP request header. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_setenvif.html -- 18.4 Кб -- 21.01.2013
Похожие документы

11. SphericalTexturedPolygon Class Reference
... SphericalTexturedPolygon (const QVector< QVector< TextureVertex > > &contours) . ... SphericalTexturedPolygon (const QVector< TextureVertex > &contour) . Constructor from one contour. virtual StelVertexArray љ . ... setContours (const QVector< QVector< TextureVertex > > &contours) . ... setContour (const QVector< TextureVertex > &contour) . ... const QVector< QVector< TextureVertex > > &љ . ... Constructor from one contour. virtual StelVertexArray SphericalTexturedPolygon::getFillVertexArray . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classSphericalTexturedPolygon.html -- 15.4 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>2096) - astro.uni-altai.ru/ )

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

13. Use of arrays and array sections
The English word "array" is translated into Swedish as "f lt" which is retranslated into English as "field". We may therefore perhaps use the word field either by mistake or as a suitable name of a specific array. A new feature of Fortran 90 is that you can work directly with a whole array or an array section without explicit (or implicit) DO -loops. ... An array is defined to have a shape given by its number of dimensions (called " rank ") and the extent for each one of these. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c11.html -- 5.4 Кб -- 10.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c11.html -- 5.4 Кб -- 10.02.1996
Похожие документы

14. Zen: Gin
Hide Zen home . ... GIN . ... contains: value_array @> query_array . ... An example for a Gin opclass can be found in ginarayproc.c. Datum * extractValue( Datum inputValue, uint32* nentries) Returns an array of Datum of entries of the value to be indexed. nentries should contain the number of returned entries . int compareEntry( Datum a, Datum b) Compares two entries (not the indexing values) Datum * extractQuery( Datum query , uint32* nentries, StrategyNumber n) Returns an ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/oddmuse/index.cgi/Gin -- 12.5 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>2650) - www.sai.msu.su/ )

15. NVSS Image ftp service Documentation Help for NVSS Image ftp service
This WWW form allows the user simplified access to images produced by the NRAO/VLA Sky Survey (NVSS). This service determines which NVSS image is desired based on a celestial position and returns either the image directly or a Web page with a link to the file. ... The NVSS Postage stamp (small FITS file) server can be used to obtain images with other geometries.) ... Web browsers use external viewers to display files like FITS images which they do not understand. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/surveys/nrao/NVSS/findhelp.html -- 6.6 Кб -- 11.02.1999
Похожие документы

16. Apache module mod_setenvif
This module provides the ability to set environment variables based upon attributes of the request. ... The mod_setenvif module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. ... BrowserMatch . ... Syntax: BrowserMatch regex env-variable [= value ] [ env-variable [= value ]] .. ... Module: mod_setenvif . ... The BrowserMatch directive defines environment variables based on the User-Agent HTTP request header field. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_setenvif.html -- 13.8 Кб -- 05.11.2004
Похожие документы

17. vxWorksPrograms
130705 ephemeris tracking . The pnt command has been added to the aotcl interpreter in vxWorks (used for online datataking). within the online tcl interpreter pnt ? ... Load ephemeris file with pnt ephm ld . Track the ephemeris file . Ephemeris tracking was added to the pnt command on 05jul13. ... The new command includes loading an ephemeris file and then tracking using this file. ... The user then starts the ephemeris tracking by issuing the pnt track command: . ... cR current ra,dec . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/datataking/vxworks/pntCmd.html -- 14.0 Кб -- 08.04.2016
Похожие документы

18. lsst.tcc: Class Hierarchy
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Classes . ... ClassљHierarchy . ... std::tr1::array< AxisErrEnum, NAxes > . std::tr1::array< AxisStateEnum, NAxes > . std::tr1::array< bool, NAxes > . std::tr1::array< coordConv::PVT, 2 > . std::tr1::array< coordConv::PVT, NAxes > . std::tr1::array< double, 2 > . ... std::tr1::array< double, NAxes > . std::tr1::array< int, NAxes > . ... tcc.axis.axisDevice.AxisStatus . ... Wrapper for a fixed-length array of values, all of the same type . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/hierarchy.html -- 57.6 Кб -- 14.09.2015
Похожие документы

19. Getting Started in Actor Prolog. Hello World.
Actor Prolog is an object-oriented logic language. So, any program written in Actor Prolog consists of classes. ... An example of Actor Prolog program. -- -- (c) 2002, Alexei A. Morozov, IRE RAS. -- ------------------------------------------- project : (( 'Hello' )) class 'Hello' specializing 'Console': [ goal:- writeln ( "Hello World!" This program consists of solely 'Hello' class. ... Thus, the execution of the program starts with the creation of an instance of the 'Hello' class. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_hello.html -- 7.1 Кб -- 24.09.2007
Похожие документы

20. Examples of sending files with the ftp program
To send a single file from your current directory on the local host to the current directory on the remote host: ftp> send afile . This copies the file afile from your current directory on the local host to your current directory on the remote host. ... This copies the contents of the file april in the sub-directory REPORTS , which is in your current directory on the local host to the file month4 in the sub-directory reports , which is in your login directory on the remote host. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/ftp2.3.1.html -- 3.0 Кб -- 17.01.1997
Похожие документы

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


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

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

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