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

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

Показаны документы, содержащие фрагменты текста из документа
http://star.arm.ac.uk/f77to90/c12.html.

1. Pointers
... Simple use of pointers . ... Allocation of arrays using pointers . ... REAL, TARGET :: B(10,10) REAL, POINTER :: A(:,:) A => B The matrix B has been specified completely, i.e. with the dimensions given explicitly. ... You have to be careful when you use pointers. ... REAL, TARGET :: MATRIX(100,100) REAL, POINTER :: WINDOW(:,:) INTEGER :: N1, N2, M1, M2 WINDOW => MATRIX(N1:M1, N2:M2) If you later wish to change a dimension of the partial matrix WINDOW you only need to make a new pointer association. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c12.html -- 10.7 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c12.html -- 10.7 Кб -- 17.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>3078) - crydee.sai.msu.ru/ )

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

3. Number input
This document describes how number input can be given to tasks which request numbers from Hermes. ... list selection The following constants are implemented: pi 3.14159.... c speed of light (SI) h Planck (SI) k Boltzmann (SI) g gravitation (SI) s Stefan-Boltzman (SI) m mass of sun (SI) p parsec (SI) BLANK Universal undefined value The following mathematical functions are implemented: abs(x) absolute value of x sqrt(x) square root of x sin(x) sine of x asin(x) inverse sine ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/hermes/numbers.html -- 8.2 Кб -- 16.01.2009
Похожие документы

4. 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
Похожие документы
Еще в разделе: (Показать все результаты (>613) - www.cplire.ru/ )

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

6. The IMG (Image) Element
Permitted Context: %text . ... The <IMG> tag is used to incorporate in-line graphics (typically icons or small graphics) into an HTML document. This element is NOT intended for embedding other HTML text. ... Browsers that cannot display in-line images ignore the IMG element unless it contains the ALT attribute. ... Take values TOP or MIDDLE or BOTTOM, defining whether the top or middle or bottom of the graphic should be aligned with the baseline for the text line in which the IMG element appears. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/img.html -- 6.3 Кб -- 19.12.1996
Похожие документы

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

8. CSPICE Routines: GDPOOL_C
... Abstract Return the d.p. 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. n O Number of values returned for name. values O Values associated with name. found O True if variable is in pool. ... Included the data for a test kernel. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/gdpool_c.html -- 8.7 Кб -- 17.12.2005
Похожие документы

9. OptInt PmWiki : PmWiki / Path Variables
OptInt PmWiki : Pm Wiki / Path Variables . ... Variables | ... When dealing with file or path variables, one has to recognize the difference between working with URLs and files on disk. ... The $ScriptUrl and $PubDirUrl variables are used to tell a browser , connecting via the webserver, how to execute the pmwiki script ( $ScriptUrl ) and the base url for getting files from PmWiki's pub/ directory ( $PubDirUrl ). ... is an associative array which PmWiki uses to find any local css configuration files. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PathVariables?action=print -- 22.8 Кб -- 01.03.2014
Похожие документы

10. Perl functions provided with deceit
... deceit is distributed with the following Perl functions that can be used to fill the dataset with data from text files. rows . ... fillColumn . The function signature is as follows: the first argument must be the variable col , the second the name of a text file from which the data is to be extracted, the third argument an integer denoting from which column in the text file data should be extracted. ... Vector columns in the text file are delimited by the separator character. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/deceit/node17.html -- 8.0 Кб -- 10.01.2003
Похожие документы
Еще в разделе: (Показать все результаты (>12832) - xmm.vilspa.esa.es/ )

11. APO Home Page
... Current APO Weather . ... Search Site . ... Information for New Users . ... Technical Staff pages . Night Logs and Mailing Lists (maintained by APO) . ... Technical Documents and Database Search . ... Observer's Documentation and Procedures . ... Problem Reporting and APO Technical Documents Database Search . ... APO Drawing/Document Management Procedures . ... APO Technical Documents Database Search . Home Astrophysical Research Consortium . ... Mail Lists (maintained by APO) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/ -- 13.9 Кб -- 11.02.2016
Похожие документы

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

13. Elements of Algebra
... Section (M?1) gave you the principles of simple algebra. ... 1) Isolate x in each equation and find its value, following the . rule that "when equal operations are performed on both . ... For operations applied to both sides: (+2) add 2 . ... 15x ? ... Solve once by (a) expressing y of one equation in terms of x, then . ... You may furthermore add one equation to the other, or subtract it: because the quantities you add or subtract to both sides are equal, what is left is also a valid equality. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/stargaze/Ialgeb1A.htm -- 11.9 Кб -- 21.12.2007
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/stargaze/Ialgeb1A.htm -- 11.9 Кб -- 22.12.2007
Похожие документы

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

15. Plot variables and their indices
... Some data selection widgets for plotting display more indices than needed for some of the plot variables in order to avoid recycling of the data selection widget if the variables change. ... They are organized by class, even though, strictly speaking, an plot class refers only to a specific selection of variables listed in a plot selection widget. ... Also note that the IDL variables in italic font denote a derivation from this variable, i.e. the data is not exactly identical to the variable...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node253.html -- 23.6 Кб -- 28.04.2015
Похожие документы

16. Astronomy Workshop: Observing Variable Stars from the City ? February 15, 2015
... Observing . ... Home Education Workshops at Adorama Astronomy Workshop: Observing Variable Stars from the City ? February 15, 2015 . ... Beyond New York City . ... Observing Resources for Amateur Astronomers - Part 1: Beginning Observers . ... A History of the First Forty Years of the Amateur Astronomers Association . ... Presented by€а Adorama €аFor the Amateur Astronomers Association of New York . ... 2016 Amateur Astronomers Association of New York Designed by Press Customizr Powered by . ...
[ Сохраненная копия ]  Ссылки http://www.aaa.org/education/workshops-at-adorama/astronomy-workshop-observing-variable-stars-from-the-city-february-15-2015/ -- 102.0 Кб -- 10.04.2016
Похожие документы

17. Data Access Layer to Support Variable Inputs Using C
Next: (Re-)Configurable Data File Writing At UKIRT . ... We needed a layer of software that would dissociate a data column (element) from any particular file. ... The library functions sort the input files by type, locate the required elements in those files and provide access to them in a time-correlated fashion. ... This data access layer is built on the concept of a data ``element''. ... When the input data is opened, the first file of each type is searched for the elements to be accessed. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P2-63/ -- 15.0 Кб -- 11.10.2000
Похожие документы

18. (Untitled)
There are six possible ways of object description: . a) by number(s) . ... d) by list . e) by orbital elements . ... They should be introduced as year, month, day with tenth (e.g. 20021104.1). d) Computations are performed for all objects listed in the file whose path and name should be introduced into assigned data field. ... On pressing Edit file button user has a possibility to look through the list of object elements or their coordinates and velocities to add or to change it. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9hdg.htm -- 6.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>495) - www.ipa.nw.ru/ )

19. ASP: Making Your Own Astronomical Camera
Turning the Camera Skyward . A reconfigured camera can take wide-field exposures of astronomical objects (constellations, the Milky Way, zodiacal light, moving artificial satellites, meteor showers, variable stars, etc.) to reveal much fainter objects and structures than seen by naked eye. ... This picture reveals objects more than 2.5 times fainter than can be seen by the naked eye, including not only stars but also the Orion nebula (M42), where new stars are being born. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/50/camera3.html -- 12.8 Кб -- 02.10.2012
Похожие документы

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

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


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

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

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