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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.mrao.cam.ac.uk/~bn204/devman/dust/sizedist_8hxx-source.html.

1. lsst.coordConv: include/coordConv/coord.h Source File
lsst.coordConv љ unknown . ... Files . ... coord.h . ... 10 љ const double MinParallax = 1e-7; // minimum parallax (arcsec) . ... 154 љ double angularSeparation ( Coord const &coord) const ; . ... 165 љ double orientationTo ( Coord const &coord) const ; . ... 189 љ Coord offset ( double &toOrient, double fromOrient, double dist) const ; . ... double angularSeparation(Coord const &coord) const . Definition: coord.cc:150 . ... Coord offset(double &toOrient, double fromOrient, double dist) const . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/coord_8h_source.html -- 30.9 Кб -- 07.05.2015
Похожие документы

2. DUST: eigenmodegen.hxx Source File
... Files Go to the documentation of this file . 00001 00008 #ifndef EIGENMODEGEN_HXX__ 00009 #define EIGENMODEGEN_HXX__ 00010 00011 #include ../dustmodel.h 00012 00013 #include vector 00014 00015 namespace Dust { 00016 00020 class GenEigenModes { 00021 00022 public : 00023 00026 virtual double operator[] ( unsigned n) = 0; 00027 00029 virtual double Nmodes ( void ) = 0; 00030 00032 virtual Generated on Fri Jul 11 07:32:07 2008 for DUST by 1.5.5 ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/eigenmodegen_8hxx-source.html -- 7.8 Кб -- 11.07.2008
Похожие документы

3. casacore: casa/Quanta/MVBaseline.h File Reference
... Files . ... casa::operator* (const RotMatrix &left, const MVBaseline &right) . ... casa::operator* (const MVBaseline &left, const RotMatrix &right) . ... casa::operator* (Double left, const MVBaseline &right) . ... casa::operator* (const MVBaseline &left, Double right) . ... casa::operator* (const Vector< Double > &left, const MVBaseline &right) . ... casa::operator* (const MVBaseline &left, const Vector< Double > &right) . ... casa::operator* (const MVPosition &left, const MVBaseline &right) . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/MVBaseline_8h.html -- 9.5 Кб -- 14.02.2011
Похожие документы

4. Stellarium:
Stellarium 0.12.3 . ... Plugins . ... FileљStructure . FileљList . FileљMembers . plugins . Satellites . src . Satellite.hpp . ... 20 љ #ifndef _SATELLITE_HPP_ . 21 љ #define _SATELLITE_HPP_ 1 . ... 86 љclass Satellite : public StelObject . ... 88 љ friend class Satellites ; . ... 96 љ Satellite ( const QString& identifier, const QVariantMap& data); . 97 љ ~ Satellite (); . ... 105 љ return "Satellite" ; . ... 161 љ bool operator<( const Satellite & another) const ; . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/Satellite_8hpp_source.html -- 34.0 Кб -- 28.02.2014
Похожие документы

5. See include/linux/autoconf.h
The HyperNews Linux KHG Discussion Pages . ... Re : Kernel Makefile Configuration: how? ... Keywords: Makefile, configuration . ... From: Balaji Srinivasan < BalajiSrinivasan > . When you run make config (or its siblings) it creates a file in include/linux directory. This file (autoconf.h) is included in include/linux/config.h in all the required C files.. For the makefile the place that these config options are specified is in the .config file in the TOPLEVEL directory. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/115/1.html -- 2.5 Кб -- 23.03.2000
Похожие документы

6. Including text in a shell script
Text can be included in the shell script by using a here document, a special form of input redirection. The << symbol is used to indicate that text should be read up to a given mark. For example: #!/bin/sh # this script outputs the given text before it runs cat << EOF This shellscript is currently under development, please report any problems to Danny (danny@cornflake.ed) EOF exec /usr/local/test/bin/test_version . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>97) - comet.sai.msu.ru/ )

