Найдено документов: 210982 (151 сайтов) ---- Время поиска: 0.67сек. |
Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/tasks/copy2.html.
http://comet.sai.msu.ru/UNIXhelp/tasks/copy2.html.
1. Entry points
Next: Context Levels Up: MIDAS Command Language Previous: Interrupting Procedures . ... In MIDAS, the ENTRY command defines entry points for different procedures in the same file. These individual procedures are executed by specifying also their entry point besides the file name in the `@@' command. ... DEFINE/PARAM P1 11 NUMBER "Enter input number: " . DEFINE/MAXPAR 1 ! only one parameter expected . ... DEFINE/PARAM P1 spiral IMA "Enter input image: " . ... DEFINE/LOCAL LOOP/I/1/1 0 . ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol1/node46.html -- 7.3 Кб -- 23.02.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3004) - www.sao.ru/ )
2. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>25702) - www.atnf.csiro.au/ )
3. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>16456) - www.stsci.edu/ )
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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2653) - hea-www.harvard.edu/ )
5. Defining files with wildcard characters
. Wildcard characters can be used to represent many other characters. Use them whenever you need to define a string of characters, such as a filename, for use with a command. Useful wildcards are: * matches any characters ? match any single character [...] matches any character in the enclosed list or range. Examples .
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/defining.html -- 2.1 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>888) - comet.sai.msu.ru/ )
6. Spectrum v1 - Examples
In order to calculate the line profile of a given absorption line for atomic species Z with a wavelength LAMBDA (in Angstroms) and a microturbulent velocity VT (in km/s). ... mode . ... 1) The input model may contain more than one model (i.e. it may be an entire grid of models). Spectrum will cycle through this grid NMOD times, omitting NSKIP-1 models from the . ... However, the input data following MODE must be repeated NMOD times in order to obtain equivalent results for each model in the grid. ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/~csj/software_store/guide/spectrum_v1_examples.html -- 7.6 Кб -- 02.06.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2540) - star.arm.ac.uk/ )
7. OptInt PmWiki : Site / Search
... A search for more than one word will find pages that contain all of the words. ... To limit your search to a single group, enter the group name followed by a slash at the beginning of the search string (e.g., "PmWiki/" or "Site/"). ... apple pie . ... apple' in the PmWiki group of pages . ... the phrase 'pmwiki/apple' in all groups of pages . ... For advanced searches , page list parameters (count, name, group, fmt, link, list, order, and trail) can be entered together with the search string. ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/Site/Search?action=print -- 9.3 Кб -- 01.03.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1859) - www.mrao.cam.ac.uk/ )
8. Apache suEXEC Support
... From the top-level of the Apache source tree, type: cd support [ENTER] . ... From support/suexec.h /* * HTTPD_USER -- Define as the username under which Apache normally * runs. ... See the suEXEC documentation for more detailed * information. */ #define USERDIR_SUFFIX "public_html" /* * LOG_EXEC -- Define this as a filename if you want all suEXEC * transactions and errors logged for auditing and * debugging purposes. */ #define LOG_EXEC "/usr/local/apache/logs/cgi.log" /* Need me? ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/suexec_1_2.html -- 8.3 Кб -- 15.10.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>124) - neptun.sai.msu.ru/ )
9. http://www.eso.org/projects/dfs/team/man-webcheck.txt
NAME webcheck --- archive DFS Group document files DESCRIPTION Command line tool to archive, get a copy or check-out a document file on a dedicated DFS Group repository. ... OPERANDS filename must 'stricly' be consistent with naming conventions defined for DFS Group documents (see http://www.eso.org/projects/dfs/team/ESO-doc-proc.html#name) Tar files are allowed for docread and docsrc documents only: otherwise, webcheck handles one file at a time. ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/projects/dfs/team/man-webcheck.txt -- 8.9 Кб -- 10.06.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>17089) - www.eso.org/ )
10. Long description for example showing how structurally overlapping cells are
This example shows a difference between CSS's table model for HTML and for other document formats. The first, HTML, example is defined by HTML to be illegal, as it would lead to overlapping cells if HTML's rules for layout are followed. ... The diagram depicts how the two examples, the HTML one and the almost identical non-HTML one, might be rendered. ... The rendering of the non-HTML example is on the right, it follows the CSS rules and thus has no overlapping cells. ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/table-overlap-desc.html -- 3.1 Кб -- 04.05.1998
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6802) - crydee.sai.msu.ru/ )
11. Displaying Errors with the JavaScript Console
... This appendix describes how to use the JavaScript console to evaluate expressions and display error messages to the user. ... Displaying Error Messages with the Console JavaScript 1.2 and earlier versions. ... You can specify whether to automatically open the console when a JavaScript error occurs or to display a dialog box for each JavaScript error. ... To open a dialog box each time an error occurs, add the following line to prefs.js : user_pref("javascript.classic.error_alerts", true); . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/console.htm -- 7.5 Кб -- 07.10.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>8766) - 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
Похожие документы
Еще в разделе:
(Показать все результаты (>1097) - jet.sao.ru/ )
13. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>254) - www.astro.spbu.ru/ )
14. CoolType - Mercury
I recommend using big and wide characters for this effect (so it looks much better). First start a new RGB image. Define new alpha channel in Channel Palette by clicking triangle and choosing New Channel.. ... Make sure you have white foreground and black background. ... Make a copy of that channel with your characters. (by draggin the channel over small "new..." icon in channel palette. ... Make a copy of channel #5 and rename a copy to #6. Switch to channel #5 and Offset , enter -1, -1. ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~megera/gimp/cooltype/hint3/ -- 4.4 Кб -- 22.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3488) - www.sai.msu.su/ )
15. http://www.meade.com/support/auto/AutostarTourFiles/HowToWriteATour.pdf
... Tour Objects Tours can be created using objects from within the Autostar database or a user can enter in different objects (such as a newly discovered comet). ... Automatic Mode: As the user advances to each object, the title of the object appears on line 1 of the display while its descriptive text automatically starts scrolling across line 2. ... For example: STAR "Rigel" LANDMARK az alt "title" "description" Enter the azimuth (az) for the desired object in the following format xxxdxxmxxs. ...
[
Текст
]
Ссылки http://www.meade.com/support/auto/AutostarTourFiles/HowToWriteATour.pdf -- 21.4 Кб -- 09.04.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2481) - www.meade.com/ )
16. http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt
... index.php (1) | bbclone/ | ... To do you can use the following sample and point your browser to it. <?php define("_BBC_PAGE_NAME", "Test"); define("_BBCLONE_DIR", "bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ... Create the file "count.php" and add the following: <?php define("_BBCLONE_DIR", "/the/path/that/leads/to/bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ...
[
Сохраненная копия
]
Ссылки http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt -- 9.1 Кб -- 13.03.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>325) - hea.iki.rssi.ru/ )
17. software_downloads
... phil's idl routines to analyz AO data. The following files can be downloaded via your browser. They are normally tar files with a zipped and unzipped files: . cordmp.tar Uncompressed version (larger) cordmp.tar.gz compressed version (smaller). ... If no file is supplied then the default file hard coded in the cordmp macro is used. compiled with gcc version 2.95.3 20010315 (release). ... Store the file aoIdl.tar in the directory you want to keep the idl routines. ... tar -xf - . ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~phil/download/download.html -- 9.9 Кб -- 11.02.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3724) - www.naic.edu/ )
18. DIS Keywords
For all keywords that contain a red and a blue value, the blue value comes first. ... The full pathname, but without the trailing "b.fit" and "r.fit", that would be given to the next exposure if the basename argument is not given to the expose command. ccdHeaters=float,float . ... bluelambda2=float [M] . The center wavelength for the given grating: the 1 or 2 indicates the grating bay. The bluelambda and redlambda keywords match one set of these, depending on the position of the turret. ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/35m_operations/DIS/DIS_Keywords.html -- 12.6 Кб -- 23.04.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>855) - www.apo.nmsu.edu/ )
19. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[
Сохраненная копия
]
Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>613) - www.mso.anu.edu.au/ )
20. http://www.adass.org/adass/authors/LatexInfo.txt
LatexInfo.txt This file describes some important points about Latex and the ADASSCONF package. ... The AASTeX package also has a home page at URL: http://www.ferberts.com/AAS/aastex.html. % ftp aas.org # 192.102.234.112 Username: anonymous Password: your email address, please ftp> cd pubs/aastex ftp> get README ftp> get aastex.tex ftp> get aas2pp4.sty ftp> bye INSTALLING THE STYLE FILES The *.sty files must be "installed" so that LaTeX can read them. ... They are explained in the AAS instructions. ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/authors/LatexInfo.txt -- 6.4 Кб -- 20.10.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1835) - www.adass.org/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда