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

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

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

1. Here Is Another Link To M13 - an Astronomy Net General Forum Message
General Forum Message . Forums: . ... Post . ... Here Is Another Link To M13 . ... Post Message | ... I have put the image of M13 on my home Web site - along with another image of M13 (not sure where it's from, I think SEDs). http://mysite.verizon.net/respud62/id7.html . ... www.astronomy.net . About Astronomy Net | Advertise on Astronomy Net | ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/general/messages/4890.shtml -- 13.2 Кб -- 09.04.2016
Похожие документы

2. Additional problems at the transition
A problem, that can arise when moving from Fortran 77 to Fortran 90, is dependent on a usual deviation from the standard, and has to do especially with user programs. ... With many Fortran 77 implementations we wrote PROGRAM TEST REAL X WRITE(*,10) 10 FORMAT('Give X = ',$) READ(*,*) X WRITE(*,*) X END In Fortran 90 we use "non-advancing I/O" instead. ... In some old Fortran dialects the statement TYPE was used to write on a typewriter terminal and PRINT was used to write on the line printer. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c14.html -- 5.4 Кб -- 10.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c14.html -- 5.4 Кб -- 10.02.1996
Похожие документы

3. Astronet > Sky Map, professional edition
... Field size . Object name . ... Map size . ... Field size: the approximate size of the map in the Y direction. ... Galaxies: . ... Galaxies, which size exceeds some value depending on the field and map sizes, are displayed with their real positional angles and sizes by 25m isophote. ... In the "tools" fields there are links to the several famous AVO (Astrophysical Virtual Observatory) resources: NED and Simbad databases and DSS2 (Palomar Digitized Sky Survey) images of the corresponding sky area. ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/map+/?lang=en -- 30.6 Кб -- 12.02.2011
Похожие документы
Еще в разделе: (Показать все результаты (>34860) - www.astronet.ru/ )

4. *fit* - Fit Data to a Specified Model
Next: Power Law fit to Up: Spectral Analysis Previous: Error Determination . With PROS2.3 all fitting is performed using Poisson statistics , rather than Gaussian, so that results will be correct even for small counts ( ) in some channels. Power Law fit to a Point Source . Raymond Model . Two-Temperature Raymond Model . Limiting Energy Channels Input to the Fit . Multiple Data Sets . ... Fit a source with a small number of net counts . Inspection of results . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node146.html -- 4.2 Кб -- 01.10.2012
Похожие документы

5. Embedding JavaScript in HTML
... You can embed JavaScript in an HTML document as statements and functions within a <SCRIPT> tag, by specifying a file as the JavaScript source, by specifying a JavaScript expression as the value of an HTML attribute, or as event handlers within certain other HTML tags (primarily form elements). ... For example, to use JavaScript 1.2 syntax, you specify the following: <SCRIPT LANGUAGE="JavaScript1.2"> Using the LANGUAGE tag attribute, you can write scripts compliant with earlier versions of Navigator....
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/embed.htm -- 17.9 Кб -- 07.10.1999
Похожие документы

6. Stellarium: TuiNodeActivate Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ... TuiNodeActivate Class Reference . ... voidљ . ... TuiNodeActivate (const QString &text, QObject *receiver, const char *method, TuiNode *parent=NULL, TuiNode *prev=NULL) . Create a TuiNodeActivate node. ... virtual TuiNodeResponse љ . handleKey (int key) . ... TuiNode (const QString &text, TuiNode *parent=NULL, TuiNode *prev=NULL) . ... virtual TuiNode *љ . ... virtual voidљ . ... Contains the numbers of the parent nodes in the hierarchy. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTuiNodeActivate.html -- 22.0 Кб -- 28.02.2014
Похожие документы

7. WindowManager (ImageJ API)
... public class WindowManager . ... This class consists of static methods used to manage ImageJ's windows. ... static void . ... Adds the specified window to the Window menu. static boolean . ... Returns a reference to the active image or null if there isn't one. static ImageWindow . ... Makes the image contained in the specified window the active image. static void . ... Returns the first image that has the specified title or null if it is not found. public static void addWindow (java.awt.Frame win) ....
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/WindowManager.html -- 25.4 Кб -- 02.12.2010
Похожие документы

8. Changing to another directory
. To change your current working directory use the command: cd pathname . where pathname specifies the directory that you want to move to. The pathname can be given as either a full pathname or a relative pathname . Examples . Did You Know? .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/cd.html -- 2.1 Кб -- 17.01.1997
Похожие документы

9. String Manipulation
... include <string.h> . char *stpcpy ( char *dest, char *src) - Copy one string into another. int strcmp( char * string1 , char * string2 ) - Compare string1 and string2 to determine alphabetic order. char *strcpy( char * string1 , char * string2 ) - Copy string2 to stringl. char *strerror( int errnum) - Get error message corresponding to specified error number. int strlen( ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_21_11.html -- 2.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_21_11.html -- 2.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_21_11.html -- 2.8 Кб -- 02.10.2012
Похожие документы

10. TUI:Telescope:Slew Window:Options:Drift Scan
Allows you to specify a drift scan: motion at a constant velocity along a great circle. ... The path starts at the new object position (though the telescope actually intersects the path later, see Subtleties ). ... Note that the units are always /sec for both axes. ... The velocity along the path is 0.01 /sec. ... The path is assumed to start when you hit the Slew button (more precisely, when the TCC parses the command). However, it takes the telescope awhile to slew to meet the specified path. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Telescope/SlewWin/DriftScanPanel.html -- 4.9 Кб -- 05.09.2014
Похожие документы
Еще в разделе: (Показать все результаты (>527) - www.apo.nmsu.edu/ )