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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astronomy.net/forums/god/messages/32269.shtml.

21. ASP's 2012 Annual Meeting
... Annual Meeting . ... Other Workshops, Conferences and Events . ... Galileo Teacher Training Program Workshop . ... Submit an abstract (please read guidelines below first). ... Please fill out the abstract form carefully since the program committee will be rating the proposals based only on the information you provide. ... For the conference, you may be the lead author on one poster paper, and one oral session: a ten-minute oral paper presentation or an hour-long workshop or a special interest group....
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/events/2012mtg/abstracts.html -- 20.3 Кб -- 12.06.2012
Похожие документы

22. Procedure for Part Numbering Convention: Larry Carey, 2005
Numbering Procedures for APO 2.5m and 3.5m Drawings and Engineering/Drafting Documents . ... Document part numbers are to consist of a 7 character long "base numbe,r" which is coded to provide information about the part's intended first use. The part number becomes complete and unique only with the addition of a revision number. ... Example of a "base number": 25CSA01 . ... PART NUMBER CONVENTION . ... For Example: . ... R = "Revision" . ... Questions contact Larry Carey/University of Washington ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/06APODrawNumConv.htm -- 8.3 Кб -- 22.03.2006
Похожие документы

23. http://www.accuracy.puldb.ru/200912/C000.HTM
... 1.7 GSC 084 Pulkovo Obs., 0.33 15 x 15' 1.0" 7 34 0.179 0.307 Normal Asgr. 3.0 UCAC 118 Slovakia, 0.57 14 x 10' 1.7" 3 12 0.090 0.145 Modra 3.3 USNO 127 Germany, 0.19 30 x 20' 2.4" 3 15 0.151 0.087 Bornheim 0.8 GSC 168 34 200 0.282 0.315 291 USA,Kitt Peak, 1.8 390 x 30' 1.0" 1 5 0.143 0.144 Spacewatch II 4.7 USNO 300 Japan, 0.5 78 x 78' 2.3" 7 36 0.420 0.447 Bisei Center 1.3 ACT 461 Hungary, JATE 0.60 28 x 19' 1.1" 6 22 0.124 0.153 Asteroid Surv. ... Polynesia 1.0 UCAC F85 Tiki Obs., ...
[ Сохраненная копия ]  Ссылки http://www.accuracy.puldb.ru/200912/C000.HTM -- 13.5 Кб -- 14.12.2010
Похожие документы

24. http://www.wdcb.ru/stp/data/solar.act/sunspot/sunspot.txt
RELATIVE SUNSPOT NUMBERS Description of Data from SGD Explanation of Data Reports: Relative Sunspot Numbers -- The relative sunspot number is an index of the activity of the entire visible disk of the Sun. ... The provisional daily Zurich relative sunspot numbers, Rz, were based upon observations made at Zurich and its two branch stations in Arosa and Locarno and communicated by M. Waldmeier of the Swiss Federal Observatory. ... This indicates the uncertainty above and below the predicted number. ...
[ Сохраненная копия ]  Ссылки http://www.wdcb.ru/stp/data/solar.act/sunspot/sunspot.txt -- 5.2 Кб -- 18.01.2010
Похожие документы

25. Mid Scales Role
... ON THE ROLE OF LARGE-SCALE PLASMA IRREGULARITIES AT THE FINAL STAGE OF ANOMALOUS ABSOPTION DEVELOPING UNDER HF HEATING OF THE IONOSPHERE . ... Fig. ... With the aid of numerical statistical modeling based on multiple ray tracing it is shown that in presence of large-scale irregularities the reflected signal amplitude mean value is increased significantly. ... Dependence of the mean amplitude of the reflected from the ionosphere signal on the large-scale (10-50 km) electron density irregularity level...
[ Сохраненная копия ]  Ссылки http://ip.rsu.ru/~zabotin/posters/mid_sc/mid_sc.htm -- 11.1 Кб -- 02.02.2007
Похожие документы

