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

Пред. | 1 | 2 | 3 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/cats/~satr/GGAD/sec-classinit.html.

21. Actor Prolog. Programming language definition.
... Инициализация процесса (initialization of process) - фаза исполнения процесса , перед началом которой он находился в состоянии " сформированный ". ... Общая схема исполнения предиката включает : 1) Выбор предложения с подходящим заголовком . ... 3) Исполнение соответствующих подцелей доказательства . ... Исполнение программы начинается с доказательства конструктора процесса , заданного в определении проекта , а также формирования процесса , построенного в результате доказательства этого конструктора...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/1251/02030136.html -- 14.2 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>15) - www.cplire.ru/ )

22. Lautreamont
... O math matiques s v res, je ne vous ai pas oubli es, depuis que vos vivantes le ons, plus douces que le miel, filtr rent dans mon c ur, comme une onde rafra chissante. ... A l'aide de votre lait fortifiant, mon intelligence s'est rapidement d velopp e, et a pris des proportions immenses, au milieu de cette clart ravissante dont vous faites pr sent, avec prodigalit , ceux qui vous aiment d'un sinc re amour. ... Merci, pour les services innombrables que vous m'avez rendus. ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/ium/fr/lautreamont.html -- 11.7 Кб -- 22.05.2007
Похожие документы
Еще в разделе: (Показать все результаты (>3) - www.mccme.ru/ )

23. Apache module mod_unique_id
This module provides an environment variable with a unique identifier for each request. ... The unique identifier is even unique across multiple machines in a properly configured cluster of machines. ... On Unix machines, Apache creates several children, the children process requests one at a time. ... To distinguish time we will use a Unix timestamp (seconds since January 1, 1970 UTC), and a 16-bit counter. ... The actual ordering of the encoding is: time stamp, IP address, pid, counter. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_unique_id.html -- 11.2 Кб -- 20.06.2002
Похожие документы
Еще в разделе: (Показать все результаты (>10) - neptun.sai.msu.ru/ )

24. Подайте схемку управления шаговиком - стр. 19 - Телескопостроение, оптика
... Телескопостроение, оптика (Модераторы: I.A.R. , Ivan7enych ) ? Подайте схемку управления шаговиком . ... Ответ #360 : 08.01.2004 [15:19:53] ? ... Записан . ... Ответ #361 : 08.01.2004 [16:56:06] ? ... Ответ #362 : 08.01.2004 [21:12:08] ? ... Ответ #363 : 11.01.2004 [21:58:04] ? ... Затем я конечно сильно поизвращался, наводя телескоп на звезду сквозь бетонную стену. ... Дальше делаю одной из верхних кнопок ( которые не участвуют в управлении телескопом) Init1. ... Купить телескоп ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.ru/forum/index.php/topic,2847.360.html -- 88.8 Кб -- 10.04.2016
Похожие документы

25. http://hea.iki.rssi.ru/conf/hea2007/tmp/Mail-Bulkmail-3.12/Makefile
... FULLEXT = Mail / Bulkmail BASEEXT = Bulkmail PARENT_NAME = Mail DLBASE = $(BASEEXT) VERSION_FROM = Bulkmail /Object.pm OBJECT = LDFROM = $(OBJECT) LINKTYPE = dynamic # Handy lists of source code files: XS_FILES = C_FILES = O_FILES = H_FILES = MAN1PODS = MAN3PODS = Bulkmail .pm \ Bulkmail /DummyServer.pm \ Bulkmail /Dynamic.pm \ Bulkmail /Object.pm \ Bulkmail /Server.pm # Where is the Config information that we are using/depend on CONFIGDEP = $( ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/tmp/Mail-Bulkmail-3.12/Makefile -- 21.2 Кб -- 08.08.2007
Похожие документы

