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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/karma/programmer-manual/node17.html.

1. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

2. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы

3. Apache module mod_setenvif
This module provides the ability to set environment variables based upon attributes of the request. ... The mod_setenvif module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. ... BrowserMatch . ... Syntax: BrowserMatch regex env-variable [= value ] [ env-variable [= value ]] .. ... Module: mod_setenvif . ... The BrowserMatch directive defines environment variables based on the User-Agent HTTP request header field. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_setenvif.html -- 13.8 Кб -- 05.11.2004
Похожие документы

4. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm
... The Boolean object is an object wrapper for a boolean value. ... JavaScript 1.3: added toSource method . ... If value is omitted or is 0, -0, null, false, NaN , undefined, or the empty string ( "" ), the object has an initial value of false. All other values, including any object or the string "false" , create an object with an initial value of true. ... For Boolean objects and values, the built-in toString method returns the string "true" or "false" depending on the value of the boolean object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm -- 16.3 Кб -- 07.10.1999
Похожие документы

5. casacore: casa::ScalarRecordColumnDesc Class Reference
... Classes . ... casa . casa::ScalarRecordColumnDesc . ... Class to define columns of scalar records in tables. ... ScalarRecordColumnDesc (const String &name) . ... ScalarRecordColumnDesc (const String &name, const String &comment) . ... ScalarRecordColumnDesc (const String &name, const String &comment, const String &dataManName, const String &dataManGroup) . ... name . ... ColumnDesc.cc registers such functions by using these constructors. virtual String casa::ScalarRecordColumnDesc::className . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1ScalarRecordColumnDesc.html -- 33.6 Кб -- 14.02.2011
Похожие документы

6. Simon's Software - howto 1-3
a. Decide on the root directory where your software is going to go.... [/home/friday] , for example. b. In your .cshrc file, define . setenv OSROOT /home/friday . ... Holder for object libraries . ... Holder for shared source code (f77 include files) . ... Collect the appropriate tar files from Simon's Software Store . ... build - extract fortran from the source library, compile source, pack object code into object libary . ... clean - remove source and object files from library folder . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/install_frameset/Howto_install_f.html -- 4.7 Кб -- 02.06.2003
Похожие документы

7. ASP: Making Your Own Astronomical Camera
Turning the Camera Skyward . A reconfigured camera can take wide-field exposures of astronomical objects (constellations, the Milky Way, zodiacal light, moving artificial satellites, meteor showers, variable stars, etc.) to reveal much fainter objects and structures than seen by naked eye. ... This picture reveals objects more than 2.5 times fainter than can be seen by the naked eye, including not only stars but also the Orion nebula (M42), where new stars are being born. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/50/camera3.html -- 12.8 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1209) - www.astrosociety.org/ )

8. Dynamic HTML in Communicator
... The previous example, Chapter 12, "Expanding Colored Squares Example," illustrates how to expand and contract the clipping region of a layer without changing the wrapping width of the layer. This example illustrates how to capture mouse events so that the user can make a layer's wrapping width wider or narrower by dragging the mouse. ... how to capture mouse events for a layer . how to change the wrapping width of a layer by using the load() function . ... Capturing Events for the Layer . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers38.htm -- 11.3 Кб -- 13.08.1997
Похожие документы
Еще в разделе: (Показать все результаты (>8375) - crydee.sai.msu.ru/ )

9. http://www.sai.msu.su/gcvs/gcvs/nl75/IBVS2.STY
and 42 % 27-11-1999 Andr\'as Holl % 2.31: 02-05-2001 % % Konkoly Observatory, Budapest, Hungary % Use the following documentstyle definition : % \documentstyle[twoside, ibvs2, epsf]{article} % or % \documentstyle[twoside]{article} % \input ibvs2.sty % \input epsf.sty % epsf is only needed for figures % IBVS.STY screen message \ typeout {} \ typeout {IBVS.STY Ver. 2.31 - 02-05-2001 } \ typeout {Information Bulletin on Variable Stars - Konkoly Observatory} \ ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/gcvs/gcvs/nl75/IBVS2.STY -- 8.5 Кб -- 29.06.2001
Похожие документы

10. Stellarium: StelObjectModule Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ClassљIndex . ... StelObjectModule Class Reference abstract . Specialization of StelModule which manages a collection of StelObject . ... virtual QList< StelObjectP >љ . searchAround (const Vec3d &v, double limitFov, const StelCore *core) const =0 . ... searchByNameI18n (const QString &nameI18n) const =0 . Find a StelObject by name. ... searchByName (const QString &name) const =0 . ... virtual QStringљ . ... const QString &љ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelObjectModule.html -- 37.0 Кб -- 28.02.2014
Похожие документы

11. lsst.tcc: include Directory Reference
. lsst.tcc љ 1.2.2-3-g89ecb63 . MainљPage . RelatedљPages . Namespaces . Classes . Files . љ All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Macros љ Pages . include . include Directory Reference . directory љ . tcc . љ . Generated on Mon Sep 14 2015 15:25:42 for lsst.tcc by љ 1.8.5
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/dir_598e6c27e8b53710534fbc3672fc1a23.html -- 6.8 Кб -- 14.09.2015
Похожие документы

12. Examples of environment variable names
HOME . this is the pathname of your "home" directory when you login and to which cd changes when invoked with no argument. ... defines the directories searched when the shell is looking for the file to execute when processing a command . MAIL . if set to the name of a mail file the shell will inform you of the arrival of new mail. ... contains the shell prompt string. ... is the continuation prompt when a command spans more than one line. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.1.html -- 2.4 Кб -- 17.01.1997
Похожие документы

13. http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt
... index.php (1) | bbclone/ | ... To do you can use the following sample and point your browser to it. <?php define("_BBC_PAGE_NAME", "Test"); define("_BBCLONE_DIR", "bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ... Create the file "count.php" and add the following: <?php define("_BBCLONE_DIR", "/the/path/that/leads/to/bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt -- 9.1 Кб -- 13.03.2005
Похожие документы

14. Object Detection Using Multi-Resolution Analysis
... Next: Unsupervised Catalog Classification Up: Object Detection and Previous: Classification of Objects . ... Multi-resolution allows for image analysis in terms of different scales. ... This approach is used for the detection (and subsequent analysis) of globular cluster systems around elliptical galaxies, and for image characterization and object trawling in large image databases. ... The applicability of this approach to object detection in large image collections has been investigated. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/murtaghf2.html -- 11.9 Кб -- 03.11.2000
Похожие документы

15. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README
CFITSIO Interface Library CFITSIO is a library of ANSI C routines for reading and writing FITS format data files. ... The CFITSIO library is built on Unix systems by typing: > ./configure [--prefix=/target/installation/path] > make (or 'make shared') > make install (this step is optional) at the operating system prompt. The configure command customizes the Makefile for the particular system, then the `make' command compiles the source files and builds the library. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README -- 6.9 Кб -- 30.12.2010
Похожие документы

16. Is Mystery Object an Orphan Afterglow
Astronomy Picture of the Day . Is Mystery Object an Orphan Afterglow . ... 12.11.2001 . ... SDSS , DOE , NSF , NASA Explanation: What is that unusual object? ... Attributes of the object include that it has unusual colors , appears to be fading as months go by, and appears to be associated with a distant galaxy . ... U. Based on Astronomy Picture Of the Day . Publications with keywords: orphan afterglow - mystery object . Publications with words: orphan afterglow - mystery object . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1172957 -- 14.5 Кб -- 08.10.2004
Похожие документы

17. IRAS01005+7910
... The variability of the spectrum of the optical component of the IR-source IRAS01005+7910 was discovered for the first time in the BTA spectra [1]. ... The spectral features include absorptions that form in near-photospheric layers, narrow envelope emissions, and emission-absorption profiles that form in photosphere-to-envelope transition layers (the wind). ... Discovery of spectral variation in the optical counterpart of IRAS01005+7910. ... Dashed line - envelope curve of all the SiII 5979 profiles ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/SciNews/2014/Klochkova2/ -- 6.1 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/SciNews/2014/Klochkova2/ -- 6.1 Кб -- 10.04.2016
Похожие документы

18. Observing springtime deep-sky objects with a large telescope | Astronomy.com
... Observing . ... Observing springtime deep-sky objects with a large telescope . Springtime observing for small telescopes . ... Astronomy magazine Editor David J. Eicher shares 10 of his favorite springtime deep-sky objects, including the NGC 3190 galaxy group, 3C 273, and NGC 3242. ... In this video, Astronomy magazine Editor David J. Eicher discusses deep-sky objects in the spring sky you can see with a 12-inch or larger telescope. ... Get instant access to subscriber content on Astronomy.com! ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/videos/seasonal-observing/2016/03/observing-springtime-deep-sky-objects-with-a-large-telescope -- 63.6 Кб -- 10.04.2016
Похожие документы

19. Conference venue | Radiation mechanisms of astrophysical objects: classics...
... Radiation mechanisms of astrophysical objects: classics today . ... The meeting will be held in the Conference Hall of the historical building of the Saint-Petersburg State University . It is located in the very center of the Saint-Petersburg city close to the most sights, including the Hermitage, the Peter and Paul fortress being the cradle of the city, and the famous Neva-embankment. ... Detailed information on the possible ways to reach the conference venue is given here . ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/Sobolev100/?q=en/conf_venue -- 11.3 Кб -- 09.04.2016
Похожие документы

20. Eugene Trunkovsky
To see a Russian version of this page, click here . ... Graduated from Moscow State University (MSU), Faculty of Physics in 1976. Ph.D. degree - 1988, MSU. Main field of scientific activities: photometric investigations of various stars, close binary stellar systems and other astronomical objects, including research with use of fast photoelectric photometry with a high time resolution till 1 millisecond. ... New portable photometer . ... Send your mail to: tem@sai.msu.ru ...
[ Сохраненная копия ]  Ссылки http://uranus.sai.msu.ru/~tem/ -- 3.2 Кб -- 19.01.2015
Похожие документы
Еще в разделе: (Показать все результаты (>54) - uranus.sai.msu.ru/ )

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


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

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

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