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

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

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/tasks/defining.html.

1. The SM Tutorial - How do I define variables, and how can I use them?
Go to the previous , next section. Scalar variables are defined with the define command. As mentioned above, vectors are defined with the set command. A variable may be a number, or a character string. You may use them in any SM command, by preceding the name of the variable with a $. For example: define 2PI 6.283 set x=1,100 do i = 0, 2, .01 { set x[$i] = $i * $2PI } set i=0, 2 , .01 set x=$2PI*i set y = sin(x) limits x y box define xlab {my signal2 xlabel $xlab ylabel sine . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/smongo/tutorial_5.html -- 2.1 Кб -- 02.10.2012
Похожие документы

2. Arrays and Strings
... Single and Multi-dimensional Arrays . Strings . ... BEWARE: In C Array subscripts start at 0 and end one less than the array size. ... In C Strings are defined as arrays of characters. ... char name[50]; C has no string handling facilities built in and so the following are all illegal : . ... In order to allow variable length strings the 0 character is used to indicate the end of a string. ... Write a C program to read through an array of any type. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node7.html -- 6.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node7.html -- 6.5 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node7.html -- 6.5 Кб -- 02.10.2012
Похожие документы

3. 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/95NOV/vol1/node48.html -- 7.3 Кб -- 23.02.1996
Похожие документы

4. Doug Burke's Perl/S-Lang pages: Array examples
... Using sl_array . Array information . ... Inline::SLang . Doug's Home Page . ... Since the support for arrays in S-Lang and Perl do not match, the conversion of array values between the two languages is not entirely seemless, as shown in the examples below. ... The third option is to use a Perl Array_Type object to store the data; the Array_Type class is part of Inline::SLang and is as inefficient as using an array reference but does retain knowledge about the array size and type. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_array.html -- 11.6 Кб -- 02.10.2012
Похожие документы

5. Copying more than one file
. You can use special "wildcard" characters whenever you want to copy several files that have similar filenames. Instead of entering the cp command followed by several filenames you can use a single filename that contains one or more wildcards. Examples . Defining files with wildcards .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/copy2.html -- 2.0 Кб -- 17.01.1997
Похожие документы

6. Command line syntax
... Parameters are specified on the command-line in either of the following formats: . ... The command line may only specify parameters which are defined in the parameter file. ... foo --ival=42 --rval=1.23 # Simple parameters foo --sval=hello # Simple string foo --sval='hello world' # String with space foo --slist='"one two" three' # List of two strings . ... Command-line options with a single '-' are used for certain generic functions and are not considered as task parameters. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/param/node2.html -- 6.0 Кб -- 08.07.2007
Похожие документы

7. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm
... The Boolean object is an object wrapper for a boolean value. ... JavaScript 1.3: added toSource method . ... If value is omitted or is 0, -0, null, false, NaN , undefined, or the empty string ( "" ), the object has an initial value of false. All other values, including any object or the string "false" , create an object with an initial value of true. ... For Boolean objects and values, the built-in toString method returns the string "true" or "false" depending on the value of the boolean object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm -- 16.3 Кб -- 07.10.1999
Похожие документы

8. http://www.stsci.edu/hst/training/events/Python/class3.pdf
STSCI Python Introduction Class 3 Jim Hare Today's Agenda · · · · · · Functions Passing Arguments to Modules File I/O User Defined Objects Variable Scopes System Commands and Controls 1 Functions · Function template · Consists of def statement, parameters and return def test1(x,y,j=`testcase1') j=`testcase1' is the default · Example update_default_db.py isql' % (account,database)) os.system('printf "select db_name()\\ngo" | ...
[ Текст ]  Ссылки http://www.stsci.edu/hst/training/events/Python/class3.pdf -- 1935.4 Кб -- 15.06.2005
Похожие документы

9. OptInt PmWiki : PmWiki / Page Text Variables
OptInt PmWiki : Pm Wiki / Page Text Variables . Page variables | ... Page text variables are string variables automatically made available through natural page markup or explicitly with page directive markup within the wiki text of the page. ... use a definition list - the normal pmwiki markup for a definition list will create a page text variable . ... This creates a new variable that can be accessed by {$:Name} (becomes: "Crisses") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageTextVariables?action=print -- 28.4 Кб -- 01.03.2014
Похожие документы

10. Dynamic HTML in Communicator
... The previous example, Chapter 12, "Expanding Colored Squares Example," illustrates how to expand and contract the clipping region of a layer without changing the wrapping width of the layer. This example illustrates how to capture mouse events so that the user can make a layer's wrapping width wider or narrower by dragging the mouse. ... how to capture mouse events for a layer . how to change the wrapping width of a layer by using the load() function . ... Capturing Events for the Layer . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers38.htm -- 11.3 Кб -- 13.08.1997
Похожие документы

11. sfit help file
... SFIT is a general-purpose code designed to optimize theoretical stellar spectra to an observed spectrum. ... While the programme expects input from "stdio", it is more natural to save commands in a file (eg "sfit_input") and run the code simply by . ... If the spectra to be fitted have a filename "star_spectrum", then the best fit spectrum will be written out, together with the renormalized input spectrum, to a file called "star_spectrum.fit". ... sets up model spectrum grid (and for 2nd star) . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/sfit2_help.html -- 7.6 Кб -- 18.10.2004
Похожие документы

13. COMMENT ON FULLTEXT
Full-Text Search in PostgreSQL: A Gentle Introduction . ... COMMENT ON FULLTEXT -- define or change the comment of a full-text object . COMMENT ON FULLTEXT { CONFIGURATION | ... COMMENT ON FULLTEXT stores a comment about a full-text object (configuration, dictionary, parser). To modify a comment, issue a new COMMENT ON FULLTEXT command for the same full-text object. ... COMMENT ON FULLTEXT DICTIONARY intdict IS 'Dictionary for integers'; =# \dFd+ intdict List of fulltext dictionaries Schema | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-comment.html -- 5.4 Кб -- 13.04.2008
Похожие документы

14. http://xray.sai.msu.ru/~ivan/gmt/man/grdmask.html
... The nodes defined by the specified region and lattice spacing will be set equal to one of three possible values depending on whether the node is outside, on the polygon perimeter, or inside the polygon. ... The xy-files simply represent data point locations and the mask is set to the inside or outside value depending on whether a node is within a maximum distance from the nearest data point. ... Default is grid registration]. ... S Set nodes depending on their distance from the nearest data point. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/grdmask.html -- 5.4 Кб -- 19.03.1999
Похожие документы

15. The Hierarchical Stellar Systems Model Format
Next: Stellar models Up: Introduction Previous: Photometry Contents . In a hierarchical stellar system, the separation between two neighboring stars is always much smaller than the separation of this pair from the next companion in the system, be it another pair or a single star. ... They are also numerically easier to handle than non-hierarchical systems, since each pair can be described with the standard orbital parameters, and each star with a small number of physical parameters. ... System . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node51.html -- 10.2 Кб -- 28.04.2015
Похожие документы

16. APO WWW Search
Search the public APO pages. To modify the search terms, see the 'Search Term Modifiers' below the search window. ... To perform a single character wildcard search use the "?" symbol. ... This search will find terms like foam and roams. ... For example to search for a "apache" and "jakarta" within 10 words of each other in a document use the search: "jakarta apache"~10 . ... To search for documents that contain either "jakarta apache" or just "jakarta" use the query: "jakarta apache" jakarta . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/cgi/search.py -- 8.8 Кб -- 09.04.2016
Похожие документы

17. DNA: The Molecule that Defines You
... Credit Copyright: Drew Berry , WEHI , HHMI , DNALC Explanation: Every living thing on planet Earth is defined by its own molecule -- what's yours? ... The many copies of DNA that compose you were all copied from one single cell, and your body is continually making new copies. ... No one knows if DNA-like molecules will also define life that originates outside of Earth. ... 2011 2012 . ... Publications with keywords: life - molecules . Publications with words: life - molecules . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1269215 -- 15.1 Кб -- 23.08.2012
Похожие документы

18. Apache module mod_setenvif
This module provides the ability to set environment variables based upon attributes of the request. ... The mod_setenvif module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. ... BrowserMatch . ... Syntax: BrowserMatch regex env-variable [= value ] [ env-variable [= value ]] .. ... Module: mod_setenvif . ... The BrowserMatch directive defines environment variables based on the User-Agent HTTP request header field. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_setenvif.html -- 13.8 Кб -- 05.11.2004
Похожие документы

19. ADASS 2003 Conference Proceedings
... An important element of the VO is a data model that can unambiguously represent the relationships between data values and physical properties. ... The Mapping component provides the translation from pixel elements to volumes in the phase space. ... This logical organization is framed by the Index Set , which specifies the indexes or labels that identify the individual data cells. ... This object uses a different Index Set and correspondingly different mappings to access the same data. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/P3-6/ -- 14.9 Кб -- 13.08.2004
Похожие документы

20. pulsars
... psrfits2fil converts AO psrfits files from the pdev spectrometer to sigproc filterbank program. This standalone routine will probably one day be incorporated in the sigproc filterbank program. psrfits data taken with the mock pdev spectrometer is scan based. ... The routine will read all of the psrfits files from a scan and output a single sigprog.fil file. ... Output to a single file with same format as input: . ... The psrfits files for the test data are located in /share/pdata1/pdev/ . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/pulsars.html -- 11.6 Кб -- 07.10.2009
Похожие документы

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


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

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

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