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

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | След.

Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/doc/ipc_guide/pipes.html.

1. Channels: the basic Input/Output Mechanism
... The basic Input/Output class in Karma is the ``channel''. ... A channel is a (possibly) full duplex buffered stream of data. ... The remaining lines contain the array data . # include stdio.h # include errno.h # include karma.h # include karma_ch.h # include karma_m.h int main (int argc, char **argv) { Channel channel ; int xlen, ylen, x, y; float * array ; extern char *sys_errlist[]; static char usage_string[] = readfile infile ; if (argc != 2) { fprintf (stderr, Usage ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/programmer-manual/node4.html -- 12.8 Кб -- 13.02.2011
Похожие документы

2. Pipes
There is no form of IPC that is simpler than pipes. ... As a useless example , the following program creates, writes to, and reads from a pipe. #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <unistd.h> int main() { int pfds[2]; char buf[30]; if (pipe(pfds) == -1) { perror("pipe"); exit(1); } printf("writing to file descriptor #%d\n", pfds[1]); write(pfds[1], "test", 5); printf("reading from file descriptor #%d\n", pfds[0]); read(pfds[0], buf, 5); printf("read \"%s\"\n", buf); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/ipc_guide/pipes.html -- 10.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/ipc_guide/pipes.html -- 10.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/ipc_guide/pipes.html -- 10.2 Кб -- 02.10.2012
Похожие документы

3. Introduction
... John Backus in New Mexico, 1976 . ... Other manufacturers came later with Fortran compilers for their machines and in 1962 IBM introduced the extended Fortran IV, which was the base for the 1966 agreed American standard ANSI X3.9 - 1966. ... An HTML version of the Fortran 77 Standard is now available! ... The purpose of the work on a new standard version was to make Fortran usable and efficient language for scientific and technical computations during the nineties. ... Parallel execution . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/intro.html -- 7.8 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/intro.html -- 7.8 Кб -- 11.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>9868) - crydee.sai.msu.ru/ )

4. eincdrom
Next: Example - Creating a Up: Access to CD-ROM FITS Previous: Access to CD-ROM FITS . ... Listing the parameters gives the following: ei lpar eincdpar (ipcevt1 = ipcevt1$ ) Einstein ipc event cd 1 directory (ipcevt2 = ipcevt2$ ) Einstein ipc event cd 2 directory (ipcevt3 = ipcevt3$ ) Einstein ipc event cd 3 directory (ipcevt4 = ipcevt4$ ) Einstein ipc event cd 4 directory (hrievt1 = hrievt1$ ) Einstein hri ... It replaces the tasks fits_get and qp_get . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node35.html -- 8.4 Кб -- 01.10.2012
Похожие документы

5. Astrophysics Group OIFITS: A Data Exchange Standard for Optical (Visible/IR)
... Astrophysics Group . ... Optical Interferometry . OIFITS: A Data Exchange Standard for Optical (Visible/IR) Interferometry . ... OIFITS is a standard for exchanging calibrated, time-averaged data from astronomical optical interferometers , based on the FITS Standard (OIFITS is a registered FITS convention ). ... The OIFITS standard is used in the biennial optical interferometry Imaging Beauty Contests: . ... A data exchange standard for optical (visible/IR) interferometry. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/research/optical-interferometry/oifits/ -- 32.2 Кб -- 10.04.2016
Похожие документы

6. Python: module fileinput
fileinput . ... Helper class to quickly write a loop over all standard input files. ... for line in fileinput. input (): . ... Functions filename (), lineno () return the filename and cumulative line . number of the line that has just been read; filelineno () returns its . ... been read, returns the line number of that line within the file. filename () . ... Before the first line has been read, returns None. input (files =None , inplace =0 , backup ='' , bufsize =0 , mode ='r' , openhook =None ) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/fileinput.html -- 18.5 Кб -- 05.11.2015
Похожие документы

7. Python in Astronomy
Next: PyFITS, a FITS Module for Python . ... Pirzkal, N. & Hook, R. N. 1999, in ASP Conf. ... Python is a powerful, object-oriented scripting language that is easy to extend, free, and available for most computer platforms. Python, together with its Numerical module, and with the pFitsio module that is being developed by one of the authors, provides an attractive alternative to other languages such as Perl, IDL, and the IRAF CL, which are already widely used by the community. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass98/pirzkaln/ -- 10.1 Кб -- 16.07.1999
Похожие документы

8. About This Guide
... The Plug-in Guide is your introduction to using Netscape's Plug-in Application Programming Interface (API) to develop plug-ins for Communicator 4.0. ... If you decide to use Netscape's LiveConnect to allow your plug-in to communicate with Java and JavaScript, your next step after reading this guide is LiveConnecting Plug-ins with Java . ... The Plug-in Software Development Kit . ... The Plug-in Guide is designed for the C or C++ developer who wants to extend the capabilities of Netscape Communicator...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/plugin/abtpg.htm -- 18.9 Кб -- 15.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>2653) - www.sao.ru/ )

9. Homepage of Preben Grosbol
The current Java Class Library for access to FITS files was designed for the VLT Data Flow System pipeline subsystem. ... all types of headers are decoded, . ... As the code has not been optimized, data access is slow e.g. on a 160 MHz machine and no JIT, 32-bit real images are read at 50k values/sec, 16-bit integer images at 80k values/sec while table data are read at 10k values/sec. FITS keywords are decoded at a rate of 2-3k keywords/sec depending significantly on their types. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~pgrosbol/fits_java/jfits.html -- 4.2 Кб -- 16.05.2008
Похожие документы

10. Tsearch2 in Japanese
... Argument: C-Type: (char *) (IN) Desc: Pointer to the text which we parse 2. ... Argument: C-Type: (char **) (OUT) Desc: token text 3. ... LexDescr * descr = (LexDescr *) palloc(sizeof(LexDescr) * (2+1)); /* there are only two types in this parser */ descr [0].lexid = 3; descr [0].alias = pstrdup( word ); descr [0]. descr = pstrdup( Word ); descr [1].lexid = 12; descr [1].alias = pstrdup( blank ); descr [1]. descr = pstrdup( Space symbols ); descr [2].lexid = 0; PG_RETURN_POINTER( ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html -- 12.8 Кб -- 22.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>4227) - www.sai.msu.su/ )

11. Redirecting standard input and output
. Unix considers any device attached to the system to be a file. And that includes your terminal! . By default, a command treats your terminal as the standard input file from which to read in information. Your terminal is also treated as the standard output file to which information is sent from the command. This action can be changed by redirecting standard input and standard output from and to any other file. Redirecting standard input . Redirecting standard output . Appending standard output to a file .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/cmd3.html -- 2.2 Кб -- 17.01.1997
Похожие документы

12. AstroImageJ (AIJ) - ImageJ for Astronomy
... AstroImageJ (AIJ) .. ... Reads and writes FITS images with standard headers . ... Provides a time and coordinate converter tool with capability to update/enhance FITS header content (AIRMASS, BJD, etc.) ... Creates color images and with native ImageJ processing power . ... AstroImageJ_Updater . Update operation now updates AIJ version number in Info.plist CFBundleVersion and CFBundleShortVersionString (MacOSX only) . ... AstroImageJ is ImageJ with astronomy plugins and macros installed. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/ -- 6.2 Кб -- 01.02.2016
Похожие документы
Еще в разделе: (Показать все результаты (>1642) - www.astro.louisville.edu/ )

13. "Stargazers" and National Science Standards
... The material in "From Stargazers to Starships" meets several important requirements of the national standards. Pages cited below are from National Science Education Standards National Academy Press, Washington 1995. ... For example: the sections on astronomy not only describe calendars and sundials (including their construction), but also the astronomy of the ancient Greeks, including two different ways in which ancient Greeks estimated the distance to the Moon. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/stargaze/Standrds.htm -- 7.9 Кб -- 21.12.2007
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/stargaze/Standrds.htm -- 7.9 Кб -- 22.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>1070) - www.cosmos.ru/ )

14. vxWorksPrograms
... aosock_Cmd Converting rpc routines on vxWorks to use daemons : . ... pnt_Cmd: interfaces to the telescope pointing, tiedowns,turret. aosock_Cmd: lets you do regular socket i/o from a tcl script. ... If TCL_ERROR is returned then then command will be aborted (or any function it is called from). ... Errors will usually return with an error message included in the return value. aosock (cl)ose $sockFd . ... TCL_OK with n telling of the bytes returned: . n >0 bytes return. ... sockFd is socket number . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/datataking/vxWorks.html -- 15.8 Кб -- 04.03.2013
Похожие документы

15. Block Device Drivers
... Note: This has not been updated since changes were made in the block device interface to support block device loadable modules. ... To mount a filesystem on a device, it must be a block device driven by a block device driver. ... Instead, your driver uses block_read() and block_write() , which are generic functions, provided by the VFS, which will call the strategy routine, or request() function, which you write in place of read() and write() for your driver. ... DEVICE_NAME is simply the device...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/block.html -- 9.9 Кб -- 23.03.2000
Похожие документы

16. http://xmm.vilspa.esa.es/sas/6.0.0/doc/srcmatch/ChangeLog
ChangeLog for srcmatch =============================== Version 3.15.1 - 2004-03-16 (GL) --------------------------------- Correction to documentation Version 3.15 - 2003-07-01 (GL) --------------------------------- Closed SPR: SSC-SPR-3107 (Incorrect flux units in merged source list) Version 3.14 - 2003-02-24 (GL) --------------------------------- Close SSC-SPR-3033: Copy ID colums and "TOT" columns also for single band input lists. ... Close SSC-SPR-3084: Included flag columns in copylist routine. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/srcmatch/ChangeLog -- 8.6 Кб -- 16.03.2004
Похожие документы

17. TwistedActor.Actor Standard Commands
... Standard Commands . ... TwistedActor.Actor is core code for writing an actor: an instrument control computer (ICC) or hub-based script that does something useful. This manual describes the standard commands and keywords that any actor based on TwistedActor.Actor will support. All actors based on TwistedActor typically support the following standard commands (plus additional device-specific commands documented in that actor's manual). ... Connect one or more devices (if not already connected). ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/twistedActor/standardCommands.html -- 6.4 Кб -- 19.07.2012
Похожие документы

18. Astronomy HyperText Book: Stellar Evolution
... Stellar Evolution is driven entirely by the never ending battle between Pressure and Gravity . As imbalances are reached, the star is driven to find a new Energy source. ... Pressure and gravitational forces are equal, the star is stable and its core is sufficiently hot to fuse Hydrogen into Helium More about main sequence stars . ... The luminosity generated by the core fusion of Helium into Carbon is far greater than the shell luminosity associated with the fusion of Hydrogen into Helium. ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/textbook/se.html -- 4.8 Кб -- 16.12.1997
Похожие документы
Еще в разделе: (Показать все результаты (>354) - zebu.uoregon.edu/ )

19. http://xray.sai.msu.ru/~ivan/gmt/man/blockmean.html
blockmean - filter to block average (x,y,z) data by L2 norm blockmean [ xyz [ w ] file ( s ) ] -I x _ inc [ m|c ][/ y _ inc [ m|c ]] -R west / east / south / north [ r ] [ -H [ nrec ] ] [ -N ] [ -V ] [ -W [ io ] ] [ -: ] [ -bi [ s ][ n ] ] [ -bo [ s ] ] blockmean reads arbitrarily located (x,y,z) triples [or optionally weighted quadruples (x,y,z,w)] from standard input [or xyz [ w ] file ( s )] and writes to standard ... Default is (longitude,latitude)]. -bi Selects binary input. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/blockmean.html -- 5.8 Кб -- 19.03.1999
Похожие документы

20. Definition of Scientific Misconduct
Next: Procedure for Dealing with Up: scientific Previous: Code of Good Practice . ... Any practice or conduct that seriously deviates from the ethical standards embodied in the Code of Good Practice for Scholarly and Scientific Research for proposing, conducting and publishing scientific research constitutes Scientific Misconduct, and if proven renders the offending member liable to the Observatory's disciplinary procedures. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/administration/scientific/node3.html -- 6.1 Кб -- 11.02.2002
Похожие документы

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | След.


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

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

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