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

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

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

1. Problem with ICMP echo-request/reply
... Re : Problem in doing RAW SOCKET Programming (anjali sharma) . ... But it doesn't bother about * checksum, unique sequence id, etc. */ # include sys/types.h # include sys/socket.h # include sys/time.h # include netdb.h # include netinet/in_systm.h # include netinet/in.h # include netinet/ip.h # include netinet/ip_ icmp .h /* My own ICMP structure */ struct myicmp { unsigned char icmp _type; unsigned char icmp _code; unsigned short ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/61/1.html -- 6.0 Кб -- 23.03.2000
Похожие документы

2. The layout of a program
Sometimes we require more than one line for a statement Print *, 'This is a long output line',& ' this is the second part',& ' and this is the third part!' Nowadays, in the free form, we continue a line with the symbol "&" (called ampersand), i.e. with the sign & at the end of the old line instead of an almost arbitrary character in column 6 of the new line. ... Exclamation mark in column 1 of course means a comment line also in the old fixed form. ... 3.1) What does the following line mean? ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c3.html -- 5.1 Кб -- 30.12.1996
Похожие документы

3. Other Programs - Apache HTTP Server
The following programs are simple support programs included with the Apache HTTP Server which do not have their own manual pages. ... It connects to the server and downloads the status information. It reformats the information to a single line and logs it to a file. ... This Perl script will take a combined Web server access log file and break its contents into separate files. ... The combined log file is read from stdin. Records read will be appended to any existing log files. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/other.html -- 3.0 Кб -- 15.10.2001
Похожие документы

4. http://www.atnf.csiro.au/computing/software/gipsy/sub/ScheduleKeyevent.dc2
... Category: SYSTEM, USER-INTERFACE File: keyevents.c Author: J.P. Terlouw Use: #include "keyevents.h" ident id; id = ScheduleKeyevent(proc, key, mask, arg); KeyeventProc proc - pointer to function char *key - user input keyword int mask - event mask: the bitwise OR of any of the key events defined in taskcom.h void *arg - 'client' data Description: ScheduleKeyevent registers a function to be called by MainLoop whenever Hermes generates an event which meets the specified keyword and mask. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ScheduleKeyevent.dc2 -- 4.3 Кб -- 01.06.2001
Похожие документы

5. Table Filtering
This document contains a summary of the user interface for filtering rows in binary tables. Table filtering allows a program to select rows from an table (e.g., X-ray event list) by checking each row against one or more expressions involving the columns in the table. When a table is filtered, only valid rows satisfying these expressions are passed through for processing. ... select rows whose pha value is exactly 10 . ... 10 pha select rows whose pha value is in the range of 10 to 50 . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/filters.html -- 11.3 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>2351) - hea-www.harvard.edu/ )

6. The layout of a program
Sometimes we require more than one line for a statement Print *, 'This is a long output line',& ' this is the second part',& ' and this is the third part!' Nowadays, in the free form, we continue a line with the symbol "&" (called ampersand), i.e. with the sign & at the end of the old line instead of an almost arbitrary character in column 6 of the new line. ... Exclamation mark in column 1 of course means a comment line also in the old fixed form. ... 3.1) What does the following line mean? ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c3.html -- 5.1 Кб -- 11.02.1996
Похожие документы

7. Linux I/O port programming mini-HOWTO: Using I/O ports in C programs
... Routines for accessing I/O ports are in /usr/include/asm/io.h (or linux/include/asm-i386/io.h in the kernel source distribution). ... Before you access any ports, you must give your program permission to do so. This is done by calling the ioperm() function (declared in unistd.h , and defined in the kernel) somewhere near the start of your program (before any I/O port accesses). ... For example, ioperm(0x300, 5, 1) would give access to ports 0x300 through 0x304 (a total of 5 ports). ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 02.10.2012
Похожие документы

8. Symbolic circuit processor
... All circuit parameters have been presented in a symbolic form. ... To use the program you will need a CIR file (PSpise, DesignLab file) of your circuit. CIR file examples have been enclosured: bpasside.cir, test1.cir, test2.cir, test3.cir, test4.cir, laksamp.cir, bridge.cir, uA741acf.cir, quartz.cir. ... Ideal operational amplifier (nullor) * Nname n1 n2 n3 n4 * * In the ideal op amp data, (n1,n2) represent output nodes, * (n3,n4) represent input nodes (noninverting, inverting). ...
[ Сохраненная копия ]  Ссылки http://astrometric.sai.msu.ru/~symbol/cirsym.html -- 4.4 Кб -- 06.10.2004
Похожие документы
Еще в разделе: (Показать все результаты (>18) - astrometric.sai.msu.ru/ )

9. Iowa Robotic Telescope Facilities
... Iowa Robotic Telescope | ... Talon is based on OCAAS, a software suite developed by software engineer Elwood Downey ( Clear Sky Institute ) for use at the University of Iowa ?s first remote facility (the ATF, or Automated Telescope Facility). ... XObservatory : Telescope Control Interface . ... This program calls upon and coordinates much of the interrelated portions of the Talon architecture, and forms the primary control panel for the telescope, dome, and peripheral systems when used locally. ...
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/Talon(OCAAS)/Iowa%20Robotic%20Telescope%20Facilities.htm -- 37.9 Кб -- 25.01.2006
Похожие документы
Еще в разделе: (Показать все результаты (>53) - vega.inp.nsk.su/ )

10. Stellarium: SphericalRegion::DrawParams Struct Reference
Stellarium 0.12.3 . ... FileљStructure . ... SphericalRegion . DrawParams . ... SphericalRegion::DrawParams Struct Reference . Parameters specifying how to draw a SphericalRegion . More... #include < StelSphereGeometry.hpp > . DrawParams (class StelProjector *projector) . Construct DrawParams with default parameters and specified projector. ... Do not subdivide the region to follow projection distortions. ... class StelProjector * SphericalRegion::DrawParams::projector_ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/structSphericalRegion_1_1DrawParams.html -- 22.0 Кб -- 28.02.2014
Похожие документы

11. Results of recent and ongoing site programs
... Liyong Liu (NAOC) . Site testing on seeing conditions of the astronomical observatories over China are briefly reviewed, including Xionglong station of NAOC, Gaomeigu station of Yunnan Observatory, Delingha station of Purple Mountain Observatory. ... PDF [3.0€аMB] October 8, 09:55 10:20 . ... In this paper, we will review the site survey activities in the past years, and present the site-testing results on the Oma site, including cloud cover, seeing, water vapor, transparency and sky brightness. ...
[ Сохраненная копия ]  Ссылки http://site2010.sai.msu.ru/section/5 -- 6.7 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>216) - site2010.sai.msu.ru/ )

12. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/README
XmCCD ----- The programs provided here offer a Linux graphical user interface to astronomical and scientific CCD cameras. ... It is the latest one they offer and the files included allow support for Android and Mac OS X. This distribution of XmCCD includes source code to utilize the SBIG shared library libsbigudrv.so with a Motif-based graphical user interface. ... The XmCCD source package includes and will install: SAOimage ds9 xpa cfitsio SAOimage is the primary image display for XmCCD. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/README -- 5.0 Кб -- 27.04.2013
Похожие документы

13. 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
Похожие документы

14. The Structure of HTML 3.0 Documents
... Most HTML elements are identified in a document as a start tag, which gives the element name and attributes, followed by the content, followed by the end tag. ... To identify the document as being HTML 3.0, it is recommended that documents start with the prologue: <!doctype HTML public "-//W3O//DTD W3 HTML 3.0//EN"> . ... HTML 3.0 documents formally have the following structure: <HTML> <HEAD> head elements .. ... HTML> . ... The permitted syntax of HTML 3.0 compliant documents is specified by the...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/overview.html -- 4.2 Кб -- 19.12.1996
Похожие документы

15. ASP's 2010 Annual Meeting
... Annual Meeting . ... Galileo Teacher Training Program Workshop . ... Co-sponsored by the Astronomical Society of the Pacific, Fiske Planetarium, and the Lunar Science Institute . In this hands-on workshop, teachers in grades 3 - 12 will learn how to do age-appropriate, inquiry-based activities in astronomy and physical science. ... The Galileo Teacher Training Program is a new model for teacher professional development established during the 2009 International Year of Astronomy. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/events/2010mtg/gttp.html -- 17.7 Кб -- 05.09.2010
Похожие документы

16. Untitled Document
... The Site Safety Officer is responsible for continued safe functioning of facilities and equipment including telescopes, and the safety of personnel involved in or near maintenance activities. ... All employees are responsible for prompt reporting of conditions requiring maintenance. ... Preventive maintenance programs will be designed to insure a safe and healthful working environment for every employee and to minimize the need for emergency repairs. ... EMERGENCY REPAIRS . ... WRITTEN PROCEDURES . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Site/usersguide/SafetyPlan/06SafeSec21.html -- 5.7 Кб -- 21.05.2009
Похожие документы

17. Simulation of HST PSFs using Tiny Tim
... Tiny Tim has been used for generating Hubble Space Telescope ( HST ) point-spread functions (PSFs) for deconvolution, algorithm testing, proposal planning, and optical studies. ... Tiny Tim is a stand-alone program for simulating HST PSFs as viewed with the on-board imaging cameras (WF/PC-1, WFPC2, FOC, COSTAR/FOC). ... The measured aberrations for FOC f/96, WF/PC-1 PC6, WFPC2, and COSTAR/FOC are used by Tiny Tim . ... Figure: FOC f/96 observed and Tiny Tim model PSFs (pre-COSTAR) at 253 nm. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/kristj.html -- 10.1 Кб -- 03.11.2000
Похожие документы

18. Preflight space training (PFST)
... Space flight . Crew training . ... honing the skills of performing the tasks of operating the orbital (suborbital) spaceship in a normal autonomous flight and in case of occurrence of off-optimum situations; . ... preparing for conducting visual observations, photographing and video filming envisaged by the flight program; . ... preparing the astronaut's body to the effect of space flight factors, honing the skills of operating the spaceborne medical facilities, rendering self and mutual aid; . ...
[ Сохраненная копия ]  Ссылки http://www.atlasaerospace.net/eng/podgotovka-ppkp.htm -- 34.8 Кб -- 09.04.2016
Похожие документы

19. Let Me Be More Clear - an Astronomy Net Exploration Forum Message
Astronomy Discussion Forums . ... Let Me Be More Clear . ... Post Message | ... However, if I have identified it, how do I know this 'thing' is something that exists versus only thought of as existing? ... However, by me identifying 'red' as 1 (i.e., as I originally did), I am assuming that there is 'red' as something that exists. ... 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/exploration/messages/19.shtml -- 18.8 Кб -- 09.04.2016
Похожие документы

20. Second Spectrum-RG/eROSITA Conference
... Over the first 4 years, its X-ray telescopes eROSITA and ART-XC will survey the whole sky with a record sensitivity in the 0.5-10 keV energy band. ... The goal of the second international Spectrum-RG conference is to discuss the different scientific topics addressed by the mission, synergies with surveys at other wavelengths, and requirements to follow-up observations.Contributed talks and poster presentations are invited on the topics related to the SRG science goals. ... Active galactic nuclei . ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/kazan2012/ -- 16.7 Кб -- 27.02.2014
Похожие документы

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


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

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

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