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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/xmtel/archive/xmtel-5.2/RCOS.

1. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.0/README
XmCCD ----- The programs provided here offer a Linux graphical user interface to astronomical and scientific CCD cameras. ... SBIG has provided the library used here. It is essentially the same library used by commercial software for control of their cameras under Windows. ... This distribution includes source code to utilize the Santa Barbara Instrument Group (SBIG) shared library libsbigudrv.so with a Motif-based graphical user interface program to control SBIG astronomical CCD cameras. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.0/README -- 5.2 Кб -- 23.07.2012
Похожие документы

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

3. Source Re-organisation
As of 1.3, the Apache source directories have been re-organised. This re-organisation is designed to simplify the directory structure, make it easier to add additional modules, and to give module authors a way of specifying compile time options or distribute binary modules. ... The non-module source files have moved from src into src/main . ... Configure . ... For example, say it is called mod_demo.c. The archive for this module should consist of two files, in a suitable directory name. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/sourcereorg.html -- 12.8 Кб -- 15.10.2001
Похожие документы

4. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/leo/doc/ldevco.txt
DEVCON for LAN Systems!! ... PSP LAN Systems develops products that provide network operating system services (such as file, print, transaction, security and directory) for multiple operating systems (OS/2, DOS, Windows and AIX). ... PSP LAN Systems has identified an API (or development tools) strategy that provides an application development environment with industry standard APIs for application portability and object frameworks to assist developers with code reuse. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/leo/doc/ldevco.txt -- 7.6 Кб -- 26.04.1994
Похожие документы

5. http://star.arm.ac.uk/preprints/2010/571d_OnlineII.pdf
... The IDL users can call these codes by the CALL_EXTERNAL function with the following syntax: res=CALL_EXTERNAL(libname, 'GET_MW', ParmIn, s, /F_VALUE) Here libname is the name of the appropriate dynamic link library or shared ob ject. ... Then, ParmIn is the 29-element single-precision floating-point array that contains the input parameters for the gyrosynchrotron code, and s is the two-dimensional single-precision floatingpoint array that contains the results of the computation. ...
[ Текст ]  Ссылки http://star.arm.ac.uk/preprints/2010/571d_OnlineII.pdf -- 86.8 Кб -- 26.09.2012
Похожие документы

6. DASH--Distributed Analysis System Hierarchy
... 238, Astronomical Data Analysis Software and Systems X, eds. F. R. Harnden, Jr., ... We developed the Distributed Analysis Software Hierarchy (DASH), an object-oriented data reduction and data analysis system for efficient processing of data from the SUBARU telescope. ... Figure 1: DASH application model (SUBARU restaurant) . There are three subsystems of the Subaru computer system: the Subaru Observation Software System (SOSS), the Subaru Telescope data ARchive System (STARS), and DASH. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/P2-29/ -- 12.0 Кб -- 29.05.2001
Похожие документы

7. mod_example - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... Some files in the modules/experimental directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... If you link it into your server, enable the "example-handler" handler for a location, and then browse to that location, you will see a display of some of the tracing the example module did as the various callbacks were made. ... Using the mod_example Module . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_example.html -- 11.1 Кб -- 21.01.2013
Похожие документы

8. Stellarium: Plugins
... CodingљStyle . ... Plugins . ... Building Plugins . ... dynamic plugins are stand-alone dynamic libraries (separate files with .so extension on Linux, .dll in Windows or .dylib on Mac OS X) that are loaded at run-time (on start-up) by Stellarium. This allows dynamic plugins to be distributed separately from Stellarium. static plugins are linked statically at build-time. ... For the rest of this discussion, I will assume you downloaded the source code in the directory /home/me/builds/stellarium . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/plugins.html -- 14.9 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>1111) - astro.uni-altai.ru/ )

9. Using UNIX System Calls and Library Functions
... To use system calls and library functions in a C program we simply call the appropriate C function (Appendix ). We have already met some system calls when dealing with low level I O - open(), creat(), read(), write() and close() are examples. ... All math functions such as sin(), cos(), sqrt() and random number generators - random(), seed(), lrand48(), drand48() etc. are standard math library functions. NOTE: most standard library functions will use system calls within them. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_18_2.html -- 3.4 Кб -- 02.10.2012
Похожие документы

10. Description of SED models
... FTP access the basic models is here . ... Below, we put short descriptions of the used SED models for the photometric redshifts providing by the current server . ... The uniqueness of this model consists in expanding to the near IR (NIR) of Rocca-Volmerange and Guiderdoni's (1988) atlas of synthetic spectra with a revised stellar library, which includes parameters of cool stars. ... Homepage of the GISSEL model). ... Another model used earlier is the model of synthetic spectra of Poggianti (1997). ...
[ Сохраненная копия ]  Ссылки http://sed.sao.ru/sed_E_models.html -- 9.2 Кб -- 12.01.2005
Похожие документы
Еще в разделе: (Показать все результаты (>33) - sed.sao.ru/ )