26. Character Device Drivers
... int major . ... Here is an example of foo_write() : static int foo_write(struct inode * inode, struct file * file, char * buf, int count) { unsigned int minor = MINOR(inode->i_rdev); char ret; while (count > 0) { ret = foo_write_byte(minor); if (ret < 0) { foo_handle_error(WRITE, ret, minor); continue; } buf++ = ret; count-- } return count; } foo_write_byte() and foo_handle_error() are either functions defined elsewhere in foo.c or pseudocode. ... 2. return value of foo_write(...) by My name here . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/char.html -- 8.3 Кб -- 23.03.2000
Похожие документы

27. http://scan.sai.msu.ru/lk/
Please enter the lightcurve file name and period search parameters: . Lightcurve file: . ... Apply the Heliocentric correction and convert all dates to Terrestrial Time (TT)? ... Also, the Heliocentric correction cannot be applied to such lightcurves. ... This period search service is also available at the mirror sites: Mirror 1 , Mirror 2 , Mirror 3 , Mirror 4 . You may download the latest source code distribution and install the period search service at your own web server. ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/lk/ -- 6.6 Кб -- 24.12.2015
Похожие документы
Еще в разделе: (Показать все результаты (>2) - scan.sai.msu.ru/ )

28. http://www.mso.anu.edu.au/pfrancis/ObsTech/IO_demo.py
... It adds together the first two of these numbers. If the result is greater than the # third number, it prints all three numbers out (to a file called results.d) # Otherwise it prints out a rude message # First , open the files inhandle = open ('data.d', 'r') outhandle = open ('results.d', 'w') # Now loop through all the lines in the input. for line in inhandle: allarray = line .split() # Split the line you've just read in into its component bits n1 = float ( ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/pfrancis/ObsTech/IO_demo.py -- 2.2 Кб -- 12.04.2007
Похожие документы

30. SSAU expects to double the number of enrolled foreign students
... This year SSAU provides 1429 state-funded places for admission in all kinds and directions of educational programs. ... In addition, SSAU Admission Committee notes the substantial increase in interest from the foreign applicants this year. The number of applications from foreign countries has already surpassed last year's totals - 76 applications. Based on the experience of admission campaigns of previous years, SSAU expects summer 2014 to enrol about 150 foreign students in the university. ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/10699-SSAU-expects-to-double-the-number-of-enrolled-foreign-students/ -- 26.1 Кб -- 20.06.2014
Похожие документы

31. Getting Started in Actor Prolog. 3D Web Site.
The first persistent Web agent that we have created on Actor Prolog is a program that collects information about research groups that develop Prolog and projects in the field of logic programming. The agent looks through a given list of Web sites and calculates some attributes of the sites: the date of recent modification, total size, the number of figures, the number of outside links, the number of error links, the number of given keywords, etc. ... http://www.cplire.ru/Lab144/space/prolog.html . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_3d.html -- 11.3 Кб -- 24.09.2007
Похожие документы

32. Samantha Thompson - Research
... Research . ... Past and present projects and other research activities . ... These projects range from: the end-to-end systems modelling, design and commissioning of an optical to near-infra-red stellar coronagraph at the William Herschel Telescope, a European Space Agency design study into fold-out large aperture space telescopes, prototyping 'Smart' X-ray mirrors for next generation X-ray telescopes and R into future adaptive optics. ... OSCA - an Optimised Stellar Coronagraph for Adaptive optics ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~sjt20/research.html -- 6.6 Кб -- 11.02.2016
Похожие документы

33. Ordered Lists
... Content Model: Optional list header (LH), followed by one or more list items (LI) . An ordered list typically is a numbered list of items. ... The numbering style is left to associated style sheets, e.g. whether nested lists contribute to a compound item number, e.g. "3.1.5", or whether numbers are rendered as arabic, upper or lower case roman numerals or using the numbering scheme appropriate to the language context. ... CLASS . ... The CLEAR attribute allows you to move down unconditionally: . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/seqlists.html -- 5.3 Кб -- 19.12.1996
Похожие документы

34. Dunk Proceedings - 2dF QSO Redshift Survey (Number Counts)
. Full screen versions . Number - magnitude counts . Number - redshift counts . | Front page | . | << - Redshift wedge | Completeness estimates - >> | . Robert J. Smith, ">rsmith@mso.anu.edu.au Last modified: Fri Sep 24 11:39:02 EST 1999 .
[ Сохраненная копия ]  Ссылки http://www.2dfquasar.org/Papers/Dunk/counts.html -- 2.4 Кб -- 24.09.1999
Похожие документы

35. Apache module mod_status
This module provides information on server activity and performance. ... Compatibility: Available in Apache 1.1 and later. ... ExtendedStatus To enable status reports only for browsers from the foo.com domain add this code to your httpd.conf configuration file <Location /server-status> SetHandler server-status Order Deny,Allow Deny from all Allow from .foo.com </Location> . ... A machine-readable version of the status file is available by accessing the page http://your.server.name/server-status?auto . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_status.html -- 7.0 Кб -- 11.04.2002
Похожие документы

36. http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7BC5AAD0A1-4E01-4A7A-97C7-4B624D06C8C5%7D
. Take a look at the chart. The variable is smack-dab in the middle, represented by a small circle. Notice that many of the nearby stars have numbers next to them &#151; those numbers are the apparent magnitudes, to the nearest tenth of a magnitude, of the indicated stars. The decimals points are removed to avoid confusing them for another star. For example, the star marked "59" at the top of the chart is magnitude 5.9. CES
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7BC5AAD0A1-4E01-4A7A-97C7-4B624D06C8C5%7D -- 3.7 Кб -- 10.04.2016
Похожие документы

37. Christmas Card Competition Winners: Images of the Month | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Monthly Sky Notes . ... Image credit: Julie Thompson / Armagh Planetarium) . ... These seven entrants and their class have won a free trip to the Planetarium.€а All entries are on display in our Exhibition Area.€а A number have been included in a special Christmas trailer running before all shows in our Digital Theatre throughout December so why not check out the works by the countryтАЩs budding new artists this Christmas break at Armagh Planetarium? ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/christmas-card-competition-winners-images-of-the-month.html -- 45.3 Кб -- 09.04.2016
Похожие документы

38. Титарчук Лев Григорьевич (NRL)
... We show the analysis of low-hard and intermediate states of sources XTE J1550-564, H 1743-322, GX 339-4, XTE J1859-226, XTE J1650-500 and GRS 1915+105. ... Directly applying the scaling technique we also obtain that a ratio of the BH masses in XTE J1859-226 and in XTE J1550-564 is , and the corresponding ratio for XTE J1650-500 and XTE J1550-564 is . These values of scaling factors r implies that BH masses are ; solar masses in XTE J1859-226 and XTE J1650-500 respectively. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/abstracts/node70.html -- 6.1 Кб -- 19.12.2007
Похожие документы

39. Laboratory of materials for electrochemical technologies ISSP RAS
... Thermogravimetric and differential thermal analysis . Electrode polarization measurements . ... Total conductivity, Seebeck coefficient and ion transference number measurements in controlled atmos . ... Processing of ceramic materials, electrode systems and electrochemical cells . Synthesis of solid oxide materials for high-temperature electrochemical applications . ... 4-probe DC conductivity measurements in controlled atmospheres, combined with Seebeck coefficient determination. ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/lmet/en/methods/conductivity -- 6.7 Кб -- 10.04.2016
Похожие документы

40. Database of Optical Constants -- Misc: computer codes
The original files with the data were in different formats. ... Such files were named "standard data files" and linked to the database. They can be easily transformed to any desirable format by a code. Here we present two simple computer programs of this kind. ... When running the code, you can specify columns in the output file: wavelength, energy (eV) or wavenumber (cm -1 ) as the first column, and complex refractive index or dielectric function as the second and third columns. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/JPDOC/0-codes.html -- 4.9 Кб -- 19.11.2010
Похожие документы

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


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

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

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