Найдено документов: 225979 (167 сайтов) ---- Время поиска: 0.35сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/sheltran/labels.html.
http://www.atnf.csiro.au/computing/software/gipsy/sheltran/labels.html.
1. 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
Похожие документы
[ Сохраненная копия ] Ссылки 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
Похожие документы
Еще в разделе:
(Показать все результаты (>821) - jet.sao.ru/ )
2. Specifications
... This function can also be used for particular types of subtypes or kinds: KIND (0) integer KIND (0.0) floating point number KIND (.FALSE.) logical variable KIND ("A") string of characters There is an intrinsic function SELECTED_REAL_KIND , which returns the kind of the type REAL that has a representation with (at least) the precision and the exponential range requested. ... With the choice SELECTED_INT_KIND (5) all integers between (but not including the limits) -100 000 and +100 000 are permitted. ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/f77to90/c2.html -- 7.8 Кб -- 17.02.1996
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/c2.html -- 7.8 Кб -- 17.02.1996
Похожие документы
[ Сохраненная копия ] Ссылки http://crydee.sai.msu.ru/f90/c2.html -- 7.8 Кб -- 17.02.1996
Похожие документы
Еще в разделе:
(Показать все результаты (>2196) - crydee.sai.msu.ru/ )
3. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1881) - www.sao.ru/ )
4. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>11764) - www.eso.org/ )
5. Doug Burke's Perl/S-Lang pages: Structure examples
... Doug's Home Page . ... S-Lang structures are converted to hash references in Perl , as shown below. ... n\n ; print Structure contents:\n ; # you can treat $s as a reference to a hash array in most respects, except: # - the order of the keys in the array matches that of the # original S-Lang structure # while ( my ( $ key , $ value ) = each %{$s} ) { print key $ key \t has a value of $ value \n ; } print \n ; $$s{afield} = 'a changed field value '; print ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_structs.html -- 9.6 Кб -- 02.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2034) - hea-www.harvard.edu/ )
6. Making Flint Quieter
... Do not warn when variables are not explicitly declared. ... Do not check if a variable has been initialized before being used. If a variable is not in a DATA, COMMON, PARAMETER or SAVE statement, and if it is not a dummy subroutine argument, then Flint normally attempts to check that the variable is initialized before it is used. ... By default Flint warns if subroutine or variable names are longer than 8 characters, or if they contain underline or dollar characters. ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/miriad/progguide/node49.html -- 7.5 Кб -- 05.02.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>23708) - www.atnf.csiro.au/ )
7. Environment Variable
... The following environment variables may be set by the user: . ... Determines the clobber behaviour. 0 implies that datasets may not be overridden, whilst 1 implies otherwise. ... The following settings are allowed: . ... 2, DAL . ... The DAL can write table columns (to the underlying FITS file) either in a column-by-column or a row-by-row fashion. The default behaviour is row-by-row, but setting the environment variable SAS_COLUMN_WISE ensures the column-by-column method is used. ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/dal/node9.html -- 4.7 Кб -- 01.07.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>7753) - xmm.vilspa.esa.es/ )
8. CSPICE Routines: CHKIN_C
... Abstract Inform the CSPICE error handling mechanism of entry into a routine. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- --------------------------------------------------- module I The name of the calling routine. Detailed_Input module is the name of the routine calling chkin_c . ... The line of code preceding the exit or any return statement should be chkout_c ( module ); All CSPICE routines should call chkin_c and chkout_c , unless they are classified as `error free'. ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/chkin_c.html -- 7.7 Кб -- 17.12.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>13239) - www.stsci.edu/ )
9. OptInt PmWiki : PmWiki / Documentation Index
OptInt PmWiki : Pm Wiki / Documentation Index . Beginner Topics for Creating/Editing Pages . ... The pages below describe various aspects of using , administering and troubleshooting a PmWiki installation, as well as aspects of the PmWiki community . ... Page variables - variables that are associated with pages . Page text variables - Page variables automatically made available through natural or explicit page markup . ... Wiki structure - PmWiki structural support for page organization . ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/DocumentationIndex?action=print -- 26.3 Кб -- 01.03.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1449) - www.mrao.cam.ac.uk/ )
10. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>6860) - www.arcetri.astro.it/ )
11. Startling Star V838 Mon
... Image Processed by Al Kelly Explanation: Variable star V838 Monocerotis startled astronomers in January of 2002, undergoing a dramatic outburst like no other variable star known. Followed closely by ground-based instruments and the Hubble Space Telescope over the following months, it was soon realized that the quickly evolving dusty nebula surrounding V838 Mon was in fact made visible by "light echoes" from the outburst . ... Publications with keywords: v838 mon - light echo - variable star . ...
[
Сохраненная копия
]
Ссылки http://www.astronet.ru/db/xware/msg/1195479 -- 15.4 Кб -- 05.12.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>102129) - www.astronet.ru/ )
12. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1297) - www.astrosociety.org/ )
13. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>111) - neptun.sai.msu.ru/ )
14. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>554) - www.cplire.ru/ )
15. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>356) - comet.sai.msu.ru/ )
16. http://www.iki.rssi.ru/seminar/20151111719/presentation/Aleshin.pdf
Qualitative structure of perturbations propagation process of the Fisher Kolmogorov equation with a deviation of spatial variable Sergey Aleshin , Sergey Glyzin P.G. Demidov Yaroslavl State University November 17-19, 2015 S.V. Aleshin , S.D. Glyzin Qualitative structure of p erturbations propagation pro cess of the Fisher Kolmogorov equation with a deviation of spatial ... 2 Fisher R. A. The Wave of Advance of Advantageous Genes // Annals of Eugenics. ...
[
Текст
]
Ссылки http://www.iki.rssi.ru/seminar/20151111719/presentation/Aleshin.pdf -- 1034.5 Кб -- 18.11.2015
[ Текст ] Ссылки http://www.cosmos.ru/seminar/20151111719/presentation/Aleshin.pdf -- 1034.5 Кб -- 18.11.2015
Похожие документы
[ Текст ] Ссылки http://www.cosmos.ru/seminar/20151111719/presentation/Aleshin.pdf -- 1034.5 Кб -- 18.11.2015
Похожие документы
Еще в разделе:
(Показать все результаты (>822) - www.cosmos.ru/ )
17. http://www.sai.msu.su/gcvs/gcvs/v/sn.txt
... We have compiled the Catalogue of extragalactic supernovae using the GCVS card catalogue. ... Doubtful (?), or rejected (-) SN 8 A1 --- RemFlag [*] The '*' indicates a remark in sn_rem.dat 10- 19 A10 --- Gal Parent galaxy designation 21- 22 I2 h RAh Right Ascension 1950 of Parent galaxy 23- 24 I2 min RAm Right Ascension 1950 (minutes) 25- 28 F4.1 s RAs Right Ascension 1950 (seconds) 29 A1 --- DE- Declination 1950 (sign) 30- 31 I2 deg DEd Declination 1950 of Parent ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/gcvs/gcvs/v/sn.txt -- 10.0 Кб -- 25.07.2002
Похожие документы
Похожие документы
18. MILT Multiple Instrument Large Telescope
... MILT Description . ... Telescope Control System . ... Biblography The Astrophysical Research Consortium (ARC) consists of astronomers at the following institutions: University of Washington, University of Chicago, New Mexico State University, Princeton University, and Washington State University. ... In addition some advancement in the art and engineering of large telescopes will be pursued. The telescope design itself is one of three major project tasks. ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/Telescopes/eng.papers/milt/milt.html -- 2.8 Кб -- 13.12.1993
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1298) - www.apo.nmsu.edu/ )
19. Debugging and Tracing
... The VDPAU wrapper library supports tracing VDPAU function calls, and their parameters. This tracing is controlled by the following environment variables: . VDPAU_TRACE . Enables tracing. Set to 1 to trace function calls. Set to 2 to trace all arguments passed to the function. ... The VDPAU wrapper library is responsible for determining which vendor-specific driver to load for a given X11 display/screen. ... The environment variable VDPAU_DRIVER may be set to override this default. ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/appendix-h-section-05.html -- 4.5 Кб -- 30.10.2009
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2773) - www.naic.edu/ )
20. APOD: 2003 December 5 - Startling Star V838 Mon
... Each day a different image or photograph of our fascinating universe is featured, along with a brief explanation written by a professional astronomer. 2003 December 5 . Startling Star V838 Mon . ... Explanation: Variable star V838 Monocerotis startled astronomers in January of 2002, undergoing a dramatic outburst like no other variable star known. ... A good astrophysical explanation for V838 Mon's outbursting behavior is still unknown but astronomers continue to follow the mystery star. ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/apod/ap031205.html -- 5.3 Кб -- 02.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3154) - www.sai.msu.su/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда