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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.mccme.ru/tg2007/talks/Vavilov.pdf.

1. Laboratory for Spectroscopy of Molecular Structures
... Laboratory for Spectroscopy of Molecular Structures . ... Optics and spectroscopy of molecular and liquid crystals, fullerenes, superthin molecular films. Optical studies of structure, phase transitions, pretransitional phenomena, structural modifications in external field and under high pressure. ... Methods developed in the laboratory enable to determine in free standing films of different types liquid crystals values of polarization, two-dimensional constants of orientational elasticity. ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/lsms/indexen.html -- 9.6 Кб -- 03.12.2012
Похожие документы

2. The Structure of HTML 3.0 Documents
... Most HTML elements are identified in a document as a start tag, which gives the element name and attributes, followed by the content, followed by the end tag. ... To identify the document as being HTML 3.0, it is recommended that documents start with the prologue: <!doctype HTML public "-//W3O//DTD W3 HTML 3.0//EN"> . ... HTML 3.0 documents formally have the following structure: <HTML> <HEAD> head elements .. ... HTML> . ... The permitted syntax of HTML 3.0 compliant documents is specified by the...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/overview.html -- 4.2 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>202) - comet.sai.msu.ru/ )

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. Heliophysics, Internal structure and seismology
This home page belongs to small group of scientists working at . Sternberg Astronomical Institute which is a part of Moscow State University . ... Электронная библиотека научно-технической и художественной литературы (доступна только из ГАИШ) . ... Local staff . Dr. Edward Kononovich (konon -at- sai.msu.ru), Associate Professor . ... Dr. Sergey Ayukov (asv -at- sai.msu.ru), Research Fellow, Webmaster of the group . ... Joint seminar of Solar Studies Structure Group and Solar Photometry Group . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ -- 5.6 Кб -- 21.03.2012
Похожие документы

5. CHAMELEON file structure
Next: COBRA file structure Up: Appendices Previous: CONSTRICTOR output file structure Contents . ... SCANDATA TABLE NUMSCAN _ INTEGER SCANID [ NumScan ] _ INTEGER Unique observed STARID [ NumScan ] _CHAR*7 e.g. BSC1948 SCANTIME [ NumScan ] _ DOUBLE [s] from 0UT of date OUTPUTBEAM [ NumOutBeam ] EXTCOLUMN VISSQ [NumSpecChan( beam )][NumBaseline( beam )][ NumScan ] _ REAL VISSQERR [NumSpecChan( beam )][NumBaseline( beam )][ NumScan ] _ ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node255.html -- 10.0 Кб -- 28.04.2015
Похожие документы

6. Two Story Dome Structure In Progress - an Astronomy Net Domes Forum Message
Domes Forum Message . Forums: . Atm ћ Astrophotography ћ Blackholes ћ Blackholes2 ћ CCD ћ Celestron ћ Domes ћ Education . ... Domes and Observatories Discussion | ... Two Story Dome Structure In Progress . ... I am in the middle of planning a two story building with a metal dome on top to get better horizon to horizon viewing. ... www.astronomy.net . ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/domes/messages/31.shtml -- 13.6 Кб -- 09.04.2016
Похожие документы

7. Further Data Types
... Defining New Data Types . Unions . ... Static Variables . ... struct gun { char name[50]; int magazinesize; float calibre; }; struct gun arnies; . ... struct gun { char name[50]; int magazinesize; float calibre; } arnies; . ... typedef struct gun { char name[50]; int magazinesize; float calibre; } agun; agun arnies={"Uzi",30,7}; . ... stat() { int auto_var = 0; static int static_var = 0; printf( ``auto = %d, static = %d n'', auto_var, static_var); ++auto_var; ++static_var; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 28.12.2007
[