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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astronomy.net/about/support.html.

1. Stellarium: core/modules/Star.hpp Source File
Stellarium 0.12.3 . ... FileљStructure . FileљList . FileљMembers . core . modules . Star.hpp . ... 23 љ #define _STAR_HPP_ 1 . ... 33 љ typedef int Int32; . ... 72 љ StelObjectP createStelObject( const SpecialZoneArray<Star1> *a, . ... 74 љ void getJ2000Pos( const ZoneData *z, float movementFactor, Vec3f & pos) const { . ... 83 љ int hasComponentID( void ) const ; . ... 117 љ int hasComponentID( void ) const { return 0;} . ... 150 љ int hasComponentID( void ) const { return 0;} . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/Star_8hpp_source.html -- 31.4 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>4738) - astro.uni-altai.ru/ )

2. *isoreg* - A region defined by an isointensity contour
. Next: *imcnts* - Find background Up: Regions and Source Parameters Previous: *pllist* - Look at . A region file can be made which defines the region enclosed within a specific intensity level contour. First the image must be smoothed: . cl> xray xr> xspatial xs> imsmooth ``xdata$snr.qp(400:600,400:600)'' snr gaus 5 # output is snr_smo.imh xs> isoreg xnr_smo snr 0.2 # output is snr_iso.pl xs> pllist snr_iso.pl # shows the mask. rsdc@cfa.harvard.edu . 1998-06-10
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node92.html -- 3.7 Кб -- 01.10.2012
Похожие документы

3. The Millennium that Defined Earth
... Credit: Apollo 8 Crew, NASA Explanation: When the second millennium began, people generally knew that the Earth was round , but few saw much of it beyond their local village. ... The Earth started as the center of everything , but became a planet placed in the Solar System , which became placed in a Galaxy , which became placed in the Local Group of Galaxies , which became placed in an expanse so vast we call it just the Universe . ... Publications with keywords: Moon - Earth - millennium . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2000-12-31 -- 14.5 Кб -- 30.12.2000
Похожие документы

4. FITS BoF Session
... We summarize the discussions that took place during the FITS Birds of a Feather (BoF) session, which was held Monday, September 23, 1996 at 16:00. For completeness we also include a summary of the 1995 FITS BoF, which was never published. ... Oral papers by Clarke, Allen, Mink, Mandel, and Wells were presented in a special FITS afternoon session, and posters were presented by Pence, Farris, Tripicco, and Stobie; see the papers by these authors elsewhere in this volume. ... CFITSIO (Pence) . ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/wellsd1.html -- 9.5 Кб -- 23.06.1998
Похожие документы

5. NEdit.org
... Macros . ... What you do is load the NEDIT_LOADED.nm file using the one-line .neditmacro file: load_macro_file("<path-to-files>/NEDIT_LOADED.nm") After that, wherever you have a macro which depends on another defined in a file, call NEDIT_require_macro_file("<your-macro-file-name>") to load it. NEDIT_require_macro_file() will search a path defined by the ":" or " " separated environment variable called $NEDIT_MACRO_SEARCH_PATH if the name supplied to it does not give an absolute path to the file. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/nedit/macro/4/4-19.shtml -- 13.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/nedit/macro/4/4-19.shtml -- 13.5 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/nedit/macro/4/4-19.shtml -- 13.5 Кб -- 02.10.2012
Похожие документы

6. Descriptor index
previous next contents properties index . ... number> . undefined . ... number> , <number> , <number> , <number> . ... uri> . ... normal | ... ultra-expanded ] [, [ normal | ... oblique ] [, [normal | ... small-caps] [,[normal | ... 100 | 200 | ... 900] [, [normal | ... uri> [format( <string> [, <string> ]*)] | font-face-name> ] [, <uri> [format( <string> [, <string> ]*)] | ... urange> [, <urange> ]* . ... urange> ]? [ <number> ]+ [,[ <urange> ]? <number> ]+] . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/descidx.html -- 10.6 Кб -- 12.05.1998
Похожие документы

7. FIRPO II
. Main Sections LabIR main page . Instrument page . Documentation . Science Publications . Special Sections Software Page . Inside the Lab . LabIR staff . Companion Pages Skysoft Home . Tirgo Page . Tirgo Archive . LabIR Hotlist . Lunar occultations . AO star finder . Simple calculator .
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/luna/sao/firpoII.php -- 10.5 Кб -- 04.02.2013
Похожие документы

8. Evaluating shell variables
The following set of rules govern the evaluation of all shell variables. ... var signifies the value of var or nothing, if var is undefined. ${var} same as above except the braces enclose the name of the variable to be substituted. ${var-thing} value of var if var is defined; otherwise thing. $var is not set to thing. ${var=thing} value of var if var is defined; otherwise thing. If undefined $var is set to thing. ${var?message} If defined, $var; otherwise print message and exit the shell. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.3.html -- 2.5 Кб -- 17.01.1997
Похожие документы

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

10. Compiling Apache under UnixWare
To compile a working copy of Apache under UnixWare, there are several other steps you may need to take. ... Make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not defined by Apache autoconfiguration). If using the UnixWare cc compiler, and you still see accept() errors, don't use compiler optimization, or get gcc . SCO patch tf2163 is required in order for Apache to work correctly on UnixWare 2.0.x. See http://www.sco.com for UnixWare patch information. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/unixware.html -- 3.6 Кб -- 15.10.2001
Похожие документы

11. Sfit Control Language: Classified Listing
... spectrum . ... sfit . ... define >macro_name< : define a macro . ... meth_range <w1> <w2>: Set wavelength range for fit . data_spectrum <name> : data in "spectrum" format . ... data_sigma <sigma> : define mean standard error in data . ... data_line_set | ... NB: synth uses multiple calls to spectrum , so various Spectrum commands may also be required. synth : find optimum fit by adjusting abundances, v turb , v sin i , and v rad . ... save <fit> : Save the spectrum and best fit from synth . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/scl_classified.html -- 12.8 Кб -- 18.08.2010
Похожие документы

12. Astronomy articles, forums, listings, and other resources about Astronomy.
The Astronomy Net . ... The Astronomy Net is a pet project of John Huggins in association with his web hosting company. ... He continues to pursue many avenues in Astronomy, but finds this web site his favorite effort. ... Taking advantage of the recent advancements in web hosting technology, all Astronomy Net programs wer