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

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. Pointers
... Simple use of pointers . ... Allocation of arrays using pointers . ... REAL, TARGET :: B(10,10) REAL, POINTER :: A(:,:) A => B The matrix B has been specified completely, i.e. with the dimensions given explicitly. ... You have to be careful when you use pointers. ... REAL, TARGET :: MATRIX(100,100) REAL, POINTER :: WINDOW(:,:) INTEGER :: N1, N2, M1, M2 WINDOW => MATRIX(N1:M1, N2:M2) If you later wish to change a dimension of the partial matrix WINDOW you only need to make a new pointer association. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c12.html -- 10.7 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c12.html -- 10.7 Кб -- 17.02.1996
Похожие документы

13. writing/accessing modules
The HyperNews Linux KHG Discussion Pages . Forum: The Linux Kernel Hackers' Guide . Keywords: module . Date: Wed, 01 Oct 1997 12:43:36 GMT . ... I am writing a module whose main purpose is to allow a user app to change the values of some variables in the kernel's memory area. Using the modules in /usr/src/linux/drivers/net/ as a starting point, I have been able to create the module. ... I am now looking for a way for the user level application to be able to access the module. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/130.html -- 3.0 Кб -- 23.03.2000
Похожие документы

14. Thomson-TCS : CCD Area Arrays
... Image Sensors . Linear Arrays . Area Arrays . Near Infrared Sensors . ... Frame Transfert Image Sensors . Sensor . ... Image . ... 3 000 . ... YES . ... Full Frame Image Sensors . ... MPP . 19x19 . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/drabek/CCDP/THOMSON/areaarray.htm -- 29.7 Кб -- 02.03.2012
Похожие документы

15. Apache module mod_imap
This module provides for server-side imagemap processing. ... Configurable generation of imagemap menus. The lines in the imagemap files can have one of several formats: directive value [x,y ...] . ... The directives can come in any order, but are processed in the order they are found in the imagemap file. base Directive . ... Module: mod_imap . ... Its value is overridden by a default directive within the imagemap file. ... Its value is overridden by a base directive within the imagemap file. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_imap.html -- 14.4 Кб -- 01.08.2003
Похожие документы

16. XWare > APOD
Astronomy Picture of the Day . ... Pictured above is one of the world's premiere radio astronomical observatories: The Very Large Array (VLA). ... The Pleiades contains over 3000 stars, is about 400 light years away, and only 13 light years across. ... APOD is One Year Old Today . ... The first Astronomy Picture of the Day (APOD) appeared one year ago today. ... Walking in Space . ... Pictured above is the first american astronaut to walk in space: Edward White. ... Vela Supernova Remnant in Optical . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/apod.html?page=78&d=1998-07 -- 15.3 Кб -- 12.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>49755) - www.astronet.ru/ )

17. Свитшот adidas Originals - adidas Originals - adidas Originals Сорочки
... Цвет: черный . Коллекция: Весна-лето 2016 . ... Размер DE: 48 . Пол: Женский . ... Свитшот adidas Originals. ... Сезон: Весна-лето 2016. ... Линейка: Originals . Пол: Детский . Материал верха: None . Тип товара: Сорочки . ... Сорочка длинный рукав Pepe Jeans для девочек (Голубой) . ... Цвет: белый . ... Размер INT: 48 . Пол: Мужской . ... пол: Женский . ... Размер Months: 9 . ... Бренд: World Rider, Тип: Нож, Тип поставки: отдельный предмет, Материал изготовления: пластик . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku6151.html -- 22.2 Кб -- 14.02.2016
Похожие документы

18. RSC "Energia" - History
... S.P. KOROLEV ROCKET AND SPACE CORPORATION ENERGIA . ... OAO RSC "Energia" . ... Company's History . ... History . Brief History of Rocket and Space Technology . ... Flights Chronology . ... ISS Russian Segment . ... A main feature of the series of spacecraft for developmental testing of the interplanetary vehicle is that they will be delivered to ISS on-board Progress spacecraft to be assembled by the space station crew. Contribution of RSC Energia to the Russian Rocket-Space Technology . ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/en/history/mars/condition.html -- 36.7 Кб -- 10.04.2016
Похожие документы

19. Stellarium:
Stellarium 0.12.3 . ... Plugins . ... FileљStructure . FileљList . FileљMembers . plugins . TelescopeControl . src . clients . InterpolatedPosition.hpp . ... 2 љ * Stellarium Telescope Control Plug-in . ... 8 љ * as a core module of Stellarium. ... 40 љ qint64 client_micros; . ... 55 љ bool isKnown() const { return (position_pointer->client_micros != ... Generated on Sat Aug 10 2013 17:12:44 for Stellarium by љ 1.8.3.1 ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/InterpolatedPosition_8hpp_source.html -- 12.8 Кб -- 28.02.2014
Похожие документы

20. Description of the RadioAstron project, english version
... The total mass of the scientific payload is about 2500 kg, of which the unfolding parabolic 10-m radio astronomy antenna's mass is about 1500 kg, and scientific package holding the receivers, power supply, synthesizers, control units, frequency standards and data transmission radio system - near 900 kg. ... The jet system is a hydrazine thrusters system: it will be used during the creation of the base system of spacecraft orientation, for unloading of the powered gyros, and for orbit corrections. ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/description/design_eng.htm -- 6.0 Кб -- 10.05.2008
Похожие документы
Еще в разделе: (Показать все результаты (>155) - www.asc.rssi.ru/ )

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


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

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

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