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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/ident.htm.

1. Values, Variables, and Literals
... This chapter discusses values that JavaScript recognizes and describes the fundamental building blocks of JavaScript expressions: variables and literals. ... So, for example, you could define a variable as follows: . var answer = 42 And later, you could assign the same variable a string value, for example, . ... These are fixed values, not variables, that you literally provide in your script. ... A string literal is zero or more characters enclosed in double ( " ) or single ( ' ) quotation marks. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/ident.htm -- 11.1 Кб -- 12.12.1997
Похожие документы

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

3. http://zebu.uoregon.edu/1998/es202/distribution.html
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1998/es202/distribution.html -- 4.8 Кб -- 27.01.1998
Похожие документы
Еще в разделе: (Показать все результаты (>354) - zebu.uoregon.edu/ )

4. Conformance: requirements and recommendations
... SGML . The text/html content type . In this section, we begin the specification of HTML 4.0, starting with the contract between authors, documents, users, and user agents. ... These recommendations are not normative and conformance with this specification does not depend on their realization. ... An HTML document is an SGML document that meets the constraints of this specification. ... A user is a person who interacts with a user agent to view, hear, or otherwise use a rendered HTML document. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ustiansk/web/conform.html -- 12.1 Кб -- 24.04.1998
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/html40/conform.html -- 12.1 Кб -- 24.04.1998
Похожие документы

5. Evaluating shell variables
The following set of rules govern the evaluation of all shell variables. ... var signifies the value of var or nothing, if var is undefined. ${var} same as above except the braces enclose the name of the variable to be substituted. ${var-thing} value of var if var is defined; otherwise thing. $var is not set to thing. ${var=thing} value of var if var is defined; otherwise thing. If undefined $var is set to thing. ${var?message} If defined, $var; otherwise print message and exit the shell. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.3.html -- 2.5 Кб -- 17.01.1997
Похожие документы

6. Adding plot variables
Next: Adding plot classes Up: Plotting Previous: Plotting Contents . Plot variables are identified by a sequence number in , and are defined in terms of data variables in set_plotdata (and the corresponding function set_ploterr . ... The following additional information needs to be entered for each plot variable. Each plot variable's ID is entered in set_plotlabels for the index label it requires so that it is displayed together with the name in the plots. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node222.html -- 4.1 Кб -- 28.04.2015
Похожие документы
Еще в разделе: (Показать все результаты (>9804) - www.eso.org/ )

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

8. mod_setenvif - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Allows the setting of environment variables based on characteristics of the request . ... setenvif_module . ... The mod_setenvif module allows you to set internal environment variables according to whether different aspects of the request match regular expressions you specify. ... Environment Variables in Apache . ... The BrowserMatch is a special cases of the SetEnvIf directive that sets environment variables conditional on the User-Agent HTTP request header. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_setenvif.html -- 18.4 Кб -- 21.01.2013
Похожие документы

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

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

11. http://www.mccme.ru/tg2007/talks/Singh.pdf
A. Singh Institute of Mathematical Sciences, C.I.T. Chennai, India anupamk18@gmail.com Real elements in algebraic groups Let G be an algebraic group defined over a field k . ... Let G be a connected semisimple algebraic group of adjoint type defined over a perfect field k . ... It follows that if G is connected semisimple of adjoint type, with -1 in its Weyl group, then every semisimple element in G(k ) is strongly real in G(k ). This also shows that any regular element in such a group is real. ...
[ Текст ]  Ссылки http://www.mccme.ru/tg2007/talks/Singh.pdf -- 81.7 Кб -- 27.11.2007
Похожие документы

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

13. http://www.stsci.edu/instruments/observatory/cdbs/image/recreate_load_file.ps
recreate load file Rick Whitman November 27, 1996 Usage The tool is invoked by entering recreate load file on the command line followed by one argument which is a reference file name. ... These environment variables are: ffl CDBS SERVER ­ set to the database server name (in uppercase) ffl CDBS DB ­ set to the CDBS database name (in lowercase) The output will be a single load file named the same as the input reference file name but with the extension ``.lod''. ... Processing file A3D1145DY.CY0.. ...
[ Текст ]  Ссылки http://www.stsci.edu/instruments/observatory/cdbs/image/recreate_load_file.ps -- 38.0 Кб -- 16.09.1997
Похожие документы

14. 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
Похожие документы
Еще в разделе: (Показать все результаты (>537) - www.mso.anu.edu.au/ )

15. xntpd - Network Time Protocol (NTP) daemon
... xntpd is an operating system daemon which sets and maintains the system time-of-day in synchronism with Internet standard time servers. xntpd is a complete implementation of the Network Time Protocol (NTP) version 3, as defined by RFC-1305, but also retains compatibility with version 1 and 2 servers as defined by RFC- 1059 and RFC-1119, respectively. xntpd does all computations in 64-bit fixed point arithmetic and requires no floating point support. ... Specify the name and path of the log file. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/xntpd.html -- 7.5 Кб -- 21.12.2007
Похожие документы

16. rangesAreWellFormed
... Only the lowest and highest bounds of the sequence of ranges are permitted to be of type UNDEFINED. For each range for which neither the lower or upper bound is of type UNDEFINED (ie, for each internal range in the sequence), the upper bound value must exceed the lower bound value unless both both bound types are INCLUSIVE, in which case the upper bound value may equal the lower bound value. In other words, each range must encompass some non-empty set of real numbers. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node98.html -- 5.0 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>10182) - xmm.vilspa.esa.es/ )

