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

1 | 2 | След.

Показаны документы, содержащие фрагменты текста из документа
http://lnfm1.sai.msu.ru/software.html.

1. FITShdr: FITS header viewer/editor
FITShdr' package contains set of utilities, that allows to display or modify FITS-file headers (FITS MEF included). ... Both source tarball (see INSTALL ) and i386 RPM are available for downloading: fitshdr-current.tar.gz size: 36379 MD5 checksum: 1e7222149ca36696797a6e0f4af41afc SHA1 checksum: 990bdf69f67d2b989d2d6e044deeaf9128d4470c fitshdr-1.0.6-1.i386.rpm size: 539101 MD5 checksum: 19e046da52b3ec8dd89aaed9e806bb5d SHA1 checksum: 07a4b4e2bd96a4c9fda7dc65127d0b80130c97e1 ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr.html -- 2.1 Кб -- 29.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>284) - lnfm1.sai.msu.ru/ )

2. http://crydee.sai.msu.ru/ftproot/pub/misc/doc/pm5/pm5a_inf.txt
Here is a description of the Filter/Driver Pack Plus release from Aldus. ... The Macintosh Filter/Driver Pack Plus includes several new and updated filters, including import filters for Microsoft Works 3.0 and MacWrite Pro files, as well as the most recent LaserWriter driver, version 8.1.1. ... The Filter/Driver Pack Plus also includes a patcher utility which will update PageMaker 5.0 to version 5.0a. This patcher corrects a handful of reported customer problems. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/misc/doc/pm5/pm5a_inf.txt -- 7.5 Кб -- 12.05.1995
Похожие документы

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

4. http://hea-www.harvard.edu/PINTofALE/doc/installation.txt
... To install PINTofALE: 0. If all you need are the IDL procedures, download and unpack http://hea-www.harvard.edu/PINTofALE/PoA_pro_current.tar.gz and add the location to IDL's !PATH. ... Assuming that PINTofALE will be installed in the directory /foo/bar/, type cd /foo/bar/ gunzip -c PoA_current.tar.gz | ... One possible method is to include the following (or equivalent) in your $HOME/.cshrc setenv PINTofALE /foo/bar/PINTofALE if ( $?IDL_PATH ) setenv IDL_PATH +$PINTofALE/pro\:${IDL_PATH} if (! ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PINTofALE/doc/installation.txt -- 8.7 Кб -- 20.11.2013
Похожие документы

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

6. StelTexture Class Reference
... Classes | ... Base texture class. ... loadingProcessFinished (bool error) . Emitted when the texture is ready to be bind() , i.e. virtualљ . ... canBind () const . Return whether the texture can be binded, i.e. it is fully loaded. boolљ . ... Destructor. bool StelTexture::bind . ... true if the binding successfully occured, false if the texture is not yet loaded. bool StelTexture::canBind . ... Return whether the texture can be binded, i.e. it is fully loaded. bool StelTexture::getDimensions . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelTexture.html -- 15.8 Кб -- 02.10.2012
Похожие документы

7. http://cosmos.msu.ru/eng/duv.html
Ultraviolet data (DUV) . ... The section "Original data" contains original information in analogue-digital and digital- analogue codes. The section "Data for analysis" contains pre-processed data for further analysis. Tatiana" program can be used for graph presentation of the experimental data, and "Orbitron" program - for geographical control of the data. Manual on how to use the programs and the data is in the HELP-file. ... Original data . Data for analysis . Tatiana program . ...
[ Сохраненная копия ]  Ссылки http://cosmos.msu.ru/eng/duv.html -- 2.4 Кб -- 09.12.2005
Похожие документы

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

9. K-corrections calculator (version 2010)
... Chilingarian, I., Melchior, A.-L., Zolotukhin, I. 2010: Analytical approximations of K -corrections in optical and near-infrared bands , accepted to MNRAS (arXiv:1002.2360) . ... K-Corrections in the optical and near-infrared , Analytical approximations of K-corrections in optical and near-infrared bands , photometric properties of galaxies , K-corrections approximation redshift and one observed colour , transform observed spectral energy distributions (SED) , software to estimate K-corrections , ...
[ Сохраненная копия ]  Ссылки http://kcor.sai.msu.ru/2010/about/ -- 5.3 Кб -- 06.03.2013
Похожие документы
Еще в разделе: (Показать все результаты (>9) - kcor.sai.msu.ru/ )

10. Раннее обучение английскому языку. Мои первые слова - Ирина Френк - Ирина Френк
... Данная книга поможет вашему ребенку сделать первые шаги в изучении английских слов. ... The Number Game is an easy and effective way of introducing students to the world of numbers. The Teacher's Guide included contains suggestions for a variety of games and language activities to play time and time again. 100 cards with the numbers in written and digit format 36 bingo cards Teacher's Guide Размер карт с числами: 9 см х 6,5 см. ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astrok