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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/~sontag/spicedocs/cspice/nvp2pl_c.html.

1. CSPICE Routines: NVC2PL_C
... Abstract Make a CSPICE plane from a normal vector and a constant. ... The CSPICE routines that produce CSPICE planes from data that define a plane are: nvc2pl_c ( Normal vector and constant to plane ) nvp2pl_c ( Normal vector and point to plane ) psv2pl_c ( Point and spanning vectors to plane ) The CSPICE routines that convert CSPICE planes to data that define a plane are: pl2nvc_c ( Plane to normal ... Index_Entries normal vector and constant to plane . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/nvc2pl_c.html -- 7.5 Кб -- 17.12.2005
Похожие документы

2. 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
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
Похожие документы

3. casacore: casa/Utilities/cregex.h File Reference
... Definition at line 45 of file cregex.h . ... Definition at line 106 of file cregex.h . ... Definition at line 122 of file cregex.h . ... Definition at line 100 of file cregex.h . ... Definition at line 150 of file cregex.h . ... Definition at line 126 of file cregex.h . ... Definition at line 229 of file cregex.h . ... Definition at line 130 of file cregex.h . ... Definition at line 110 of file cregex.h . ... Definition at line 154 of file cregex.h . ... Definition at line 116 of file cregex.h . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/cregex_8h.html -- 30.7 Кб -- 14.02.2011
Похожие документы

4. Stellarium: SphericalPolygonBase Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ClassљList . ClassљIndex . ClassљHierarchy . ClassљMembers . SphericalPolygonBase Class Reference . Abstract class defining default implementations for some spherical geometry methods. ... All methods are reentrant. The documentation for this class was generated from the following file: . ... Generated on Sat Aug 10 2013 17:12:45 for Stellarium by љ 1.8.3.1 ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classSphericalPolygonBase.html -- 4.0 Кб -- 28.02.2014
Похожие документы

5. Automated Spectral Classification Using Neural Networks
Next: Methods for Structuring and Searching Very Large Catalogs . ... We have explored two automated classification methods: supervised classification using Artificial Neural Networks (ANN) and unsupervised classification using Self Organized Maps (SOM). These methods are used to classify IUE low-dispersion spectra of normal stars with spectral types ranging from O3 to G5. This paper describes the application of automated methods to the problem of the classification of stellar spectra. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/vieirae.html -- 9.9 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/vieirae.html -- 9.9 Кб -- 15.05.1998
Похожие документы

6. The use of IRAS data to define H II regions
CATS home ] [ Back to CATS list ] PNs [ ftp ] . ... 1989AJ.. ... ADS Astronomy Abstract Service . Title: The use of IRAS data to define H II regions Authors: HUGHES, V. A.; MACLEOD, G. C. Affiliation: AB(Queen's University, Kingston, Canada) Journal: Astronomical Journal (ISSN 0004-6256), vol. ... 786H A total of 2298 IR H II regions in the IRAS Point Source Catalog are identified to a confidence level of 77 percent. ... Criteria by Hughes McLeod (1989) of PN regions in IRAS catalog: . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/doc/PN_IRAS_HM.html -- 3.1 Кб -- 18.03.2015
Похожие документы

7. http://hea-www.harvard.edu/AstroStat/Stat310_1112/ab_20120221.pdf
MIC Discussion Discussion of the Maximal Information Coefficient Alexander W Blocker http://www.awblocker.com/ Feb 21 2012 MIC Discussion Outline Outline 1 Defining MIC Subtleties technical issues Simon Tibshirani's response Broader concerns lessons 2 3 4 MIC Discussion Defining MIC Outline 1 Defining MIC Subtleties technical issues ... MIC Discussion Broader concerns & lessons Note Concerns here are not particular to the Reshef et al. paper. ...
[ Текст ]  Ссылки http://hea-www.harvard.edu/AstroStat/Stat310_1112/ab_20120221.pdf -- 1209.1 Кб -- 21.02.2012
Похожие документы

8. 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
Похожие документы

9. AB structure
... The first column has the name of the qualifier. ... name of AB (inherited from first raw file, with grouping tag read from <instr>_organisation.h) . ... root name of products (inherited from first raw file and grouping tag read from <instr>_organisation.h) . ... name and value of non-default parameter(s) required to execute the recipe (set by createAB; read from <instr>_association.h) . ... name of waitfor(s) for this AB (relevant for DRS=CON only; set by createAB; read from <instr>_association.h) ....
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/AB_structure.html -- 18.0 Кб -- 26.11.2014
Похожие документы

10. Home Page
... deceit (deceit-1.18) [xmmsas_20040318_1831-6.0.0] . Meta Index . deceit is an interpreter to create arbitrary data sets complying with the DAL data model. Optionally, the dat set structures can be filled with data, either with the library functions provided with deceit , or with a user-defined library of Perl functions. ... A simple dataset . A dataset with an array (image) block . A dataset with an table block of 10 rows and four columns . ... dataset . ... Input Files . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/deceit/deceit.html -- 5.2 Кб -- 18.03.2004
Похожие документы
Еще в разделе: (Показать все результаты (>7506) - xmm.vilspa.esa.es/ )

11. Model realization and some results
... The perceptron structure, on the basis of which the database is built, is defined by a number of the input and output parameters and a required accuracy. ... The output perceptron data are the expansion coefficients of the scattering matrix elements in series of the generalized spherical functions. ... As the cluster structure depends on the generation conditions the expansion coefficients were averaged over 5--7 realizations of the clusters (for N . ... is the coefficient number. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/A-PERC/PAPER2/node4.html -- 10.8 Кб -- 19.11.2010
Похожие документы

12. The Millennium that Defines Universe
Astronomy Picture of the Day . ... 1.01.2001 . ... During millennium two , humanity continually redefined its concept of "Universe": first as spheres centered on the Earth , in mid-millennium as the Solar System , a few centuries ago as the Galaxy , and within the last century as the matter emanating from the Big Bang . ... 2001 2002 . ... NASA Web Site Statements, Warnings, and Disclaimers . ... Publications with keywords: universe - millennium . Publications with words: universe - millennium . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2001-01-01 -- 14.4 Кб -- 31.12.2000
Похожие документы

13. APOD: 2007 November 7 - The Sloan Great Wall: Largest Known Structure
... 2007 November 7 . The Sloan Great Wall: Largest Known Structure? ... Explanation: What is the largest structure known? ... A grouping of galaxies known as the Sloan Great Wall was discovered in the Sloan Digital Sky Survey and is a leading candidate. The Sloan Great Wall can be seen in this digitally recast contour map of galaxies in the Two Degree Field galaxy survey. ... The labeled Sloan Great Wall spans over one billion light years, longer than any structure ever measured. ... About APOD | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/apod/ap071107.html -- 5.7 Кб -- 21.12.2007
Похожие документы

14. http://hea.iki.rssi.ru/Z-90/program.pl~
... TIME[4]+1)." TIME[5]+1900); $time = @TIME[2]." ... TIME [0]; $query; if($ENV{'REQUEST_METHOD'} eq 'GET'){ $query = $ENV{'QUERY_STRING'}; }elsif($ENV{'REQUEST_METHOD'} eq 'POST'){ sysread ... /=/,$fvalues[$i],2); $name= urldecode($name); $val= urldecode($val); $field{$name} = $val; } } $bib_file=$bib_file1; if( defined $field{'db'}){ $bib_file=$bib_file1 if ($field{'db'} eq 1 ); $bib_file=$bib_file2 if ($field{'db'} eq 2 ) ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/Z-90/program.pl~ -- 6.7 Кб -- 12.12.2004
Похожие документы

15. LPCBC: Abstract 2_22
... Pinning of Josephson vortices in single crystals of Tl 2 Ba 2 CuO 6+ d superconductors. Abstract: . Magnetic hysteresis measurements are performed on single crystals of Tl 2 Ba 2 CuO 6+ d superconductors with field parallel to the ab -plane. ... For samples with high transition temperatures, the magnetization undergoes abrupt changes as a function of field at low temperatures. ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/lpcbc/ABST/2_22.html -- 2.9 Кб -- 24.12.1999
Похожие документы

16. Dynamic HTML in Communicator
Contents] [Previous page] [Next page] Index] . This book describes how to use Dynamic HTML to incorporate style sheets, positioned content, and downloadable fonts in your web pages. ... Introducing Style Sheets . ... Style Sheets in Communicator . Using Cascading Style Sheets to Define Styles . ... Defining Style Sheets with the <STYLE> Tag . Defining Style Sheets in External Files . ... Combining Style Sheets . ... Style Sheets Ink Home Page . ... Positioning HTML Content Using Styles . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/contents.htm -- 9.5 Кб -- 13.08.1997
Похожие документы

