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

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

10. Stellarium: core/modules/Star.hpp Source File
Stellarium 0.12.3 . ... FileљStructure . FileљList . FileљMembers . core . modules . Star.hpp . ... 23 љ #define _STAR_HPP_ 1 . ... 33 љ typedef int Int32; . ... 72 љ StelObjectP createStelObject( const SpecialZoneArray<Star1> *a, . ... 74 љ void getJ2000Pos( const ZoneData *z, float movementFactor, Vec3f & pos) const { . ... 83 љ int hasComponentID( void ) const ; . ... 117 љ int hasComponentID( void ) const { return 0;} . ... 150 љ int hasComponentID( void ) const { return 0;} . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/Star_8hpp_source.html -- 31.4 Кб -- 28.02.2014
Похожие документы

11. http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL
Since XmCCD uses Motif, the libraries and include files must be available. ... By default it will create a directory xmccd-#.# with the command tar -xvzf xmccd-#.#.tar Set your current working directory to xmccd-#.# cd xmccd-#.# ... For "ls -l" you should see something like this -rwsr-xr-x 1 root root 281883 Mar 10 01:08 xmccd Move xmccd to a directory in your search path such as /usr/local/bin mv xmccd /usr/local/bin xmccd will use ds9 for image display if it is present. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL -- 6.2 Кб -- 22.05.2004
Похожие документы

12. Where are commands located?
. Unix commands are executable binary files located in directories with the name bin (for binary). Many of the commands that you use are located in the directory /usr/bin . When you enter the name of a command the shell checks to see if it is a built-in command. If it is not, it looks for the the binary file that the command name refers to in each of the directories that are defined in the PATH environment variable . more ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/path1.html -- 2.2 Кб -- 17.01.1997
Похожие документы

13. http://hea.iki.rssi.ru/conf/hea2007/list/index.php~
... selected="selected"' : ''; $menu .= '<option value="' . ... SERVER['REQUEST_URI'],$trans)); return $urls[0]; } /* get the internal configuration */ global $ cfg ; /* check if we been asked to render a feed */ $ feed = get_get(' feed ',NULL); /* check if we been asked to render a PDF */ $pdf = get_get('pdf',NULL); $ templates = array(); $output = ''; $ file = get_post('db',NULL); if (!$ file ) $ file = get_get('db',Property::get($ cfg ['config'],'default')); /* if the request does not ask for a...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/list/index.php~ -- 9.7 Кб -- 11.09.2007
Похожие документы

14. Getting Started in Actor Prolog. Component-Oriented Programming.
The idea of component-oriented programming is that in the course of implementation of various software projects a programmer (or a programmers team) accumulates a library of reused software fragments that are used in different projects. ... To solve such problems there are some special syntax means in Actor Prolog that support component-oriented programming. ... A package in Actor Prolog is a set of classes linked by implication. ... Actor Prolog supports visual component-oriented programming. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_comp.html -- 18.6 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>434) - www.cplire.ru/ )

15. Long description for example showing how structurally overlapping cells are
This example shows a difference between CSS's table model for HTML and for other document formats. The first, HTML, example is defined by HTML to be illegal, as it would lead to overlapping cells if HTML's rules for layout are followed. ... The diagram depicts how the two examples, the HTML one and the almost identical non-HTML one, might be rendered. ... The rendering of the non-HTML example is on the right, it follows the CSS rules and thus has no overlapping cells. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/table-overlap-desc.html -- 3.1 Кб -- 04.05.1998
Похожие документы

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

17. The Millennium that Defined Earth
... Credit: Apollo 8 Crew, NASA Explanation: When the second millennium began, people generally knew that the Earth was round , but few saw much of it beyond their local village. ... The Earth started as the center of everything , but became a planet placed in the Solar System , which became placed in a Galaxy , which became placed in the Local Group of Galaxies , which became placed in an expanse so vast we call it just the Universe . ... Publications with keywords: Moon - Earth - millennium . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2000-12-31 -- 14.5 Кб -- 30.12.2000
Похожие документы

18. lsst.tcc: include/tcc/tcsShim.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . tcc . tcsShim.h . ... 51 љ double const FL = 1.0; . ... 97 љ std::ostream & operator<< (std::ostream &os, ASTROM const &astrom); . ... 99 љ std::ostream & operator<< (std::ostream &os, FLDOR const &fldor); . ... 101 љ std::ostream & operator<< (std::ostream &os, PORIG const &porig); . ... 103 љ std::ostream & operator<< (std::ostream &os, SITE const &site); . ... 105 љ std::ostream & operator<< (std::ostream &os, TARG const &targ); . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/tcs_shim_8h_source.html -- 27.6 Кб -- 14.09.2015
Похожие документы

19. http://www.mccme.ru/tg2007/talks/AlvarezSanchoSancho.pdf
... A k -module E can be considered as a functor of k modules over the category of commutative k -algebras, which we will denote by E, by defining E(B ) := E k B . If F and G are functors of k -modules, we will denote by Homk (F, H ) the functor of k -modules Homk (F, H )(B ) := HomB (F|B , H|B ) where F|B is the functor F restricted to the category of commutative B -algebras. ... Theorem 1. The category of dual functors of G-modules is equivalent to the category of dual functors of A -modules. ...
[ Текст ]  Ссылки http://www.mccme.ru/tg2007/talks/AlvarezSanchoSancho.pdf -- 75.7 Кб -- 11.12.2007
Похожие документы

20. Compilation Problem - an Astronomy Net XEphem Forum Message
XEphem Forum Message . ... Compilation Problem . ... usr/X11R6/lib/libXm.so: undefined reference to `XpGetDocumentData' . usr/X11R6/lib/libXm.so: undefined reference to `XpGetPageDimensions' . usr/X11R6/lib/libXm.so: undefined reference to `XpGetOneAttribute' . ... spinkham@myxa xephem-3.4]$ dir /usr/X11R6/lib/libXm.* . ... www.astronomy.net . ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/xephem/messages/79.shtml -- 14.6 Кб -- 09.04.2016
Похожие документы

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


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

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

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