11. TCC Documentation
... TCC User's Guide explains how to use the TCC from an Astronomer's point of view. TCC Commands describes the commands in detail. ... You can talk to one using the tcc command talk mirror_name " mirrorCtrl command " for example talk sec showparams . ... You can talk to one using the tcc command talk mirror_name "galil Galil command " for example talk sec "galil XQ#SHOWPARAMS" . ... You can talk to one using the command talk axis_name " axis controller command " for example talk az "MS.DUMP" . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/ -- 3.9 Кб -- 10.09.2015
Похожие документы

12. The /lib directory
. This directory contains libraries that are used by various programs and languages. Often in modern UNIX systems this directory is simply a link to /usr/lib .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/concepts/lib.html -- 1.8 Кб -- 17.01.1997
Похожие документы

13. Software Development
... Satellite data ] . ... SMIS IKI RAN has developed the software package which may be used both by owners of acquisition stations and individual users of satellite information. ... AVHRR instrument data processing. ... This enables the users who are not yet qualified in computer methods of satellite data processing, to get a quick start with the software. ... The basic software package enables a user to solve a wide range of tasks (in our server You can find the data processing samples ). ...
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/inform/engl/soft/e_mat.htm -- 6.7 Кб -- 14.10.1997
Похожие документы

14. SAI OCL Catalog Trumpler 19
. Home . Structure of Data . Description . Catalog . Publications . VO . ЮБ 2000 . 11:14:20.2 . ЮД 2000 . -57:33:04 . l . 290.172 . b . 2.895 . diameter . 14.0' . (m - M) 0 . 11.4 0.05 . distance . 1900 50 pc . E(B - V) . 0.08 0.01 . log(t) . 9.65 0.05 . (J, J-H) isochrone VOTable . 2MASS data VOTable . Developed by the Team . Send us your questions or feedback
[ Сохраненная копия ]  Ссылки http://ocl.sai.msu.ru/catalog/trumpler_19/ -- 7.2 Кб -- 09.04.2016
Похожие документы

15. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы

16. History of Astronomy and Space Physics Department
Astronomy Department was found in Kyiv University in 1834 together with other twelve departments of the Faculty of Philosophy. ... At that time V.Struve was a World famous astronom, and helped V.Fedorov in creation of Kyiv University Astronomical Observatory. ... M.Khandrikov successfuly modernized the Observatory. ... Researches of the history of Kyiv Observatory say about an important contribution into development of orbits theory made by the famous Kyiv astronoms I.Illinsky and I.Putilin. ...
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/history.html -- 12.3 Кб -- 16.02.2005
Похожие документы
Еще в разделе: (Показать все результаты (>48) - space.univ.kiev.ua/ )

17. Index of /lk/source
... 13-Aug-2014 12:13 106K lk_20140815_0905.tar.. 15-Aug-2014 09:06 106K lk_20140901_0823.tar.. 01-Sep-2014 08:23 103K lk_20141016_1324.tar.. 16-Oct-2014 13:25 103K lk_20141211_1708.tar.. 11-Dec-2014 17:08 103K lk_20150430_0315.tar.. 30-Apr-2015 03:15 103K lk_20150430_0420.tar.. 30-Apr-2015 04:20 103K lk_20150818_1511.tar.. 18-Aug-2015 15:11 104K lk_20151113_1903.tar.. 13-Nov-2015 19:04 105K lk_20160314_0610.tar.. 14-Mar-2016 06:11 105K . ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/lk/source/ -- 2.9 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>4) - scan.sai.msu.ru/ )

18. Index of /pub/mirror/opensuse/distribution/
. Name . Last Modified . Size . Type . Parent Directory / . - . Directory . 10.2 / . 2009-Dec-06 17:59:27 . - . Directory . lighttpd/1.4.37
[ Сохраненная копия ]  Ссылки http://curl.sai.msu.ru/pub/mirror/opensuse/distribution/ -- 2.5 Кб -- 09.04.2016
Похожие документы

19. Literature
MSU Scientific Library Physics Faculty Library . UDK: universal decimal classification . ... Bible at Gateway.com (available different languages) Bible Bible-center . The list of literature links . ... William Burroughs see also William Burroughs . Library Network . Kharuki Murakami Kharuki Murakami. ... Different funny stories . Perseus Project (Perseus is an evolving digital library, engineering interactions through time, space, and language.) ... The Public's Library . ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~sasha/litera.html -- 5.4 Кб -- 09.04.2006
Похожие документы
Еще в разделе: (Показать все результаты (>16) - astrometric.sai.msu.ru/ )

20. Galaxy sector, archive 1995
... 1995: . ... for the first time a magnetic field was registered on normal white dwarfs. ... A study of variability of the first galactic superluminal radio source GRO J1915 +10 with the RATAN-600 showed a delay of flare activity at 3 frequencies of 5-10 days after the X-ray flares with an inversion of the radio spectrum. ... The distribution of linear dimensions of clouds in the first approximation is power-law. The distribution of clouds by concentrations depends on the galactic latitude. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/Science/results/ar_galaxy/res1995.html -- 7.0 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/Science/results/ar_galaxy/res1995.html -- 7.0 Кб -- 10.04.2016
Похожие документы

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


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

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

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