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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sai.msu.su/~megera/postgres/fts/doc/fts-parser-xmp-src.html.

1. casacore: casa::RegexBase Class Reference
... casa::RegexBase . ... find (const Char *s, String::size_type len, Int &matchlen, String::size_type pos=0) const =0 . ... match (const Char *s, String::size_type len, String::size_type pos=0) const . ... rfind (const Char *s, String::size_type len, Int &matchlen, String::size_type pos= String::npos ) const . ... search (const Char *s, String::size_type len, Int &matchlen, Int pos=0) const . ... String::size_type find(const Char *s, String::size_type len, Int &matchlen, String::size_type pos=0) const;...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1RegexBase.html -- 26.8 Кб -- 14.02.2011
Похожие документы

2. CSPICE Routines: EKOPN_C
... Brief_I/O Variable I/O Description -------- --- -------------------------------------------------- fname I Name of EK file. ifname I Internal file name. ncomch I The number of characters to reserve for comments. handle O Handle attached to new EK file. ... This handle is used to identify the file to other EK routines. ... Examples 1) Open a new EK file with name "my.ek" and internal file name "test ek/1995-JUL-17": ekopn_c ( "my.ek", "test ek/1995-JUL-17", &handle ); . ... Link to routine source . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/ekopn_c.html -- 6.1 Кб -- 17.12.2005
Похожие документы

3. OptInt PmWiki : PmWiki / Markup Master Index
OptInt PmWiki : Pm Wiki / Markup Master Index . Text formatting rules | ... To internal pages and more . ... Text . ... This page contains the most frequently used wiki markup, briefly. ... See Links . ... page name]] . ... link text]] (to refer to an anchor in another page) . ... See Page directives , Comment markup , Page variables . ... See Include other pages , Page text variables . ... See Page variables , Page text variables , Page lists . ... name:description:) sets a page text variable . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/MarkupMasterIndex?action=print -- 31.4 Кб -- 01.03.2014
Похожие документы

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

5. Heliophysics, Internal structure and seismology
This home page belongs to small group of scientists working at . Sternberg Astronomical Institute which is a part of Moscow State University . ... Электронная библиотека научно-технической и художественной литературы (доступна только из ГАИШ) . ... Local staff . Dr. Edward Kononovich (konon -at- sai.msu.ru), Associate Professor . ... Dr. Sergey Ayukov (asv -at- sai.msu.ru), Research Fellow, Webmaster of the group . ... Joint seminar of Solar Studies Structure Group and Solar Photometry Group . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ -- 5.6 Кб -- 21.03.2012
Похожие документы

6. DIGITAL WDC EXCHANGE FORMAT FOR OBSERVATORY 1.0 MINUTE VALUES
DIGITAL WDC EXCHANGE FORMAT . FOR OBSERVATORY 1.0 MINUTE VALUES 1. ... DATA-1 .. DATA-60 are 1-minute values of the given element for that hour. ... Typically, digital 1-minute values received by WDCs from organizations operating automatic magnetic observatory instruments are averages of more frequendy sampled values, e.g. 10-second point samples. ... If the method used to obtain 1-minute average values is important to a user, the WDC will assist in determining the exact procedure applied. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/HTML/WDCFORM.HTM -- 6.6 Кб -- 03.07.2001
Похожие документы

7. Uranus' Moon Oberon
Oberon . Uranus IV . Oberon [O-buh-ron] is a moon of Uranus that is characterized by an old, heavily cratered, and icy surface. The surface shows little evidence of internal activity other than some unknown dark material that apparently covers the floors of many craters. The above image shows several large impact craters towards the center of the image. ... This image of Oberon shows several large impact craters towards the center of the picture. ... Polar Stereographic Map of Oberon . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/solar/eng/oberon.htm -- 5.5 Кб -- 15.10.1997
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/Astro/solar/eng/oberon.htm -- 6.3 Кб -- 15.03.1998
Похожие документы

8. Command Line Suspension
... If, while entering a command, you realize that you forgot the full command syntax or want to check something else, a mechanism has been introduced to let you interrupt the command line, execute another command or commands, and then resume with the interrupted line. To interrupt a command line enter ` ' (back--slash) as the last character and hit . The command string is then saved internally. To resume entering the interrupted command line, type ` ' (back--slash) again followed by . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node36.html -- 3.4 Кб -- 23.02.1996
Похожие документы

9. Character Classification and Conversion
... int iscntrl( int c) - True if c is a control character . int isdigit( int c) - True if c is a decimal digit . int isgraph( int c) - True if c is a graphical character . int islower( int c) - True if c is a lowercase letter . int isprint( int c) - True if c is a printable character . int ispunct ( int c) - True if c is a punctuation tolower(int c) - Convert c to lowercase. int toupper(int c) - Convert c to uppercase. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_21_2.html -- 2.8 Кб -- 28.12.2007
[ Сохраненна