7. A box, to include extended emission
Next: A Region mask for Up: To produce a region Previous: Select a circle around . select cursor and box . The three mouse buttons have been redefined as: . LEFT - moves the center of the box to the position of the arrow point. MIDDLE - sizes the box. ... Release the button to fix the size of the box. save the results by typing `s' while the mouse is in the display window. select region and write , to write the saved regions into a file for later use (as above). rsdc@cfa.harvard.edu . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node63.html -- 3.8 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1413) - hea-www.harvard.edu/ )

8. Mathematics: <math.h>
... Mathematics is relatively straightforward library to use again. ... double x; x = sqrt(63.9); . ... double acos( double x) -- Compute arc cosine of x. double asin( double x) -- Compute arc sine of x. double atan( double x) -- Compute arc tangent of x. double atan2( double y, double x) -- Compute arc tangent of y/x. double ceil( double x) -- Get smallest integral value that exceeds x. double cos( double x) -- Compute cosine of angle in radians ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node17.html -- 7.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node17.html -- 7.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node17.html -- 7.0 Кб -- 02.10.2012
Похожие документы

9. ASP: ASP Conference Series to Include Free Electronic Access
home news . SEARCH ASP SITE: Match ALL words Match ANY word . ... Beginning in 2005, all conference proceedings published by the ASP Conference Series during 2004, and all future volumes, will include full text electronic access. ... Visit the e-Books site for select free preview volumes . ... Organizers of upcoming conferences who wish more information about publishing their proceedings through the ASP Conference Series should contact Interim Managing Editor J. Ward Moody at jmoody@byu.edu . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/news/ebooks.html -- 11.2 Кб -- 03.01.2012
Похожие документы

10. Gliese 876 System Includes Large Terrestrial Planet
... NASA , NSF Explanation: Is our Earth unique? In continuing efforts to answer this question, astronomers have now discovered an Earth-like planet orbiting a distant normal star. ... Slight, fast, but regular wobbles of nearby small M - dwarf star Gliese 876 showed evidence for a planet with a likely mass slightly higher than a minimum six times the mass of Earth. ... Publications with keywords: planets - Earth - Gliese 876 . Publications with words: planets - Earth - Gliese 876 . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2005-06-14 -- 16.7 Кб -- 12.10.2011
Похожие документы

11. Image: Another view. Myself included.
. Album : Фотоальбом Сергея Аюкова :: Travels to distant places and countries :: 1997/08 Japan (Kyoto, Nara) :: 18/08 Higashi-Honganji temple . Up . << Prev . Another view. Myself included. Next >> . Album created by album generator from Marginal Hacks by David Madison on Wed Jun 5 20:38:36 2013 .
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/album/trips/1997.08.Japan/18.Higashi-Honganji/tn/b15l.jpg.index.html -- 5.2 Кб -- 05.06.2013
Похожие документы

12. Index of /software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/include
Name Last modified Size Description . Parent Directory - drvrsmem.h 2012-11-30 14:35 6.4K fitsio.h 2012-11-30 14:35 103K fitsio2.h 2012-11-30 14:35 57K longnam.h 2012-11-30 14:35 20K . Apache/2.4.6 (Linux/SUSE) Server at www.astro.louisville.edu Port 80
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/include/ -- 2.4 Кб -- 10.04.2016
Похожие документы

13. Restoring files with tar
Next: Multilevel backups Up: Simple backups Previous: Making backups with tar . The -extract ( -x ) option for tar љ extracts files: # tar -extract -same-permissions -verbose -file /dev/fd0H1440 . ... usr/src/linux-1.2.10-includes/ . ... usr/src/linux-1.2.10-includes/include/linux/ . ... You also extract only specific files or directories (which includes all their files and subdirectories) by naming on the command line: # tar xpvf /dev/fd0H1440 usr/src/linux-1.2.10-includes/include/linux/hdreg.h . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node86.html -- 4.4 Кб -- 04.05.1997
Похожие документы

14. Astronaut Bio: Bruce McCandless II
National Aeronautics and Space Administration . ... Bruce McCandless II (Captain, USN, Ret.) NASA Astronaut (former) . ... He was a member of the astronaut support crew for the Apollo 14 mission and was backup pilot for the first manned Skylab mission (SL-1/SL-2). ... A veteran of two space flights, McCandless has logged over 312 hours in space, including 4 hours of MMU flight time. ... With the completion of this flight McCandless logged 191 hours in space (including 4 hours of MMU flight time). ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/mccandless-b.html -- 9.2 Кб -- 07.07.2015
Похожие документы

15. Included content
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam dapibus leo quis nisl. ... Mauris cursus pretium mauris. ... Cras consequat velit et justo. Donec mollis, mi at tincidunt vehicula, nisl mi luctus risus, quis scelerisque arcu nibh ac nisi. ... Integer bibendum. Nulla nonummy ante eu est. ... Suspendisse nec nulla sit amet enim ultricies malesuada. ... Integer pretium euismod mauris. ... Integer est. Nulla ante ligula, auctor sit amet, vulputate in, aliquet in, sem. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/EDITION/preprint_ann/include-short.htm -- 2.5 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>218) - www.ipa.nw.ru/ )

16. Simulation of HST PSFs using Tiny Tim
... Tiny Tim has been used for generating Hubble Space Telescope ( HST ) point-spread functions (PSFs) for deconvolution, algorithm testing, proposal planning, and optical studies. ... Tiny Tim is a stand-alone program for simulating HST PSFs as viewed with the on-board imaging cameras (WF/PC-1, WFPC2, FOC, COSTAR/FOC). ... The measured aberrations for FOC f/96, WF/PC-1 PC6, WFPC2, and COSTAR/FOC are used by Tiny Tim . ... Figure: FOC f/96 observed and Tiny Tim model PSFs (pre-COSTAR) at 253 nm. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/kristj.html -- 10.1 Кб -- 03.11.2000
Похожие документы

18. http://www.abitu.ru/en2002/closed/viewwork.html?ext=26
include graphics.h #include math.h #include conio.h const double l=10000000; const float V0=5000; const float angle =0.5; const float dt=500; const double G=6.67e-11; const double M=5.98e24; double E; float p; float F; float b; float b_angle ; float S; float x1; float y1; float r; float Vi; int xC; long ...
[ Сохраненная копия ]  Ссылки http://www.abitu.ru/en2002/closed/viewwork.html?ext=26 -- 2.5 Кб -- 05.05.2006
Похожие документы
Еще в разделе: (Показать все результаты (>8) - www.abitu.ru/ )

19. Guide to Russia || Top Attractions
... Top Attractions of Russia . ... We sincerely hope the situation will improve and we are planning to include these regions as soon as it becomes possible. ... Southern Urals (including Bashkir State Reserve) . ... Eastern Sayan Mountains (including Tunka Range) . ... Altai Mountains (including Lake Teletskoe, Altai State Reserve, Katun Range) . ... Sub-Polar and North Urals and virgin forests of North of European Russia (including Yugyd-Va National Park and Pechora-Ilych National Reserve) . ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/putevod/attr_en.html -- 56.9 Кб -- 07.05.2013
Похожие документы

20. http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7B64584DE2-CF27-40ED-9534-106FB84AE956%7D
The timeline series includes a compilation of artist's concepts depicting milestones from the Kepler missionтАФNASA's first mission capable of detecting Earth-sized planets around Sun-like stars. Milestones include launch of the space telescope, the first transiting planetary system, the smallest planet with both radius and mass measurements, the first six-planet system, the first double-star planet, the smallest planet in the habitable zone of a star similar to our Sun. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7B64584DE2-CF27-40ED-9534-106FB84AE956%7D -- 3.9 Кб -- 10.04.2016
Похожие документы

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


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

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

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