Найдено документов: 247541 (164 сайтов) ---- Время поиска: 0.76сек. |
Показаны документы, содержащие фрагменты текста из документа
http://xmm.vilspa.esa.es/sas/6.0.0/doc/statsget/ChangeLog.
http://xmm.vilspa.esa.es/sas/6.0.0/doc/statsget/ChangeLog.
1. Removing directories created with the ln command
. To remove a directory that is a symbolic link that points to another directory use the command: rm directory_name . Notice that the directory does not need to be empty and you do not have to use the rmdir command. You are not really removing a directory, just a named symbolic link that points to the "real" directory.
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/links3.2.2.html -- 2.0 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>345) - comet.sai.msu.ru/ )
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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>15570) - www.stsci.edu/ )
3. http://xmm.vilspa.esa.es/sas/5.4.1/doc/statistics/ChangeLog
ChangeLog for statistics =============================== Version 1.0.1 - 2002-02-08 (GV) ------------- + Fix parameter file (new param rejected it because of mode = a) Version 1.0 - 2001-12-18 (GV) ----------- + Re-upload as 1.0, fix c++ headers. ... Version 0.15.1 - 2000-06-22 (HS) ------------ + (config/Makefile, config/statsget.info): Created statsget.info file and added it to Makefile. ... Version 0.8 1999-02-11 (MB) ----------- - added #include "statsget.h" for sas-1.82. ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/statistics/ChangeLog -- 3.7 Кб -- 08.02.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3968) - xmm.vilspa.esa.es/ )
4. HISTORY calChecker
VERSION DATE DESCRIPTION 1.0 2007-12-14 created 1.0.1 2008-04-29 bug fixed with link suppression for exported HTML files 1.0.2 2008-05-27 not yet analyzed blinking 1.0.3 2008-06-03 bug in getAnalysis fixed 1.1 2008-06-12 PROG_ID, OBS_ID, OB_GRADE displayed in result tables; dataclient and report calls included; option RCP=NO 1.1.1 2008 ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/~qc/dfos/history/history_calChecker.html -- 7.6 Кб -- 24.11.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>12242) - www.eso.org/ )
5. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>18450) - www.atnf.csiro.au/ )
6. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/devkit/src/SOCKET/MAKEFILE
... Compact memory model library csocket.lib : $(C_OBJS) - del lsocket.lib lib csocket.lib +$(C_OBJS1); lib csocket.lib +$(C_OBJS2); lib csocket.lib +$(C_OBJS3); lib csocket.lib +$(C_OBJS4); del csocket.bak # Small memory model library ssocket.lib : $(S_OBJS) - del ssocket.lib lib ssocket.lib +$(S_OBJS1); lib ssocket.lib +$(S_OBJS2); lib ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/devkit/src/SOCKET/MAKEFILE -- 4.7 Кб -- 06.03.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3431) - www.naic.edu/ )
7. *tprint* - Reading a Table File Created by imcnts
... Table files like the ones created in the section on imcnts can be displayed, printed and manipulated using the tasks contained in the stsdas.ttools package. ... sp> tables # Load the relevant package ta> tprint rp90_cnt prpar=yes # .tab extension assumed # the hidden parameter prpar is set to display the header # as well as the data ta> tprint rp90_cnt # Displays only the data info ta> tprint rp90_cnt prdata- prpar+ # Displays only the header info ta> tprint rp90_cnt prparam=yes | ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/PROS/PUG/node99.html -- 4.6 Кб -- 01.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3810) - hea-www.harvard.edu/ )
8. Problem creating a new system call
... Just to learn how to generate a system call, I created a simple system call that basically sets and resets the value of a global parameter "PREFETCH". SYSTEM CALL code ********************************** int PREFETCH = 0; /* this is a global variable */ . ... To execute the sys_prefetch system call, I wrote a prefetch.c file with the following code. ************************code to call sys_prefetch***************** #include <linux/unistd.h> _syscall2 (int, prefetch, int, mode, int, nr_hints) . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/135.html -- 4.2 Кб -- 23.03.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>8800) - www.arcetri.astro.it/ )
9. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1777) - www.adass.org/ )
10. Database of Optical Constants -- Level: welcome
The database contains references to the papers, data files and links to the Internet resources related to measurements and calculations of the optical constants in the wavelength interval from X-rays to radio domain. ... References to some useful books and reviews on the subject (e.g. the classical handbooks edited by E.D.Palik) and links to Internet collections of optical constants and personal WWW pages with related software were also placed in the database. You have arrived at our welcome page. ...
[
Сохраненная копия
]
Ссылки http://www.astro.spbu.ru/JPDOC/ -- 10.8 Кб -- 19.11.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>287) - www.astro.spbu.ru/ )
11. 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
Похожие документы
Похожие документы
12. http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/SLAKWARE/D2/DISKD2
CONTENTS: include man2 objc263 p2c pmake byacc byacc: Berkeley Yacc is an LALR(1) parser generator. ... It contains ' bison -y $*') byacc : byacc : include : Standard include files needed to compile C programs. (v. 4.6.27) include : include : include : include : include : include : include : include : include : include : man2 : Man pages for Linux system calls. (from manpages-1.4) man2 : man2 : man2 : man2 : man2 : man2 : man2 : man2 : man2 : man2 : ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/SLAKWARE/D2/DISKD2 -- 2.5 Кб -- 12.07.1995
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>23518) - crydee.sai.msu.ru/ )
13. Making backups with tar
Next: Restoring files with tar Up: Simple backups Previous: Simple backups . A full backup can easily be made with tar љ : # tar -create -file /dev/ftape /usr/src . ... If your backup doesn't fit on one tape, you need to use the -multi-volume ( -M ) option: # tar -cMf /dev/fd0H1440 /usr/src . ... usr/src/ . ... usr/src/linux-1.2.10-includes/ .. ... An incremental backup can be done with tar љ using the -newer ( -N ) option: # tar -create -newer '8 Sep 1995' -file /dev/ftape /usr/src -verbose . ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/sag-0.4/node85.html -- 6.2 Кб -- 04.05.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2352) - star.arm.ac.uk/ )
14. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1904) - www.mrao.cam.ac.uk/ )
15. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>545) - www.astro.louisville.edu/ )
16. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3560) - www.sai.msu.su/ )
17. Creating Your Source Tree
GTK+ / Gnome Application Development . ... Overview of a Gnome Source Tree . ... Almost all Gnome applications use the same build system based on the GNU tools automake , autoconf , and libtool . ... Beginning with this chapter and continuing throughout Part 2 of the book, a sample application called GnomeHello will be used to demonstrate Gnome features. ... Together, these tools are used to create a portable shell script called configure ; configure is distributed to users with your software package. ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/cats/~satr/GGAD/cha-source.html -- 12.9 Кб -- 12.07.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2942) - www.sao.ru/ )
18. Irina Glushneva
... The main field of my investigations is stellar spectrophotometry. As a result of scientific activity of our group spectrophotometric catalog was created including energy distribution data on 900 stars in the range 3200-7600AA and 250 stars in the range 6000-10800AA (Voloshina et al., Spectrophotometry of Bright Stars, ed. I.N.Glushneva, 1982, Moscow, Nauka, in Russian). ...
[
Сохраненная копия
]
Ссылки http://uranus.sai.msu.ru/glush.html -- 2.6 Кб -- 20.07.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>16) - uranus.sai.msu.ru/ )
19. Stellarium: StelTextureCache< TextureBackend > Class Template Reference
Stellarium 0.12.3 . ... Classes . ... StelTextureCache< TextureBackend > Class Template Reference . Caches textures, ensuring no texture is loaded twice. ... add (TextureBackend *backend) . ... StelTextureCache is templated by the textured backend used. ... The template argument class must have a member function called startAsynchronousLoading() which is called to start loading when a texture created with lazy loading mode is requested again with asynchronous or normal loading mode. ... backend . ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelTextureCache.html -- 13.1 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1453) - astro.uni-altai.ru/ )
20. Journal "Peremennye Zvezdy"
... Credit Copyright: LRO , SVC , NASA Explanation: What is the history of the Moon? The Moon was likely created from debris expelled when a Mars-sized object violently impacted the Earth about 4.5 billion years ago. ... Rocks large and small continued to impact the surface, including a particularly large impact that created Aitken Basin about 4.3 billion years ago. ... Over the next few billion years lava flowed into Earth-side basins , eventually cooling into the dark maria we see today. ...
[
Сохраненная копия
]
Ссылки http://www.astronet.ru/db/varstars/msg/1262622 -- 8.2 Кб -- 20.03.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>72791) - www.astronet.ru/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда