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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/FITSTable_8h.html.

1. casacore: casa::FITSTableWriter Class Reference
... Classes . Files . ... casa . casa::FITSTableWriter . ... Private Member Functions | ... More... #include < FITSTable.h > . ... FITSTableWriter ( FitsOutput *file, const RecordDesc &description, const Record &maxLengths, uInt nrows, const Record &extraKeywords, const Record &units, Bool freeOutput= True , const Record &variableShapes= Record ()) . ... References row_p . ... BinaryTableExtension * casa::FITSTableWriter::bintable_p [private] . ... Record casa::FITSTableWriter::row_p [private] . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1FITSTableWriter.html -- 31.5 Кб -- 14.02.2011
Похожие документы

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

3. A Graphical User Interface for a Development Environment (GUIDE)
... GUIDE'' (Graphical User Interface for a Data Environment) is an interactive IDL widget-based package that enables users to retrieve selected sets of satellite instrument data and perform various types of graphical analyses on them, without writing a specialized program. GUIDE simplifies the task of laying out multiple plots on a page by (1) using a page-editor to define and laying out multiple ``panels'' which contain the ``plot objects'', and (2) integrating data retrieval functions. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/bhatnagara.html -- 11.7 Кб -- 03.11.2000
Похожие документы

4. Removing linked directories that contain links
... Look at this example: pwd (print the user's working directory ) /home/tom/reports ls ../tmp/ drafts (list the contents of this directory ) expenditure targets ln -s $HOME/tmp/ drafts quarterly (use a symbolic link to make the directory ) cd quarterly (change directory to this linkname ) ln $HOME/accounts/ expenses (link a file to this linkname ) ls (list the contents of the linked directory ) (the linked file is listed) ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/links3.2.3.html -- 3.2 Кб -- 17.01.1997
Похожие документы

5. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/text-archives/ked_src_2-07.txt
... It contains the Binaries and Source Code. Open Source under the simplified BSD license. Proposed directory for placement: /pub/os2/apps/editors/ Your name: Martin Iturbide Email address: martin@os2world.com Program contact name: Don Radick Program contact email: (none) Program URL: http://www.os2world.com/wiki/index.php/KEd Would you like the contact email address included in listings? yes Operating System/Version: Warp 3, Warp 4, WSeB Additional requirements: Replaces: ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/text-archives/ked_src_2-07.txt -- 1.9 Кб -- 11.11.2014
Похожие документы

6. Where to Find Example/Test Code
The XPA source code directory contains two test programs, stest.c , and ctest.c that can serve as examples for writing XPA servers and clients, respectively. ... The stest program can be executed with no arguments to start an XPA server that contains the access points: xpa, xpa1, c_xpa (containing sub-commands cmd1 and cmd2), and i_xpa. ... xpaset xpa # send to xpa cat xpa.c | xpaset "xpa*" # send to xpa and xpa1 xpaget xpa # receive from xpa xpaget xpa* # receive from xpa and xpa1 etc. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/examples.html -- 3.1 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/examples.html -- 3.1 Кб -- 01.10.2012
Похожие документы

7. lsst.coordConv: include Directory Reference
. lsst.coordConv љ unknown . MainљPage . Namespaces . Classes . Files . љ All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Pages . include . include Directory Reference . directory љ . coordConv . љ . Generated on Thu May 7 2015 10:42:47 for lsst.coordConv by љ 1.8.5
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/dir_d44c64559bbebec7f509842c48db8b23.html -- 6.6 Кб -- 07.05.2015
Похожие документы

8. Dynamically Configured Mass Virtual Hosting - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Virtual Hosts . ... This document describes how to efficiently serve an arbitrary number of virtual hosts with the Apache HTTP Server. A separate document discusses using mod_rewrite to create dynamic mass virtual hosts. ... Adding virtual hosts is simply a matter of creating the appropriate directories in the filesystem and entries in the DNS - you don't need to reconfigure or restart Apache. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/vhosts/mass.html -- 18.4 Кб -- 19.11.2015
Похожие документы

9. Remote Procedure Calls (RPC)
... Defining Client and Server Application Code . ... This chapter provides an overview of Remote Procedure Calls (RPC) RPC. ... rls.c: remote directory listing client */ # include stdio.h # include strings.h # include rpc / rpc .h # include rls.h main (argc, argv) int argc; char *argv[]; { char dir[DIR_SIZE]; /* call the remote procedure if registered */ strcpy(dir, argv[2]); read_dir(argv[1], dir); /* read_dir(host, directory) */ /* spew-out the results and bail ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node33.html -- 36.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node33.html -- 36.5 Кб -- 02.10.2012
[