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
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_21_2.html -- 2.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_21_2.html -- 2.8 Кб -- 02.10.2012
Похожие документы

10. Origin of the internal structures in HL Tauri jet (HH 151)
... The HH flow associated with young stellar object HL Tau has an exciting history and even until now the origin of some its features is not clear yet. ... Knotty structures of Herbig-Haro jets are common phenomena and knowing the origin of such structures is essential for understanding the processes of jet formation. ... In the flow detected compact knots with high (-150 km/s) and bow shape structures in front of those, with low radial velocities (-50 km/s). ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/SciNews/2012/Movses/ -- 5.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/SciNews/2012/Movses/ -- 5.1 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>46) - mavr.sao.ru/ )

11. Character string constants, operators and functions
XMM-Newton Science Analysis System . ... Meta Index / Home Page / Description Boolean subexpressions may also be formed from character string constants, identifiers that refer to text columns, and a limited set of associated operators and functions. As in C/C++ a string constant is a list of characters enclosed in double quotes ( " ). ... Examples of valid string constants are: "XMM" , "" , "The double quote: "" , 'A single-quoted string with a double quote (")' . ... upper / lower . ... ascii . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/selectlib/node10.html -- 7.3 Кб -- 08.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>1718) - xmm.vilspa.esa.es/ )

12. Statistics of diacritical characters in Minor Planets Names
... the total number of numbered minor planets is 350441 ; . the total number of named minor planets is 17621 ; . the unnamed minor planet with the least number: (3708) 1974 FV1 ; . the named minor planet with the greatest number: (340980) Bad Vilbel ; . the total number of minor planet names containing symbols with diacritical characters is 839 ; . ... the first minor planet named using a symbol with diacritical character is (61) Dana?. ... Symbol . ... Minor planet names ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/statmpn.htm -- 6.0 Кб -- 09.04.2016
Похожие документы

13. Star Wars Characters to invade Armagh Planetarium this weekend | International
... Amazing Astronomy Exhibition in Lurgan . Armagh Planetarium is pleased to announce the launch of a new exhibition of fabulous fan-made Star Wars props and costumes. ... The KOTE is a Stars Wars costuming group where people from all over the world celebrate the films by replicating characters from the six movies. The Emerald Garrison has brought Stormtroopers, Clonetroopers, Darth Vader and more characters to events though Ireland and the U.K. More info on the Armagh Planetarium's website . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/scholars/iya/local/star_wars.html -- 8.9 Кб -- 31.12.2009
Похожие документы
Еще в разделе: (Показать все результаты (>528) - star.arm.ac.uk/ )

14. East Siberian Center for the Earth's Ionosphere Research. Specific character
... In spite of the good potential possibilities, some of the station "Dnepr" design characteristics did not allow us to apply the usual special IS radar measurement methods. ... Thus for IS signal measurements at the "Dnepr" station, we have developed special methods for recording and processing IS signals in order to determine plasma ionospheric parameters. ... Equations (4-5) from the basis for data post processing to obtain ionosphere parameters. ...
[ Сохраненная копия ]  Ссылки http://rp.iszf.irk.ru/esceir/isr/specificen.htm -- 9.2 Кб -- 04.06.2001
Похожие документы
Еще в разделе: (Показать все результаты (>2) - rp.iszf.irk.ru/ )

15. DFS Department internal procedure for issue of documentation
... Each DFS Department official document has to be issued according to the following internal procedure. Documents to be distributed outside DMD division must also be issued according to the Technical Archive procedure . ... Several documents are also available as complete templates defined internally for DFS Department documentation (e.g. template for Test Plan, for Test Report, .. ... Define the internal document number as: dfs-volxx-yyy-zzzz . ... Document title, . ... Issue number (e.g. 1). ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/projects/dfs/team/DMD-doc-proc.html -- 12.0 Кб -- 13.04.2005
Похожие документы

16. http://www.issp.ac.ru/journal/composites/2014/content_04_eng.pdf
... 3 2014 Композиты и наноструктуры COMPOSITES and NANOSTRUCTURES CONTENS S.T.Mileiko, N.I.Novokhatskaya, A.M.Stolin, P.M.Bazhin PRODUCING SILICIDE/MOLYBDENUM COMPOSITES BY USING INTERNAL CRYSTALLIZATION METHOD .. 185 There is shown a possibility to use the internal crystallysation method, which was developed earlier as a base for crystallisat ion of oxide fibres in a molybdenum matrix, to produce silicide/molybdenum composites. ...
[ Текст ]  Ссылки http://www.issp.ac.ru/journal/composites/2014/content_04_eng.pdf -- 119.5 Кб -- 16.01.2015
Похожие документы

17. Zen: GiST internals
Hide Zen home . ... Parameters: table and index descriptors . ... Parameters: index descriptor, value, pointer to table record . ... Also rebuilds internal keys if needed (index is locked when rebuilding). ... These are base methods for search in index - create scan, finish scan, repeat scan. ... Restore one WAL record. Parameters: LSN (LogSequenceNumber), WAL record . ... GiST has no direct access to tables, only via pointers ( the number of page and the number of record on the page) to records. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/GiST_internals -- 10.5 Кб -- 10.04.2016
Похожие документы

18. One of the internal fireplaces.
... Gallery . ... One of the internal fireplaces. Sidebar Left . Sidebar Top . No Sidebar . Sidebar Bottom . Sidebar Right . ... Title: One of the internal fireplaces. Description: NOTE: All images and movies are copyright and must not be reproduced or mirrored in any form without written permission. ... NOTE: All images and movies are copyright and must not be reproduced or mirrored in any form without written permission. Powered by Gallery 3.0.9 (Chartres) . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/gallery3/index.php/reconstruction/album36/DSCN1052 -- 30.8 Кб -- 10.04.2016
Похожие документы

19. http://www.wdcb.ru/stp/data/geo_min.val/A1Readme/1min_WDC.fmt
WDC-A Digital Exchange Format for One-Minute Geomagnetic Data (Update August 1993) 1. The logical record length is 400 coded characters containing header information, blank spaces, and data for one element for one hour. ... Each logical record contains header information and data in the following format: North polar distance, longitude, year, month, day, hour, element, observatory code, blank spaces, 60 data values, and an hourly mean. ... ORG is the origin of the data. A = Alaska Chain. ...
[ Сохраненная копия ]  Ссылки http://www.wdcb.ru/stp/data/geo_min.val/A1Readme/1min_WDC.fmt -- 3.9 Кб -- 28.05.2012
Похожие документы
Еще в разделе: (Показать все результаты (>15) - www.wdcb.ru/ )

20. Database of Optical Properties -- Level: subsubpage
The efficiency of interaction of radiation with a particle and hence its optical properties depend on the particle chemical composition, size, shape, structure, etc. ... Particle size expressed in units of the wavelength of incident radiation, together with chemical composition, most strongly affects the optical properties of a scatterer. ... There are many methods to solve the light-scattering problem for a homogeneous spheroid (our survey of the light-scattering methods see here ). ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/2-MODS/INTROD/index.html -- 9.5 Кб -- 19.11.2010
Похожие документы

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


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

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

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