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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/UnixTransition/doc/fnmatch.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
Похожие документы

2. Special Characters
This section contains information of how user agents should treat control characters and other special characters. ... There are 256 character positions in the Latin-1 encoding. ... It consists of the space character, 186 characters that form a subset of the graphic characters in ISO 6937/2 (1983), and four additional characters that are intended for inclusion in ISO 6937/2. ... Certain characters are taken to have special meaning within the context of an HTML document. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/specialchars.html -- 6.7 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>300) - comet.sai.msu.ru/ )

3. Pulsar Group PmWiki/Markup Expressions
... PmWiki . Summary: PmWiki group header. ... Summary:String and formatting operations:) (:Audience: authors (advanced) :) . The {(...)} "expression markup" allows for a variety of string and formatting operations to be performed from within markup. Operations defined by this recipe include substr , ftime , strlen , rand , toupper / tolower , ucfirst , ucwords , pagename and asspaced . The "substr" expression extracts portions of a string. ... ftime "fmt" "when")} . ... Pulsar Surveys . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.MarkupExpressions -- 21.2 Кб -- 01.03.2014
Похожие документы

4. OptInt PmWiki : PmWiki / Markup Expressions
OptInt PmWiki : Pm Wiki / Markup Expressions . ... The {(...)} "expression markup" allows for a variety of string and formatting operations to be performed from within markup. Operations defined by this recipe include substr , ftime , strlen , rand , toupper / tolower , ucfirst , ucwords , pagename and asspaced . ... Note that the initial position argument is zero-based (i.e., the first character is referenced via a "0"). the number of characters to extract . ... ftime "fmt" "when")} . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/MarkupExpressions?action=print -- 19.9 Кб -- 10.04.2016
Похожие документы

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

6. The FSP3 criteria and plot description
The FSP3 event includes those parts of the magnetic conjugations between any couple of four considered spacecraft, which satisfied to the FSP1 or to the FSP2 criterion. ... The value of the relative geocentric angular distance between magnetic field line's footprints is considered during FSP3 situation selection. The mentioned angular distance value less then 5 deg is used as a criterion of the magnetic conjugation. ... for the first SC the red color and the first line are used, . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/vprokhor/camp2/fsp3plot.htm -- 3.6 Кб -- 19.11.1999
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/vprokhor/camp2/fsp3plot.htm -- 3.6 Кб -- 19.11.1999
Похожие документы

7. The layout of a program
Sometimes we require more than one line for a statement Print *, 'This is a long output line',& ' this is the second part',& ' and this is the third part!' Nowadays, in the free form, we continue a line with the symbol "&" (called ampersand), i.e. with the sign & at the end of the old line instead of an almost arbitrary character in column 6 of the new line. ... Exclamation mark in column 1 of course means a comment line also in the old fixed form. ... 3.1) What does the following line mean? ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c3.html -- 5.1 Кб -- 30.12.1996
Похожие документы

8. The layout of a program
Sometimes we require more than one line for a statement Print *, 'This is a long output line',& ' this is the second part',& ' and this is the third part!' Nowadays, in the free form, we continue a line with the symbol "&" (called ampersand), i.e. with the sign & at the end of the old line instead of an almost arbitrary character in column 6 of the new line. ... Exclamation mark in column 1 of course means a comment line also in the old fixed form. ... 3.1) What does the following line mean? ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c3.html -- 5.1 Кб -- 11.02.1996
Похожие документы

9. mod_charset_lite - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... Specify character set translation or recoding . ... mod_charset_lite allows the server to change the character set of responses before sending them to the client. ... CharsetDefault . ... The character set name parameters of CharsetSourceEnc and CharsetDefault must be acceptable to the translation mechanism used by APR on the system where mod_charset_lite is deployed. ... Specifying the same charset for both CharsetSourceEnc and CharsetDefault disables...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_charset_lite.html -- 15.6 Кб -- 19.11.2015
Похожие документы

10. Simulation of HST PSFs using Tiny Tim
... Tiny Tim has been used for generating Hubble Space Telescope ( HST ) point-spread functions (PSFs) for deconvolution, algorithm testing, proposal planning, and optical studies. ... Tiny Tim is a stand-alone program for simulating HST PSFs as viewed with the on-board imaging cameras (WF/PC-1, WFPC2, FOC, COSTAR/FOC). ... The measured aberrations for FOC f/96, WF/PC-1 PC6, WFPC2, and COSTAR/FOC are used by Tiny Tim . ... Figure: FOC f/96 observed and Tiny Tim model PSFs (pre-COSTAR) at 253 nm. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/kristj.html -- 10.1 Кб -- 03.11.2000
Похожие документы
Еще в разделе: (Показать все результаты (>1641) - www.adass.org/ )

