Найдено документов: 257989 (177 сайтов) ---- Время поиска: 0.60сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node22.html.
http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node22.html.
1. Executing System Commands
. Next: Some Useful Commands Up: Getting Started Previous: Exit and Logout . It is possible to execute commands of the operating system inside MIDAS. This is done by typing a $ followed by the operating system command you want to have executed. After this command has been finished you can continue your work inside MIDAS. Pascal Ballester . Fri Mar 24 17:17:52 MET 1995
[
Сохраненная копия
]
Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node21.html -- 2.6 Кб -- 23.02.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3002) - www.sao.ru/ )
2. Files
The File System . ... Files are identified to the system using a unique identifier called the file specification , which can include disk and directory names as well as node names for accessing files across the network. On VMS systems, file names are usually thought of as having three parts *1 : the filename , the file type , and the version number . ... The full file specification, with node name, device, directory, file name, file type, and version being specified is shown in Figure 3.1 . ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_21.html -- 8.8 Кб -- 01.11.1995
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>18952) - www.stsci.edu/ )
3. The SM Tutorial - What is a plot macro, and how do I make one?
... A plot macro is a set of commands that you can execute together by invoking the name of the macro; in effect, it is a plot subroutine. ... You can make a macro in 4 ways: . ... The rule to remember if you do this is that the name of the macro must be the first thing on a line of the file, and should be followed by SM commands. ... Similarly, the right and left arrows advance the cursor one character right and left, respectively. within a line, keys will work just like the history editor . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/smongo/tutorial_6.html -- 5.6 Кб -- 02.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>30191) - www.atnf.csiro.au/ )
4. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3867) - hea-www.harvard.edu/ )
5. TUI:Telescope:Offset Types
TUI supports the following offsets: . Object Arc offset by a given amount on the sky (i.e. along the arc of a great circle). ... Arc offsets are useful for moving a different portion of your object or a different nearby object onto the boresight . ... Object Arc XY this is identical to an Object offset except that it has been rotated to align along the instrument x-y axes. ... This is just like the Calibration XY offset, except that it is typically cleared when you slew to a new object. ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Telescope/OffsetTypes.html -- 6.3 Кб -- 05.09.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1018) - www.apo.nmsu.edu/ )
6. International Astronomy Olympiad: IAO-type events and Schools for Young
The IAO-type events have to stimulte the science-educating style of the Olympiads. To follow the main science-educating principles of the IAO-type events and Schools for Young Astrophysicists , particularly: . ... The minimum duration of the IAO-type event is defined as 5 days (4 nights). ... foreign language teams for an international IAO-type event - 1 / 2. ... The full text of the current Supplementary Instructions N 4 IAO-type events and Schools for Young Astrophysicists to be presented later. ...
[
Сохраненная копия
]
Ссылки http://www.issp.ac.ru/iao/statutes/iao4i_e.html -- 10.5 Кб -- 21.04.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>945) - www.issp.ac.ru/ )
7. Usage
... Note that the mandatory parameters imageset and newsrclistset can be omitted- the program will display a file dialog box allowing the user to select an image file , followed by a text-input box allowing the user to type in the name of the new source-list file. ... Same as before, except that the wdxset parameter has been specified, which is needed when running omsource on images reduced using SAS software versions prior to 5.4. omsource oldsrclistset=.. ... The image file is displayed using ds9 . ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/omsource/node4.html -- 7.1 Кб -- 10.01.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>13821) - xmm.vilspa.esa.es/ )
8. http://www.sai.msu.su/~megera/postgres/gist/tree/README.tree.english
TYPES Trees are represented by two types: entree (enumerated tree) and bitree (bit tree). ... Also, it's possible to match patterns: tree <* treequery treequery >* tree The last two operations return TRUE if the node matches the treequery pattern. ... Example of how to add a node: select entree_next(tid) from dmoz where tid <* '1.2.3.*.0' order by tid desc limit 1; INDICES Type tree supports two types of indices: B-Tree - accelerates operations: <,>,<=,>= and =. ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~megera/postgres/gist/tree/README.tree.english -- 5.0 Кб -- 01.07.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2880) - www.sai.msu.su/ )
9. Operations
... Schedule . cont - continue schedule execution after a halt [SNAP Commands] . ... label - enter tape VSN and check-label (non-S2 drive) [SNAP Commands] . ... newtape - halt schedule until new tape is mounted [SNAP Commands] . ... terminate - end field system operation [SNAP Commands] . ... Listing the Schedule ( list command) [Experiment Operations] . ... New Tape Ready ( label command) [Experiment Operations] . ... Starting a Schedule ( schedule command) [Experiment Operations] . ... Setup . ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~astro/aovlbi/fsdoc/ck.html -- 12.2 Кб -- 30.03.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>5628) - www.naic.edu/ )
10. Partition types
Next: Partitioning a hard disk Up: Partitions Previous: Extended and logical partitions . The partition tables (the one in the MBR, and the ones for extended partitions) contain one byte per partition that identifies the type of that partition. ... However, in reality, operating systems do not really care about the partition type byte; e.g., Linux doesn't care at all what it is. ... Table 3.1: Partition types (from the Linux fdisk љ program). ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/sag-0.4/node38.html -- 3.6 Кб -- 04.05.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2721) - star.arm.ac.uk/ )
11. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>7433) - www.arcetri.astro.it/ )
12. 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
Похожие документы
[ Сохраненная копия ] Ссылки 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
Похожие документы
Еще в разделе:
(Показать все результаты (>1215) - jet.sao.ru/ )
13. http://zebu.uoregon.edu/1996/ph199/hw2.html
[
Сохраненная копия
]
Ссылки http://zebu.uoregon.edu/1996/ph199/hw2.html -- 2.4 Кб -- 10.10.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>358) - zebu.uoregon.edu/ )
14. Types Of Telescope - an Astronomy Net General Forum Message
General Forum Message . ... Post . ... Types Of Telescope . ... Post Message | ... Posted by John on August 3, 2007 20:27:53 UTC . hey, can you give me your opinion what type of telescope is better a reflactor refractor or a cassegrian..thanks . ... Telescope Types - admin - August 16, 2007 - 21:52 UTC . ... www.astronomy.net . About 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/general/messages/4847.shtml -- 13.1 Кб -- 09.04.2016
Похожие документы
Похожие документы
15. Media types
... 7.1 Introduction to media types . ... 7.3 Recognized media types . 7.3.1 Media groups One of the most important features of style sheets is that they specify how a document is to be presented on different media: on the screen, on paper, with a speech synthesizer, with a braille device, etc. Certain CSS properties are only designed for certain media (e.g., the 'cue-before' property for aural user agents). ... For example, the 'font-size' property is useful both for screen and print media. ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/media.html -- 12.0 Кб -- 12.05.1998
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>5388) - crydee.sai.msu.ru/ )
16. Entering commands
To enter a command type its name followed by any options and arguments that you want the command to have. Leave one or more spaces between the command name, its options and arguments. If necessary you can continue the command onto another line. Correct mistakes by using the <Delete> or <BackSpace> key to back up along the command line and correct it. ... Quoting command arguments . Entering more than one command . ... Command name completion . Editing the command line . ...
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/cmd2.html -- 2.6 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>803) - comet.sai.msu.ru/ )
17. DFOS: tune your browser
... Older browser versions had the nice feature that MIME types (related to the extensions .esh and .ash) and the corresponding actions could be managed directly by the user. For security reasons, this has been disabled for newer browser generations, including the firefox installed on the muc blades. ... 2.1 Heritage accounts and profiles . ... Search for the string 'wrapper': all profiles with a mimeTypes.rdf file containing 'wrapper' are heritage profiles, and you can use them for your browser. ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/~qc/dfos/browser1.html -- 10.0 Кб -- 08.07.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>47281) - www.eso.org/ )
18. Apache module mod_cgi
This module provides for execution of CGI scripts. ... Module Identifier: cgi_module Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. ... Debugging CGI scripts has traditionally been difficult, mainly because it has not been possible to study the output (standard output and error) for scripts which are failing to run properly. ... Status: mod_cgi . ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/mod/mod_cgi.html -- 9.9 Кб -- 01.08.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>114) - neptun.sai.msu.ru/ )
19. Journal "Peremennye Zvezdy"
Peremennye Zvezdy", . ... USNO-B1.0 1413-0363790, 2MASS 20315512+5119384 . ... During our work, we have discovered a previously unknown variable star, a possible dwarf nova USNO-B1.0 1413-0363790. Our observations were carried out between May and August, 2012 with the Master-URAL system consisting of two parallel optical telescopes on the same mount (40-cm aperture, 1:2.5 focal ratio) and equipped with two Apogee Alta U16M CCD cameras (Kodak KAF16803 chip, Peltier cooled) (Lipunov et al. ...
[
Сохраненная копия
]
Ссылки http://www.astronet.ru/db/varstars/msg/1273755 -- 17.3 Кб -- 22.08.1971
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>61741) - www.astronet.ru/ )
20. I've heard of type Ia supernovae. What are the other type I varieties? |
... Tonight's Sky . ... Observing . ... Sky this Month . ... The double star 54 Leonis, spiral galaxy NGC 3198, and emission nebula NGC 3199 . ... Observing Podcasts . ... Astronomy for Kids . ... Observing springtime deep-sky objects with a large telescope . ... I've heard of type Ia supernovae. What are the other type I varieties? ... Get instant access to subscriber content on Astronomy.com! ... Receive news, sky-event information, observing tips, and more from Astronomy's weekly email newsletter. ...
[
Сохраненная копия
]
Ссылки http://www.astronomy.com/magazine/ask-astro/2005/07/ive-heard-of-type-ia-supernovae-what-are-the-other-type-i-varieties -- 63.1 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>5836) - www.astronomy.com/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда