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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/cats/~satr/GTK2/sec-compiling.html.

1. casacore: scimath/Functionals/FunctionOrder.h Source File
... Files . ... File List . File Members . scimath . Functionals . ... National Radio Astronomy Observatory 00023 //# 520 Edgemont Road 00024 //# Charlottesville, VA 22903-2475 USA 00025 //# 00026 //# $Id: FunctionOrder.h 20299 2008-04-03 05:56:44Z gervandiepen $ 00027 00028 #ifndef SCIMATH _ FUNCTIONORDER _H 00029 #define SCIMATH _ FUNCTIONORDER _H 00030 00031 //# Include files 00032 #include casa /aips.h 00033 #include casa /Arrays/Vector.h 00034 #include ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/FunctionOrder_8h_source.html -- 29.7 Кб -- 14.02.2011
Похожие документы

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

3. Programmer's reference
... uses an external library ( oyster.so ) containing C and FORTRAN objects. This library must be sharable in order for IDL to access it (via the call_external command). Aside from the specific code (written in C), this library contains five external libraries. ... To recompile and install the IDL procedures, start up IDL (in the idl directory) with the command file c.pro , i.e. idl c , which will then compile the IDL code and save it into files oyster.cmb and oyster.cpr . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node9.html -- 7.5 Кб -- 28.04.2015
Похожие документы

4. Building the casa-core libraries Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... I have a bzr branch of the casa-core repository (sing the bzr-svn plugin), and I?ve made a branch off this branch with some small build improvements. ... Destination directory export CCINSTALLDIR=/home/bnikolic/p/casa-main #HDF5 wget http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.3.tar.gz tar xzvf hdf5-1.8.3.tar.gz cd hdf5-1.8.3 ./configure --enable-cxx --prefix=$CCINSTALLDIR make && make install && cd .. ... Building the casa-core libraries . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casacorebuild.html -- 12.4 Кб -- 04.04.2016
Похожие документы

5. Software Store - Installation Guide
... Obtaining the software . ... a. Decide on the root directory where your software is going to go.... /home/friday , for example. b. In your .cshrc file, define . ... home/friday/]lib . ... after make ) an object code library ../pack/qub/libqub.a . ... Then a common section of code, found in ../pack/make_library supplies all the necessary targets: . ... remove The conservative way to build this library is to cd /home/friday/pack/qub; make; make install; make clean . ... cd /home/friday/pack; make . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/Howto_install1.html -- 6.9 Кб -- 02.06.2003
Похожие документы

6. configure.in
... autoconf processes configure.in to produce a configure script. configure is a portable shell script which examines the build environment to determine which libraries are available, which features the platform has, where libraries and headers are located, and so on. Based on this information, it modifies compiler flags, generates makefiles, and/or outputs the file config.h with appropriate preprocessor symbols defined. ... Here is a sample configure.in , from a Gnome version of "Hello, World": . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/z69.html -- 16.9 Кб -- 12.07.2000
Похожие документы

7. Compiling Apache for Microsoft Windows
There are many important points before you begin compiling Apache. See Using Apache with Microsoft Windows before you begin. Compiling Apache requires Microsoft Visual C++ 5.0 or 6.0 to be properly installed. ... Directories tab (the Projects - VC++ Directories pane in Developer Studio 7.0) listing Executable file paths. ... os\win32\ApacheOS.dsp . ... To simplify the process, dependencies between all projects are defined in the Microsoft Visual Studio workspace file: src/Apache.dsw . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/win_compiling.html -- 12.2 Кб -- 20.06.2002
Похожие документы

8. Электронная библиотека астронома-любителя. Астрономический Календарь -
Электронная библиотека астронома-любителя. Книги по астрономии, телескопостроению, оптике. главная . библиотека . ... Общая литература по астрономии . ... Название: Астрономический Календарь - Постоянная часть. Изд. ... Год: 1981. ... сайт служит астрономическому сообществу с 2005 года . ...
[ Сохраненная копия ]  Ссылки http://www.astrolib.ru/library/45.html -- 7.9 Кб -- 09.04.2016
Похожие документы

9. From Power Up To Bash Prompt: The GNU C Library
... However, init, like almost all programs, uses functions from libraries. ... It comes from the standard C libraries, on a GNU/Linux system, glibc. ... They are libraries of these functions. ... There are two ways programs can use these library functions. ... For example, here are the libraries that bash uses: . ... Use ldd to find out what libraries init uses. ... Write, compile and link a program that uses this library. source code, see Building a Minimal Linux System from Source Code for urls . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-5.html -- 4.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-5.html -- 4.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-5.html -- 4.8 Кб -- 02.10.2012
Похожие документы

10. http://hea-www.harvard.edu/RD/zhtools/INSTALL
... Retrieve zhtools source and pre- build external library tar files from Web page http://hea-www.harvard.edu/saord/ zhtools cd /pool # where the build files reside wget http://hea-www.harvard.edu/saord/download/ zhtools / zhtools -3.0. tar .gz wget http://hea-www.harvard.edu/saord/download/ zhtools /zhext. tar .gz The zhtools package is available as a source file tar file named zhtools -3.0 Where possible, you probably should retrieve and use this tar file. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/zhtools/INSTALL -- 11.3 Кб -- 14.02.2014
Похожие документы

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

12. CIMA Software Components
CIMA is more than just the observing tool - in fact, the observing tool is just a part of a bigger package called the CIMA software package. ... There is also a another package called the CIMA WAPP software which contains the WAPP software, the special Tcl/Tk interpreter used by CIMA and support libraries. ... All CIMA software components recognize the following general options that are part of the CIMA version selection system: . ... The select_cima script can be used to set up a default version. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~cima/cima_software.html -- 8.3 Кб -- 01.03.2012
Похожие документы

13. AI SPbU library of scattering codes
... There are a lot of computer codes simulating this scattering and freely available in the Internet (see e.g. links on our JPDOC page ). ... The code and input file are available in the directory . ... A slightly modified code of Barber Hill with a C-shell and input files is available in the directory . ... The code, input and test output files are available in the directory . ... See also readme file. file. ... The code, input file and their description (a TeX file) are available in the directory . ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/ilin2/SOFTWARE/ -- 5.7 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>281) - www.astro.spbu.ru/ )

14. Use of program libraries
The two main numerical libraries in Fortran 90 are . NAG Numerical Libraries for Fortran 90 Users . IMSL Fortran 90 MP Library Both of these offer both a modified version of the Fortran 77 library, recompiled for Fortran 90, and a completely new library, using all the new facilities of Fortran 90. ... On the Sun using Sun OS 4.2.1 we also got completely wrong results when using library functions in single precision, since the C system on Sun converted all function calls into double precision. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c15.html -- 5.2 Кб -- 30.03.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c15.html -- 5.2 Кб -- 30.03.1996
Похожие документы

15. FITSIO Subroutine Library Update
... Next: FITS Checksum Verification Up: Data Models and Previous: A Proposed Convention . ... The FITSIO Subroutine Library has been available for 3 years, and has matured into a stable, full-featured interface for reading and writing FITS format files. ... The FITSIO subroutine library for reading and writing FITS files is now three years old and is used by many projects as the standard programming interface for accessing FITS format data files. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/pencew.html -- 8.3 Кб -- 03.11.2000
Похожие документы

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

17. Adding new plug-ins to The Gimp
So you have downloaded the latest super-duper, all-doing, nice-looking plug-in for The Gimp, but you don't know how to actually plug it in. ... If your plug-in is one which does not require libraries other than libgimp (The Gimp's plug-in library) and libc (the standard C library; most C programs need this), that's all there is to it. ... To avoid having to add an entry for each new plug-in which requires the math library, you can look for the lines in the Makefile which look like this: . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/gimp/quintero/tutorials/add-new-plugins.html -- 8.7 Кб -- 22.12.2007
Похожие документы

18. Extended IDL Help
This page was created by the IDL library routine mk_html_help . ... mk_html_help . at the IDL command line prompt. ... to calculate CHIANTI line intensities and continua, to create a synthetic spectrum. ... WRITTEN : Ver.1, 7-Nov-01, Giulio Del Zanna (GDZ) and Peter Young (PRY) MODIFICATION HISTORY: V.2, 7-Nov-01, GDZ . Fixed a small bug (now the spectrum plot is always plotted within the widget), and modified the option to add continua. ... Added extended details in the ascii output spectrum. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/science/chianti/chianti_5.1/list_headers.html -- 26.9 Кб -- 15.09.2005
Похожие документы

19. Library
... Dept. for Astrometry & Space Geodynamics . ... Dept. for Physics of Stars&Galaxies . ... Dept. for Solar Physics . ... Ukrainian GNSS Network . ... 2016,MNRAS, 2016MNRAS.tmp.. ... WASP- 22, WASP-41, WASP- 42 and WASP- 55. ... The Observatory's Library contains more than 82.500 thousand printed books and journals (on January 1, 2015) with 29.4 thousand foreign languages items. ... Journals on various disciplines (in Ukrainian, Russian): . ... journals on various disciplines (in Ukrainian, Russian); ....
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/en/library -- 18.6 Кб -- 09.04.2016
Похожие документы

20. Intl collabration
The IAA RAS . ... View details . ... Observatories 'Svetloe' and 'Zelenchukskaya' participate in frequent VLBI-observation sessions organized by the International VLBI Service for Geodesy and Astrometry . ... As part of collaboration with the U. S. Naval observatory in the areas of EOP determination and analysis the USNO uses IAA RAS daily EOP data obtained from SLR and VLBI. ... The IAA RAS and the Centre National d'Etudes Spatiales carry out joint DORIS observations on the Badary observatory. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/en/intl_collab/ -- 26.3 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>491) - www.ipa.nw.ru/ )

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


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

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

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