17. lte-codes: sterne model atmospheres
lte-codes . Sterne . ... In 2006, Behara and Jeffery introduced a new file format for the model atmospheres produced by STERNE and used by SPECTRUM and SFIT. ... allow depth-dependent descriptions of composition, and . ... model.lambda_ref <lambda ref > . ... abundance < elem > < abund > . ... structure.abundance < elem > : ( needs N depth ) . ab elem,1 , ab elem,2 , ..., ab elem,Ndepth > . ... structure.tau_ref : ( needs N depth ) . ... structure.opac_ref : ( needs N depth ) . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/help_stn_model.html -- 8.6 Кб -- 15.09.2006
Похожие документы

18. The Century that Defined Galaxy
Astronomy Picture of the Day . ... 30.12.1999 . ... Credit Copyright: FORS1 , 8.2-meter VLT , ESO Explanation: As the twentieth century dawned a debate raged over whether the Milky Way was the entire universe. ... As the twentieth century closes , galaxies are seen forming across the universe , and our Milky Way is referred to as a spiral galaxy quite similar to NGC 1288 , as pictured above . ... Publications with keywords: century - Milky Way . Publications with words: century - Milky Way . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1162769 -- 15.3 Кб -- 10.11.2006
Похожие документы

19. The FITS Embedded Function Format
... We have developed a format convention that allows one to specify an n -dimensional function in a FITS binary table, the FITS Embedded Function (FEF). The format allows for enumerated values, constants, and analytical functions, and arithmetic combinations of those three. ... FTYPE i : axes of the function evaluation space; these may just be specified as a range or may also appear as a table column (TTYPE j ) if other parameters are to be enumerated along such an axis. ... FTYPE i : . ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/P1-33/ -- 16.0 Кб -- 29.05.2001
Похожие документы

20. Getting Started in Actor Prolog. Underdetermined Sets.
Underdetermined sets is a new type of data structures (terms) developed in Actor Prolog . ... The point is that an underdetermined set can include some indefinite rest (a tail) like a list in usual Prolog . At the same time, the order of elements of an underdetermined set can be arbitrary one and it does not affect results of unification of underdetermined sets. Moreover, Actor Prolog guarantees that a rest of an underdetermined set never contains elements that are explicitly given in the set. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_sets.html -- 12.6 Кб -- 24.09.2007
Похожие документы

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


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

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

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