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

1 | 2 | 3 | 4 | 5 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/structcasa_1_1IPosition__global__functions__IPosition__Logical.html.

1. casacore: casa::IPosition_global_functions_IPosition_Arithmetic Struct...
... casa::IPosition_global_functions_IPosition_Arithmetic . ... operator+ (const IPosition &left, const IPosition &right) . ... operator+ (const IPosition &left, ssize_t val) . ... operator+ (ssize_t val, const IPosition &right) . ... max (const IPosition &left, const IPosition &right) . ... min (const IPosition &left, const IPosition &right) . ... IPosition casa::IPosition_global_functions_IPosition_Arithmetic::max . ... IPosition casa::IPosition_global_functions_IPosition_Arithmetic::operator* . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/structcasa_1_1IPosition__global__functions__IPosition__Arithmetic.html -- 30.0 Кб -- 14.02.2011
Похожие документы

2. Stellarium: CLIProcessor Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ... Static Public Member Functions . CLIProcessor Class Reference . ... argsGetOption (const QStringList &argList, QString shortOpt, QString longOpt) . Check if a QStringList has a CLI-style option in it (before the first ). ... Retrieve the argument to an option from a QStringList. ... Check if a QStringList has a yes/no CLI-style option in it, and find out the argument to that parameter. ... a long-form option string, e.g. "–help" . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classCLIProcessor.html -- 17.8 Кб -- 28.02.2014
Похожие документы

3. GOCG Pre-Observation Products
Next: Navigation Pre-Observation Products . ... SRT (Space Radio Telescope) Schedule (SRS) File . ... What: GOCG generates the Space Radio Telescope (SRT) schedule file, or SRS file, from current GSTS file. The SRS file has more precise time stamps than long-term schedules, and also designates which GTS will be used when. ... The SRS file also serves as the antenna pointing schedule file, as it describes the planned orientation of the spacecraft (and solar panels) as a function of time. ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/gocgpre.htm -- 8.4 Кб -- 16.05.2001
Похожие документы

4. Notation
... The operators will be explained as they are used. The general notion to keep in mind is that any combination of these operators results in a 2- D affine coordinate transformation in the TF plane, which may be represented using the homogeneous coordinates often used in computer graphicsfoley. ... S _t_c,f_c = g_t_c,f_c,(_t) | ... We denote a time shift to the position , with an operator that has a multiplicative law of composition : (Table 1). ... Note that these two operators do not commute. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/Wavelet.rsc/Chirplet.dir/node7.html -- 9.2 Кб -- 15.04.1998
Похожие документы

5. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm
... A file upload element on an HTML form. ... JavaScript 1.1: added type property . ... The HTML INPUT tag, with "file" as the value of the TYPE attribute. For a given form, the JavaScript runtime engine creates appropriate FileUpload objects and puts these objects in the elements array of the corresponding Form object. ... form . ... For all FileUpload objects, the value of the type property is "file" . ... Use the value property to obtain the file name that the user typed into a FileUpload object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/fileup.htm -- 19.0 Кб -- 07.10.1999
Похожие документы

6. HTML Math
... LEFT?, expression, RIGHT?, %math? . where expression is %math or %math tag %math, see below. The BOX element is used for a variety of purposes: . ... The BOX element can be used with the LEFT and RIGHT tags for delimiters that stretch to match the size of the enclosed expression. ... Left delimiters should be given before the LEFT tag, while right delimiters should be given following the RIGHT tag, for instance: ( 1 + x ) f(x) = {(<left> f(x) = ( ----- ) 1+x<over> sin x ( sin x ) <right>)} . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/mathbox.html -- 4.9 Кб -- 19.12.1996
Похожие документы

7. Symbolic matrix processor
MATSYM - symbolic matrix processor . ... To use the program you will need a MAT file (liked CIR file: "User manual for CIRSYM program") of your system. ... In first string of MAT file enter any text you want to be the title of your system. ... Starting from string 2 (if is not comments - "*") enter the system element name, incident row and column and, optionally, its value. ... To generate a solution, run MATSYM.exe and enter "system_file_name.CIR" or click on the "ENTER" (in "MAT" case). ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~symbol/matsym.html -- 3.9 Кб -- 06.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>13) - astrometric.sai.msu.ru/ )

8. J102815: A Star That Should Not Exist
... J102815: A Star That Should Not Exist . ... Stars born in the generation before our Sun, Population II stars , the stars that created most of the heavy elements around us today, are seen to have some, although less, elements heavier than H and He. Furthermore, even the elusive never-seen first stars in the universe, so-called Population III stars, are predicted to have a large mass and a small but set amount of heavy elements. ... Publications with keywords: star - lithium - Population III . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1253594 -- 15.7 Кб -- 07.09.2011
Похожие документы

9. Determining Browser Type and Version with JavaScript
... Determining Browser Vendor, Version, And Operating System With JavaScript . ... This sample code enables you to detect the browser's vendor, version number, and operating system. ... After you have checked the browser vendor and version, you can dynamically generate optimized HTML markup, and your JavaScript code can conditionally branch to execute JavaScript code optimized for the dynamically generated page or the current browser's vendor or version number. ... Version Number . Browser Version . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/CFA/browser_type.html -- 29.7 Кб -- 01.10.2012
Похожие документы

10. ASP: Cooking Up Heavy Elements in the Cosmos
home publications > mercury . ... ASP Conference Series . ... Cooking Up Heavy Elements in the Cosmos . ... Generally, only a few exceptionally inquisitive students venture beyond the simple statement to ask the question: "If massive stars can only fuse elements up to iron in their cores, then how do we get all the elements heavier than iron?" ... Furthermore, most of us are familiar with the thermonuclear fusion processes that take place in the cores of stars and generate the elements up to iron. ...