11. Overview of new features in Apache 2.0 - Apache HTTP Server
Modules | Directives | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 . ... This document describes some of the major changes between the 1.3 and 2.0 versions of the Apache HTTP Server. ... On Unix systems with POSIX threads support, Apache can now run in a hybrid multiprocess, multithreaded mode. ... Also, new calls have been added that provide additional module capabilities without patching the core Apache server. ... New module in Apache 2.0. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/de/new_features_2_0.html -- 14.4 Кб -- 25.02.2008
Похожие документы

12. RSSI Homepage
Russian Space Science Internet (RSSI) is a successful result of RSSI Project. ... space oriented organizations; . ... RSSI offers for its members : . ... videoconferences via MBONE Internet protocol (there are 2 tunnels available now through the general IP network: one to NASA Internet, and another to Moscow State University); . ... It is designed so that all organizations connected to the RSSI gain access to the resources of Russian computer networks as well as world wide Internet. ... nic@rssi.ru ...
[ Сохраненная копия ]  Ссылки http://www.rssi.ru/ -- 6.6 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>10) - www.rssi.ru/ )

13. Stellarium: core/StelTranslator.hpp File Reference
Stellarium 0.12.3 . ... FileљStructure . FileљList . FileљMembers . core . ... StelTranslator.hpp File Reference . Define some translation macros. More... #include <QMap> . ... q_ (str)љљљ StelTranslator::globalTranslator.qtranslate (str) . ... qc_ (str, ctxt)љљљ StelTranslator::globalTranslator.qtranslate (str, ctxt) . ... Definition in file StelTranslator.hpp . ... Definition at line 47 of file StelTranslator.hpp . ... StelTranslator::globalTranslator.qtranslate (str, ctxt) . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/StelTranslator_8hpp.html -- 10.1 Кб -- 28.02.2014
Похожие документы

14. Include detmon as a generic pipeline
... esorex.caller.recipe-dir=/home/quality/pipelines/vcam-1.0.7:/home/quality/pipelines/detmon . ... See extraction of config.processAB : # ====================================================================== # 2. esorex configuration file names for generic pipelines # List here the name(s) of esorex configuration file (s) of general pipeline (s) (e.g. detmon ) # RAW_TYPE: usually just one, but could be more # DET_ID: required only if you need to specify config files per detector (avoid ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/docu/detmon/index.html -- 15.2 Кб -- 07.11.2011
Похожие документы

15. A.2 Normalized Passbands including System Response
. Space Telescope Science Institute . http://www.stsci.edu . Voice: (410) 338-1082 . help@stsci.edu .
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/instruments/wfpc2/Wfpc2_hand_current/ch999_appendix_a_passbands3.html -- 4.2 Кб -- 06.11.2007
Похожие документы

17. A box, to include extended emission
Next: A Region mask for Up: To produce a region Previous: Select a circle around . select cursor and box . The three mouse buttons have been redefined as: . LEFT - moves the center of the box to the position of the arrow point. MIDDLE - sizes the box. ... Release the button to fix the size of the box. save the results by typing `s' while the mouse is in the display window. select region and write , to write the saved regions into a file for later use (as above). rsdc@cfa.harvard.edu . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node63.html -- 3.8 Кб -- 01.10.2012
Похожие документы

18. Line Disciplines and Streams Modules
Most radio and modem clocks used for a primary (stratum-1) NTP server utilize serial ports operating at speeds of 9600 baud or greater. ... In order to reduce these errors, a set of special line disciplines and stream modules can be configured in the Unix kernel. ... Note that not all Unix kernels support line disciplines and of those that do, not all support System V streams. ... There are two line disciplines and a special streams module included in the distribution. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/ldisc.html -- 8.3 Кб -- 21.12.2007
Похожие документы

19. ASP: ASP Conference Series to Include Free Electronic Access
home news . SEARCH ASP SITE: Match ALL words Match ANY word . ... Beginning in 2005, all conference proceedings published by the ASP Conference Series during 2004, and all future volumes, will include full text electronic access. ... Visit the e-Books site for select free preview volumes . ... Organizers of upcoming conferences who wish more information about publishing their proceedings through the ASP Conference Series should contact Interim Managing Editor J. Ward Moody at jmoody@byu.edu . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/news/ebooks.html -- 11.2 Кб -- 03.01.2012
Похожие документы

20. Gliese 876 System Includes Large Terrestrial Planet
... NASA , NSF Explanation: Is our Earth unique? In continuing efforts to answer this question, astronomers have now discovered an Earth-like planet orbiting a distant normal star. ... Slight, fast, but regular wobbles of nearby small M - dwarf star Gliese 876 showed evidence for a planet with a likely mass slightly higher than a minimum six times the mass of Earth. ... Publications with keywords: planets - Earth - Gliese 876 . Publications with words: planets - Earth - Gliese 876 . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2005-06-14 -- 16.7 Кб -- 12.10.2011
Похожие документы

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


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

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

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