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

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

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

1. casacore: casa/Arrays/ArrayAccessor.h File Reference
... Classes . ... Axis independent base for the ArrayAccessor classes. ... casa::ArrayAccessor_RT< T, AxisN > . ... Referenced by casa::ArrayAccessor< T, Axis< U > >::index() , casa::ArrayAccessor_RT< T, AxisN >::index() , casa::ArrayAccessor< T, Axis< U > >::initOff() , casa::ArrayAccessor< T, Axis< U > >::initStep() , casa::ArrayAccessor_RT< T, AxisN >::next() , casa::ArrayAccessor< T, Axis< U > >::next() , casa::ArrayAccessor< T, Axis< U > >::prev() , and casa::ArrayAccessor_RT< T, AxisN >::prev() . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/ArrayAccessor_8h.html -- 10.5 Кб -- 14.02.2011
Похожие документы

2. 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
Похожие документы
Еще в разделе: (Показать все результаты (>3441) - hea-www.harvard.edu/ )

3. exchange.h File Reference
Main Page Data Structures File List Data Fields Globals . ... Go to the source code of this file. struct . ... Data for OI_ARRAY FITS table. ... write_oi_array (fitsfile *fptr, oi_array array, int extver, int *status) . ... Data for OI_ARRAY FITS table. typedef struct _target target . ... Data for OI_TARGET FITS table. typedef struct _oi_wavelength oi_wavelength . Data for OI_WAVELENGTH FITS table. typedef struct _oi_vis_record oi_vis_record . ... fptr , . ... array data struct, see exchange.h . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~jsy1001/resources/exchange/html/exchange_8h.html -- 42.5 Кб -- 07.04.2003
Похожие документы

4. lsst.tcc: tcc.base.fieldWrapper Namespace Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Namespaces . Classes . ... NamespaceљList . ... All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Macros љ Pages . ... tcc.base.fieldWrapper Namespace Reference . class љ . ... A class that sets the values of a struct-like field. ... Wrapper for a fixed-length array of values, all of the same type. ... defљ . ... Return numVals integers. ... Break a line of whitespace-separated data into individual tokens. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1base_1_1field_wrapper.html -- 27.7 Кб -- 14.09.2015
Похожие документы

5. CSPICE Routines: LSTLEI_C
Index) | ... Abstract Given a number x and an array of non-decreasing numbers, find the index of the largest array element less than or equal to x. Required_Reading None. ... The elements of array need not be distinct. Detailed_Output The function returns the index of the highest-indexed element in the input array that is less than or equal to x. The routine assumes the array elements are sorted in non-decreasing order. ... Index_Entries last integer element less_than_or_equal_to . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/lstlei_c.html -- 6.1 Кб -- 17.12.2005
Похожие документы

6. Client-Side JavaScript Guide
... This book explains how to use core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Core, Client-Side, and Server-Side JavaScript . ... Client-Side JavaScript . ... JavaScript and Java . ... Examples . ... Conditional Statements . ... Object Manipulation Statements . ... Defining Functions . ... Objects and Properties . ... Indexing Object Properties . ... Defining an Event Handler . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/contents.htm -- 19.7 Кб -- 07.10.1999
Похожие документы
Еще в разделе: (Показать все результаты (>7825) - www.arcetri.astro.it/ )

7. HTML Tag Reference
... This section discusses the tags for defining scripts in a document. Scripts allow you to include JavaScript code in your HTML documents. ... The SCRIPT tag specifies client-side JavaScript code, which means JavaScript code that runs directly in the browser. ... For example, the browser interprets text within angle brackets as a script element, not as an HTML element. ... You can also use SCRIPT tags in the body of your document to define JavaScript code to be executed in that part of the document. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/tags13.htm -- 10.7 Кб -- 26.03.1998
Похожие документы

8. Dynamic HTML in Communicator
... Style Sheets in Communicator . Using Cascading Style Sheets to Define Styles . ... Inheritance of Styles . Defining Style Sheets with the <STYLE> Tag . Defining Style Sheets in External Files . Defining Classes of Styles . ... Combining Style Sheets . ... Setting Border Widths, Color, and Style . ... Comments in Style Sheets . ... Style Sheet Properties . Font Properties . ... Font Style . Text Properties . ... Style Sheets Ink Home Page . Overview of the Style Sheet . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/jss3.htm -- 7.4 Кб -- 13.08.1997
Похожие документы

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

10. Stellarium: StelGui Class Reference
Stellarium 0.12.3 . ... Classes . ... StelGui Class Reference . Main class for the GUI based on QGraphicView. ... voidљ . setFlagShowFlipButtons (bool b) . ... getAutoHideHorizontalButtonBar () const . Get the auto-hide status of the horizontal toolbar. ... virtual voidљ . ... virtual void StelGui::forceRefreshGui . ... Get the button bar of the left of the screen. virtual void StelGui::init . ... returns true if the gui has complted init process. virtual bool StelGui::isCurrentlyUsed . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelGui.html -- 41.2 Кб -- 28.02.2014
Похожие документы

11. Programmer's reference
. Next: Widget routines Up: CHAMELEON Previous: dat_ Contents . Subsections . Widget routines . F ILE . A CCESS B ROWSE . A CCESS I NTERFEROMETRY . A CCESS P OINT D ATA . A CCESS W RITE . R EDUCE . R EDUCE P OINT D ATA P LOT . C ALIBRATE . C ATALOG . WAVE . Organization of data . Array configuration . Optical path lengths . Basic definitions and sign conventions . Command line procedures . Plotting . Adding plot variables . Adding plot classes . Christian Hummel 2015-04-28
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node204.html -- 4.6 Кб -- 28.04.2015
Похожие документы

