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

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

Показаны документы, содержащие фрагменты текста из документа
http://star.arm.ac.uk/f77to90/a3.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. Pulsar Group PmWiki/Page Text Variables
... PmWiki . Summary: PmWiki group header. ... Page Variables | ... Defining page text variables . ... Page text variables are string variables created in the wiki text of a page, and can be automatically made available for inclusion in other pages. ... 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: "{$:Name}") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.PageTextVariables -- 25.8 Кб -- 01.03.2014
Похожие документы

3. Cray
Fortran 90 properties already in CF77 . ... Only the old form (fix form) of the source code is available. ... LOGICAL Default KIND number = 8 INTEGER Default int7 int15 KIND number = 6 1 2 digits = 46 7 15 radix = 2 2 2 range = 13 2 4 huge = 70368744177663 127 32767 bit_size = 46 8 16 INTEGER int31 int46 int64 KIND number = 4 6 8 digits = 31 46 63 radix = 2 2 2 range = 9 13 18 huge = 2147483647 70368744177663 9223372036854775807 bit_size = 32 46 46 REAL half Default,single double KIND ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/cray.html -- 11.0 Кб -- 24.10.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/cray.html -- 11.0 Кб -- 24.10.1996
Похожие документы

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

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

6. Astronomy HyperText Book: Stellar Evolution
... Stellar Evolution is driven entirely by the never ending battle between Pressure and Gravity . As imbalances are reached, the star is driven to find a new Energy source. ... Pressure and gravitational forces are equal, the star is stable and its core is sufficiently hot to fuse Hydrogen into Helium More about main sequence stars . ... The luminosity generated by the core fusion of Helium into Carbon is far greater than the shell luminosity associated with the fusion of Hydrogen into Helium. ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/textbook/se.html -- 4.8 Кб -- 16.12.1997
Похожие документы
Еще в разделе: (Показать все результаты (>395) - zebu.uoregon.edu/ )

7. Code of Good Practice for Scholarly and Scientific Research
Next: Definition of Scientific Misconduct Up: scientific Previous: Introduction . ... This Code of Good Practice closely follows the Statement on Safeguarding Good Scientific Practice issued by the Biotechnology and Biological Sciences Research Council (BBSRC) in 1998. ... The Observatory expects the highest standards of scientific integrity to be adhered to by the researchers, students and other staff that it funds, whether they are employees or associates of other institutions. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/administration/scientific/node2.html -- 11.8 Кб -- 11.02.2002
Похожие документы
Еще в разделе: (Показать все результаты (>2766) - star.arm.ac.uk/ )

8. C, UNIX and Standard Libraries
... Using UNIX System Calls and Library Functions . ... To use system calls and library functions in a C program we simply call the appropriate C function. Examples of standard library functions we have met include the higher level I/O functions -- fprintf() , malloc() .. ... For most system calls and library functions we have to include an appropriate header file. e.g. stdio.h, math.h . ... Information on nearly all system calls and library functions is available in manual pages. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 02.10.2012
Похожие документы

9. Apache Tutorial: Introduction to Server Side Includes - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > How-To / Tutorials . ... Server-side includes provide a means to add dynamic content to existing HTML documents. ... What are SSI? ... SSI (Server Side Includes) are directives that are placed in HTML pages, and evaluated on the server while the pages are being served. ... To permit SSI on your server, you must have the following directive either in your httpd.conf file, or in a .htaccess file: . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/howto/ssi.html -- 26.1 Кб -- 21.01.2013
Похожие документы

10. AstroImageJ (AIJ) - ImageJ for Astronomy
... AstroImageJ (AIJ) .. ... Reads and writes FITS images with standard headers . ... Provides a time and coordinate converter tool with capability to update/enhance FITS header content (AIRMASS, BJD, etc.) ... Creates color images and with native ImageJ processing power . ... AstroImageJ_Updater . Update operation now updates AIJ version number in Info.plist CFBundleVersion and CFBundleShortVersionString (MacOSX only) . ... AstroImageJ is ImageJ with astronomy plugins and macros installed. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/ -- 6.2 Кб -- 01.02.2016
Похожие документы
Еще в разделе: (Показать все результаты (>705) - www.astro.louisville.edu/ )

11. lsst.tcc: include/tcc/tcsShim.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . tcc . tcsShim.h . ... 51 љ double const FL = 1.0; . ... 97 љ std::ostream & operator<< (std::ostream &os, ASTROM const &astrom); . ... 99 љ std::ostream & operator<< (std::ostream &os, FLDOR const &fldor); . ... 101 љ std::ostream & operator<< (std::ostream &os, PORIG const &porig); . ... 103 љ std::ostream & operator<< (std::ostream &os, SITE const &site); . ... 105 љ std::ostream & operator<< (std::ostream &os, TARG const &targ); . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/tcs_shim_8h_source.html -- 27.6 Кб -- 14.09.2015
Похожие документы

