Найдено документов: 26343 (76 сайтов) ---- Время поиска: 0.41сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/block/1.html.
http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/block/1.html.
1. LWN: Driver porting: Zero-copy user-space access
... Summary page . ... Printable page . ... This article is part of the LWN Porting Drivers to 2.6 series . ... If you have a char driver which needs direct user-space access (a high-performance streaming tape driver, say), then you'll want to map user-space pages yourself. ... int get_user_pages(struct task_struct *task, struct mm_struct *mm, unsigned long start, int len, int write, int force, struct page **pages, struct vm_area_struct **vmas); . ... Driver porting: Zero-copy user-space access . ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/28548.html -- 17.4 Кб -- 28.12.2007
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/28548.html -- 17.4 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/28548.html -- 17.4 Кб -- 02.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/28548.html -- 17.4 Кб -- 02.10.2012
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/28548.html -- 17.4 Кб -- 02.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>974) - jet.sao.ru/ )
2. Not so well documented Device Helpers in OS/2
... DevHlp_Security This devhlp allows to open a file for read access in the Init routine of a BASEDEV . ... returned: size of file SYIOpenFile ends Valid at INIT time only. ... This routine uses the corresponding function of the miniFSD , not normal file I/O, thus access is restricted. ... Although the size argument of the data structure implies, I'd recommend to better not read more than 32K at a time. ... DL = 044h This function will return the table of security helper functions for file access. ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/os2devhlps.html -- 9.6 Кб -- 23.10.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4932) - crydee.sai.msu.ru/ )
3. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>5547) - www.arcetri.astro.it/ )
4. Formatting
Next: Partitions Up: Using Disks and Other Previous: Tapes . ... The terminology is a bit confusing here: in MS-DOS, the word formatting is used to cover also the process of creating a filesystem (which will be discussed below). ... During formatting one might encounter bad spots on the disk, called bad blocks or bad sectors . ... Floppies are formatted with fdformat љ . ... fdformat /dev/fd0 . ... The badblocks љ command can be used to search any disk or partition for bad blocks (including a floppy). ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/sag-0.4/node34.html -- 9.5 Кб -- 04.05.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2158) - star.arm.ac.uk/ )
5. XPA/Xt Interface
Describes how XPA access points can be added to X Toolkit (Xt) programs. ... Thus, in order to add XPA access points to the standard Xt event loop, the following routine should be called before entering the loop: int XPAXtAddInput(XtAppContext app, XPA xpa) . The XPAAddAddInput() routine will add XPA access points to the Xt event loop by making calls to the standard XtAppAddInput() routine. ... If the xpa argument is NULL, then all active XPA access points are added to the loop. ...
[
Сохраненная копия
]
Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/xt.html -- 2.6 Кб -- 25.12.2003
[ Сохраненная копия ] Ссылки http://hea-www.harvard.edu/RD/xpa/xt.html -- 2.6 Кб -- 01.10.2012
Похожие документы
[ Сохраненная копия ] Ссылки http://hea-www.harvard.edu/RD/xpa/xt.html -- 2.6 Кб -- 01.10.2012
Похожие документы
Еще в разделе:
(Показать все результаты (>3677) - hea-www.harvard.edu/ )
6. The SRON-HeaD Data Analysis System
Next: Three-dimensional Data Analysis in IRAF and ZODIAC+ . ... A data analysis system has been developed at SRON, which has been designed to allow rigorous control of the quality of its processed data products. ... This means recording all parameters of all steps which lead to the establishment of the final data products (Figure 1 ). ... Figure: A processing pipeline is a sequence of tasks with several input/output files and parameters, which pass data from one task to the next. ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass96/devriesc.html -- 9.7 Кб -- 23.06.1998
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1886) - www.adass.org/ )
7. Stellarium: StelVertexBuffer< V > Class Template Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ... ClassљIndex . ... StelVertexBuffer< V > Class Template Reference . Vertex buffer interface. ... Destroy the vertex buffer. ... addVertex (const V &vertex) . ... getVertex (const int index) const . Return vertex at specified index in the buffer. ... setVertex (const int index, const V &vertex) . Set vertex at specified index in the buffer. ... Each StelRenderer backend might have a different vertex buffer buffer implementation. ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelVertexBuffer.html -- 29.3 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1000) - astro.uni-altai.ru/ )
8. HSFA 2 technical description Technical Details
Description and Technical Details . In 1980s two medium-size horizontal solar telescopes 50/35000 cm with large spectrographs Czerny-Turner made by Carl Zeiss Jena were installed in the Ondњejov observatory. The Czerny-Turner-spectrographs in the Ondњejov observatory called HSFA1 and HSFA2 according to the German name Horizontal-Sonnen-Forschungs-Anlage ("horizontal device for solar research") have been explored for more than two decades. ... Diffraction grating - Richardson, Spectra-Physics . ...
[
Сохраненная копия
]
Ссылки http://lnfm1.sai.msu.ru/~kupry/hsfa_technical.html -- 6.4 Кб -- 30.11.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>267) - lnfm1.sai.msu.ru/ )
9. http://www.apo.nmsu.edu/Telescopes/ARCSAT/Operations/arcsat_cfp.pdf
ARCSAT Call for Proposals for Shared-Risk Observing during May-Sept 2014 Suzanne Hawley, Director and Mark Klaene, Site Manager April 18, 2014 Updated June 14, 2014 We are happy to announce that the ARCSAT upgrade project led by APO engineers Joe Huehnerhoff and Bill Ketzeback is nearly complete. ... ARCSAT proposals will be accepted as text files using the ARCSAT proposal form (available from the website) which is similar to the 3.5m proposal form. ... Remember, the time is shared-risk! ...
[
Текст
]
Ссылки http://www.apo.nmsu.edu/Telescopes/ARCSAT/Operations/arcsat_cfp.pdf -- 48.7 Кб -- 16.06.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>879) - www.apo.nmsu.edu/ )
10. Куртка утепленная QED London - QED London - QED London Сумка для документов
... Куртка утепленная QED London. ... Тип: Сумка для документов . ... Куртка пуховая Baltoro XX - RedFox - RedFox . ...
[
Сохраненная копия
]
Ссылки http://astrokuban.info/astroku1865.html -- 18.0 Кб -- 14.02.2016
Похожие документы
Похожие документы
11. Processes
When you enter a command it invokes a program. While this program is running it is called a process . It is important to grasp that although there is only one copy of a program held in the file system , any number of processes can be invoked which run this program. When the operating system is started after a boot , a single process is started. ... Any processes that are started from within your shell - such as entering a command - are the children of this process. ...
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/concepts/procs.html -- 2.6 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>308) - comet.sai.msu.ru/ )
12. Configuration Files
... Scope of Directives .htaccess Files . ... Apache is configured by placing directives in plain text configuration files. ... Any directive may be placed in any of these configuration files. ... Apache configuration files contain one directive per line. ... Directives placed in the main configuration files apply to the entire server. ... The server administrator further controls what directives may be placed in .htaccess files by configuring the AllowOverride directive in the main configuration files....
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/configuring.html -- 11.3 Кб -- 05.11.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>116) - neptun.sai.msu.ru/ )
13. http://vega.inp.nsk.su/~inest/OCAAS/ocaas17-23.ps
obsreq *.edb *.sch pc39.o gpsd wxd telescoped domed camerad telsched telrun (tty) apogee.o xephem xobservatory camera telrun.sls Batch Realtime shm OCAAS Data Flow driver process GUI file fifo sharedmem I/O telsched.cfg camera.cfg domed.cfg focus.cfg filter.cfg wxd.cfg telescoped.cfg Introduction OCAAS 2.0 November 12, 1998 17 1.4 Basic Software Architecture OCAAS design takes full advantage of the UNIX architecture. ... The special file to access the driver is $TELHOME/dev/pc39. ...
[
Текст
]
Ссылки http://vega.inp.nsk.su/~inest/OCAAS/ocaas17-23.ps -- 382.4 Кб -- 16.03.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>56) - vega.inp.nsk.su/ )
14. Information
General Information . ... Local Information . ... The city represents great cultural value because in the late 19th and early 20th centuries, Kislovodsk as a fashionable spa attracted many musicians, artists, and members of the Russian aristocracy. ... Double room with full pension (breakfast, lunch, dinner) - 2620 rubles per person per night. solnechniy . ... Citizens of most countries need visa to enter the Russian Federation. ... Victor Kornilov, Sternberg Astronomical Institute (chair) . ...
[
Сохраненная копия
]
Ссылки http://site2010.sai.msu.ru/information -- 9.4 Кб -- 01.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>20) - site2010.sai.msu.ru/ )
15. Hardware sector, archive 2013
... Telescopes . ... 2013: . A new control system for the 1-m telescope with remote control possibility for the observation process . In 2013, the creation of a control system for the multitask 1-m ZEISS-1000 telescope was completed in SAO RAS, allowing the use of the telescope's observational capabilities in the modes of local and remote control. ... FITS 3.0-compatible archive of direct images with astrometric calibration . ... SAO RAS Report N329, 2013. Archive . ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/Doc-en/Science/results/ar_facil/res2013.html -- 6.8 Кб -- 10.04.2016
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-en/Science/results/ar_facil/res2013.html -- 6.8 Кб -- 10.04.2016
Похожие документы
[ Сохраненная копия ] Ссылки http://mavr.sao.ru/Doc-en/Science/results/ar_facil/res2013.html -- 6.8 Кб -- 10.04.2016
Похожие документы
Еще в разделе:
(Показать все результаты (>166) - mavr.sao.ru/ )
16. kent
Kent, Great Britain . ... school. ... We go to Derwent Lodge School, private . school for girls. ... We go to Derwent Lodge, Sommerhill a private school ( where our parents pay). ... We have to get to school by 8:30 and school ends at 4:30, Yippee at last; . ... Our school is called Derwent Lodge; it is in a group of schools called . ... Our school is called The Schools at . ... Our names are Alex and Oona we go to a school called Derwent Lodge. ... Hello, we go to Derwent Lodge School for girls. ...
[
Сохраненная копия
]
Ссылки http://edu.zelenogorsk.ru/projs/english/visit/kent.html -- 17.1 Кб -- 09.01.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>51) - edu.zelenogorsk.ru/ )
17. SAI Web Services - WCSfix
SAI VO . ... Web Services . Catalog Access Services . ... SAI Web Services . ... This service aims to automatically match stars in FITS image provided with catalogue and add the correct WCS keywords to its FITS header. ... Service Web Interface . ... The service is available here To use it, you has to provide the image as a Base64-encoded string, along with the rough information on image field of view size and center (the latter may be deduced from FITS header keywords like 'RA' and 'DEC'). ...
[
Сохраненная копия
]
Ссылки http://vo.astronet.ru/ws/wcsfix/ -- 9.2 Кб -- 01.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1797) - vo.astronet.ru/ )
18. The 6th INTEGRAL Workshop "The Obscured Universe"
The 6th INTEGRAL Workshop . The Obscured Universe . Space Research Institute, Moscow, Russia . July 2-8, 2006 . Workshop Information: . ... Travel support . ... SAC/LOC . ... The 6th INTEGRAL (International Gamma-Ray Astrophysics Laboratory) Workshop ``The Obscured Universe'' changed its location announced in the first circular and finally will be held at the Space Research Institute (IKI), Moscow, Russia on July 2-8, 2006 (the working days July 3-7). ... INTEGRAL Workshop LOC) . ...
[
Сохраненная копия
]
Ссылки http://hea.iki.rssi.ru/integral06/index.php?page=circular2 -- 13.3 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>454) - hea.iki.rssi.ru/ )
19. VaST homepage
... VaST is a software tool for finding variable objects on a series of astronomical images. ... VaST performs object detection and aperture photometry using SExtractor on each image, cross-matches lists of detected stars, performs magnitude calibration with respect to the first (reference) image and constructs a lightcurve for each object. ... VaST FITS image viewer ./pgfv . ... Part I" PZP, vol. ... K. V. Sokolovsky, S. A. Korotkiy; "New Variable Stars Discovered by the NMW Survey" PZP, vol. ...
[
Сохраненная копия
]
Ссылки http://scan.sai.msu.ru/vast/ -- 122.2 Кб -- 21.02.2016
[ Сохраненная копия ] Ссылки http://saistud.sai.msu.ru/poisk/ -- 122.2 Кб -- 21.02.2016
Похожие документы
[ Сохраненная копия ] Ссылки http://saistud.sai.msu.ru/poisk/ -- 122.2 Кб -- 21.02.2016
Похожие документы
20. SMIS IKI RAN: table of contents
... Satellite data ] . SMIS ] . SMIS IKI RAN: table of contents . About SMIS laboratory Team . ... PREDICT - Satellite orbit and antenna tracking data calculation . ... XV_FRAME - Raw HRPT data processing: browsing, fragmentation, geo-location, storing to TDF format . ... XV_AVHRR - AVHRR instrument data processing . ... Satellite data NOAA . ... Russian Regions . ... Operational archive . ... Data archive . ... Archive . ... Telemetry data operational archive . ... Data processing examples . ...
[
Сохраненная копия
]
Ссылки http://smis.iki.rssi.ru/cont_e.htm -- 8.1 Кб -- 03.11.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>56) - smis.iki.rssi.ru/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда