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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.mrao.cam.ac.uk/~bn204/alma/sweng/gnutoolchainnotes.html.

1. casacore: casa/aipsdef.h Source File
... Files . ... File List . File Members . casa . ... National Radio Astronomy Observatory 00023 //# 520 Edgemont Road 00024 //# Charlottesville, VA 22903-2475 USA 00025 //# 00026 //# $Id: aipsdef.h 20551 2009-03-25 00:11:33Z Malte.Marquarding $ 00027 00028 #ifndef CASA _AIPSDEF_H 00029 # define CASA _AIPSDEF_H 00030 00031 //# Define the aips++ global macros 00032 00033 //# Defined the aips_name2 macro which is used to join two tokens. 00034 00035 #if defined (__STDC__) || ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/aipsdef_8h_source.html -- 17.1 Кб -- 14.02.2011
Похожие документы

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. Building CASA Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... http://carma.astro.umd.edu/wiki/index.php/Installing_Developer_CASA . Building CCMTools as required by CASA . ... Building . ... Notes related to building CASA . A prototype build system for CASA using SCons . ... Generating IDL files . ... Notes on the classic CASA build . ... Writing the tool XML file . ... Automatically generated IDL files from the files describing each of the tools of CASA. ... Building CASA . ... Building the casa-core libraries . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casabuild.html -- 15.2 Кб -- 04.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>1081) - www.mrao.cam.ac.uk/ )

4. mod_so - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Modules . ... On Windows, where loadable files typically have a file extension of .dll , Apache httpd modules are called mod_whatever.so , just as they are on other platforms. ... Because Apache httpd for Windows does not have the Configure program of Apache httpd for Unix, the module's source file must be added to the ApacheCore project file, and its symbols must be added to the os\win32\modules.c file. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_so.html -- 13.8 Кб -- 19.11.2015
Похожие документы

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

7. http://www.eso.org/~qc/procs/cguirao_on_dfs.txt
Subject: About DFS, CPL, pipelines and other beasts From: Carlos Guirao <cguirao@eso.org> Date: Thu, 06 Mar 2008 11:40:04 +0100 To: Quality Control <qc@eso.org> Hi, Below some info about DFS and pipelines installed on new DFO and QC blades: 1-The DFS release used by pipeline accounts is identified with the environment variable: $DFS_RELEASE This variable is defined in your file ~/.pecs/misc-all.env and, by default, is set to "dfs". ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/procs/cguirao_on_dfs.txt -- 4.8 Кб -- 07.03.2008
Похожие документы

8. Apache module mod_so
This module provides for loading of executable code and modules into the server at start-up or restart time. ... On Windows, mod_dll was used in beta release 1.3b1 through 1.3b5. mod_so combines these two modules into a single module for all operating systems. ... Because Apache for Windows does not have the Configure program of Apache for Unix, the module's source file must be added to the ApacheCore project file, and its symbols must be added to the os\win32\modules.c file. ... Module: mod_so . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_so.html -- 8.5 Кб -- 01.08.2003
Похожие документы

9. Recent Developments to the AST Astrometry Library
... Previous: The ACSIS Data Reduction System . ... The AST library supports the attachment of astrometric calibrations to astronomical datasets, the processing of this information, and generation of associated graphical output. ... In this paper we outline some more recent developments and applications, which include a set of efficient data re-gridding algorithms for curvilinear coordinate systems, improved FITS support, user-defined coordinate transformations, and pin-cushion/barrel distortion. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P2-45/ -- 12.6 Кб -- 11.10.2000
Похожие документы
Еще в разделе: (