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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.PageTextVariables.

1. casacore: casa::Stack< elem > Class Template Reference
... casa::Stack< elem > . ... Stack (const Stack < elem > &other) . ... Add an element to the top of the stack. void . ... Retreive the top element on the stack. const elem & . ... template<class elem> . ... References casa::False , casa::Stack< elem >::topOfStack , and casa::True . ... const elem& casa::Stack < elem >::top . ... Referenced by casa::Stack< elem >::empty() , casa::Stack< elem >::pop() , casa::Stack< elem >::popVal() , casa::Stack< elem >::push() , and casa::Stack< elem >::top() . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Stack.html -- 25.6 Кб -- 14.02.2011
Похожие документы

2. OptInt PmWiki : PmWiki / Documentation Index
OptInt PmWiki : Pm Wiki / Documentation Index . Beginner Topics for Creating/Editing Pages . ... The pages below describe various aspects of using , administering and troubleshooting a PmWiki installation, as well as aspects of the PmWiki community . ... Page variables - variables that are associated with pages . Page text variables - Page variables automatically made available through natural or explicit page markup . ... Wiki structure - PmWiki structural support for page organization . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/DocumentationIndex?action=print -- 26.3 Кб -- 01.03.2014
Похожие документы

3. Makefile.am
GTK+ / Gnome Application Development . ... automake processes Makefile.am to produce a standards-compliant Makefile.in . automake does a lot of work for you: it keeps up with dependencies between source files, for example. It creates all the standard targets, such as install and clean . It also creates more complex targets: simply typing make dist creates a standard .tar.gz file if your Makefile.am is correct. ... In this case, Gnome library flags determined by configure . ... Target . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/z70.html -- 13.3 Кб -- 12.07.2000
Похожие документы

4. Getting Started in Actor Prolog. Underdetermined Sets.
Underdetermined sets is a new type of data structures (terms) developed in Actor Prolog . ... The point is that an underdetermined set can include some indefinite rest (a tail) like a list in usual Prolog . At the same time, the order of elements of an underdetermined set can be arbitrary one and it does not affect results of unification of underdetermined sets. Moreover, Actor Prolog guarantees that a rest of an underdetermined set never contains elements that are explicitly given in the set. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_sets.html -- 12.6 Кб -- 24.09.2007
Похожие документы

5. Dynamic HTML in Communicator
... Font enhancements in Communicator include the ability to incorporate downloadable fonts into your web documents. ... The fonts are contained in a font definition file that reside on the host web server with the HTML document. ... Before you can create font definition files, make sure the fonts you wish to use in your web document are installed on your system. ... FONT> </P> . ... For more information about dynamic fonts, see: http://home.netscape.com/comprod/products/communicator/fonts/index.html . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/webfont1.htm -- 11.8 Кб -- 13.08.1997
Похожие документы
Еще в разделе: (Показать все результаты (>34332) - crydee.sai.msu.ru/ )

6. Further Data Types
... Defining New Data Types . Unions . ... Static Variables . ... struct gun { char name[50]; int magazinesize; float calibre; }; struct gun arnies; . ... struct gun { char name[50]; int magazinesize; float calibre; } arnies; . ... typedef struct gun { char name[50]; int magazinesize; float calibre; } agun; agun arnies={"Uzi",30,7}; . ... stat() { int auto_var = 0; static int static_var = 0; printf( ``auto = %d, static = %d n'', auto_var, static_var); ++auto_var; ++static_var; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1048) - jet.sao.ru/ )

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

8. The File Life Cycle
The File System . This section describes how you can create new files, copy existing files, and delete obsolete files. ... RENAME to change the name of a file. ... Files can be created in several ways: text can be entered from the keyboard via the CREATE command, an editor can create a file, as can a running program, and files can be copied from other directories. ... To delete obsolete files, use the DELETE command followed by a file name or file name template (wildcards). ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_22.html -- 9.0 Кб -- 01.11.1995
Похожие документы

9. Examples of creating command alias in the Bourne Again SHell
To create a simple alias: alias del='rm -i' del memo.txt rm: remove memeo.txt? y . This creates the alias del for the command rm -i which prompts you for confirmation that you want to remove a file before it does so. ... To create a command alias that consists of several commands: alias what='ps -aux | ... To refer to another command alias within an alias: alias h=history alias rev='h | ... To use more than one alias on the same command line: alias root='cd /; ' alias slist='ls -l | ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/alias_bash1.html -- 4.3 Кб -- 17.01.1997
Похожие документы

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

11. Intelligent Life On Earth?
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1996/ph123/int1.html -- 1.6 Кб -- 01.04.1996
Похожие документы
Еще в разделе: (Показать все результаты (>344) - zebu.uoregon.edu/ )

12. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы

