Найдено документов: 21819 (76 сайтов) ---- Время поиска: 0.09сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/~olmi/VARIE/CAPRAIA/appartamentiXtariffeX2004.PDF.
http://www.arcetri.astro.it/~olmi/VARIE/CAPRAIA/appartamentiXtariffeX2004.PDF.
1. Бампер SGP Neo Hybrid EX Case для iPhone 6S Plus iPad mini 4 золотой SGP11061 -
... Чехлы для iPhone 6 . ...
[
Сохраненная копия
]
Ссылки http://astrokuban.info/astroku1286.html -- 19.8 Кб -- 14.02.2016
Похожие документы
Похожие документы
2. The AstroStat Slog cases
... Even though I traced the astronomers? casual usage of the null hypothesis probability in a fashion of reporting outputs from data analysis packages of their choice, there were still some curious cases of the null hypothesis probability that I couldn?t solve. ... Continue reading ?Curious Cases of the Null Hypothesis Probability? Tags: cases , chi-sq , curious , degree of freedom , dof , F-test , goodness-of-fit test , Model Selection , null hypothesis probability , p-value , reduced chi-sq . ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/AstroStat/slog/groundtruth.info/AstroStat/slog/tag/cases/index.html -- 20.2 Кб -- 01.03.2014
Похожие документы
Похожие документы
3. Case чувствительность (чувствительность к выбору)
... Вы можете, например, написать TITLE , или Title , или title , или даже tItLE, если Вам нравится. ... Но существуют и case чувствительные конструкции языка, а именно: . ... URL , так как он может содержать наименования файлов, которые являются case чувствительными во многих операционных системах (например, в Unix). ... Что касается синтаксиса URL, смотрите ftp://ftp.funet.fi/pub/doc/rfc/rfc1738.txt (полные URL записи) и ftp://ftp.funet.fi/pub/doc/rfc/rfc1808.txt (относительные URL записи). ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/vch/RusDoc/html3.2ex/gl_11.htm -- 4.0 Кб -- 17.03.1998
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/vch/RusDoc/html3.2ex/gl_11.htm -- 4.0 Кб -- 17.03.1998
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/vch/RusDoc/html3.2ex/gl_11.htm -- 4.0 Кб -- 17.03.1998
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/vch/RusDoc/html3.2ex/gl_11.htm -- 4.0 Кб -- 17.03.1998
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/vch/RusDoc/html3.2ex/gl_11.htm -- 4.0 Кб -- 17.03.1998
Похожие документы
Еще в разделе:
(Показать все результаты (>502) - jet.sao.ru/ )
4. The case statement
case is a flow control construct that provides for multi-way branching based on patterns. ... This word is compared with each pattern in order until a match is found, at which point the associated command ( s ) are executed. case word in pattern1 ) command(s) ;; pattern2 ) command(s) ;; patternN ) command(s) ;; esac . When all the commands are executed control is passed to the first statement after the esac . ... A command can be associated with more than one pattern. ...
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.6.1.html -- 2.9 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>104) - comet.sai.msu.ru/ )
5. NICMOS Software: An Observation Case Study
... Calibration and analysis of this observation posed very interesting challenges for the authors, in particular dealing with an exciting new instrument whose on-orbit calibration was not yet well defined. ... Five mosaic positions were observed during five consecutive orbits as well as observations for dark and flat calibration. ... Darks and flats had to be created from contemporaneous reference observations and problems within the calibration process had to be resolved. ...
[
Сохраненная копия
]
Ссылки http://www.stecf.org/conferences/adass/adassVII/stobiee.html -- 11.9 Кб -- 12.06.2006
[ Сохраненная копия ] Ссылки http://www.adass.org/adass/proceedings/adass97/stobiee.html -- 11.9 Кб -- 15.05.1998
Похожие документы
[ Сохраненная копия ] Ссылки http://www.adass.org/adass/proceedings/adass97/stobiee.html -- 11.9 Кб -- 15.05.1998
Похожие документы
Еще в разделе:
(Показать все результаты (>943) - www.adass.org/ )
6. Airbus продал в Китай 160 самолетов одним контрактом
... Сегодня: 10 апреля 2016 г. Европейская самолетостроительная компания Airbus выиграла контракт на поставку сразу 160 лайнеров в Китай, сообщает агентство Bloomberg со ссылкой на слова Луи Галуа (Louis Gallois), исполнительного директора владельца Airbus корпорации EADS. ... Airbus выигрывал контракты на поставку 150 самолетов в Китай как в 2005, так и в 2006 годах, однако эти контракты не смогли спасти компанию от кризиса. ... Airbus продал в Китай 160 самолетов одним контрактом . ...
[
Сохраненная копия
]
Ссылки http://news.cosmoport.com/2007/11/26/3.htm -- 21.5 Кб -- 10.04.2016
Похожие документы
Похожие документы
7. Decisioni e ancora decisioni
... Il BASIC in effetti dispone ancora dell'istruzione GOTO, come potete verificare provando il seguente frammento di programma: 10 PRINT "Si comincia alla linea 10" 20 J = 5 30 IF J < 10 GOTO 50 40 Print "Questa linea non viene scritta" 50 STOP . ... Anche le versioni pi moderne di BASIC hanno un'istruzione simile: SELECT CASE larghezza CASE 100 LET area = 0 CASE 200 LET lunghezza = lunghezza * 2 CASE 500 LET larghezza = larghezza / 2 ELSE PRINT "Larghezza non riconosciuta" END SELECT . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/~lfini/AGauld/tutbranch.htm -- 9.3 Кб -- 18.02.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6944) - www.arcetri.astro.it/ )
8. Control statements
As conditional or control statements you have IF in many variants (but essentially not changed from Fortran 77), DO (with some new variants) and the completely new statement CASE . The DO- loop should now be ended with the statement END DO and we no longer need any statement number. In addition, we can use the statement EXIT to jump out of the DO -loop and CYCLE in order to go to the next iteration of the present DO -loop. ... all negative numbers WRITE (*,*) 'Negative number' CASE (0) ! ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/f77to90/c6.html -- 5.4 Кб -- 17.02.1996
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/c6.html -- 5.4 Кб -- 17.02.1996
Похожие документы
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/c6.html -- 5.4 Кб -- 17.02.1996
Похожие документы
Еще в разделе:
(Показать все результаты (>1066) - crydee.sai.msu.ru/ )
9. Атлас солнечных затмений с -179 по -160 год
.
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/HC/eclipses/atlas-SE-179.html -- 1.4 Кб -- 01.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>699) - astro.uni-altai.ru/ )
10. Kepler-160, KOI-456, KIC 7269974
Kepler-160 . KOI-456 . KIC 7269974 . ... Радиус (солнечных радиусов) . ... полуось , а.е. m sin i , . масс Юпитера . радиус, . радиусов Юпитера . ... наклонение орбиты планеты i . ... открыта в 2014 году . ... Радиус эффективной земной орбиты (показана зеленым цветом) - 0.9 а.е. Расстояние до звезды оценено исходя из ее светимости и видимой звездной величины. Орбиты планет отрисованы в предположении нулевого эксцентриситета ...
[
Сохраненная копия
]
Ссылки http://www.allplanets.ru/star.php?star=Kepler-160 -- 21.4 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>48) - www.allplanets.ru/ )
11. http://hea.iki.rssi.ru/conf/hea2007/scripts/gen_validatorv2.js~
... A-Za-z]{2,4}$/; if(splitted[2].match(regexp_domain) == null) { var regexp_ip =/^\[\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\]$/; if(splitted[2].match(regexp_ip) == null) return false ; }// if return true; } return false ; } function V2validateData(strValidateStr,objValue, strError ) { var epos = strValidateStr.search( = ); var command = ; ...
[
Сохраненная копия
]
Ссылки http://hea.iki.rssi.ru/conf/hea2007/scripts/gen_validatorv2.js~ -- 12.2 Кб -- 01.08.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>264) - hea.iki.rssi.ru/ )
12. http://ip.rsu.ru/~vorobyov/project1.htm
html> .
[
Сохраненная копия
]
Ссылки http://ip.rsu.ru/~vorobyov/project1.htm -- 2.3 Кб -- 27.09.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>24) - ip.rsu.ru/ )
13. astro-ph
Full-Text Search . ... arXiv.org . astro-ph . ... SAI VO . Search sort results by Date Relevance . ... Whitespace-separated words are treated as AND ed. Show 10 50 100 articles per page in Full Compact mode . Normalized to: Case, A. 1 article(s) in total . ... Allen, Lori E.. ... Sargent, Anneila I.. ... Astronet | SAI MSU . ...
[
Сохраненная копия
]
Ссылки http://vo.astronet.ru/arxiv/?author=Case%2C%20April -- 8.4 Кб -- 15.02.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>5035) - vo.astronet.ru/ )
14. Armagh Observatory
... Evolution of the magnetic field (solid lines) , temperature (colour) , and velocity (arrows) at four times for case A1 (a), A2 (b), B1 (c), and B2 (d). The characteristic parameters of magnetic field strength and electron number density are given above each case plot. ... Aims We aim at investigating the formation of jet-like features in the lower solar atmosphere, e.g. chromosphere and transition region, as a result of magnetic reconnection. ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/highlights/2011/584.html -- 6.9 Кб -- 29.09.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1075) - star.arm.ac.uk/ )
15. Theoretical Astrophysics
Subject, Problems and Objects of Theoretical Astrophysics. ... Stellar Photospheres, Their Features. ... Physics of Continuous Radiation Absorption in Stellar Photospheres. ... Continuous Radiation Absorption in Stellar Photospheres of Various Spectral Classes. Solar Type Photospheres. ... Characterisics of Absorption Lines. ... Interstellar Absorption Lines, Their Features. ... Physical and Dynamic Features of Interstellar Medium, Which Follows from Observations of Interstellar Absorption Lines. ...
[
Сохраненная копия
]
Ссылки http://space.univ.kiev.ua/courses/teor_astroph_e.html -- 8.7 Кб -- 23.02.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>79) - space.univ.kiev.ua/ )
16. Manpage of FITSHDR
fitshdr - FITS-file headers manipulation tool fitshdr [options] [FITSfile_name] . ... fitshdr [options] --edit FITSfile_name . ... If You want to modify headers of FITSFILE using new FITS-header lines from HEADER file (or from stdin), You have to use this option (You can skip this option, if -H or --header option is used). ... Empty header lines are not displayed (in 'dump' mode only). --line-offsets . ... In 'dump' mode: file offset will be displayed for each header line. --no-line-offsets . ...
[
Сохраненная копия
]
Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr.1.html -- 12.8 Кб -- 21.12.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>189) - lnfm1.sai.msu.ru/ )
17. Catalog of the LV Galaxies
Data on the Objects "DDO187" . ... DDO187 . ... 160 . 14.40 . ... log L K . ... 2.00 0.89)x10 -14 . ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/lv/lvgdb/object.php?name=DDO187&id=409 -- 21.6 Кб -- 10.04.2016
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/lv/lvgdb/object.php?name=DDO187&id=409 -- 21.6 Кб -- 10.04.2016
Похожие документы
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/lv/lvgdb/object.php?name=DDO187&id=409 -- 21.6 Кб -- 10.04.2016
Похожие документы
Еще в разделе:
(Показать все результаты (>103) - mavr.sao.ru/ )
18. http://lukash.asc.rssi.ru/millimetron/reports1/khramtsova.pdf
.., -- Spitzer, 8 , , , . - NGC 925 38" Spitzer 160 - NGC 925 12" 160 Herschel q PA H - HII Holmberg II H S = NB ( T M dust dust ) - = k 250 S 250 D2 B ( 250 , T ) 3+ I ( 1) = I ( 2) ()( 1 2 e hc e hc / 2 kT / 1 kT -1 -1 ) M83, Foyle et al.2012 M83, Bendo et al.2011 Herschel: , ; , : vs. HII vs. qPAH , vs. HI vs. CO vs.
[
Текст
]
Ссылки http://lukash.asc.rssi.ru/millimetron/reports1/khramtsova.pdf -- 1308.3 Кб -- 14.04.2013
Похожие документы
Похожие документы
19. GENERAL CATALOGUE OF VARIABLE STARS
... We have compared visualized fields of GSC and USNO A1.0 catalog with unpublished photographic finding charts that were sent by L. Plaut to the compilers of the GCVS. ... 7-15 A9 --- GCVS GCVS or NSV name 17-25 F9.4 --- GSC GSC number 26 A1 --- NoteFlag *Nonstar (GSC) flag 28-29 I2 h RA2000GSC.h Hours RA (GSC), equinox 2000.0 31-32 I2 min RA2000GSC.m Minutes RA (GSC), equinox 2000.0 34-38 F5.2 s RA2000GSC.s Seconds RA (GSC), equinox 2000.0 40 A1 --- DE2000GSC.- ... Plaut, L., 1966, Bull. ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/gcvs/gcvs/plaut/ -- 8.0 Кб -- 25.07.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>43) - sai.msu.ru/ )
20. http://edu.zelenogorsk.ru/astron/fcharts/1999/9909a198.txt
Minor planet N198(Ampella) Date RA declination r delta mag Elong ---- -- ----------- - ----- --- ----- 1 Sep 22h48m30.6s +12 36' 27 1.904 0.928 10.3 158.8 Peg 3 Sep 22h46m51.5s +12 34' 52 1.903 0.925 10.2 159.6 Peg 5 Sep 22h45m11.6s +12 31' 57 1.902 0.922 10.2 160.3 Peg 7 Sep 22h43m31.8s +12 27' 43 1.901 0.920 10.2 160.7 Peg 9 Sep 22h41m52.7s +12 22' 14 1.900 0.919 ...
[
Сохраненная копия
]
Ссылки http://edu.zelenogorsk.ru/astron/fcharts/1999/9909a198.txt -- 2.2 Кб -- 08.01.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>243) - edu.zelenogorsk.ru/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда