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

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

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

1. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>840) - jet.sao.ru/ )

2. Undefined Values (BLANKs)
GIPSY applications programmers should be aware of the fact that the so called undefined value (or BLANK as it is called in FITS terminology) is a fixed value which can only be different across different computer operating systems. ... The subroutine SETFBLANK can be used to set one value to BLANK; subroutine SETFNBLANK sets a whole array to BLANK. For the sake of speed it is advisable to compare data values directly with the system defined BLANK instead of using the slower function FBLANK. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/floating/blanks.html -- 2.7 Кб -- 16.01.2009
Похожие документы

3. XMM-Newton SAS: Watchout Page
Home . ... It might happen that when running omfchain , omichain , or omgchain , an error message as the following appears, and processing of the corresponding data stops: ** omprep: error (NoSuchExposure), Tried to access an exposure of instrument `OM' in mode `UNDEFINED' but there is none in ODF `/home/myusername/Data/U11763/ODF' omichain:- omprep has detected an error- this observation will not be processed . ... Well, check the whole path of your ODF location in the SAS summary file. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.0.0/watchout/6.1/OM_undefined.shtml -- 4.6 Кб -- 22.12.2007
Похожие документы

4. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm
... The Boolean object is an object wrapper for a boolean value. ... JavaScript 1.3: added toSource method . ... If value is omitted or is 0, -0, null, false, NaN , undefined, or the empty string ( "" ), the object has an initial value of false. All other values, including any object or the string "false" , create an object with an initial value of true. ... For Boolean objects and values, the built-in toString method returns the string "true" or "false" depending on the value of the boolean object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm -- 16.3 Кб -- 07.10.1999
Похожие документы

5. Programming Languages
... VMS users have the following compilers available: C, C++, Pascal, FORTRAN, and MACRO--which is a low-level language. ... Create a source file containing valid program statements as defined by the language. ... Run the program. ... FORT RECALC $ LINK RECALC $ RUN RECALC When you write your programs, your source files should always have a file type that identifies the programming language being used. ... Users create a source file of MACRO statements and then compile, link, and run, the file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_45.html -- 9.1 Кб -- 01.11.1995
Похожие документы

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

7. Function Specification
Next: External Functions Up: Fitting of Data Previous: The Corrected Gauss--Newton . ... Basic functions are either defined in the system or defined by the user as external FORTRAN routines. ... Basic functions are specified by the name, the independent variable(s) and parameter(s), with optional guesses for the parameters, following the syntax: name(var1[, ];par1[, ]) [par1=value] . ... Parameters are defined by unique names after the semicolon in the function specification. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node130.html -- 7.0 Кб -- 23.02.1996
Похожие документы

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

9. Converting the XPA API to 2.0
This document describes tips for converting from xpa 1.0 (Xt-based xpa) to xpa 2.0 (socket-based xpa). ... The changes are straight-forward and almost can be done automatically (we used editor macros for most of the conversion). ... Also change first 2 arguments from XtPointer to void *. ... Change NewXPACommand() to XPAcmdNew(), with the new calling sequence: xpa = NewXPACommand(toplevel, NULL, prefix, NULL); is changed to: xpa = XPACmdNew(xclass, name); . ... Go to XPA Help Index ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/convert.html -- 4.9 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/convert.html -- 4.9 Кб -- 01.10.2012