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

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

Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-6.html.

1. Linux I/O port programming mini-HOWTO: Some useful ports
... Here is some programming information for common ports that can be directly used for general-purpose TTL (or CMOS) logic I/O. If you want to use these or other common ports for their intended purpose (e.g., to control a normal printer or modem), you should most likely use existing drivers (which are usually included in the kernel) instead of programming the ports directly as this HOWTO describes. ... The game port has a quad one-shot multivibrator (a 558 chip) connected to the four inputs. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-6.html -- 10.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-6.html -- 10.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-6.html -- 10.6 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1282) - jet.sao.ru/ )

2. Multi-Rsh parallelized rsh program
multi-rsh is a perl script which runs the same command on multiple machines, in parallel, and provides reasonable, adjustable timeouts for those machines which fail to answer. Both standard output and standard error are returned through the same channel, and all output has the hostname prepended to each line. Multi-rsh must be run as root (remote jobs can be set to run as any user, see Options below). ... Neither form allows you to directly pass input to the remote programs. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/multi-rsh.html -- 7.8 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>3567) - hea-www.harvard.edu/ )

3. 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
Похожие документы
Еще в разделе: (Показать все результаты (>463) - zebu.uoregon.edu/ )

4. HwB: Plug and Display Analog/Digital (P -A/D) Connector (Offline)
Defined by Video Electronic Standards Association (VESA) in the Plug and Display (P&D) standard . ... TMDS Data 2 + . ... TMDS Data return . ... TMDS Clock return . ... 1394 pair A, data - . ... TMDS Clock + . ... USB data + . ... DDC data (SDA) . ... DDC clock (SCL) . ... 1394 pair B, clock + . ... Pixel clock (optional) . ... Video / Pixel Clock Ground . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/hwbook/connector/av/pndad.html -- 5.4 Кб -- 06.07.2001
Похожие документы

5. difx:vdifio [ATNF VLBI Wiki]
... VDIFIO is a library to create, access and modify headers for VDIF formatted data. ... int createVDIFHeader ( vdif_header * header , int dataarraylength , int threadid , int bits , int nchan , int iscomplex , char stationid [ 3 ] ) ; . ... Return the number of bytes occupied by the entire VDIF frame (note internally VDIF divides this values by 8) int getVDIFFrameNumber ( vdif_header * header ) ; . Return the current VDIF frame number int getVDIFStationID ( vdif_header * header ) ; . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/dokuwiki/doku.php/difx/vdifio -- 23.5 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>21927) - www.atnf.csiro.au/ )

6. Apache module mod_alias
This module provides for mapping different parts of the host filesystem in the document tree, and for URL redirection. ... The directives contained in this module allow for manipulation and control of URLs as requests arrive at the server. ... The ScriptAlias directive has the additional effect of marking the target directory as containing only CGI scripts. The Redirect directives are used to instruct clients to make a new request with a different URL. ... Syntax: Alias URL-path file-path | ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_alias.html -- 15.9 Кб -- 20.05.2004
Похожие документы
Еще в разделе: (Показать все результаты (>124) - neptun.sai.msu.ru/ )

7. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. ... The default behavior, if AcceptPathInfo is not given, is that mod_cgi will accept path info (trailing /more/path/info following the script filename in the URI), while the core server will return a 404 NOT FOUND error for requests with additional path info. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/en/mod/mod_cgi.html -- 15.6 Кб -- 10.12.2010
Похожие документы

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

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

10. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/text-archives/usbecd20.txt
Upload Information Template for Hobbes.nmsu.edu =============================================== Archive Filename: usbecd20.zip Short Description: USB 2.0 Extended Control Driver Long Description: The usbecd.sys device driver enables you to directly control usb devices. It provides an application program interface that conforms to the standard DosRead and DosWrite functions and as such may be easily used from rexx procedures using the charin and charout functions. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/text-archives/usbecd20.txt -- 2.9 Кб -- 17.10.2013
Похожие документы

11. http://www.naic.edu/~tghosh/software/gauss.pro
Viewing contents of file ;'/net/www/deutsch/idl/idllib/jhuapls1r/usr/gauss.pro' ; ;------------------------------------------------------------- ;+ ; NAME: ; GAUSS ; PURPOSE: ; Return a fitted gaussian curve for a given histogram. CATEGORY: ; CALLING SEQUENCE: ; fit = gauss(x,h) ; INPUTS: ; x = array of histogram bin center values. in ; h = histogram array. in ; KEYWORD PARAMETERS: ; Keywords: ; MEAN=mn returned histogram mean. SDEV=sd returned histogram standard deviation. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~tghosh/software/gauss.pro -- 3.4 Кб -- 24.01.2003
Похожие документы

12. Development of an ADS Data Dictionary Standard
... We present a proposed standard for data dictionaries associated with catalogs being accessed through the Astrophysics Data System (ADS) Mosaic Catalog Service. Each catalog made available for searching must have a data dictionary, which consists of a set of specified keywords describing format, content and location of data. ... There are two keywords in the Table Data Dictionary which indicate to the server software that the corresponding column contains special attributes. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/grantc.html -- 11.3 Кб -- 03.11.2000
Похожие документы

13. Uses of Class ij.process.ImageStatistics (ImageJ API)
... Class . Use . ... Packages that use ImageStatistics . ... Returns an ImageStatistics object generated using the specified measurement options and histogram bin count. ... Returns an ImageStatistics object generated using the specified measurement options, histogram bin count and histogram range. ... Draws the histogram using the specified title and ImageStatistics. ... ParticleAnalyzer. drawParticle ( ImageProcessor drawIP, Roi roi, ImageStatistics stats, ImageProcessor mask) . ... class . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/process/class-use/ImageStatistics.html -- 22.7 Кб -- 02.12.2010
Похожие документы

14. How to Write a Reference Clock Driver
Reference clock support maintains the fiction that the clock is actually an ordinary peer in the NTP tradition, but operating at a synthetic stratum of zero. ... The main interface used by these routines is the refclockproc structure, which contains for most drivers the decimal equivalents of the year, day, month, hour, second and millisecond/microsecond decoded from the ASCII timecode. ... In addition, there may be a driver-specific unit structure used for local control of the device. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/howto.html -- 11.6 Кб -- 21.12.2007
Похожие документы

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

16. IEEE STANDARDS PRODUCTS CATALOG
... The New 1997 IEEE Standards Products Catalog features the complete listing of standards publica-tions and services IEEE Standards offers, along with the information you need to place your order. ... Books and Other Products on Standards - contains a detailed listing of informative print and electronic publications relevant to standards and their implementation in areas of electrical engineering, electronics and computer technology. ... IEEE Standards Products Listing 22 . ... Power Electronics 41 . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/rus/casr/os/3_12/7/15.htm -- 10.1 Кб -- 21.03.2016
Похожие документы

17. Stargazing the Night Sky Course Returns in April | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Armagh Planetarium . ... Space Flight . ... Monthly Sky Notes . ... April . ... By admin March 16, 2015 Posted in: Armagh Planetarium . ... Stargazing the Night Sky is a short and very informal course is for complete beginners who want to know more about the wonders of the cosmos. ... If you want to experience the amazing objects we can all see at night, this is the course for you. ... Copyright Armagh Planetarium 2014 All Rights Reserved. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/stargazing-the-night-sky-course-returns-in-april.html -- 42.9 Кб -- 09.04.2016
Похожие документы

18. ASP: Light Pollution
... Full cut-off fixtures . These fixtures contain and direct all their light downward. ... The fixtures can contain most any kind of lamp but usually are seen with high-pressure sodium or metal halide lamps, both reasonably energy efficient. ... Light Pollution and the U.S. National Science Education Standards . The only good thing about light pollution is that it makes an excellent topic for teaching and learning about science and technology and their relationships to society. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/44/lightpoll3.html -- 14.8 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1159) - www.astrosociety.org/ )

19. http://www.eso.org/sci/libraries/SPIE2008/7016-47poster.pdf
... MOTIVATION !Operations at observing sites should have quick and reliable access to the data, therefore observing sites are provided with their own local database server. ... SERVICE MODE OPERATIONS Standard service mode operations: !OBs produced by investigators are submitted to Garching. ... OBs moved to the operational database at Garching are replicated to the operational database at the observing sites by the same mechanism used for standard service mode Obs. ...
[ Текст ]  Ссылки http://www.eso.org/sci/libraries/SPIE2008/7016-47poster.pdf -- 457.3 Кб -- 03.07.2008
Похожие документы

20. Simon Jeffery's Software Store: TAP housekeeping
SUBROUTINE TAP_ERMES ( TEXT, TEXLEN, STATUS ) . Return an error message associated with a TAP status value. SUBROUTINE TAP_ERROR ( TAP_ROUTN, NAME, TEXT, STATUS ) . Report an error message. ... Report an error message associated with a TAP status value. ... Purpose: return an error message associated with a TAP status value. ... TEXT = CHARACTER * ( * ) (Given) TAP error message text. ... Invocation: CALL TAP_REP( NAME, TEXT, STATUS ) Description: An error message is built in the form: !! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_house.html -- 5.5 Кб -- 04.07.2002
Похожие документы

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


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

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

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