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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~tghosh/software/gauss.pro.

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

2. Procedure
... The OM flatfield response is decomposed into two components, the small scale variation from subpixel to subpixel and the large scale variations with a scaling length above several CCD pixels. ... The large scale variations are mainly introduced by filter defects and contamination either on the filter or on the detector window. CAL_omLargeSenseVariation returns the flatfield component describing the large scale variations of the combination of detector plus specified filter. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node583.html -- 6.2 Кб -- 20.09.2011
Похожие документы
Еще в разделе: (Показать все результаты (>14544) - xmm.vilspa.esa.es/ )

3. Metrology corrections
Next: A standard recipe Up: Astrometry data reduction Previous: Dispersion correction Contents . After averaging the point data, the only remaining delay correction is the fringe position of the white light source used to monitor the feed system path length. ... The procedure name is whitecorr . For greater flexibility, the siderostat metrology corrections can also be postponed until after the averaging, in which case they are derived from the averaged XYZ pivot coordinates. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node197.html -- 5.1 Кб -- 28.04.2015
Похожие документы

4. http://www.atnf.csiro.au/computing/software/gipsy/sub/gdscas.dc2
Function: GDSCAS Purpose: Changes the subset set selection for CLASS 1 applications. Category: USER IO File: gdsinp.c Author: K.G. Begeman Use: CALL GDSCAS( GDSOUTKEY , Input CHARACTER*(*) SELSUBSET , Input INTEGER ARRAY AXCOUNT ) Input INTEGER ARRAY GDSOUTKEY Keyword associated with a following call to GDSOUT. ... Description: Function GDSCAS changes the subset axis selection and is used by applications which are essentially CLASS 2 but leave the names of the operation axes intact. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/gdscas.dc2 -- 2.0 Кб -- 21.07.2000
Похожие документы
Еще в разделе: (Показать все результаты (>29949) - www.atnf.csiro.au/ )

5. The future of ISDN
... Most of the interesting R being done is in the B-ISDN world, and in the world of applications. ... The set of interoperability standards referred to is called National ISDN . The standardizing of applications is really separate from the ISDN standards themselves, but these applications will be important to the future success of ISDN. Currently research is being done into ??? vidphones, low-res voice, high-res sound, There is still a great deal of work being done here. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/ISDN/future.html -- 2.7 Кб -- 01.10.2012
Похожие документы

6. OptInt PmWiki : PmWiki / Fmt Page Name
OptInt PmWiki : Pm Wiki / Fmt Page Name . ... This page describes an internal function in PmWiki's engine called FmtPageName(). ... Returns $fmt , with $variable and internationalisation substitutions performed, under the assumption that the current page is pagename . ... Replace any sequences of the form $XyzFmt with value of any corresponding global variable. ... Typically this is used to handle things like $Name and $Group etc that are specific to the name of the current page. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/FmtPageName?action=print -- 16.9 Кб -- 01.03.2014
Похожие документы

7. IRAF Multiple Extensions FITS (MEF) Files Interface
... The Multiple Extension FITS (MEF) file interface is an IRAF library providing facilities for general file operations upon FITS multi-extension files. ... The Multiple Extensions FITS (MEF) interface consists of a number of routines to mainly read a FITS Primary Data Unit or an Extension Unit and manipulate the data at a file level. ... Read the FITS header of a MEF file that matches the EXTNAME or EXTVER keyword values or if not specified, read the extension number `group'. ... The header filename. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/zaraten.html -- 12.2 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/zaraten.html -- 12.2 Кб -- 15.05.1998
Похожие документы

8. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы

9. The Main Loop
... gtk_main() runs the main loop. gtk_main() will not return until gtk_main_quit() is called. gtk_main() can be called recursively; each call to gtk_main_quit() exits one instance of gtk_main() . ... All instances of gtk_main() are functionally identical; they are all watching the same connection to the X server and working from the same event queue. gtk_main() instances are used to block, halting a function's flow of control until some conditions are met. ... void gtk_main (void); . ... Idle Functions...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/sec-mainloop.html -- 21.1 Кб -- 12.07.2000
Похожие документы

10. Apache module mod_cgi
This module provides for execution of CGI scripts. ... Module Identifier: cgi_module 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. ... Debugging CGI scripts has traditionally been difficult, mainly because it has not been possible to study the output (standard output and error) for scripts which are failing to run properly. ... Status: mod_cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_cgi.html -- 9.9 Кб -- 01.08.2003
Похожие документы