17. Abstract
... Department of Physics & Astronomy, Rutgers University, PO Box 849, Piscataway, NJ 08855-0849, U.S.A. Rich cluster CL 0016+16 lies in a large-scale dynamical structure at redshift , and has a strong Sunyaev-Zel'dovich effect. When the X-ray and radio data for CL 0016+16 are interpreted in terms of the cluster distance, this cluster provides the highest redshift datum on the Hubble diagram based on the Sunyaev-Zel'dovich effect, with a Hubble constant of . ... 4 The Hubble diagram . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/ppeuc/astronomy/papers/birkinshaw/birkinshaw.html -- 4.0 Кб -- 22.12.2007
Похожие документы

18. lte-codes: sterne model atmospheres
lte-codes . Sterne . ... In 2006, Behara and Jeffery introduced a new file format for the model atmospheres produced by STERNE and used by SPECTRUM and SFIT. ... allow depth-dependent descriptions of composition, and . ... model.lambda_ref <lambda ref > . ... abundance < elem > < abund > . ... structure.abundance < elem > : ( needs N depth ) . ab elem,1 , ab elem,2 , ..., ab elem,Ndepth > . ... structure.tau_ref : ( needs N depth ) . ... structure.opac_ref : ( needs N depth ) . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/help_stn_model.html -- 8.6 Кб -- 15.09.2006
Похожие документы

19. Slide 11
. First page Back Continue Last page Overview Graphics . Deep large area surveys will provide better understanding of the large scale environment . Provide a complement to optical searches to remove bias towards stellar- dominated galaxies .
[ Сохраненная копия ]  Ссылки http://www.naic.edu/alfa/ealfa/meeting1/talks/rosenberg/text10.html -- 2.0 Кб -- 08.05.2006
Похожие документы

20. Шевченко Владислав Владимирович
... V.V.Shevchenko, Sternberg State Astronomical Institute, Moscow University, Universitetsky 13, Moscow 119899, Russia, shev@sai.msu.ru . ... 1.Sternberg State Astronomical Institute, 119899, Moscow, Russia. shev@sai.msu.ru . ... V.V.Shevchenko, Sternberg State Astronomical Institute, Moscow University, Moscow 119992, Russia, shev@sai.msu.ru . ... 119992 Moscow, Russia; . ... 2Sternberg Astronomical Institute, Moscow University, Moscow, 119992, Russia, . ... Moscow, 119992, Russia shev@sai.msu.ru . ...
[ Сохраненная копия ]  Ссылки http://selena.sai.msu.ru/Shev/Shev.htm -- 13.7 Кб -- 20.04.2015
Похожие документы

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


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

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

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