12. FITSIO Subroutine Library Update
... Next: FITS Checksum Verification Up: Data Models and Previous: A Proposed Convention . ... The FITSIO Subroutine Library has been available for 3 years, and has matured into a stable, full-featured interface for reading and writing FITS format files. ... The FITSIO subroutine library for reading and writing FITS files is now three years old and is used by many projects as the standard programming interface for accessing FITS format data files. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/pencew.html -- 8.3 Кб -- 03.11.2000
Похожие документы

13. CSPICE Routines: GCPOOL_C
... Abstract Return the character value of a kernel variable from the kernel pool. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- name I Name of the variable whose value is to be returned. start I Which component to start retrieving for name room I The largest number of values to return. lenout I The length of the output string. n O Number of values returned for name. cvals O Values associated with name. found O True if variable is in pool. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/gcpool_c.html -- 10.2 Кб -- 17.12.2005
Похожие документы

14. Building and Installing the Distribution
Following are instructions to build and install the programs in this distribution. Make sure that you have all necessary tools for building executables. ... The automatic build process expects a configuration file called Config.local . ... The configuration file specifies the directory in which to install the binaries, as well as control over the generation of debugging code and reference clock support. ... Cleans out object files, programs and temporary files. make distclean . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/build.html -- 7.5 Кб -- 21.12.2007
Похожие документы

15. SAS Coding Standards
In order to ensure consistency between code written at different institutes, and to ease maintainance and testing, all code shall be written to the following standards wherever possible. ... Proper use should be made of these facilities, rather than coding in the Fortran-77 subset of the language. An explicit interface should be used for all procedures (i.e. subroutines and functions). ... However, general purpose classes should not use the application name (i.e. Sas) as the prefix. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/devel/coding.html -- 17.1 Кб -- 21.09.2001
Похожие документы
Еще в разделе: (Показать все результаты (>13668) - xmm.vilspa.esa.es/ )

16. "Stargazers" and National Science Standards
... The material in "From Stargazers to Starships" meets several important requirements of the national standards. Pages cited below are from National Science Education Standards National Academy Press, Washington 1995. ... For example: the sections on astronomy not only describe calendars and sundials (including their construction), but also the astronomy of the ancient Greeks, including two different ways in which ancient Greeks estimated the distance to the Moon. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/stargaze/Standrds.htm -- 7.9 Кб -- 21.12.2007
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/stargaze/Standrds.htm -- 7.9 Кб -- 22.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>962) - www.cosmos.ru/ )

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

18. Understanding HTML and SGML
HTML is an application conforming to International Standard ISO 8879 -- Standard Generalized Markup Language (SGML). ... Every SGML document has three parts: . SGML declaration . ... For example, the SGML declaration in the HTML DTD specifies that the string that opens an end tag is </ and the maximum length of a name is 72 characters. ... Most HTML elements are identified in a document as a start tag, which gives the element name and attributes, followed by the content, followed by the end tag. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/HTMLandSGML.html -- 9.5 Кб -- 19.12.1996
Похожие документы

19. ESO - ESO-Enews #24: October 2012
... Observatory . ... Science . ... Science Users Information > Science Publications > Archive of the ESO Enews > ESO-Enews #24: October 2012 . ... Observing with ESO Telescopes . ... Instrument Pipelines . ... ESO-MIDAS . ... Data Handling and Products . ... Science Data Products Forum . ... Science Archive Facility . ... ESO Data . ... Archive ESO Enews . ... The new ESO Science Data Products Standard ( Issue 4, dated 15/10/2012 ) fully decribes the Phase 3 format standards. ... ESO ARCHIVE NEWS . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/publications/enews/enews24.html -- 27.9 Кб -- 10.04.2016
Похожие документы

20. http://hea-www.harvard.edu/ChandraSNR/G010.0-00.3/746/work/spectrum.sl
... Standard_ Bands [ ACIS ] = init_ bands ([0.5, 1.0, 1.8, 2.0, 4.0, 6.0, 8.0], [1.0, 1.8, 2.0, 4.0, 6.0, 8.0, 9.9]); Standard_ Bands [ HRC ] = init_ bands ([0.5, 2.0, 4.0, 8.0], [2.0, 4.0, 8.0, 10.0]); Standard_ Bands [ SNR ] = init_ bands ([0.3, 0.42, 0.54], [0.42, 0.54, 0.6]); public define get_ bands _with_energy_limit(lo_e, hi_e) { variable Boundaries = [0.31, 0.42, 0.54, 0.8, 1.58, 2.08, 4., 6., 9.9]; variable ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChandraSNR/G010.0-00.3/746/work/spectrum.sl -- 6.1 Кб -- 15.08.2005
Похожие документы

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


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

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

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