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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/vlbi/wiki/index.php?n=PmWiki.LayoutVariables.

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

2. Bojan Nikolic -- Compiling CASA revisited
... Bojan Nikolic web pages home . ... For some numerical experiments with CASA , I have recently been recompiling some parts of this package. ... That is before even touching the code! ... I used the SCons build system to build the CASACORE libraries. ... Apparently missing include for strlen: --- a/code/display/Display/Options.cc +++ b/code/display/Display/Options.cc @@ -30,6 +30,7 @@ #include <sys/stat.h> #include <iostream> #include <dirent.h> +#include <string.h> namespace casa { namespace viewer {...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/blog/2012/08/03/casa-compilation.html -- 12.8 Кб -- 05.10.2015
Похожие документы

3. Pulsar Group PmWiki/Wiki Style Examples
... PmWiki . Summary: PmWiki group header. ... Summary: Styling text for colour and other attributes:) See also Wiki Styles Plus and Wiki style colors . ... PmWiki 2.0 introduced the ability to control the styling further and to even place styles on blocks. ... This text is %color=red% red, %color=blue% blue, %% and normal (black). ... For example, to define a style of %red% , one can use: . define=mystyle color=red% Here is some %mystyle% red text created using a style shortcut. ... Group . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.WikiStyleExamples -- 22.1 Кб -- 12.04.2016
Похожие документы

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

5. CSPICE Routines: REPMD_C
... Abstract Replace a marker with a double precision number. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- in I Input string. marker I Marker to be replaced. value I Replacement value. sigdig I Significant digits in replacement text. lenout I Available space in output string. out O Output string. ... The first occurrence of marker in the input string is to be replaced by value. ... Index_Entries replace marker with d.p. number . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/repmd_c.html -- 10.7 Кб -- 17.12.2005
Похожие документы

6. http://www.eso.org/projects/dfs/team/QA-code-review-form.doc
... Readability |Check number: 1 | Description: Header existence for each |Evaluation (always/often/sometimes/| |source file and for each method, class, |never) : | ... Description: Naming conventions existence |Evaluation (always/often/sometimes/| |(variables start with lowercase, then |never) : | ... limited and commented |(always/often/sometimes/ | ... Description: Error message are formated : when an|Evaluation | error or an exception is raised, report the |(always/often/sometimes/ | ...
[ Текст ]  Ссылки http://www.eso.org/projects/dfs/team/QA-code-review-form.doc -- 128.5 Кб -- 29.09.2003
Похожие документы

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

8. Monitoring Options
... Statistic files are managed using file generation sets and scripts in the ./scripts directory of this distribution. ... Each valid update appends a line of the following form to the current element of a file generation set named peerstats : . ... This keyword allows the (otherwise constant) filegen filename prefix to be modified for file generation sets, which is useful for handling statistics logs. filegen name [ file filename ] [ type typename ] [ flag flagval ] [ link | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/monopt.html -- 9.3 Кб -- 21.12.2007
Похожие документы

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

10. Client-Side JavaScript Guide
... This book explains how to use core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Core, Client-Side, and Server-Side JavaScript . ... Client-Side JavaScript . ... JavaScript and Java . ... Examples . ... Conditional Statements . ... Object Manipulation Statements . ... Defining Functions . ... Objects and Properties . ... Indexing Object Properties . ... Defining an Event Handler . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/contents.htm -- 19.7 Кб -- 07.10.1999
Похожие документы

11. Funtools Environment Variables
Describes the environment variables which can be used to tailor the overall Funtools environment. ... The FITS_EXTNAME environment variable specifies the default FITS extension name when FunOpen() is called on a file lacking a primary image. ... ARRAY . The ARRAY environment variable specifies the default definition of an array file for Funtools. ... The EVENTS environment variable specifies the default definition of an raw event file for Funtools. ... You also can use the CC environment variable. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/env.html -- 9.4 Кб -- 01.10.2012
Похожие документы

12. lsst.tcc: include/tcc/telMod.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . ... telMod.h . ... 6 љ #include <string> . ... 24 љ explicit TelMod (std::string const &filePath) { . ... 86 љ void loadPath (std::string const &filePath); . ... 112 љ std::vector<std::string> getTermNames () const ; . ... 145 љ std::ostream & operator<< (std::ostream &os, TelMod const &telMod); . ... double getTerm(std::string const &termName) const . ... std::vector< std::string > getTermNames() const . ... TelMod(std::string const &filePath) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/tel_mod_8h_source.html -- 30.6 Кб -- 14.09.2015
Похожие документы

13. Manpage of FITSHDR_EXPAND
fitshdr_expand - expand/extend FITS-file header fitshdr_expand [options] FITSfile_name . fitshdr_expand utility allows to expand/extend existent FITS headers. FITS MultiExtentionsFiles included). fitshdr_expand is just simple shell script around fitshdr utility. --header-no= NNN . Where NNN - FITS-header's number (0,1,.. ... By default 1. --help . Output a brief help message and exit. --version . Print the version number of fitshdr_expand to standard output and exit. --nobackups . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr_expand.1.html -- 3.1 Кб -- 21.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>414) - lnfm1.sai.msu.ru/ )

14. http://www.naic.edu/~aoftm/src/aoftm_unpack
... An ascii header file is also created. ... DEFAULT VALUES FOR VARIABLES - EDIT THIS SCRIPT HERE TO CHANGE THESE VALUES # # # set nbufs_to_skip = 0 # number of buffers at beginning of file to skip # set nbufs_to_ read = all # number of buffers to read ( set nbufs_to_ read for all) # # # #??????????????????????????????????????????????????????????????????????????????????# unalias bc echo Will skip $nbufs_to_skip buffers. echo Will read $nbufs_to_ read buffers. set this_ ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~aoftm/src/aoftm_unpack -- 3.9 Кб -- 26.07.1999
Похожие документы

15. http://hea.iki.rssi.ru/integral06/proceedings.doc
... Margin |0.79|2.0| ... Font: Text: Times New Roman Variable: Times New Roman Italic Symbol: True Type Symbol font (Type 1 fonts only) Type Size: Paper title: 12 pt bold (TITLE) Author(s): 10 pt bold (Author) Affiliation(s): 10 pt italic (Affiliation) Normal text: 10 pt (regular text) Text in tables: 9 pt Symbols: 10 pt (( ( ( ) Sub/super-script: 7 pt (x y) For Latex users, a set of macros is available on the ESA Publications www- site: http://www.esa.int/SPECIALS/ESA_Publications/SEMA2D81Y3E_0.html 3...
[ Текст ]  Ссылки http://hea.iki.rssi.ru/integral06/proceedings.doc -- 763.5 Кб -- 21.03.2007
Похожие документы

16. The FITS List Calculator and Bulk Data Processor
... Up: FITS-Flexible Image Transport System . ... The FITS List Calculator and Bulk Data Processor (FLC) is an IDL program with a graphical user interface developed for processing large groups of Near Infrared Camera and Multi-Object Spectrometer (NICMOS) test data efficiently. ... Figure 1 shows the data structures used to hold lists and images. ... The IDL structures for images are similar to the structures for lists except that the image headers and image data arrays are kept in the structure. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/stobiee.html -- 11.1 Кб -- 23.06.1998
Похожие документы

17. Stellarium: StarMgr Class Reference
... StarMgr Class Reference . ... Get the current color used to label bright stars. ... Get Epoch for maximum light for a variable star with a specified Hipparcos catalogue number. static int StarMgr::getGcvsMagnitudeFlag . ... Get the magnitude flag code for a variable star with a specified Hipparcos catalogue number. static float StarMgr::getGcvsMaxMagnitude . ... Get the minimum magnitude or amplitude for a variable star with a specified Hipparcos catalogue number. static int StarMgr::getGcvsMM . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStarMgr.html -- 63.2 Кб -- 28.02.2014
Похожие документы

18. Changing shell variables
The C and TC shells have a number of local shell variables which are not exported to the environment. To make sure that these variables are picked up whenever a new shell is invoked, always define shell variables in your .cshrc ( .tcshrc ) file. By convention, names of shell variables are always given in lower case letters. UNIX is case sensitive, so the environment variable PATH is not the same as the shell variable "path". ... Setting shell variables . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/environment/env5.html -- 2.3 Кб -- 17.01.1997
Похожие документы

19. Conference "Algebraic Geometry and Number Theory"
Home . ... The aim of the conference is to discuss recent achievments in algebraic geometry and number theory with special emphasis on their relation to the information theory. Topics to be consdered include the study of points on varieties over number fields and finite fields, zeta functions, modular forms, asymptotic properties of arithmetic invariants of algebraic varieties (such as class numbers, regulators, Schafarevich-Tate groups). ... Alexander Kirillov (Moscow, Philadelphia) . ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/poncelet/2014AGNT/index.html -- 5.2 Кб -- 28.06.2014
Похожие документы

20. http://xmm.vilspa.esa.es/sas/6.1.0/doc/especplot/ChangeLog
... Version 2.8 - 2002-07-25 (NW) ------------------------------- Updated the DEPEND file. ... Version 2.4 - 20-12-00 ---------------------- Changed the test harness so that it no longer calls gs Version 2.3.1 - 02-11-00 ---------------------- Revised the documentation and updated the GROUPS description Version 2.3 - 03-10-00 ---------------------- Upgrade the version number as required for the SAS V5 Version 2.2.2 - 26-09-00 ------------------------ Update the .info file ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.1.0/doc/especplot/ChangeLog -- 5.9 Кб -- 19.03.2004
Похожие документы

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


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

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

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