Найдено документов: 436668 (173 сайтов) ---- Время поиска: 0.84сек. |
Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/environment/sh_var.html.
http://comet.sai.msu.ru/UNIXhelp/environment/sh_var.html.
21. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>850) - www.mso.anu.edu.au/ )
22. .dfosrc
dfos = Data Flow Operations System, the common tool set for DFO . The initialization file .dfosrc contains all environment variables which are shared amongst DFOS tools. E.g., $DFO_RAW_DIR is the directory root with raw data which may be defined e.g. as /data07/data/raw. ... that this variable is set and . that the defined directory exists. ... If no DFO variable is defined, the tools will stop. ... But for the DFOS tools it is sufficient to have the environment variables defined as such. ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/~qc/dfos/dfosrc.html -- 5.6 Кб -- 14.03.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>17676) - www.eso.org/ )
23. Nuffield Science Bursaries at Armagh Observatory
Nuffield Research Placements offer up to 1000 funded places a year, so that students across the UK can get an insight into the world of scientific research. The Nuffield Foundation offers bursaries to first year post-16 science students in England, Northern Ireland, Wales and Scotland, helping students to take part in science based projects, lasting 4-6 weeks, in universities, industry or research institutions during the summer holidays. ... 2012 James Murphy : (pdf) . ... 2007 Emma Riley: (ppt) . ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/~csj/nuffield/ -- 6.8 Кб -- 10.05.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4752) - star.arm.ac.uk/ )
24. http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz
... GUIfying and Documenting your Shell Script Peter. ... We describe a simple method to annotate shell scripts and have a preprocessor extract a set of variables, present them to the user in a GUI (using Tcl/Tk) with context sensitive help, and run the script. ... Tcl/Tk: TkRun The GUI that is created will provide a simple interface to a program that is spawned by the GUI. ... Sample Script: testscript Here is an example header from a Cshell script with which Figure 1 was made. ...
[
Текст
]
Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz -- 105.9 Кб -- 12.06.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>269) - www.stecf.org/ )
25. lsst.tcc: tcc.parse.parseDefs Namespace Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Namespaces . Classes . ... NamespaceљList . ... All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Macros љ Pages . ... tcc.parse.parseDefs Namespace Reference . ... Qualifier . ... Keyword . ... SubCommand . ... all__ = ["Qualifier", " Keyword ", " Command ", " SubCommand ", " CommandWrapper "] . list tcc.parse.parseDefs.__all__ = ["Qualifier", " Keyword ", " Command ", " SubCommand ", " CommandWrapper "] . ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1parse_1_1parse_defs.html -- 13.9 Кб -- 14.09.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1470) - www.apo.nmsu.edu/ )
26. Apache module mod_include
This module provides for documents with Server Side Includes (SSI). ... Any document with handler of "server-parsed" will be parsed by this module, if the Includes option is set. If documents containing server-side include directives are given the extension .shtml, the following directives will make Apache parse them and assign the resulting document the mime type of text/html : AddType text/html .shtml AddHandler server-parsed .shtml The following directive must be given for ... cgi . ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/mod/mod_include.html -- 22.9 Кб -- 20.05.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>120) - neptun.sai.msu.ru/ )
27. XIV International Astronomy Olympiad: Information before the Olympiad
... Short reports. ... For the countries, starting their activity at the International Astronomy Olympiad (see the Supplementary Instructions N 3 ), the requirements for the short report are not strong. ... According to the information above the regular deadline for receiving the short reports of Nationals Olympiads of the current year (with a set of all problems used on the National Olympiads) is defined as 13 plus 5 = 18 weeks before the Olympiad: July 04 , 2009. ... Personal data for visas. ...
[
Сохраненная копия
]
Ссылки http://www.issp.ac.ru/iao/2009/iao09_ei.html -- 17.3 Кб -- 11.04.2011
Похожие документы
Похожие документы
28. http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt
... index.php (1) | bbclone/ | ... To do you can use the following sample and point your browser to it. <?php define("_BBC_PAGE_NAME", "Test"); define("_BBCLONE_DIR", "bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ... Create the file "count.php" and add the following: <?php define("_BBCLONE_DIR", "/the/path/that/leads/to/bbclone/"); define("COUNTER", _BBCLONE_DIR."mark_page.php"); if (is_readable(COUNTER)) include_once(COUNTER); ?> ...
[
Сохраненная копия
]
Ссылки http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/install.txt -- 9.1 Кб -- 13.03.2005
Похожие документы
Похожие документы
29. New Luminous Variable Star in M33
... A new bright LBV (Luminous Blue Variable) star was detected in M33 galaxy. LBV stars are the most massive stars in the final stages of evolution before exploding in of supernovae. ... The new LBV star (Fig.1) is the seventh in M33. ... It is one of the brightest LBV stars of the M33 galaxy. ... The brightest object is the core of the galaxy, - a compact star cluster comprising a supermassive black hole. The new LBV star N93351 is located down and to the left from the core. ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/Doc-en/SciNews/LBV-2/ -- 4.4 Кб -- 01.10.2012
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-en/SciNews/LBV-2/ -- 4.4 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-en/SciNews/LBV-2/ -- 4.4 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>368) - mavr.sao.ru/ )
30. Conference Zeta Functions
In this talk I give an introduction to generalizations of the Riemann zeta function called "Weyl group multiple Dirichlet series". Weyl group multiple Dirichlet series are sums in several variables whose coefficients involve Gauss sums and also reflect the combinatorics of a given root system. ... These functions and their residues unify and generalize a number of examples which have been previously treated individually, often with applications to number theory. ...
[
Сохраненная копия
]
Ссылки http://www.mccme.ru/ZetaConference/?name=friedberg -- 3.2 Кб -- 22.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>789) - www.mccme.ru/ )
31. Separation of variables method
. Spherical particles . Cylinders . Spheroids To the top . Created by V.I. Last modified: 12/08/03, V.I.
[
Сохраненная копия
]
Ссылки http://www.astro.spbu.ru/DOP/3-REVS/KHLEB1/node3.html -- 2.9 Кб -- 19.11.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>417) - www.astro.spbu.ru/ )
32. MAO NASU :: Topics in Info (3/19)
... Recent Topics . ... MAO main . Info . ... 0 Replies . ... Topic started 6 months 2 days ago by yatskiv . ... Last Post by yatskiv . ... Topic started 6 months 1 week ago by yatskiv . ... Topic started 6 months 1 week ago by info . ... Topic started 6 months 1 week ago by berczik . ... Topic started 6 months 2 weeks ago by yatskiv . ... Topic started 7 months 7 hours ago by yatskiv . ... Topic started 7 months 6 days ago by nvpech . ... Topic started 7 months 1 week ago by nvpech . ...
[
Сохраненная копия
]
Ссылки http://www.mao.kiev.ua/index.php/ua/forum/info?start=40 -- 64.6 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>544) - www.mao.kiev.ua/ )
33. Concluding Remarks and Future Prospects
... This review presents the results of Scenario Machine computations aimed at the population synthesis of different types of binary stars in our Galaxy and another galaxies. They demonstrate the ability of this method to make an important gross analysis of the modern scenarios for binary evolution, as well as to give interesting qualitative and quantitative predictions which can be checked observationally. ... The future development of the method can be considered from two different points of view. ...
[
Сохраненная копия
]
Ссылки http://xray.sai.msu.ru/~mystery/articles/review/node100.html -- 6.1 Кб -- 29.03.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>686) - xray.sai.msu.ru/ )
34. Index of /shared_skies/archive/select/messier/m15/variables
... Parent Directory - aligned_stack.tif 2010-11-22 00:52 60M nikon_1286249461_ m15 _15s_12800iso.jpg 2010-10-04 23:31 6.7M nikon_1286424958_ m15 _15s_12800iso.jpg 2010-10-07 00:16 6.6M nikon_1287111986_ m15 _15s_12800iso.jpg 2010-10-14 23:07 6.8M nikon_1288583174_ m15 _15s_12800iso.jpg 2010-10-31 23:46 6.5M nikon_1289091740_ m15 _15s_12800iso.jpg 2010-11-08 16:26 6.6M nikon_1289091795_ m15 _15s_12800iso.jpg 2010-11-08 16:26 6.6M nikon_1289179791_ ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/shared_skies/archive/select/messier/m15/variables/ -- 4.6 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1683) - www.astro.louisville.edu/ )
35. Manpage of FITSHDR_EDIT
fitshdr_edit - FITS-file headers interactive editor fitshdr_edit [options] FITSfile_name . fitshdr_edit utility allows to modify FITS headers' lines interactively (FITS MultiExtentionsFiles included). fitshdr_edit is just simple shell script around fitshdr utility. ... It means, that You can't remove line from header! ... 560:CRDELT2 = 21.0 / this is example 640: 720:HISTORY header No.0: 1st history line 123456789012345678901234567 880:COMMENT Sat Sep 25 21:17:34 CEST 2004 / by fitshdr_edit . ...
[
Сохраненная копия
]
Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr_edit.1.html -- 4.6 Кб -- 21.12.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>297) - lnfm1.sai.msu.ru/ )
36. INTERBALL IB_TAIL Last day of flight orbit trace
. Ballistic life-time . Orbit trace in the geographical c/s on the last day of flight . Predicted "landing point" coordinates . Orbit in the topocentrical c/s of the "landing point" . The trace is marked by the symbols as follows: the blue circle cporrespons to 0.0 UT of the last day; the blue star marks the SC position with 1-hour step; the red cross marks the last point of the trace. Modified 16 October, 2000 . IKI RAN | SSC IKI RAN | INTERBALL mission
[
Сохраненная копия
]
Ссылки http://www.iki.rssi.ru/vprokhor/tail/ib1ldtr6.htm -- 2.4 Кб -- 16.10.2000
[ Сохраненная копия ] Ссылки http://www.cosmos.ru/vprokhor/tail/ib1ldtr6.htm -- 2.4 Кб -- 16.10.2000
Похожие документы
[ Сохраненная копия ] Ссылки http://www.cosmos.ru/vprokhor/tail/ib1ldtr6.htm -- 2.4 Кб -- 16.10.2000
Похожие документы
Еще в разделе:
(Показать все результаты (>6561) - www.cosmos.ru/ )
37. SMIS IKI RAN (Satellite data)
... Satellite data ] . SMIS ] . ... NOAA satellites . Telemetry Data Format . ... METEOR-3M Satellite Pass Schedule . Telemetry Archive Catalog . Last telemetry files . ... Data Processing Examples . ... Caspian Sea (server "SPUTNIK") . GOMS satellite (server "SPUTNIK") . Archive Directory . Latest Data . ... RESURS 01 satellite (server "SPUTNIK") . Operational Archive (MSU-E Data) . ... METEOR satellite (server "SPUTNIK") . ... OKEAN satellite (server "SPUTNIK") . ...
[
Сохраненная копия
]
Ссылки http://smis.iki.rssi.ru/dataserv/engl/data_s_e.htm -- 9.2 Кб -- 31.01.2005
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>25) - smis.iki.rssi.ru/ )
38. General Catalogue of Variable Stars: Description
... DESCRIPTION General Catalog of Variable Stars (GCVS database) . ... Kholopov P.N., Samus N.N., Durlevich O.V., Kazarovets E.V., Kireeva N.N., Tsvetkova T.M., 1990, General Catalogue of Variable Stars, 4rd ed., vol.IV, Nauka, Moscow. Kholopov P.N., Samus N.N., Durlevich O.V., Kazarovets E.V., Kireeva N.N., Tsvetkova T.M., 1992, General Catalogue of Variable Stars, 4rd ed., vol.IV, Bull. ... Kazarovets E.V., Durlevich O.V. Editor-in-Chief Samus N.N., 1998, New Catalogue of Suspected Variable Stars. ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/gcvs/gcvs/intro.htm -- 11.3 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>117) - sai.msu.ru/ )
39. Футболка Lasting DINGO 6262 XXL мужская Прогулочная коляска Hauck Miami 3 Pooh
... title='Футболка Lasting DINGO 6262 XXL мужская' border='0' align='left' width='120' style='margin-right: 20px;' hspace='7' vspace='5'/> . Прогулочная коляска Miami 3 Pooh ready to play Hauck для мальчиков от 6 месяцев и старше. ...
[
Сохраненная копия
]
Ссылки http://astrokuban.info/astroku1603.html -- 23.7 Кб -- 14.02.2016
Похожие документы
Похожие документы
40. http://www.izmiran.rssi.ru/~ichertok/CHAINS/ANNOUNC/980428.htm
. April 28, 1998 . Fig. 1. An example of the EUV chain revealed by the modified SOHO/EIT images. The SOHO/EIT (171 A) image of April 28, 1998 with a complex system of the chains forming an extensive oval structure 1-2-3-4-5-6-7 on the visible disk. Two (maybe even three) straight chains, located quasi-parallel to the solar equator between points 3 and 6, are also present. Back to the page of the SOHO/EIT and Yohkoh/SXT chains . Back to the parent page . Last update: 9 August 1998 .
[
Сохраненная копия
]
Ссылки http://www.izmiran.rssi.ru/~ichertok/CHAINS/ANNOUNC/980428.htm -- 2.0 Кб -- 09.08.1998
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>610) - www.izmiran.rssi.ru/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда