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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/sub/fts_io.dc2.

1. Sample GIPSY task source
The code below has been written in Sheltran, GIPSY's Fortran pre-processor language. ... PROGRAM EXAMPLE1 CHARACTER*80 MESSAGE INTEGER ARRAY(10) INTEGER I INTEGER DEFAULT INTEGER USERINT, USERTEXT, USERREAL REAL H0 N Get in touch with HERMES CALL INIT CALL ANYOUT ( 1, ' This message is for the screen only ' ) CALL ANYOUT ( 2, ' This message is for the log file only ' ) CALL ANYOUT ( 1+2, ' This message to screen AND log file ' ) CALL ANYOUT ( 8, ' This ... IF (NEL .EQ. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/srvreq/example.html -- 4.7 Кб -- 16.01.2009
Похожие документы

2. Generic routines
... We now also have the possibility to write our own generic functions or subroutines. ... PROGRAM SWAP _MAIN IMPLICIT NONE INTEGER :: I, J, K, L REAL :: A, B, X, Y CHARACTER :: C, D, E, F INTERFACE SWAP SUBROUTINE SWAP _R(A, B) REAL, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _R SUBROUTINE SWAP _I(A, B) INTEGER, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _I SUBROUTINE SWAP _C(A, B) CHARACTER, INTENT ( INOUT ) :: A, B END SUBROUTINE SWAP _C ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c10.html -- 6.2 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c10.html -- 6.2 Кб -- 11.02.1996
Похожие документы

3. Character Device Drivers
... int major . ... Here is an example of foo_write() : static int foo_write(struct inode * inode, struct file * file, char * buf, int count) { unsigned int minor = MINOR(inode->i_rdev); char ret; while (count > 0) { ret = foo_write_byte(minor); if (ret < 0) { foo_handle_error(WRITE, ret, minor); continue; } buf++ = ret; count-- } return count; } foo_write_byte() and foo_handle_error() are either functions defined elsewhere in foo.c or pseudocode. ... 2. return value of foo_write(...) by My name here . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/char.html -- 8.3 Кб -- 23.03.2000
Похожие документы

4. Emergency.html
... Site Fire . ... Medical . ... If an emergency occurs, contact the Site Operations Manager or any staff member; they know the area and services available to APO. ... APO fire protection has individual panels in each building that have a local alarm and are also monitored by an outside alarm monitoring company. ... Fire response is provided by the Sunspot Volunteer Fire Department (SVFD) through the Otero County Sheriff s Office Dispatch Center. 911 is the Emergency phone number for all emergencies. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Site/usersguide/Emergency.html -- 8.4 Кб -- 13.11.2014
Похожие документы
Еще в разделе: (Показать все результаты (>682) - www.apo.nmsu.edu/ )

5. Re: Re: FIFO Is Ignoring Non-blocking Call - an Astronomy Net XEphem Forum
XEphem Forum Message . Forums: . ... God and Science ћ SETI ћ Software ћ UFO ћ XEphem . ... Discussion Forums | XEphem Ephemeris Software Discussion | Post . ... Re: Re: FIFO Is Ignoring Non-blocking Call . Forum List | ... Post Message | ... Login to Post . ... www.astronomy.net . About Astronomy Net | Advertise on 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/xephem/messages/122.shtml -- 13.2 Кб -- 09.04.2016
Похожие документы

6. C, UNIX and Standard Libraries
... Using UNIX System Calls and Library Functions . ... To use system calls and library functions in a C program we simply call the appropriate C function. Examples of standard library functions we have met include the higher level I/O functions -- fprintf() , malloc() .. ... For most system calls and library functions we have to include an appropriate header file. e.g. stdio.h, math.h . ... Information on nearly all system calls and library functions is available in manual pages. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 02.10.2012
Похожие документы

7. XPA/Xt Interface
Describes how XPA access points can be added to X Toolkit (Xt) programs. ... Thus, in order to add XPA access points to the standard Xt event loop, the following routine should be called before entering the loop: int XPAXtAddInput(XtAppContext app, XPA xpa) . The XPAAddAddInput() routine will add XPA access points to the Xt event loop by making calls to the standard XtAppAddInput() routine. ... If the xpa argument is NULL, then all active XPA access points are added to the loop. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/xt.html -- 2.6 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/xt.html -- 2.6 Кб -- 01.10.2012
Похожие документы

8. An overview of boots and shutdowns
Next: The boot process in Up: Boots And Shutdowns Previous: Boots And Shutdowns . The act of turning on a computer system and causing its operating system to be loaded is called booting . ... During bootstrapping, the computer first loads a small piece of code called the bootstrap loader , which in turn loads and starts the operating system. ... For PC's, the computer (its BIOS) reads in the first sector (called the boot sector ) of a floppy or hard disk. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node67.html -- 5.5 Кб -- 04.05.1997
Похожие документы

9. ExtendedPlugInFilter (ImageJ API)
... FIELD | ... METHOD . DETAIL: FIELD | ... ImageJ plugins that process an image may implement this interface. ... setup(arg, imp) : The filter should return its flags. - showDialog(imp, command, pfr) : The filter should display the dialog asking for parameters (if any) and do all operations needed to prepare for processing the individual image(s) (E.g., slices of a stack). ... Field Summary . ... This method is called by ImageJ to inform the plugin-filter about the passes to its run method. int . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/ExtendedPlugInFilter.html -- 18.0 Кб -- 02.12.2010
Похожие документы

10. Ботинки Call It Spring - Call It Spring - Call It Spring Туфли женские.
... Цвет: разноцветный . ... Материал верха: искусственная кожа . ... Размер US: 37,5 . ... Ботинки Call It Spring. ... Бренд: DELL, Поверхность экрана: глянцевая, Разрешение экрана: 1920x1080, Производитель процессора: Intel, Серия процессора: Intel Core M, Оперативная память: 4Gb, Жесткий диск: SSD, Тип графического адаптера: Интегрированный, Серия графического процессора: Intel HD Graphics 5xxx, Предустановленная ОС: Windows 8 Professional, Цвет: черный, Графический процессор: Intel HD Graphics 5300 ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku9512.html -- 20.6 Кб -- 14.02.2016
Похожие документы

11. Stellarium: StelMainScriptAPIProxy Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљMembers . ... StelMainScriptAPIProxy Class Reference . Because the core API runs in a different thread to the main program, direct function calls to some classes can cause problems - especially when images must be loaded, or other non-atomic operations are involved. ... Connect signals from the StelMainScriptAPI to the instance of this class running in the main thread and let the slots do the work which is not possible within StelMainScriptAPI itself. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelMainScriptAPIProxy.html -- 6.9 Кб -- 28.02.2014
Похожие документы

12. Отправлено межзвездное радиопослание "Cosmic Call 2003" - Вселенная, жизнь,
Добро пожаловать, Гость . ... Вселенная, жизнь, разум (Модераторы: ivanij , AlexAV , Nucleosome ) ? Отправлено межзвездное радиопослание "Cosmic Call 2003" . ... Гость . ... 6 июля года из Евпаторийского центра дальней космической связи (ЕЦДКС) было отправлено очередное, уже четвертое по счету, межзвездное радиопослание 'Cosmic Call 2003' к пяти окрестным (расстояние от 33 до 46 световых лет) звездам солнечного типа из созвездий Андромеда, Большая Медведица, Кассиопея, Орион и Рак. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.ru/forum/index.php/topic,2959.0.html -- 35.6 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>262) - www.astronomy.ru/ )

13. Environment Variables in Apache
The Apache HTTP Server provides a mechanism for storing information in named variables that are called environment variables . ... For additional flexibility, the directives provided by mod_setenvif allow environment variables to be set on a per-request basis, conditional on characteristics of particular requests. ... As discussed above, the environment passed to CGI scripts includes standard meta-information about the request in addition to any variables set within the Apache configuration. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/env.html -- 15.1 Кб -- 01.08.2003
Похожие документы

14. Understanding HTML and MIME
I have dropped the differentiation of HTML into a sequence of conformance levels. ... This (and upward compatible specifications) define the Internet Media Type (RFC 1590) and MIME Content Type (RFC 1521) called "text/html". The type "text/html" accepts the following parameters: . ... Character sets . The charset parameter (as defined in section 7.1.1 of RFC 1521) may be used with the text/html content type to specify the encoding used to represent the HTML document as a sequence of bytes. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/HTMLandMIME.html -- 3.3 Кб -- 19.12.1996
Похожие документы

15. A Cosmic Call to Nearby Stars
... A Cosmic Call to Nearby Stars . ... The people from the Cosmic Call project sent the above image as the first page of a longer message. The message was broadcast toward local stars by radio telescope during the summer of 1999. ... This first page of the Cosmic Call 1999 message, shown above, involves only numbers and so is easier for puzzle solvers to decode than a more famous message broadcast toward distant star cluster M13 in 1974. ... 1999 2000 . ... Publications with keywords: SETI . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2009-07-12 -- 14.9 Кб -- 12.07.2009
Похожие документы

