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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/structprjprm.html.

1. New Features in this Release
... JavaScript version 1.3 provides the following new features and enhancements: . ... See the Client-Side JavaScript Guide for details. ... Changes to the Array object. ... The push method returns the new length of the array rather than the last element added to the array. ... Changes to the Date object. ... Added a day parameter to the setMonth method. ... Added the apply method, which allows you to apply a method of another object in the context of a different object (the calling object). ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/whatsnew.htm -- 11.0 Кб -- 07.10.1999
Похожие документы

2. Stellarium: StelScriptMgr Class Reference
... StelScriptMgr Class Reference . ... const QStringљ . ... Stops any running script. ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getDescription . ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getLicense . ... Get the rate at which the script is running as a multiple of the normal execution rate. void StelScriptMgr::pauseScript . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelScriptMgr.html -- 32.4 Кб -- 28.02.2014
Похожие документы

3. WCSLIB: disprm Struct Reference
... disprm Struct Reference . ... Returned ) Pointer to the first element of an array of int* containing pointers to the first elements of the arrays of integer distortion parameters for each axis. double ** disprm::dparm . Returned ) Pointer to the first element of an array of double* containing pointers to the first elements of the arrays of floating point distortion parameters for each axis. int disprm::i_naxis . ... Returned ) The number of distortion functions. struct wcserr * disprm::err . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/structdisprm.html -- 27.2 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>39269) - www.atnf.csiro.au/ )

4. Change history
... applies to task version 0.1 and 1.0 . ... applies to task version 1.1: minor updates . ... applies to task version 1.4: improved flow-chart . ... applies to task version 2.0: new parameter names . ... applies to task version 2.1: new parameter names, some minor updates . ... minor updates for task version 3.0 . ... applies to task version 4.0: new command line parameter . ... applies to task version 5.0: another new command line parameter . ... applies to task version 6.3: new L A T E Xmacros . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/epchain/node2.html -- 18.3 Кб -- 26.11.2007
Похожие документы
Еще в разделе: (Показать все результаты (>19071) - xmm.vilspa.esa.es/ )

5. Type Checking and New Types
... GTK+ has an extensive type system, which is to some extent independent of its object system. ... define GTK_TYPE_BUTTON (gtk_button_get_type ()) #define GTK_BUTTON(obj) (GTK_CHECK_CAST ((obj), \ GTK_TYPE_BUTTON, GtkButton)) #define GTK_BUTTON_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), \ GTK_TYPE_BUTTON, GtkButtonClass)) #define GTK_IS_BUTTON(obj) (GTK_CHECK_TYPE ((obj), \ GTK_TYPE_BUTTON)) #define GTK_IS_BUTTON_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), \ GTK_TYPE_BUTTON)) . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/z105.html -- 11.7 Кб -- 12.07.2000
Похожие документы

6. Johns Hopkins University Applied Physics Lab, Laurel, Maryland | Astronomy.com
... Tonight's Sky . ... Sky this Month . ... space physics . ... The Sky This Week: April 1 - 10 . ... Sky this Week . ... Sky Events . Get to Know the Night Sky . Tour the Deep Sky . Sky Guide . ... Observing springtime deep-sky objects with a large telescope . ... Johns Hopkins University Applied Physics Lab, Laurel, Maryland . ... Receive news, sky-event information, observing tips, and more from Astronomy's weekly email newsletter. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/authors/johns-hopkins-university-applied-physics-lab -- 56.7 Кб -- 09.04.2016
Похожие документы

7. Internet Programming with Java
The objective of this course is to help you to understand some fundamental basic concepts behind the Java technology. The audience is assumed to have little or no prior exposure to Java and Object-Oriented programming. ... The topics will help you to understand how to use Java to create, access, and support Java applications and applets. ... Introduce object-oriented programming concepts and how they apply to Java programming. ... Extending A Class (Inheritance) . ... Hello World Applet . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/training/events/Java/SSD990329Java/Java3.html -- 10.9 Кб -- 23.12.2007
Похожие документы

8. http://star.arm.ac.uk/~jgd/outgoing/Armagh_CU/WORD/LP_LS_Policy.doc
Life Saving & Loans Protection Policy This policy was adopted by the Board of Directors of Armagh Credit Union Limited Signed:- Position Position Date: Loan Protection & Life Savings Insurance Armagh Credit Union maintains an insurance policy called the Life Savings and Loan Protection Policy (LP/PS), which activates on the death of an eligible member to increase the value of their savings which can be returned to the members estate or family and to clear outstanding loans. ...
[ Текст ]  Ссылки http://star.arm.ac.uk/~jgd/outgoing/Armagh_CU/WORD/LP_LS_Policy.doc -- 59.0 Кб -- 18.12.2015
Похожие документы

9. Apache module mod_cgi
This module provides for execution of CGI scripts. ... Module Identifier: cgi_module Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. ... Debugging CGI scripts has traditionally been difficult, mainly because it has not been possible to study the output (standard output and error) for scripts which are failing to run properly. ... Status: mod_cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_cgi.html -- 9.9 Кб -- 01.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>120) - neptun.sai.msu.ru/ )

10. The AstroStat Slog Blog Archive On the unreliability of fitting
... Archives . ... Furthermore, numerical errors also creep in to the outputs based on how stopping rules are implemented: cases abound where repeated applications of the fitting program simply to move the ?best-fit? parameters closer to the true best-fit values but do not ever reach it. ... A typical strategy adopted to ensure that the fitting process does result in the best possible fit, is to ensure that the fitting process begins with parameters that are very close to the true best-fit values. ...