13. CREATE FULLTEXT CONFIGURATION
... CREATE FULLTEXT CONFIGURATION -- create full-text configuration . CREATE FULLTEXT CONFIGURATION cfgname PARSER prsname [ LOCALE localename ] [ AS DEFAULT ]; CREATE FULLTEXT CONFIGURATION cfgname [ { PARSER prsname | ... PARSER . ... LOCALE . ... Create new configuration test with default parser and ru_RU.UTF-8 locale. CREATE FULLTEXT CONFIGURATION test PARSER default LOCALE 'ru_RU.UTF-8'; =# \dF+ test Configuration "public.test" Parser name: "pg_catalog.default" Locale: 'ru_RU.UTF-8' Token | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-createcfg.html -- 10.1 Кб -- 13.04.2008
Похожие документы

14. StelTextureMgr Class Reference
... Home All Namespaces All Classes Functions Coding Style Scripting Plugins File Structure . ... Manage textures loading. ... createTexture (const QString &filename, const StelTexture::StelTextureParams &params= StelTexture::StelTextureParams ()) . Load an image from a file and create a new texture from it. ... createTextureThread (const QString &url, const StelTexture::StelTextureParams &params= StelTexture::StelTextureParams (), const QString &fileExtension=QString(), bool lazyLoading=true) . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelTextureMgr.html -- 10.3 Кб -- 02.10.2012
Похожие документы

15. Recreating Einstein Level One Processing Exposure Masks and Background Maps in
... This paper describes the main algorithms used by the Einstein Level One processing to create the exposure masks and the background maps for Einstein IPC images, and how these algorithms were recreated in the IRAF environment. Our goal was to recreate the algorithms used by the Level One Processing to create exposure masks and background maps for Einstein Image Proportional Counter (IPC) data (cf. sections 2.5 and 2.7 of Harnden et al. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/vanstoned.html -- 11.6 Кб -- 03.11.2000
Похожие документы

16. XWare > APOD
... 21.02.2007 . What's that new star in the sky? The star might appear new, but it's actually just the variable star Mira near its brightest. ... APOD: 2007 February 20- White Ridges on Mars . ... Planetary Nebula NGC 2440 . ... The nebula is composed of material cast off by a dying sun-like star as it enters its white dwarf phase of evolution. The Rosette Nebula . ... Inside the nebula lies an open cluster of bright young stars designated NGC 2244. ... Comet McNaught Over New Zealand . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/apod.html?page=38&d=2008-02 -- 14.8 Кб -- 12.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>85834) - www.astronet.ru/ )

17. SSAU scientists and specialists of JSC 'Metallist-Samara' create a unique
... SSAU History . SSAU roadmap . ... Scientists of SSAU and specialists of JSC Metallist-Samara work out a project on creation of import-substituting sea water desalting plants and wastewater treatment plants. ... So, the first experimental installation designed to produce one cubic meter of fresh water per hour, has a power consumption of only 10 kilowatt-hours, which is at the level of the latest foreign desalination plants. ... e-mail: ssau@ssau.ru . http://www.ssau.ru . ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/12000/ -- 27.3 Кб -- 02.12.2015
Похожие документы

18. http://xmm.vilspa.esa.es/sas/7.1.0/doc/specadd.ps.gz
XMM-Newton Science Analysis System Page: 1 specadd July 8, 2007 Abstract It creates a multiple X-ray spectrum FITS le either by stacking or putting to- gether two single spectrum les or by stacking a single spectrum on top of an existing multiple spectrum le. ... This type of spectral les is particularly useful when the user wants to simultaneously analyse di erent observations of the same object carried out with the same instrument or with di erent instruments. ...
[ Текст ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/specadd.ps.gz -- 46.4 Кб -- 08.07.2007
Похожие документы

19. lsst.tcc: include/tcc/telMod.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . ... telMod.h . ... 6 љ #include <string> . ... 24 љ explicit TelMod (std::string const &filePath) { . ... 86 љ void loadPath (std::string const &filePath); . ... 112 љ std::vector<std::string> getTermNames () const ; . ... 145 љ std::ostream & operator<< (std::ostream &os, TelMod const &telMod); . ... double getTerm(std::string const &termName) const . ... std::vector< std::string > getTermNames() const . ... TelMod(std::string const &filePath) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/tel_mod_8h_source.html -- 30.6 Кб -- 14.09.2015
Похожие документы

20. Example - Creating a QPOE file from CD ROM Data
... Load the CD ROM into your reader (assumed to be mounted as /cdrom), and set the location of the disk and with eincdpar ei> eincdpar.ipcevt4="/cdrom/" Then use ecd2pros to create the QPOE file; ei> ecd2pros input FITS file name OR sequence number: 2952 Einstein instrument (hri|ipc): ipc datatype of FITS file (event|image|slew|unscreened): event root name for output files (.): i2952 Using FITS file /cdrom/data/23h/i2357s64.xpa to create QPOE file. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node36.html -- 4.4 Кб -- 01.10.2012
Похожие документы

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


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

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

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