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

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

Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_17_6.html.

1. Examples of creating an archive file
To create a tarfile containing several files: tar cvf data.tar *.dat . This creates a tarfile data.tar containing all the files in the current directory which have the filename extension .dat . ... To create a tarfile of a directory: tar cvf project.tar Project Project/README Project/Makefile Project/Makefile Project/main.c Project/screen.c Project/menus.c Project/calculator.c Project/setup/configuration . ... This creates a tarfile book.tar containing the directories text and illustrations . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/utilities2/trans1.1.5.html -- 2.7 Кб -- 17.01.1997
Похожие документы

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

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

4. Creation of the Association Rules
Next: An example of Up: Association of images Previous: Association of images . The two sets of selection criteria (``first choice'' and ``second choice'') have to be entered in a table containing four columns: . FUNCTION --character column (max 256 char) . This column defines the different selection criteria and shall contain mathematical expressions in which the variables may be the columns of the OST. ... RANGE_1 --character column (max 256 char) . ... WEIGHT --real column . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol2/node396.html -- 3.7 Кб -- 23.02.1996
Похожие документы

5. How to create a new tool in CASA Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... XML Schema for the tools description ( casa.xsd ) . These are my notes on how to create a new tool for CASA, in particular in this case a new tool to implement WVR phase correction. ... include <wvrphase_cmpt.h> . ... All of the files below need to be placed in the casa/code/xmlcasa/implement/synthesis directory and the tool will be built and accessible from Python. ... create (); wvrphase . ... How to create a new tool in CASA . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casanewtool.html -- 19.7 Кб -- 04.04.2016
Похожие документы

6. Dynamic HTML in Communicator
... To run the <LAYER> version of the example, select: flower.htm . ... However, if the page had several layers with absolute positions, and you wanted to place another layer in a relative position to one of the existing layers, you could use inline JavaScript to calculate the value for LEFT or TOP . ... In this example, there is really no need to use inline JavaScript to position the last flower layer, since you could just let the TOP value default to its natural value, as in the other flower layers. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers34.htm -- 11.4 Кб -- 13.08.1997
Похожие документы
Еще в разделе: (Показать все результаты (>20683) - crydee.sai.msu.ru/ )

7. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/mimetype.htm
... These objects are predefined JavaScript objects that you access through the mimeTypes array of the navigator or Plugin object: navigator.mimeTypes[ index ] where index is either an integer representing a MIME type supported by the client or a string containing the type of a MimeType object (from the MimeType.type property). ... Property . ... The Plugin object for the plug-in that is configured for the specified MIME type If the MIME type does not have a plug-in configured, enabledPlugin is null. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/mimetype.htm -- 16.8 Кб -- 07.10.1999
Похожие документы

8. http://www.atnf.csiro.au/computing/software/gipsy/tsk/coder.dc1
Name: CODER Purpose: Create C-code for simple programs Category: UTILITY, COMPILE File: coder.c Author: M. Vogelaar Keywords: PROGRAM= Name of C-program: [example] Name of C-file (without extension '.c') that will be created. ... If you select OVERWRITE=N you are prompted to give a new name. ... Each application document has one line explaining the purpose of the application. ... AUTHOR= Name of Author: [default given by program] Each application document must include the name of the author. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/coder.dc1 -- 6.8 Кб -- 30.03.1998
Похожие документы

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

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

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

12. Creating a named RMF for EPIC-PN
. XMM-Newton Science Analysis System . rmfgen (rmfgen-1.52.2) [xmmsas_20040318_1831-6.0.0] . Meta Index / Home Page / Description / Examples . rmfgen spectrumset=spectrum.ds rmfset=pnresp.ds . This creates an EPIC-PN rmf, called pnresp.ds. XMM-Newton SOC/SSC -- 2004-03-18
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/rmfgen/node14.html -- 3.4 Кб -- 18.03.2004
Похожие документы
Еще в разделе: (Показать все результаты (>11570) - xmm.vilspa.esa.es/ )

13. WAPP Signal Processing Page
The Wideband Arecibo Pulsar Processor Signal Processing Page . ... Raw Correlation . ... The WAPP uses custom digital hardware to create estimates of correlation functions from sampled data. The digital hardware used to estimate correlation function uses quantization to represent input . After creating an estimate of input correlation functions, the Wiener-Khintchine Theorem is applied to create estimates of input Power spectral density (PSD) and Stokes parameters . ... 3 Level . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~wapp/SignalProc/SPMain.htm -- 8.9 Кб -- 20.04.2000
Похожие документы

14. 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
Похожие документы
Еще в разделе: (Показать все результаты (>855) - jet.sao.ru/ )

15. Energy From the Wind
... How much energy is there in a 20 mph wind? . 20 mph wind =10 m/s .0006 * 10 3 = .0006 * 1000 = .6 KILO watts per square meter . ... In your back yard the average wind speed is 10 mph which yields 100 watts per square meter. ... 4 3 = 64 if a 10 mph wind gives you 100 watts per square meter then a 40 mph wind gives you 64 times more power per square meter 6400 watts per square meter . total power = 6400 watts per square meter * 2 square meters = 12800 watts = 12.8 Kilowatts this is a lot! ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1999/ph162/l11.html -- 10.7 Кб -- 06.05.1999
Похожие документы

16. SSAU scientists have created an unique simulator for pilots and drivers
... Scientists of Samara State Aerospace University (SSAU) have created an unique mobile platform for the production of training and gaming simulators. ... Such mobile platforms also known as the Stewart platforms became widespread in the world primarily as simulators for training of highly-qualified military pilots and drivers. ... For example, the Rocket and Space Centre Progress is going to test level sensors for residual fuel in the fuel tanks of the rocket carrier on this mobile platform. ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/12087/ -- 25.8 Кб -- 23.12.2015
Похожие документы

17. Creation of Space transportation system on the base of large length rope
... Creation of Space transportation system on the base of large length rope utilization . ... A given address contains the proposal to equip the International Space Station with the long rope and to create on that base a Space transportation system. ... A given system has the multifunctional purpose. ... The rope system could be the base for creating of alternative system of station angular orientation. To utilize the rope system to launch small satellites from the station and to return them back. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/seminar/e_199911_sid.htm -- 4.2 Кб -- 09.03.2000
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/seminar/e_199911_sid.htm -- 4.2 Кб -- 09.03.2000
Похожие документы
Еще в разделе: (Показать все результаты (>814) - www.cosmos.ru/ )

18. Creating a swap space
Next: Using a swap space Up: Memory Management Previous: What is virtual memory? A swap file is an ordinary file; it is in no way special to the kernel. ... After you have created a swap file or a swap partition, you need to write a signature to its beginning; this contains some administrative information and is used by the kernel. ... Note that the swap space is still not in use yet: it exists, but the kernel does not use it to provide virtual memory. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node61.html -- 6.5 Кб -- 04.05.1997
Похожие документы

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

20. (Untitled)
I. Installation . ... AMPLE package distributive (created with program InstallShield for Microsoft Visual C++) has been downloaded on FTP server of IAA RAS as archive Ample.zip. ... Note: If the window "file download" appears, select Open... switch button, then press OK button. ... The shortcut for AMPLE will be linked with this folder, and auxiliary files will be created here during AMPLE work. ... When running AMPLE all auxiliary and new configuration files are created in the WORK folder. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9rxw.htm -- 6.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>421) - www.ipa.nw.ru/ )

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


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

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

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