12. Data Access Layer to Support Variable Inputs Using C
Next: (Re-)Configurable Data File Writing At UKIRT . ... We needed a layer of software that would dissociate a data column (element) from any particular file. ... The library functions sort the input files by type, locate the required elements in those files and provide access to them in a time-correlated fashion. ... This data access layer is built on the concept of a data ``element''. ... When the input data is opened, the first file of each type is searched for the elements to be accessed. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P2-63/ -- 15.0 Кб -- 11.10.2000
Похожие документы

13. Simon Jeffery's Software Store: TAP: cosmic abundances
... Initialise the elemental abundances. FUNCTION TAP_ABMET ( ZELEM ) . ... Return the relative solar photospheric abundance for a given element. ... Return the relative cosmic abundance for a given element. ... This allows the user to use their own abundance data, if required. ... Where no abundance data are available, or the atomic number is out of range, TAP_ABUND returns the value TAPC__DNULL. ... Algorithm: The nuclide abundances are stored and returned as percentages for each element. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_abunds.html -- 12.0 Кб -- 04.07.2002
Похожие документы

14. Dividing by the reference multiplet
... The derivation of the reference multiplet is carried out in one of two basic styles: an `internal' style in which a kind of average multiplet is calculated from the values in the image themselves, without reference to any other information, or a `black body' (bb) style in which the reference multiplet is calculated using the widths of the energy bands (in the case of EPIC images) or the filter bandpasses (in the case of the OM). ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/colimplot/node6.html -- 6.8 Кб -- 02.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>9073) - xmm.vilspa.esa.es/ )

15. 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/wiki/relation_featur%C5s/DB/Gin?action=browse;id=Gin;revision=28 -- 12.9 Кб -- 11.04.2016
Похожие документы

16. General Catalogue of Variable Stars: References
. Sternberg Astronomical Institute, Moscow, Russia . GENERAL CATALOGUE OF VARIABLE STARS: References . File Summary: . GCVS References . NSV References . NSV Supplement References . The list of the abbreviations in the References .
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/gcvs/gcvs/iii/html/ref.htm -- 2.7 Кб -- 30.01.2006
Похожие документы

17. Banners
... The BANNER element is used for corporate logos, navigation aids, disclaimers and other information which shouldn't be scrolled with the rest of the document. ... CLASS . ... The CLASS attribute is most commonly used to attach a different style to some element, but it is recommended that where practical class names should be picked on the basis of the element's semantics, as this will permit other uses, such as restricting search through documents by matching on element class names. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/banners.html -- 2.8 Кб -- 19.12.1996
Похожие документы

18. http://www.naic.edu/~tghosh/software/baserem.pro
Viewing contents of file ;'/net/www/deutsch/idl/idllib/iuedac/iuelib/pro/baserem.pro' ; ;************************************************************************ ;+ ;*NAME: ; ; BASEREM 30 SEPTEMBER 1980 ; ;*CLASS: ; ;*CATEGORY: ; ;*PURPOSE: ; ; To fit a polynomial of order NDEG to a user-specified ; spectral region for removing a baseline from a spectral feature. CALLING SEQUENCE: ; ; BASEREM,X,Y,NDEG,XL,XR,A,YBF,CHIS ; ;*PARAMETERS: ; ; X (REQ) (I) (1) (I L F D) ; Array of independent variables. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/software/baserem.pro -- 9.2 Кб -- 24.01.2003
Похожие документы

19. http://www.gao.spb.ru/english/publ-s/viii-rfs/p129.pdf
Instruments and Methods 129 Multi-element MMIC focal array for radio telescope V.B. Khaikin1, E.K. Ma jorova1 , Yu.N. Parijskij1, M.D. Parnes2 , R.G. Shifman2 , V.A. Dobrov2 , V.A. Volkov2, V.D. Korolkov2, S.D. Uman2 , N.A. Esepkina3 , and S.K. Kruglov3 The Special Astrophysical Observatory of Russian Academy of Sciences Karachai-Cherkessia, N.Arkhyz, 357147, Russia, E-mail: vkh@brown.nord.nw.ru Svetlana", Rezonance", Ascor", 194156, Engels pr. ... Four-element sub-array prototype is shown in Fig.2. ...
[ Текст ]  Ссылки http://www.gao.spb.ru/english/publ-s/viii-rfs/p129.pdf -- 196.5 Кб -- 21.05.2007
Похожие документы

20. ShapeRoi (ImageJ API)
... Class . ... java.lang.Object ij.gui.Roi ij.gui.ShapeRoi . ... public class ShapeRoi . ... ShapeRoi (int x, int y, java.awt.Shape s) . ... Constructs a ShapeRoi from an Roi. public ShapeRoi (java.awt.Shape s) . Constructs a ShapeRoi from a Shape. public ShapeRoi (int x, int y, java.awt.Shape s) . ... ShapeRoi.SHAPE_ROI . ... Returns a reference to the Shape object encapsulated by this ShapeRoi. public static void addCircle (java.lang.String sx, java.lang.String sy, java.lang.String swidth) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/gui/ShapeRoi.html -- 39.5 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>392) - www.astro.louisville.edu/ )

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


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

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

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