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

1 | 2 | 3 | След.

Показаны документы, содержащие фрагменты текста из документа
http://star.arm.ac.uk/~csj/software_store/guide/help_stn_model.html.

1. New data on the cpmplex field structure of chemically peculiar stars
... As a result of BTA observations of 23 chemically peculiar stars with strong magnetic fields, it was found that in 22 of them the longitudinal magnetic field, measured from the hydrogen line cores are considerably lower (by about 1/3) than the value measured from metal lines in the same spectra. ... New approaches need to be developed in order to interpret the data. ... The Zeeman spectrum of a star with a strong magnetic field, 53 Cam. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/SciNews/2011/Roman/ -- 5.4 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/SciNews/2011/Roman/ -- 5.4 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>267) - mavr.sao.ru/ )

2. HTML Forms
... Note you are not allowed to nest FORM elements! ... Forms are created by placing input fields within paragraphs, preformatted text, lists and tables. ... Notice the use of the NAME attribute to name each field : TITLE Sample Questionaire /TITLE H1 Sample Questionaire /H1 P Please fill out this questionaire: FORM METHOD=post ACTION= http://www.hal.com/sample P Your name : input name = name size= 48 P input name = male type =radio Male P input ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/forms.html -- 7.6 Кб -- 19.12.1996
Похожие документы

3. Doug Burke's Perl/S-Lang pages: Structure examples
... Doug's Home Page . ... S-Lang structures are converted to hash references in Perl , as shown below. ... n\n ; print Structure contents:\n ; # you can treat $s as a reference to a hash array in most respects, except: # - the order of the keys in the array matches that of the # original S-Lang structure # while ( my ( $ key , $ value ) = each %{$s} ) { print key $ key \t has a value of $ value \n ; } print \n ; $$s{afield} = 'a changed field value '; print ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_structs.html -- 9.6 Кб -- 02.10.2012
Похожие документы

4. Low Level Operators and Bit Fields
... Bit Fields . Bit Fields: Practical Example . ... NOTE: The combination of pointers and bit-level operators makes C useful for many low level applications and can almost replace assembly code. ... To illustrate many points of bitwise operators let us write a function, Bitcount , that counts bits set to 1 in an 8 bit number ( unsigned char ) passed as an argument to the function. int bitcount(unsigned char x) { int count; for (count=0; x != 0; x>>=1); if ( x & 01) count++; return count; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node13.html -- 13.3 Кб -- 02.10.2012
Похожие документы

5. Stellarium: TimeZoneConfiguration Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ... TimeZoneConfiguration Class Reference . virtual voidљ . ... Update the module with respect to the time. ... Detect or show the configuration GUI elements for the module. ... Sets the time zone field in Stellarium's configuration file. ... Reads the time zone field in Stellarium's configuration file. ... the contents of the "localization/time_zone" field in Stellarium's configuration file. void TimeZoneConfiguration::saveDisplayFormats . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTimeZoneConfiguration.html -- 26.6 Кб -- 28.02.2014
Похожие документы

6. Solar Physics
... Other Characteristics of the Sun: Variability of Rotation, Magnetism, Chemical Structure, Planetary System. ... Methods of Solar Magnetic Fields Measuring: Visual, Photografic, Photoelectric. ... Empiric Datas of Magnetic Fields in Photosphere, Chromosphere and Corona. ... Characteristics of Magnetic Field in Balanced Force Tubes by Potential and Forceless Field. ... Phenomenons in Active Region (Magnetic Field, Spots, Torches, Solar Prominences, Flares, Discharges. ... Magnetic Fields in Flares. ...
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/courses/fiz_son_e.html -- 6.3 Кб -- 23.02.2005
Похожие документы

7. Long description for example illustrating positioning with respect to a
This diagram illustrates the effects of absolutely positioning a box ("inner") with respect to a containing block established by a relatively positioned ancestor ("outer"). ... The "inner" box has been positioned relative to the top and left edges of the "outer" element's first inline box. ... The reference edges for positioning the "inner" box are indicated in the diagram by thick dashed lines. ... 1 Beginning of body contents.| ... 4 [(+200, -100)] 5 Inner 6 contents. ... Inner contents" is blue. ...