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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/smongo/sm_10.html.

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. Client-Side JavaScript Guide
... This book explains how to use core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Core, Client-Side, and Server-Side JavaScript . ... Client-Side JavaScript . ... JavaScript and Java . ... Examples . ... Conditional Statements . ... Object Manipulation Statements . ... Defining Functions . ... Objects and Properties . ... Indexing Object Properties . ... Defining an Event Handler . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/contents.htm -- 19.7 Кб -- 07.10.1999
Похожие документы

3. SM - String Variables
... DEFINE name value . ... DEFINE name READ i . ... The fact that variables are simply strings can be used to build complex commands; consider for example the macro readem # read multiple lines columns with names in row 1 READ ROW names 1.s DEFINE rc <$(names[(0)]) 1> DO i=2,DIMEN(names) { DEFINE rc <$rc $(names[($i - 1)]) $i> } LINES 2 0 READ < $rc > which reads the names of a set of columns from line 1, builds a command to read the data in the variable rc , and then reads all the data in one command....
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/smongo/sm_5.html -- 11.5 Кб -- 02.10.2012
Похожие документы

4. Summary of Fortran 77 statements
... Executable GOTO statements . ... Input/output statements . ... GOTO statement_number_variable, (snr1, snr2, snr3) - an assigned GOTO statement, jumps to the statement number that equals the statement number variable (an arbitrary number of statement numbers snr are permitted). GOTO statement_number_variable - this is an assigned ordinary GOTO statement, it is a combination of the first one, GOTO snr1, and previous one, GOTO statement_number_variable without a list of permitted alternatives. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/a2.html -- 15.9 Кб -- 23.03.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/a2.html -- 15.9 Кб -- 23.03.1996
Похожие документы

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

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

7. Examples of environment variable names
HOME . this is the pathname of your "home" directory when you login and to which cd changes when invoked with no argument. ... defines the directories searched when the shell is looking for the file to execute when processing a command . MAIL . if set to the name of a mail file the shell will inform you of the arrival of new mail. ... contains the shell prompt string. ... is the continuation prompt when a command spans more than one line. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.1.html -- 2.4 Кб -- 17.01.1997
Похожие документы

8. Contents
... Exercises . C/C++ Program Compilation . ... UNIX Library Functions . ... Further Data Types . ... Not assigning a pointer to memory address before using it . ... Low Level Operators and Bit Fields . ... Some further example shared memory programs . ... Threads: Basic Theory and Libraries . ... Single threading . Some Example applications of threads . Thread Levels . ... Global and Private Thread-Specific Data Example . ... Example Use of Thread Specific Data:Rethinking Global Variables . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 02.10.2012
Похожие документы

9. Usage and Examples
... section 7.4 ) . If the detector map (a grid of positions used to calculate and flux weight the ARF: section 7.3 ) is either psf or flat , the map bounds and pixel size may be specified. ... The user can supply an external detector map instead (section 7.3.2 ), but the bounds must cover the regions. ... The following sub-sections show examples of usage. ... Example 4: Specifying an external detector map for an extended source . Example 5: Using an RMF dataset to specify the energy grid . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/arfgen/node6.html -- 7.3 Кб -- 22.10.2008
Похожие документы
Еще в разделе: (Показать все результаты (>15131) - xmm.vilspa.esa.es/ )

10. Calculus-2(spring 2006)
... Lebesgue measure. ... The image of a null-set under a smooth map is a null-set. ... Change of variable in the Riemann integral. Countable union of Lebesgue measurable sets is measurable. ... Measurable functions form an algebra closed under convergence almost everywhere. ... If a function is Riemann integrable then its Riemann integral is equal to its Lebesgue integral. ... Fourier transform. ... Smoothness of a function vs asymptotics of its Fourier transform. ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/~burman/Ca2_en.html -- 3.4 Кб -- 02.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>828) - www.mccme.ru/ )

11. Chapter 11. Specifying OpenGL Environment Variable Settings
Chapter 11. Specifying OpenGL Environment Variable Settings . ... Several antialiasing methods are available and you can select between them by setting the __GL_FSAA_MODE environment variable appropriately. ... To see the available values for __GL_FSAA_MODE along with their descriptions, run: nvidia-settings --query=fsaa --verbose . The __GL_FSAA_MODE environment variable uses the same integer values that are used to configure FSAA through nvidia-settings and the NV-CONTROL X extension. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-11.html -- 10.3 Кб -- 30.10.2009
Похожие документы
Еще в разделе: (Показать все результаты (>3246) - www.naic.edu/ )

12. An Example - 3C 120
... We received the SASS output for the HRI observation of 3C 120 (a highly variable radio galaxy with a prominent jet leaving the core at PA ) and smoothed the data with a Gaussian of FWHM = 3 '' ( Figure 13.1 ). ... The results are shown in Figure 13.2 . ... The FWHM of the original data ( Figure 13.1 ) is 11.8 (PA ); after dewobbling ( Figure 13.2 ) the width of the 50% contour is 7.6 . ... Figure 13.1 : The original data, smoothed with a Gaussian of FWHM = 3 . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node203.html -- 8.3 Кб -- 01.10.2012
Похожие документы

13. Miscellaneous Options
... This command specifies the default delay to be used under these circumstances. ... This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. ... While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started. setvar variable [ default ] . This command adds an additional system variable. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/miscopt.html -- 6.5 Кб -- 21.12.2007
Похожие документы

14. Environment Variables in Apache
The Apache HTTP Server provides a mechanism for storing information in named variables that are called environment variables . ... For additional flexibility, the directives provided by mod_setenvif allow environment variables to be set on a per-request basis, conditional on characteristics of particular requests. ... As discussed above, the environment passed to CGI scripts includes standard meta-information about the request in addition to any variables set within the Apache configuration. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/env.html -- 15.1 Кб -- 01.08.2003
Похожие документы

15. http://www.ipa.nw.ru/conference/2002/sovet/abstact/BORDOVIT.TEX.txt
... Please, don't use any personal macros and definitions. % stract Pattern %**start of header \long\def\maintitle#1{{\vskip 1em \ begin { center }\section*{#1}\ end { center }\nopagebreak[4]}} \long\def\author#1{{\ begin { center }\normalsize{\bf#1}\ end { center }\vskip-1em \index{#1}}\nopagebreak[4]} \long\def\address#1{{\ begin { center }\small\noindent#1\ end { ... Initial conditions $x_0=x(t_0), \dot{x}_0=\dot{x}(t_0)$ of Equtions (1) are determined by the region of possible motions $R_0.$ ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/conference/2002/sovet/abstact/BORDOVIT.TEX.txt -- 6.2 Кб -- 30.05.2002
Похожие документы

16. WIP -- An Interactive Graphics Software Package
... WIP is an interactive package with a simple to use interface designed to produce high quality graphical output. WIP was developed as part of the Berkeley-Illinois-Maryland Association (BIMA) project and is available via anonymous ftp. ... Included in the WIP distribution is a complete manual which contains several sample figures with associated commands, a frequently asked questions section, and a descriptive listing of all available commands. ... Figure illustrates WIP's ability to handle images. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/morganj.html -- 11.8 Кб -- 03.11.2000
Похожие документы

17. Plasma theories [Oulu]
spaceweb@oulu.fi - last update: 28 May 1995, 0800 UT . Advanced plasma theories are extremely important when one tries to explain, for example, the various waves and instabilities found in the plasma environment. ... In the kinetic theory it is necessary to know only the distribution function for the system of particles. ... The dependence of the distribution function on the independent variables r , v , and t is governed by an equation known as the Boltzmann equation . ... Hot plasma theory . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/SPPHTEXT/theories.html -- 8.4 Кб -- 21.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>668) - www.iki.rssi.ru/ )

18. Cepheid Variables
... CEPHEID VARIABLE STARS: A Cepheid variable or Cepheid is a member of a particular class of very luminous, massive variable stars with pulsation periods of 1-70 days. ... The relationship is calibrated using data collected from Cepheids whose distances are determined by other means. ... Browse through the 68 CCD fits images he sent you, using ds9 and locate the Cepheid variable. ... Image credits: ESA - "http://sci.esa.int/science-e-media/img/20/cepheid-variables.jpg" . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~jerjen/researchprojects/cepheids/cepheids.html -- 8.3 Кб -- 02.10.2012
Похожие документы

19. Getting Started in Actor Prolog. Introduction.
... Actor Prolog supports so-called repeated proving of sub-goals. ... Logical actors are a name of these repeatedly proved sub-goals. ... A logic program consists of sub-goals that must be proven in the course of an execution of the program (like a usual imperative program consists of commands to be executed). ... There are some logical actors in the outside world from the standpoint of the ideology of Actor Prolog , and a program interacts with these external actors. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_intro.html -- 11.0 Кб -- 24.09.2007
Похожие документы

20. Closer To Beta Pic
Astronomy Picture of the Day . Closer To Beta Pic . ... Credit Copyright: S. R. Heap ( LASP / GSFC ), NASA Explanation: What did our Solar System look like as the planets were forming ? ... Beta Pic is surrounded by a disk of dust which we view nearly edge-on. The dust disk shines by reflected starlight and has been examined with ever increasing detail to search for signs of planetary formation. ... Publications with keywords: planetary system - circumstellar disk . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1163650 -- 15.2 Кб -- 05.09.2003
Похожие документы

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


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

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

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