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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.vsm.host.ru/identify.htm.

1. Array Reallocation
... Module name: reallocate . ... This subroutine can be used to reallocate memory space for a pointer to an array, retaining any data already stored in the array. ... REAL(KIND=single), POINTER, DIMENSION(:) :: p REAL(KIND=double), POINTER, DIMENSION(:) :: p INTEGER(KIND=int8), POINTER, DIMENSION(:) :: p INTEGER(KIND=int16), POINTER, DIMENSION(:) :: p INTEGER(KIND=int32), POINTER, DIMENSION(:) :: p LOGICAL(KIND=bool), POINTER, DIMENSION(:) :: p CHARACTER(LEN=*), POINTER, DIMENSION(:) :: p . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node143.html -- 4.3 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>7449) - xmm.vilspa.esa.es/ )

2. casacore: casa::ArrayIterator< T > Class Template Reference
... Classes . ... casa::ArrayIterator< T > . ... Iterate an Array cursor through another Array . ... Step through array "arr" over the first byDim axes (using a cursor of dimensionality "byDim"). ... Step through an array using the given axes. virtual . ... Step through array "arr" over the first byDim axes (using a cursor of dimensionality "byDim"). template<class T> . ... Referenced by casa::ArrayIterator< T >::array() , casa::MatrixIterator< T >::matrix() , and casa::VectorIterator< T >::vector() . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1ArrayIterator.html -- 35.1 Кб -- 14.02.2011
Похожие документы

3. http://www.stsci.edu/documents/dhb/web/c24_stiscalib.fm2.html
... Perform basic two-dimensional image reduction. Reject cosmic rays from CCD data. Process the contemporaneously obtained wavecal data to obtain the zeropoint shifts in the spectral and spatial directions. ... Subtract science image from wavecal . ... For each image in the science file, this task selects the wavecal in the wavecal file that is closest in time to the science image, and it copies the keyword values for the spectral shift from that wavecal header to the science header. calstis12 . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/documents/dhb/web/c24_stiscalib.fm2.html -- 10.9 Кб -- 01.07.1998
Похожие документы

4. http://www.naic.edu/~phil/hardware/byuPhasedAr/rfischercode/userhelp.txt
... The telescope functions available in the array_pointing module are take_antenna_control() release_antenna() track ( object , duration , cross_el_offset= 0.0 , el_offset= 0.0 ) box( object , increment, box_num, duration ) box_set( object , increment, num_boxes, duration , repeat_on=True) raster( object , increment, max_x, max_y, ... The tracking duration begins after the telescope has reached the commanded position. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/byuPhasedAr/rfischercode/userhelp.txt -- 7.2 Кб -- 27.01.2010
Похожие документы
Еще в разделе: (Показать все результаты (>3397) - www.naic.edu/ )

5. pyQC: Python 2.6.2
... new: . ... Python 2.6.2 + most up-to-date modules (December 2009) . ... pyQC script structure . ... The current installation of python and its associated modules on our DFO machines is extremely old (i.e. python 2.4.2 was released in Sept. ... The new python executable lives in: /qcdp/bin/python . ... The first figure shows the execution times for the old python installation, while the second figure shows the execution times based on scripts running the python 2.6.2 installation with the new modules...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/python_2.6.2.html -- 13.7 Кб -- 18.12.2009
Похожие документы
Еще в разделе: (Показать все результаты (>61100) - www.eso.org/ )

6. APO Home Page
... Current APO Weather . ... Search Site . ... Information for New Users . ... Technical Staff pages . Night Logs and Mailing Lists (maintained by APO) . ... Technical Documents and Database Search . ... Observer's Documentation and Procedures . ... Problem Reporting and APO Technical Documents Database Search . ... APO Drawing/Document Management Procedures . ... APO Technical Documents Database Search . Home Astrophysical Research Consortium . ... Mail Lists (maintained by APO) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/ -- 13.9 Кб -- 11.02.2016
Похожие документы

7. Python in Astronomy
Next: PyFITS, a FITS Module for Python . ... Pirzkal, N. & Hook, R. N. 1999, in ASP Conf. ... Python is a powerful, object-oriented scripting language that is easy to extend, free, and available for most computer platforms. Python, together with its Numerical module, and with the pFitsio module that is being developed by one of the authors, provides an attractive alternative to other languages such as Perl, IDL, and the IRAF CL, which are already widely used by the community. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass98/pirzkaln/ -- 10.1 Кб -- 16.07.1999
Похожие документы

8. 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
Похожие документы
Еще в разделе: (Показать все результаты (>748) - jet.sao.ru/ )

9. Description of the OOF software architecture Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . Out-Of-Focus (OOF) Holography . ... The architecture of the OOF data reduction software can be summarised in following points: . ... A well defined set of external libraries is used and generally newer versions of these libraries are adopted quickly after release . ... Routines for simulating OOF data-sets . ... OOF ? ... Description of the OOF software architecture . ... OOF Reduction Software . ... Copyright 2005 -- 2016, Bojan Nikolic feedback welcome ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/oof/software-architecture.html -- 12.7 Кб -- 04.04.2016
Похожие документы

10. Doug Burke's Perl/S-Lang pages: Array examples
... Using sl_array . Array information . ... Inline::SLang . Doug's Home Page . ... Since the support for arrays in S-Lang and Perl do not match, the conversion of array values between the two languages is not entirely seemless, as shown in the examples below. ... The third option is to use a Perl Array_Type object to store the data; the Array_Type class is part of Inline::SLang and is as inefficient as using an array reference but does retain knowledge about the array size and type. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_array.html -- 11.6 Кб -- 02.10.2012
Похожие документы

11. Zen: tprewriter
Hide Zen home . ... Integrity of complex keyword is preserved by using '&' to minimize possible noise. example: Rewrite query 'new & york & hotel' and preserve 'new & york' regression=# select tp_rewrite(to_tsquery('new&york&hotel'),to_tsquery('new&york')); tp_rewrite -------------------------- 'hotel' | ... Intersected keywords: 'new & york & city' - original query, new & york', 'new & city' - keywords, then tp_rewrite could produce two variants: 'new & york | ... hotel' 'new & city | york | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/tprewriter -- 12.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>2078) - www.sai.msu.su/ )

12.