Найдено документов: 259388 (178 сайтов) ---- Время поиска: 0.67сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node192.html.
http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol2/node192.html.
21. lsst.coordConv: coordConv::PVTCoord Class Reference
lsst.coordConv љ unknown . ... Classes . ... coordConv::PVTCoord Class Reference . ... PVTCoord ( Coord const &coord, Eigen::Vector3d const &vel, double tai) . PVTCoord ( Coord const &coord0, Coord const &coord1, double tai, double deltaT) . PVTCoord ( PVT const &equatPVT, PVT const &polarPVT, PVT const &distPVT= PVT ()) . PVTCoord ( PVT const &equatPVT, PVT const &polarPVT, PVT const &distPVT, double equatPM, double polarPM, double radVel) . ... Definition at line 13 of file pvtCoord.h . ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/classcoord_conv_1_1_p_v_t_coord.html -- 41.8 Кб -- 07.05.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>654) - www.apo.nmsu.edu/ )
22. http://www.asc.rssi.ru/RadioAstron/archives/2004/month_notic/ramn8.pdf
... A bright flare-up of emission (>1000 Jy) was found in OH-maser source during tests of 18cm receiver in observations with Kalyazin 64-m radio telescope (August 2004). ... Appendix (The list of used acronyms) ASC Cold Plate DC Astro Space Center of Lebedev Physical Instutute cooled LNAs and antenna feed hermetic device container (part of payload ); it contains Formatter, Rb oscillators, synthesizer, control unit and is placed under dish DM Device Module = DC + H-maser EGSE ...
[
Текст
]
Ссылки http://www.asc.rssi.ru/RadioAstron/archives/2004/month_notic/ramn8.pdf -- 90.3 Кб -- 03.11.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>173) - www.asc.rssi.ru/ )
23. DUST: dustiface.h File Reference
... dust_AbsXSec . Absorption Cross section. typedef void . ... Calculates the equilibrium temperature given the absorption cross section and a radiation field. double . ... Calculates the absortion cross section of a species/size of dust grain . ... The grain absorption cross section . ... The absorption cross section of the grain . ... Calculates the equilibrium emission at wavelength lambda from a (large) grain at temperature T and with absorption cross section xsection. double dust_EquiT . ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/dustiface_8h.html -- 30.7 Кб -- 11.07.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2292) - www.mrao.cam.ac.uk/ )
24. (Untitled)
There are six possible ways of object description: . a) by number(s) . ... d) by list . e) by orbital elements . ... They should be introduced as year, month, day with tenth (e.g. 20021104.1). d) Computations are performed for all objects listed in the file whose path and name should be introduced into assigned data field. ... On pressing Edit file button user has a possibility to look through the list of object elements or their coordinates and velocities to add or to change it. ...
[
Сохраненная копия
]
Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9hdg.htm -- 6.7 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>536) - www.ipa.nw.ru/ )
25. Index of /stp/data/Images_of_f-plots/TABL/Tables of different Parameters/h' F2
... 18-Jan-2010 17:22 . ... Apache/2.2.3 (CentOS) Server at www.wdcb.ru Port 80 ...
[
Сохраненная копия
]
Ссылки http://www.wdcb.ru/stp/data/Images_of_f-plots/TABL/Tables%20of%20different%20Parameters/h'%20F2/ -- 3.9 Кб -- 03.02.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>9290) - www.wdcb.ru/ )
26. COALA - Wolfgang Kerzendor
... Exploring the physics of Type Ia supernovae through spectral analysis . ... Their progenitor scenario as well as the details of the explosion mechanism remain a mystery. ... It produces a supernova spectrum for a given luminosity, photospheric velocity, time since explosion and several elemental abundances. Tweaking these parameters to produce a spectrum that fits an observed spectrum is a complex, as of yet, manual task. ... The search space is large and complex. ...
[
Сохраненная копия
]
Ссылки http://www.mso.anu.edu.au/coala/wolfgang.html -- 4.1 Кб -- 01.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1574) - www.mso.anu.edu.au/ )
27. SYNCHRONIZATION OF DRIVE-RESPONSE SYSTEMS ON CONDITION OF A LARGE MISMATCH OF
... Mokhovaya st., 11, Moscow, 103907, Russia. ... Proceedings of the 6th IEEE International Specialist Workshop on Nonlinear Dynamics of Electronic Systems, Budapest, Hungary, 16-18 July, 1998 , pp. ... The method for synchronization of drive-response systems on conditions of a large mismatch of parameters is considered on example of the system based on modified Chua's circuit. The approach to information transmission using such method is proposed. ...
[
Сохраненная копия
]
Ссылки http://www.cplire.ru/rus/InformChaosLab/papers/ndes98p.html -- 2.5 Кб -- 26.03.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>606) - www.cplire.ru/ )
28. CREATE FULLTEXT PARSER
... CREATE FULLTEXT PARSER -- create a parser for full-text search . CREATE FULLTEXT PARSER prsname START= start_function GETTOKEN gettoken_function END end_function LEXTYPES lextypes_function [ HEADLINE headline_function ] ; . CREATE FULLTEXT PARSER will create a new parser used to break document onto lexemes. If a schema name is given (for example, CREATE FULLTEXT PARSER myschema.prsname ... ) then the parser is created in the specified schema. ... DROP FULLTEXT PARSER ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-createparser.html -- 6.2 Кб -- 13.04.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2380) - www.sai.msu.su/ )
29. http://www.astro.louisville.edu/software/archive/colorspec/colorspec-1.0/README
Programs to generate color spectra ================================== These programs were developed to produce realistic color spectra from digital data. ... The distribution here contains the original source code for colorspec and solar in C, and a version of solar written in Fortran. ... It will produce a color spectrum of any digital spectrum. ... The 800x50 image solarflux.ppm was generated by colorspec and the file fluxatlas.dat, a reformatted NSO Solar Flux Atlas in the data directory. ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/archive/colorspec/colorspec-1.0/README -- 4.8 Кб -- 23.08.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1628) - www.astro.louisville.edu/ )
30. . The . MASS . Group .
... Measurement of the MASS detectors parameters with mass program January 24, 2015 [112707] . MASS/DIMM electronics. ... Turbina-core(D): Dimm User Guide. ... N.Shatsky, V.Kornilov, The revision of the MASS/DIMM star catalogue. ... О.Возякова, В.Корнилов, Н.Шатский, Новое программное обеспечение прибора MASS/DIMM. ... V.Kornilov, N.Shatsky, S.Potanin, O.Voziakova, B.Safonov Preliminary results of astroclimate parameters measurements at the Sternberg 2.5m telescope installation site. ...
[
Сохраненная копия
]
Ссылки http://curl.sai.msu.ru/mass/docs.shtml -- 10.3 Кб -- 27.06.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>26) - curl.sai.msu.ru/ )
31. SunSoft
... SPARCompiler(TM) Fortran 90 1.0 . FORTRAN 77 3.0.1 . ... important of these. -ansi: Report non-ANSI extensions. -c: Suppress linking, produce .o files -e: Recognize extended (132 character) source lines -fast: Specify common set of performance options - fixed : Interpret all Fortran source files according to fixed form rules -flags: Print summary of compiler options -fnonstd: Non-standard initialization of floating-point hardware -fnonstop: Execute without trapping on invalid, overflow ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/f77to90/sun.html -- 7.6 Кб -- 20.08.1996
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/sun.html -- 7.6 Кб -- 20.08.1996
Похожие документы
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/sun.html -- 7.6 Кб -- 20.08.1996
Похожие документы
Еще в разделе:
(Показать все результаты (>4865) - crydee.sai.msu.ru/ )
32. Parabolic flights for achievement zero gravity: flight parameters,
... Space flight . ... Zero Gravity . ... Characteristics of a Complex Flight: . ... Characteristics of the Reduced Gravity (Lunar Gravitation): . ... Characteristics of the Reduced Gravity (Martian Gravitation): . ... Services / Zero Gravity: General description Technical description Flight parameters Photo gallery Price . ...
[
Сохраненная копия
]
Ссылки http://www.atlasaerospace.net/eng/zgrav-polet.htm -- 38.8 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>64) - www.atlasaerospace.net/ )
33. General Catalogue of Variable Stars: Description
... DESCRIPTION General Catalog of Variable Stars (GCVS database) . ... Kholopov P.N., Samus N.N., Durlevich O.V., Kazarovets E.V., Kireeva N.N., Tsvetkova T.M., 1990, General Catalogue of Variable Stars, 4rd ed., vol.IV, Nauka, Moscow. Kholopov P.N., Samus N.N., Durlevich O.V., Kazarovets E.V., Kireeva N.N., Tsvetkova T.M., 1992, General Catalogue of Variable Stars, 4rd ed., vol.IV, Bull. ... Kazarovets E.V., Durlevich O.V. Editor-in-Chief Samus N.N., 1998, New Catalogue of Suspected Variable Stars. ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/gcvs/gcvs/intro.htm -- 11.3 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>68) - sai.msu.ru/ )
34. Apache module mod_negotiation
... Source File: mod_negotiation.c . Module Identifier: negotiation_module Content negotiation, or more accurately content selection, is the selection of the document that best matches the clients capabilities, from one of several available documents. ... A type map (a file with the handler type-map ) which explicitly lists the files containing the variants. ... Apache only recognizes encodings that are defined by an AddEncoding directive. ... Content-Language: . ... Module: mod_negotiation . ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/mod/mod_negotiation.html -- 9.8 Кб -- 15.10.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>104) - neptun.sai.msu.ru/ )
35. http://www.gao.spb.ru/english/as/j2014/presentations/galushina.pdf
Galushina T., Bykova L., Letner O., Baturin A. Tomsk State University Russia 1 Investigation Dynamics Asteroid of of 2 Solving problems construction of numerical model of asteroid motion with account chosen perturbed factors; asteroid orbit improvement according to positional observations; construction of initial probabilistic domain by linear and nonlinear methods; study of evolution of initial probabilistic domain; revealing of ...
[
Текст
]
Ссылки http://www.gao.spb.ru/english/as/j2014/presentations/galushina.pdf -- 1658.2 Кб -- 28.09.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>280) - www.gao.spb.ru/ )
36. http://lnfm1.sai.msu.ru/neb/nss/coorb/ReadMeT.txt
Observations of coorbital satellites of Saturn in 2004-2005 Emelyanov N. V., Varfolomeev M. I. ================================================================================ Description: To improve the orbital parameters and masses of coorbital satellites of Saturn, Janus and Epimetheus, new observations of these satellites are necessary. ... This paper contains precalculated dates of possible observations of Janus and Epimetheus in 2004-2005. ...
[
Сохраненная копия
]
Ссылки http://lnfm1.sai.msu.ru/neb/nss/coorb/ReadMeT.txt -- 4.7 Кб -- 28.06.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>316) - lnfm1.sai.msu.ru/ )
37. SAI Open Star Clusters (SAI OCL) Catalog
... Structure of Data . ... Catalog . ... In SAI OCL Catalog, we introduce our work on investigation of the Milky Way system of open star clusters. The main goal of our study is a search for new clusters using huge surveys. 168 new clusters have been already discovered by us using J,H,Ks data from 2MASS point source catalog. ... For 141 new clusters, we found their physical parameters using J,H,Ks data from 2MASS catalog and, for a number of clusters, our UBVRI CCD observational magnitudes. ...
Еще в разделе:
(Показать все результаты (>222) - ocl.sai.msu.ru/ )
38. 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. ...
Еще в разделе:
(Показать все результаты (>4) - scan.sai.msu.ru/ )
39. http://www.ssau.ru/files/science/conferences/itnt2015/itnt_2015_70.pdf
TOOLS OF TEST GENERATION FOR SATELLITES CONTROL PROGRAMS Andrey Tyugashev, Ekaterina Myasnikova, Elena Sopchenko S.P. Korolyov Samara State Aerospace University (National Reseach University) The paper presents a research in the field of test automation for testing spacecraft control programs. ... Programmers or designers of spacecraft systems write tests manually. ... Tests are carried out by issuing the control actions on the spacecraft and condition monitoring systems parameters of the spacecraft. ...
[
Текст
]
Ссылки http://www.ssau.ru/files/science/conferences/itnt2015/itnt_2015_70.pdf -- 161.6 Кб -- 04.08.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>583) - www.ssau.ru/ )
40. Search of ADC Archives
... T he ADC 's data holdings contain the following item(s) that match the query entered - . Fill in Any or All Search Fields Below . ... J/A+AS/126/281 Solar disk spectrum (660-1175A) (Curdt+ 1997) . ... J/A+AS/103/57 Spectral coefficients of emission and absorption (MIHAJLOV 1994) . ... J/A+AS/122/51 B to G stars calibration in Geneva photometry (Kunzli+, 1997) . ... J/A+AS/113/237 Ultraviolet Spectrum of the Sun (Samain, 1995) . ... J/A+AS/141/141 8500-8750{AA} high resolution spectroscopy. ...
[
Сохраненная копия
]
Ссылки http://vega.inp.nsk.su/~inest/astrolib/Sun/kursoviki/Model2000/AtmModel/Search%20of%20ADC%20Archives.htm -- 6.5 Кб -- 01.04.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>116) - vega.inp.nsk.su/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда