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

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

10. Configuration Options
... In some cases where memory space is at a premium, it is possible to tailor the configuration to remove such features as reference clock driver support, debugging support, and so forth. ... The following lines are used in this file: . ... The DEFS_LOCAL line defines global flags that apply to all machines. Ordinarily, the only flags included are the -DDEBUG , which includes the debugging code, and -DREFCLOCK , which includes basic reference clock support. ... D_INCLUDE_BSD_SOURCE . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/config.html -- 8.1 Кб -- 21.12.2007
Похожие документы

11. The Millennium that Defined Earth
... Credit: Apollo 8 Crew, NASA Explanation: When the second millennium began, people generally knew that the Earth was round , but few saw much of it beyond their local village. ... The Earth started as the center of everything , but became a planet placed in the Solar System , which became placed in a Galaxy , which became placed in the Local Group of Galaxies , which became placed in an expanse so vast we call it just the Universe . ... Publications with keywords: Moon - Earth - millennium . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2000-12-31 -- 14.5 Кб -- 30.12.2000
Похожие документы

12. Compilation Problem - an Astronomy Net XEphem Forum Message
XEphem Forum Message . ... Compilation Problem . ... usr/X11R6/lib/libXm.so: undefined reference to `XpGetDocumentData' . usr/X11R6/lib/libXm.so: undefined reference to `XpGetPageDimensions' . usr/X11R6/lib/libXm.so: undefined reference to `XpGetOneAttribute' . ... spinkham@myxa xephem-3.4]$ dir /usr/X11R6/lib/libXm.* . ... www.astronomy.net . ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/xephem/messages/79.shtml -- 14.6 Кб -- 09.04.2016
Похожие документы

13. Some notes on the GNU toolchain Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... The order in which libraries to link to are passed to the linker is important . ... Many libraries use the GNU Autoconf/Automake build toolchain. ... Run the ./configure script, which looks for the various programs and libraries that the package needs . ... The simplest way is to run ./configure and make note of any complaints about missing programs or libraries that it reports. ... Some notes on the GNU toolchain . ... Passing options to configure . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/gnutoolchainnotes.html -- 18.2 Кб -- 04.04.2016
Похожие документы

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

15. Stellarium: core/modules/Star.hpp Source File
Stellarium 0.12.3 . ... FileљStructure . FileљList . FileљMembers . core . modules . Star.hpp . ... 23 љ #define _STAR_HPP_ 1 . ... 33 љ typedef int Int32; . ... 72 љ StelObjectP createStelObject( const SpecialZoneArray<Star1> *a, . ... 74 љ void getJ2000Pos( const ZoneData *z, float movementFactor, Vec3f & pos) const { . ... 83 љ int hasComponentID( void ) const ; . ... 117 љ int hasComponentID( void ) const { return 0;} . ... 150 љ int hasComponentID( void ) const { return 0;} . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/Star_8hpp_source.html -- 31.4 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>1191) - astro.uni-altai.ru/ )

16. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>464) - www.mso.anu.edu.au/ )

17. http://www.mccme.ru/tg2007/talks/Singh.pdf
A. Singh Institute of Mathematical Sciences, C.I.T. Chennai, India anupamk18@gmail.com Real elements in algebraic groups Let G be an algebraic group defined over a field k . ... Let G be a connected semisimple algebraic group of adjoint type defined over a perfect field k . ... It follows that if G is connected semisimple of adjoint type, with -1 in its Weyl group, then every semisimple element in G(k ) is strongly real in G(k ). This also shows that any regular element in such a group is real. ...
[ Текст ]  Ссылки http://www.mccme.ru/tg2007/talks/Singh.pdf -- 81.7 Кб -- 27.11.2007
Похожие документы

18. Long description for example showing how structurally overlapping cells are
This example shows a difference between CSS's table model for HTML and for other document formats. The first, HTML, example is defined by HTML to be illegal, as it would lead to overlapping cells if HTML's rules for layout are followed. ... The diagram depicts how the two examples, the HTML one and the almost identical non-HTML one, might be rendered. ... The rendering of the non-HTML example is on the right, it follows the CSS rules and thus has no overlapping cells. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/table-overlap-desc.html -- 3.1 Кб -- 04.05.1998
Похожие документы

19. Compiling Apache under UnixWare
To compile a working copy of Apache under UnixWare, there are several other steps you may need to take. ... Make sure that USE_FCNTL_SERIALIZE_ACCEPT is defined (if not defined by Apache autoconfiguration). If using the UnixWare cc compiler, and you still see accept() errors, don't use compiler optimization, or get gcc . SCO patch tf2163 is required in order for Apache to work correctly on UnixWare 2.0.x. See http://www.sco.com for UnixWare patch information. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/unixware.html -- 3.6 Кб -- 15.10.2001
Похожие документы

20. TCC UDP Packets
... Packet Format . ... The TCC broadcasts UDP packets containing position information. ... Packet Header . ... int4 . ... double . ... pos, vel double . ... pos, vel, time double . ... See the TCC Message Keywords Dictionary for full definitions of most items in the "data" section of the packet. pos, vel double is a structure containing two doubles: "pos" and "vel"; it contains the same information as the TCC's "coordinates" (p,v,t triplets), but with time given by the "TAIDate" entry in the packet. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/UDPPackets.html -- 9.3 Кб -- 07.11.2014
Похожие документы
Еще в разделе: (Показать все результаты (>654) - www.apo.nmsu.edu/ )

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


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

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

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