26. Re The Computer For Dob - an Astronomy Net Eyepieces Forum Message
Eyepieces Forum Message . ... Post . ... Re The Computer For Dob . ... Post Message | ... Yes, it is possible to put the optical tube on an equatorial mount, but I'm betting you won't. Buying a scope made for its mount will probably appeal to you more, especially because a photography-worthy mount can cost more than the optics it carries! ... www.astronomy.net . ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/eyepieces/messages/413.shtml -- 13.9 Кб -- 09.04.2016
Похожие документы

27. ASP: Making Your Own Astronomical Camera
Turning the Camera Skyward . A reconfigured camera can take wide-field exposures of astronomical objects (constellations, the Milky Way, zodiacal light, moving artificial satellites, meteor showers, variable stars, etc.) to reveal much fainter objects and structures than seen by naked eye. ... This picture reveals objects more than 2.5 times fainter than can be seen by the naked eye, including not only stars but also the Orion nebula (M42), where new stars are being born. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/50/camera3.html -- 12.8 Кб -- 02.10.2012
Похожие документы

28. http://www.abitu.ru/en2002/closed/viewwork.html?work=49
... Ниже приводится код данного класса: DBClass.cls Option Explicit Private WithEvents ConRs As ADODB.Recordset Private dbConn As ADODB.Connection Private mvarConStr As String Private mvarSQLStr As String Private Sub Class_Initialize() Set dbConn = New ADODB.Connection End Sub Private Sub Class_GetDataMember(DataMember _ As String, Data As Object) Set Data = ConRs End Sub Public ... Создадим на форме один текстовый блок Text1 и присвоим его свойству Index значение 0. ...
[ Текст ]  Ссылки http://www.abitu.ru/en2002/closed/viewwork.html?work=49 -- 133.5 Кб -- 05.05.2006
Похожие документы

29. Electronic version of Russian Bulletin
... Corresponding authors will receive an e-mail with a PDF file of paged proof for checking and correction. The file can be read and edited using Adobe Acrobat Reader (version 9 and higher) which can be free downloaded via the Internet ( http://get.adobe.c om/reader/ ). ... You can use text correction tools to make corrections (after selecting the necessary text fragment). ... For users of Adobe Reader 9: . ... to insert text without replacing the existing text, use the "Insert text at cursor" tool. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/Science/Public/Bulletin/author_rules/electronic.html -- 8.9 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/Science/Public/Bulletin/author_rules/electronic.html -- 8.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>2) - mavr.sao.ru/ )

30. http://curl.sai.msu.ru/mass/download/doc/infrasoft_eng.pdf
... Reports on progress and error are always recorded in the log file of the program. ... UT date of the measurement finish in YYYY-MM-DD format UT time of the measurement finish in hh:mm:ss format Average flux in A aperture Average flux in B aperture Average flux in C aperture Average flux in D aperture Normalized variance of flux in A aperture Normalized variance of flux in B aperture Normalized variance of flux in C aperture Normalized variance of flux in D ...
[ Текст ]  Ссылки http://curl.sai.msu.ru/mass/download/doc/infrasoft_eng.pdf -- 484.9 Кб -- 15.03.2016
Похожие документы

31. Software Maintenance Manual
... Created: 23 February 2001 . ... SOFTWARE MAINTENANCE MANUAL . ... 9 January 2001 . ... Note: in the final document, the table of contents will be to third level] . The Software Maintenance Manual describes the procedures for installation and maintenance of the software for the Gemini Near-infrared Integral Field Spectrograph (NIFS). ... Section 19.4.3 of the document “Programmatic Requirements for Gemini Instrumentation Development” states the requirements for the Software Maintenance Manual . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/nifs/manuals/man0003.htm -- 139.3 Кб -- 06.09.2001
Похожие документы
Еще в разделе: (Показать все результаты (>4) - www.mso.anu.edu.au/ )

32. http://xmm.vilspa.esa.es/sas/5.4.1/doc/saslib/rfc1321.txt
... April 1992 The MD5 Message-Digest Algorithm Status of this Memo This memo provides information for the Internet community. ... combination): -sstring - digests string -t - runs time trial -x - runs test script filename - digests file (none) - digests standard input */ int main (argc, argv) int argc; Rivest [Page 17] RFC 1321 MD5 Message-Digest Algorithm April 1992 char *argv[]; { int i; if (argc 1) for (i = 1; i argc; i++) if (argv[i][0] == '-' argv[i][1] == 's') MDString (argv ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/saslib/rfc1321.txt -- 35.4 Кб -- 06.04.1993
Похожие документы

33. Touchdown! | Astronomy.com
... Tonight's Sky . ... SUN MOON MERCURY VENUS MARS, JUPITER SATURN . ... Mars . ... Observing . ... The double star 54 Leonis, spiral galaxy NGC 3198, and emission nebula NGC 3199 . ... NASA's Phoenix mission successfully lands on the Red Planet and will begin searching for the conditions for life in Mars' past. ... Only registered members of Astronomy.com are allowed to comment on this article. ... Receive news, sky-event information, observing tips, and more from Astronomy's weekly email newsletter. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/news/2008/05/touchdown -- 68.5 Кб -- 09.04.2016
Похожие документы

34. http://lnfm1.sai.msu.ru/~leo/ietf/submited/cpalgs-rfc4357.txt
... Key Meshing Algorithms .. ... Key Derivation Algorithms .. ... Informational [Page 15] RFC 4357 Crypto-Pro Cryptographic Algorithms January 2006 { id-CryptoPro- algorithms pkixcmp-infos(41) } id-CryptoPro-audit-service-types OBJECT IDENTIFIER ::= { id-CryptoPro- algorithms audit-service-types(42) } id-CryptoPro-audit-record-types OBJECT IDENTIFIER ::= { id-CryptoPro- algorithms audit-record-types(43) } id-CryptoPro-attributes OBJECT IDENTIFIER ::= { id-CryptoPro- ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~leo/ietf/submited/cpalgs-rfc4357.txt -- 112.9 Кб -- 18.05.2006
Похожие документы
Еще в разделе: (Показать все результаты (>2) - lnfm1.sai.msu.ru/ )

35. Serge Koutchmy
... C'est avec beaucoup d'?motion que je me souviens des nombreuses rencontres avec M.M. Molodensky, que nous avions pris l'habitude d'appeler affectueusement, parmi quelques intimes, Misha, et qui nous a toujours fait le privil?ge de l'appr?cier. ... Ce f?t le d?but d'une longue collaboration que nous avons poursuivie a l'occasion de plusieurs s?jours qu'il p?t r?aliser en France bien plus tard, gr?ce a des actions d'ailleurs pas toujours tr?s orthodoxes. ... Il nous manque. ...
[ Сохраненная копия ]  Ссылки http://www.izmiran.rssi.ru/info/personalia/molodensky/koutchmy -- 11.0 Кб -- 11.12.2015
Похожие документы
Еще в разделе: (Показать все результаты (>2) - www.izmiran.rssi.ru/ )

36. http://www.astro.spbu.ru/staff/ilin2/EDU/Pages_1-109.pdf
... 6 З. Е. аОеЛМ, й. и. ЬВОВМНУ,. лЪрЫНЪЫрњ ММњi Л ФрУ,,рППЛрУ,МЛВ , MIDAS (. ... FITS- MIDAS. ... WRITE : :WRITE 18 З. Е. аОеЛМ, й. и. ЬВОВМНУ,. лЪрЫНЪЫрњ ММњi Л ФрУ,,рППЛрУ,МЛВ , MIDAS , MIDAS- ! ... 52 З. Е. аОеЛМ, й. и. ЬВОВМНУ,. лЪрЫНЪЫрњ ММњi Л ФрУ,,рППЛрУ,МЛВ , MIDAS REGRESSION/POLYNOMAIL table :z :x,:y 2,3 SAVE/REGRESSION table test COMPUTE/REGRESSION table :my_fit = test z(x,y), table, x, 2, y, 3; . ... 64 З. Е. аОеЛМ, й. и. ЬВОВМНУ,. лЪрЫНЪЫрњ ММњi Л ФрУ,,рППЛрУ,МЛВ , MIDAS , fit- () , . ...
[ Текст ]  Ссылки http://www.astro.spbu.ru/staff/ilin2/EDU/Pages_1-109.pdf -- 788.1 Кб -- 19.11.2010
Похожие документы

37. iOptron Dual Mount: Alt-Azimuth & German Equatorial - The Cube? - Оборудование
... Оборудование (Модераторы: LifeIsGood , Hornet ) > . iOptron Dual Mount: Alt-Azimuth & German Equatorial - The Cube? ... Оборудование и телескопы . ... 13 Июнь 2011, 23:43:51 ? В качестве походной монтировки приобрел GPS AltAzi-Eq Dual Mounts CubeTM-A Mount - Astro Blue # 8600B . ... Mount: iOptron SmartStar-A Computer Controlled Combination Altazimuth and Equatorial Mount with GPS . ... Ответ #1 : 13 Июнь 2011, 23:45:41 ? ... Последнее редактирование: 13 Июнь 2011, 23:53:22 от sashka13 ? ...
[ Сохраненная копия ]  Ссылки http://www.astroclub.kiev.ua/forum/index.php?topic=20410.0 -- 93.9 Кб -- 10.04.2016
Похожие документы

38. http://www.ipa.nw.ru/PAGE/aspirantura/literatura/whitney.pdf
... Mark 6 Next-Generation VLBI Data System , IVS 2012 General Meeting Proceedings, p.86­90 http://ivscc.gsfc.nasa.gov/publications/gm2012/whitney.pdf Mark 6 Next-Generation VLBI Data System Alan Whitney, David Lapsley MIT Haystack Observatory Contact author: Alan Whitney, e-mail: awhitney@haystack.mit.edu Abstract The Mark 6 VLBI data system is being developed by MIT Haystack Observatory as a nextgeneration ... Converted modules are not backwards compatible with Mark 5 systems. ...
[ Текст ]  Ссылки http://www.ipa.nw.ru/PAGE/aspirantura/literatura/whitney.pdf -- 209.9 Кб -- 19.02.2016
Похожие документы

39. Электронная библиотека астронома-любителя. RU.SPACE.NEWS - архив за 16 ноября
Электронная библиотека астронома-любителя. ... библиотека . архив RSN . ... Ru.Space.News: . Ноябрь 1998 . ... TELEPHONE (818) 354-5011 http://www.jpl.nasa.gov Contact: Mary Beth Murrill FOR IMMEDIATE RELEASE November 12, 1998 STARDUST ARRIVES AT KENNEDY SPACE CENTER FOR LAUNCH PREPARATIONS NASA's Stardust spacecraft, designed to fly to a comet, collect a sample and return it to Earth, has arrived at the Kennedy Space Center, FL, to begin pre-launch processing. ... 396, 12 November 1998). ...
[ Сохраненная копия ]  Ссылки http://www.astrolib.ru/rsn/1998/11/16/ -- 85.0 Кб -- 09.04.2016
Похожие документы

40. Jay F. Honeycutt Oral History
... This oral history is being conducted with Jay Honeycutt at the offices of Lockheed Martin Space Operation in Houston, Texas. ... Honeycutt: Well, I'm old enough not to be able to say I always wanted to be involved in space since I was a little kid, because there wasn't any when I was a little kid. ... Then our people would act like flight crew folks so the ground team would work first with our people and our simulation of the simulator, and the crew would do their thing with the simulator. ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/history/oral_histories/HoneycuttJF/HoneycuttJF_3-22-00.htm -- 87.1 Кб -- 08.07.2015
Похожие документы
Еще в разделе: (Показать все результаты (>33) - www.jsc.nasa.gov/ )

Пред. | 1 | 2 | 3 | След.

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