16. Выпуск N5 , октябрь - ноябрь 1996
... ACTIVE GALAXIES NEWSLETTER Dear all, In the following e-mail message I will send the first edition of the Active Galaxies Newsletter. This newsletter has been formed following the success of similar publications such as the Star Formation Newsletter and AGB Newsletter. ... Also thanks to Bo Reipurth for his LaTex macros. ... Following the first edition of the newsletter will follow the LaTeX template for abstract submissions. It is VERY simple and requires no knowledge of LaTeX to fill out. ...
[ Сохраненная копия ]  Ссылки http://astrocourier.chat.ru/1996/96octnov/96octnov4.htm -- 8.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>16) - astrocourier.chat.ru/ )

17. ASP: Mercury Magazine
This page contains the table of contents and select excerpts only and is not a complete reproduction of this issue. Complete content for online Mercury is available to ASP members and institutional subscribers . ... Reflections: Science Fare , Phil Plait . The Bad Astronomer (a.k.a. Phil Plait) gives a short speech to students who participated in a science fair. ... Astronomy in the News . ... Editorial, Paul Deans . ... Education Matters, David Bruning . ... Reflections, Phil Plait . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/pubs/mercury/41_03/contents.html -- 11.3 Кб -- 02.10.2012
Похожие документы

18. Curiosity Rover Landing in Gale Crater Mars | Astronotes
... Alien Life . ... During a mission planned to last a Martian year (nearly two of our years) after landing , Curiosity will use its instruments to investigate whether this area of Mars has ever enjoyed conditions suitable for life , especially the presence of liquid water.Lower layers of Aeolis Mons could reveal there was once a lake within Gale Crater long ago.But this is just the beginning of what ... Methane Not Detected by Curiosity Rover Does Not Rule Out Life on Mars . ... Astronotes...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/curiousity-goes-to-gale-crater.html -- 44.7 Кб -- 09.04.2016
Похожие документы

19. http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7B42EEBC90-E6F9-45E3-A0B1-09F81A9EF8A4%7D
This artistтАЩs impression shows exoplanet HD 189733b as it passes in front of its parent star, called HD 189733A. HubbleтАЩs instruments observed the system in 2010 and in 2011 following a large flare from the star (depicted in the image). Following the flare, Hubble observed the planetтАЩs atmosphere evaporating at a rate of over 1,000 tons per second. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7B42EEBC90-E6F9-45E3-A0B1-09F81A9EF8A4%7D -- 3.9 Кб -- 10.04.2016
Похожие документы

20. Information
General Information . ... Local Information . ... The city represents great cultural value because in the late 19th and early 20th centuries, Kislovodsk as a fashionable spa attracted many musicians, artists, and members of the Russian aristocracy. ... Double room with full pension (breakfast, lunch, dinner) - 2620 rubles per person per night. solnechniy . ... Citizens of most countries need visa to enter the Russian Federation. ... Victor Kornilov, Sternberg Astronomical Institute (chair) . ...
[ Сохраненная копия ]  Ссылки http://site2010.sai.msu.ru/information -- 9.4 Кб -- 01.10.2012
Похожие документы

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


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

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

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