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

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/ )