Найдено документов: 312051 (181 сайтов) ---- Время поиска: 0.80сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/ByteProcessor.html.
http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/ByteProcessor.html.
21. pipe() - Low level Piping
Next: Interrupts and Signals Up: Piping in a C program Previous: popen() - Formatted Piping . int pipe(int fd[2]) - creates a pipe and returns two file descriptors, fd[0], fd[1] . fd[0] is opened for reading, fd[1] for writing. pipe() returns 0 on success, -1 on failure and sets errno accordingly. ... Pipes opened with pipe() should be closed with close(int fd) . ... An example of piping in a C program is plot.c and subroutines and is detailed in Appendix . ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_2_2.html -- 2.8 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_2_2.html -- 2.8 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_2_2.html -- 2.8 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_2_2.html -- 2.8 Кб -- 11.09.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_2_2.html -- 2.8 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>1404) - jet.sao.ru/ )
22. Dnepr successfully returns to flight
... ISC Kosmotras . ... Cluster Launch of Dnepr LV 22 August 2013 KOMPSAT-5 Launch 21 November 2013. ... Being the 8th commercial launch for Dnepr, this is also its first 'return to flight' mission since the failure encountered on July 27, 2006 during liftoff from Baikonur. In parallel with the successful completion of its first launch campaign in 2007, ISC Kosmotras continues preparations for the next two Dnepr launch missions scheduled to fly from Baikonur and Yasny launch bases. ... Dnepr Program . ...
[
Сохраненная копия
]
Ссылки http://www.kosmotras.ru/en/news/23/ -- 11.4 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>95) - www.kosmotras.ru/ )
23. Database of Optical Constants -- Level: welcome
The database contains references to the papers, data files and links to the Internet resources related to measurements and calculations of the optical constants in the wavelength interval from X-rays to radio domain. ... References to some useful books and reviews on the subject (e.g. the classical handbooks edited by E.D.Palik) and links to Internet collections of optical constants and personal WWW pages with related software were also placed in the database. You have arrived at our welcome page. ...
[
Сохраненная копия
]
Ссылки http://www.astro.spbu.ru/JPDOC/ -- 10.8 Кб -- 19.11.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>296) - www.astro.spbu.ru/ )
24. A chocolate printer is being created in SSAU
... Pre-university education . ... Samara region . SSAU History . SSAU roadmap . ... Scientists of Samara State Aerospace University (SSAU) develop a unique 3D-printer for chocolate confectionery printing. 3D-printer for chocolate printing is being created in SSAU Centre for Robotic Complexes and Mechatronic Systems. ... Know-how of the scientists of Samara State Aerospace University in that they were developed unparalleled chocolate delivery and cooling systems in 3D-printer. ...
[
Сохраненная копия
]
Ссылки http://www.ssau.ru/engnews/12072/ -- 26.4 Кб -- 21.12.2015
Похожие документы
Похожие документы
25. VISTA - Visible and Infrared Survey Telescope for Astronomy
... Exposure Time Calculator (ETC) . Survey processing . ... VISTA is a 4-m class wide field survey telescope for the southern hemisphere, equipped with a near infrared camera (1.65 degree diameter field of view at VISTA's nominal pixel size) containing 67 million pixels of mean size 0.34 arcsec and available broad band filters at Z,Y,J,H,K s and a narrow band filter at 1.18 micron. A wide field visible camera, if constructed, could also be used on VISTA. ... Tile . ... ESO VISTA Public Surveys . ...
Еще в разделе:
(Показать все результаты (>20) - www.vista.ac.uk/ )
26. Simon Jeffery's Software Store: TAP chemical functions
SUBROUTINE TAP_ESYMB ( IZ, SYMBOL, STATUS ) . Return the element symbol. SUBROUTINE TAP_ENAME ( IZ, NAME, STATUS ) . ... FUNCTION TAP_EMASS ( IZ ) . Return the mean atomic weight of an element. FUNCTION TAP_ZELEM ( NAME ) . ... FUNCTION TAP_AELEM ( NAME ) . ... The mean atomic weight of the element associated with the given name is ! ... The element name associated with the given atomic number is ! ... The atomic number ot element associated with the given name is ! ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_chemical.html -- 6.2 Кб -- 04.07.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2769) - star.arm.ac.uk/ )
27. ranking [SAI Virtual Observatory - Wiki]
Trace: ranking . ... CREATE OR REPLACE FUNCTION my_rank (tsvector, tsquery, int ) RETURNS float AS $$ use List::Util qw(min max); my ($string, $ query ) = @_; my $maxpos = 0; # Parse tsvector, taking into account positional information foreach (split / /, $string){ if(/^'(\w+)'(:([0-9,]+))?$/){ foreach(split /,/, $3){ $ vector {$_} = $1; $maxpos = max($maxpos, $_); } } } my @ vector = map {$ vector {$_}} sort {$a = $b} keys(% vector ); # Parse tsquery, assuming it to be ORed only $ ... SAI VO | ...
[
Сохраненная копия
]
Ссылки http://vo.astronet.ru/wiki/ranking -- 12.8 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2854) - vo.astronet.ru/ )
28. http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7BA0F1E8F1-E935-4511-A025-9A9D266F00DF%7D
A massive mountain range lying just south of TitanтАЩs equator runs northwest-southeast through this newly released image from the Cassini spacecraft. The range, called by scientists тАЬTitanтАЩs Sierra,тАЭ extends 93 miles (150 km) long by 19 mi (30 km) wide. Cryogenic lava, a soup of ammonia and water, welling up from below as TitanтАЩs crust was pulled apart tectonically probably created it. ... The picture reveals features as small as 1,300 feet (400 meters) across. ...
[
Сохраненная копия
]
Ссылки http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7BA0F1E8F1-E935-4511-A025-9A9D266F00DF%7D -- 4.1 Кб -- 10.04.2016
Похожие документы
Похожие документы
29. Astronet > Sky Map, professional edition
... About the Sky Map Online, professional edition . The professional version of the Sky Map Online was reflected as the tool for amateure astronomers and for professional astronomers It provides the creation of maps with the magnitude limit for stars up to 21-st magnitude (limit of the First POSS) and field size from several arcmins to 80 by 60 degrees, what makes possible to use it for the following goals: . ... Guiding stars selection. ... Such objects are not recommended to use as guiding stars. ...
[
Сохраненная копия
]
Ссылки http://www.astronet.ru/db/map+/about.html?lang=en -- 14.9 Кб -- 13.02.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>79873) - www.astronet.ru/ )
30. The Creation of Helium
.
[
Сохраненная копия
]
Ссылки http://zebu.uoregon.edu/1999/ph123/lec06.html -- 7.9 Кб -- 27.06.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>403) - zebu.uoregon.edu/ )
31. APOMASK (V1.0) --- Mar00 --- APOMASK (V1.0)
apomask -- Create an apodizing mask image with zero background and a circular central mask with rounded off edge apomask output xdim ydim radius sigma k xpos ypos . output = "" [image] . ... The X dimension of the input image. ydim = 512 [integer] . The Y dimension of the input image. radius = 12.0 [real] . The radius of the central disk of the output image which is to be set to one. sigma = 2.0 [real] . The sigma of the roll-off region around the central disk. k = 0.5 [real] . ...
[
Сохраненная копия
]
Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/imres/apomask.hlp.html -- 2.9 Кб -- 06.06.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>257) - www.stecf.org/ )
32. Колготки для кукол Zapf Creation Baby Annabell 2 пары 792-261 в ассортименте -
... Бренд: Zapf Creation, Тип: Колготки для кукол . Аксессуары для кукол . ... Пособие содержит темы, подготовленные на основе базовой учебной программы по дисциплине "Банковский маркетинг". ...
[
Сохраненная копия
]
Ссылки http://astrokuban.info/astroku5800.html -- 18.8 Кб -- 14.02.2016
Похожие документы
Похожие документы
33. Creation of Space transportation system on the base of large length rope
... Creation of Space transportation system on the base of large length rope utilization . ... A given address contains the proposal to equip the International Space Station with the long rope and to create on that base a Space transportation system. ... A given system has the multifunctional purpose. ... The rope system could be the base for creating of alternative system of station angular orientation. To utilize the rope system to launch small satellites from the station and to return them back. ...
[
Сохраненная копия
]
Ссылки http://www.iki.rssi.ru/seminar/e_199911_sid.htm -- 4.2 Кб -- 09.03.2000
[ Сохраненная копия ] Ссылки http://www.cosmos.ru/seminar/e_199911_sid.htm -- 4.2 Кб -- 09.03.2000
Похожие документы
[ Сохраненная копия ] Ссылки http://www.cosmos.ru/seminar/e_199911_sid.htm -- 4.2 Кб -- 09.03.2000
Похожие документы
Еще в разделе:
(Показать все результаты (>1319) - www.cosmos.ru/ )
34. ASP: Creating Readable Electronic Articles
... Every year, more and more journals are switching from mailing paper copies to subscribers to putting material on the Internet either for free or via password-protected access. The primary driving force behind this is simple economics: the cost of publishing material online is a minuscule fraction of the expense of printing articles in a paper journal and mailing it. The majority of people over 40 greeted the advent of online journals with much sadness and even some derision. ...
[
Сохраненная копия
]
Ссылки http://www.astrosociety.org/pubs/mercury/38_03/gould.html -- 6.7 Кб -- 02.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1095) - www.astrosociety.org/ )
35. Small telescopes short description
About us . ... Telescopes . ... Apart from the 6-meter telescope BTA two small telescopes are operative at SAO: the 1-m and 0.6-m telescopes, both manufactured by Carl Zeiss, Jena, are located near the BTA. ... These telescopes are used for adjusting the equipment and techniques of observations used at the BTA. ... The observational time allocation and also a brief description of the equipment of the 1-m telescope, which is used either permanently or mainly on this telescope, are presented below. ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/Doc-en/Telescopes/small/descrip.html -- 8.2 Кб -- 10.04.2016
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-en/Telescopes/small/descrip.html -- 8.2 Кб -- 10.04.2016
Похожие документы
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-en/Telescopes/small/descrip.html -- 8.2 Кб -- 10.04.2016
Похожие документы
Еще в разделе:
(Показать все результаты (>178) - mavr.sao.ru/ )
36. Creative WebCam NX Ultra - Hand Made
... Киевский клуб любителей астрономии "Астрополис" > . ... Hand Made (Модераторы: Diskus , Hornet ) > . Creative WebCam NX Ultra . ... 03 Март 2006, 00:57:32 ? Есть возможность за недорого забрать вебкамеру Creative WebCam NX Ultra. ... Записан . Клуб Астрополис, Администратор . ... Ответ #1 : 03 Март 2006, 01:27:07 ? ... Цитата: Vladimir Nebotov от 03 Март 2006, 00:57:32 Есть возможность за недорого забрать вебкамеру Creative WebCam NX Ultra. ... Клуб Астрополис, Модератор . ...
[
Сохраненная копия
]
Ссылки http://www.astroclub.kiev.ua/forum/index.php?topic=940.0 -- 70.5 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>155) - www.astroclub.kiev.ua/ )
37. JavaScript Form Validator Documentation
The Form validation script is distributed free from JavaScript-Coder.com . ... When there are many fields in the form, the JavaScript validation becomes too complex. ... Each field in the form can have 0, 1, or more validations. ... Just after defining your form, Create a form validator object passing the name of the form . ... FORM> . ... You can add any number of validations.The list of validation descriptors are provided at the end of the documentation. ... option value="" selected>[choose yours] . ...
[
Сохраненная копия
]
Ссылки http://hea.iki.rssi.ru/Z-90/scripts/Documentation.html -- 15.5 Кб -- 03.08.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>746) - hea.iki.rssi.ru/ )
38. Project Space Hotel
... Space flight . ... Space Hotel . ... Small orbital stations (SOS) are intended for the arrangement of flexible manned programs on commercial basis with the possibility of using the traditional Russian manned , cargo spacecrafts, their modifications and new modules oriented for the minimum costs and terms of orbital objects development . оThe principle of SOS building is as follows: it is developed not as a separate self-sufficient project of an ... It means a possibility of: . ...
[
Сохраненная копия
]
Ссылки http://www.atlasaerospace.net/eng/spacehotel.htm -- 35.5 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>63) - www.atlasaerospace.net/ )
39. Creative Webcam Live! Ultra - вопрос - Общая Астрономическая Конференция
Общая Астрономическая Конференция > Практика > Астрономическая фотография . Creative Webcam Live! Ultra - вопрос . ... Поиск . ... Ultra (Captures more in every video with its 76њ wide-angle view, CCD censor, 640x480@30fps, handsfree, USB2.0/1.1) . ... Yuri_K . ... QHY2Pro, QHY-6, PCVC-840 webcam SC3 mod. ... Отправить личное сообщение для Yuri_K . Посетить домашнюю страницу Yuri_K . Найти еще сообщения от Yuri_K . ... Сообщение от Yuri_K . ... Созвездия (поиск и описание) .. ...
[
Сохраненная копия
]
Ссылки http://www.starlab.ru/showthread.php?t=6056 -- 80.4 Кб -- 11.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>16455) - www.starlab.ru/ )
40. http://www.winer.org/Downloads/Winer_IRS_Prelim.pdf
... Because you are a newly created organization, we are not now making a final determination of your foundation status under section 509(a) of the Code. However, we have determined that you can reason-ably be expectqd, to- be a pubricly supported organization described sectiongn in )WCl), t futCl lr[1o U-10 Accordingly, you will be treated as a publicly supported organization, and not as a private foundation, during an advance ruling period. ...
[
Текст
]
Ссылки http://www.winer.org/Downloads/Winer_IRS_Prelim.pdf -- 178.4 Кб -- 06.12.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>33) - www.winer.org/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда