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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/ocu/pcr/masmv51/include/DOS.INC.

1. LWN: Driver porting: dealing with interrupts
... Kernel . ... This article is part of the LWN Porting Drivers to 2.6 series . The kernel's handling of device interrupts has been massively reworked in the 2.6 series. ... If no interrupt handler for a given IRQ has been registered, the kernel knows that any interrupt on that number is spurious. ... If your interrupt handler recognizes and handles a given interrupt, it should return IRQ_HANDLED . ... can also be used; handled should be nonzero if the handler could deal with the interrupt. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/23625.html -- 14.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/23625.html -- 14.6 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/23625.html -- 14.6 Кб -- 02.10.2012
Похожие документы

2. Unable to handle kernel paging request - error
The HyperNews Linux KHG Discussion Pages . Forum: Device Drivers . Keywords: kernel paging . ... just a simple question. What does the "Unable to handle kernel paging request at virtual address ..." usually indicate? Does this mean a memory allocation problem, or just a memory addressing problem. Also, why does it come back with a virtual address and not a physical one? Does this mean it is doing something in user space? ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/devices/19.html -- 2.5 Кб -- 23.03.2000
Похожие документы

3. Apache's Handler Use
What is a Handler . ... mod_actions . ... A "handler" is an internal Apache representation of the action to be performed when a file is called. Generally, files have implicit handlers, based on the file type. Normally, all files are simply served by the server, but certain file types are "handled" separately. Apache 1.1 adds the ability to use handlers explicitly. ... The following directives will enable the send-as-is handler, which is used for files which contain their own HTTP headers. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/handler.html -- 7.2 Кб -- 15.10.2001
Похожие документы

4. Polarisation Handling
Next: Frequency Handling Up: Computation Previous: Self-Calibrating with Multiple Models . The biggest difference between selfcal and gpscal is in the handling of polarisation and dual feeds. Though selfcal can handle multiple pointings and frequency ranges, it assumes that the antenna gain is independent of feed (i.e. the X and Y gains are the same). ... Unlike selfcal , gpscal cannot take models from multiple pointings or from different frequency ranges. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/userguide/node128.html -- 5.6 Кб -- 10.04.2016
Похожие документы

5. OptInt PmWiki : MROIDelayLine / Handling Procedures
. OptInt PmWiki : MROI Delay Line / Handling Procedures . Proposed delay line tools, jigs and handling procedures (INT-406-VEN-0119) [MF] . Trolley handling procedure . Delay line pipes and supports installation procedure? . Metrology alignment procedure? . Click here to upload file to attach to this page. HandlingProc.pdf ... 602,522 bytes ... February 05, 2008, at 09:43 AM . (Printable View of http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/MROIDelayLine/HandlingProcedures)
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/MROIDelayLine/HandlingProcedures?action=print -- 7.5 Кб -- 01.03.2014
Похожие документы

6. Data Handling Video Tutorials
This set of lessons teaches you how to manipulate data, plot it, analyse it and draw conclusions from it. Two software packages are used: Excel (or another spreadsheet such as iWork Numbers), and Python (with the numerical python and matplotlib packages). Some tasks can be done in either, while some require the greater power of Python. Reference Guide for Python Data Handling . Back to Main Lab Skills Page .
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/pfrancis/labskills/datahandling/ -- 1.9 Кб -- 27.02.2014
Похожие документы

7. Procedure to handle Waiver Requests
... The Phase 2 Waiver Request procedure is the channel to handle such requests. ... Waiver requests are handled from PROP, enabling easy(er) back-up in case of absence of the support astronomer to whom the run is assigned. ... The following file lists the standard waivers providing guidelines whether the specific waiver request is handled directly by USD support astronomer or it requires input from Paranal: . ... USD support astronomer sends the final decision on the waiver to the user who requested it...
[ Сохраненная копия ]  Ссылки http://www.eso.org/observing/usg/sciops/Waivers/ -- 11.3 Кб -- 28.12.2015
Похожие документы

8. Handling shell variables
. The shell has several variables which are automatically set whenever you login. The values of some of these variables are stored in names which collectively are called your user environment. Any name defined in the user environment, can be accessed from within a shell script. To include the value of a shell variable into the environment you must export it. Special shell variables . Evaluating shell variables .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы

9. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/source/STARTUP/MSDOS.INC
... NFILE equ 20 ; maximum # files per process ifdef OS2 STACKSLOP equ 512 ; stack slop for OS/2 system call overhead else STACKSLOP equ 256 ; stack slop for DOS interrupt overhead endif ; __osfile flag values for DOS file handles FOPEN equ 01H ; file handle open FEOFLAG equ 02H ; end of file has been encountered FCRLF equ 04H ; CR-LF across read buffer (in text mode) FPIPE equ 08H ; file ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/source/STARTUP/MSDOS.INC -- 7.1 Кб -- 06.03.2001
Похожие документы
Еще в разделе: (Показать все результаты (>1428) - www.naic.edu/ )

10. ASP: Shipping and Handling for IAU Publications
. All orders (not including Standing Orders and resale orders) placed online or by fax/mail, pay AstroShop shipping fees. International orders must be placed by fax/mail. Please visit the AstroShop for contact information, shipping prices and estimated delivery time. Standing Orders and Resellers: please contact service {at} astrosociety.org for new shipping prices for IAU Volumes. 390 Ashton Avenue, San Francisco, CA 94112 . T 415.337.1100 F 415.337.5205
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/pubs/cs/iaushipping.html -- 5.4 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>442) - www.astrosociety.org/ )

11. ExtensionDescriptor (ImageJ API)
... int[] . ... ExtensionDescriptor (java.lang.String theName, int[] theArgTypes, MacroExtension theHandler) . ... public static ExtensionDescriptor newDescriptor (java.lang.String theName, MacroExtension theHandler, int t1, int t2) . public static ExtensionDescriptor newDescriptor (java.lang.String theName, MacroExtension theHandler, int t1, int t2, int t3) . public static ExtensionDescriptor newDescriptor (java.lang.String theName, MacroExtension theHandler, int t1, int t2, int t3, int t4) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/macro/ExtensionDescriptor.html -- 25.7 Кб -- 02.12.2010
Похожие документы

12. Untitled Document
... Do not exceed safe floor loads. An 18-inch clearance is required between top of storage and smoke detectors. ... A 3-foot minimum clearance must be maintained between stored materials and unit heaters, radiant space heaters, duct furnaces, and flues. ... Extensive regulations (OSHA & NFPA) exist which govern the use, inspection, and maintenance of overhead cranes, hoists, and slings. ... safe clearance must be maintained for the safety of personnel; . ... signed records must be maintained; . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Site/usersguide/SafetyPlan/06SafeSec17.html -- 6.0 Кб -- 21.05.2009
Похожие документы

13. http://hea.iki.rssi.ru/integral06/registration.php~
php require('sendfile.php'); $timestamp= date ( dMy H:i:s ); $IP = $HTTP_SERVER_VARS[ HTTP_X_FORWARDED_FOR ]; $proxy = $HTTP_SERVER_VARS[ REMOTE_ADDR ]; $host = @gethostbyaddr($HTTP_SERVER_VARS[ REMOTE_ADDR ]); $query_save= /export/web/data/ integral06 /reg-query. .$timestamp; $ bib_file = /export/web/data/ integral06 /pregistration. bib ; if(!$ ... POST[$i]."},\n"; fwrite($handle, $str); $bib.=$str; $for_user.=$i.": ".$ ... phpversion(); $message=" Dear ".$ POST['first_name']." ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/integral06/registration.php~ -- 3.5 Кб -- 21.03.2007
Похожие документы

14. Operating the TNG Data Handling and Archiving
Next: The Importance of Mid-Range Telescope Data Archives - an Example of Ondejov Observatory 2-meter Telescope . ... 216, Astronomical Data Analysis Software and Systems IX, eds. N. Manset, C. Veillet, D. Crabtree (San Francisco: ASP), 149 . ... In this paper, the mechanism allowing the handling and on-line archiving of technical and scientific data from the Italian National Galileo Telescope (TNG) is described; the experience made during the initial months of operations is also discussed. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P1-48/ -- 12.1 Кб -- 12.10.2000
Похожие документы

15. Proper handling of X11 Visuals and Colormaps
If you're developing an X11 application, it's imperitive that you handle X11 visuals and colors properly. ... Applications MUST allow the user to override the visual. Applications which want to use more than 16 colors MUST support private colormaps . ... Well, the user may have some colormap hog that REALLY hogs every available color, and so they want your application to run in truecolor, so that this other application has free reign, even down to the last four colors, with the public colormap. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/X11visuals.html -- 10.4 Кб -- 10.04.2016
Похожие документы

16. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/idlehlt16-1.2.txt
... Long Description: This update includes signal handling and error message. Proposed directory for placement: /pub/os2/system/drivers/misc Your name: Tobias Karnat Email address: Tobias.Karnat@googlemail.com Program contact name: (same) Program contact email: (same) Program URL: (none) Would you like the contact email address included in listings? no Operating System/Version: OS/2 1.2 or later Additional requirements: Replaces: (none) ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/incoming/idlehlt16-1.2.txt -- 1.8 Кб -- 06.07.2014
Похожие документы

17. XWare > APOD
... The rare transit of Venus across the face of the Sun in 2004 was one of the better-photographed events in sky history. ... Follow the handle of the Big Dipper away from the dipper's bowl until you get to the handle's last bright star. ... Looking Back at an Eclipsed Earth . ... What's that dark spot on planet Earth? ... The above image of Earth was taken last week by MTSAT during an annular eclipse of the Sun. ... At the Edge of NGC 891 . ... This sharp cosmic portrait features NGC 891. ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/apod.html?page=98&d=2015-01 -- 15.1 Кб -- 13.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>30042) - www.astronet.ru/ )

18. Подводный мир - А. А. Спектор - А. А. Спектор 12296407 поло
... Это красочное издание - настоящая находка для тех, кто хочет узнать все самое интересное о водном мире. ... Цвет: белый . ... С такими непростыми вопросами обращаются родители из разных уголков страны в Радиостудию-73, на материалах которой и построена книга. ... Бренд: HAMA, Совместимость по бренду: Универсальный, Совместимость по модели: Чехол, Тип чехла: чехол, Материал: Искусственная кожа, Цвет: Розовый . ... Цвет: черный . Коллекция: Осень-зима 2015/2016 . ... Сезон: Осень-зима 2015/2016. ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku3377.html -- 22.2 Кб -- 14.02.2016
Похожие документы

19. Midnight And Noon - an Astronomy Net Article
Midnight And Noon . Articles | ... Never call 12 Midnight, 12 a.m. Never call 12 Midnight, 12 p.m. Never call 12 Noon, 12 a.m. Never call 12 Noon, 12 p.m. Always refer to the 12 o'clock during the middle of the night as 12 Midnight . ... Hence to express the time from 12 noon to 12 o'clock at night, we use the term p.m. and from 12 o'clock at night to 12 o'clock noon we use a.m. However 12 o'clock midday is neither ante meridian or post meridian. ... www.astronomy.net . About Astronomy Net | ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/articles/13/ -- 16.0 Кб -- 09.04.2016
Похожие документы

20. http://www.mccme.ru/ium/postscript/f09/topology3_04.ps
TOPOLOGY II ASSIGNMENT 4 (CELLULAR HOMOLOGY) Problem 4.1. Compute H # (M 2 g ), where M 2 g is the sphere with g handles. Problem 4.2. Compute H # (N 2 g ), where N 2 g is RP 2 with g handles. ... Consider the action of the group Z p with the generator # on the unit sphere S 3 # C 2 defined by #(z, w) = (exp( 2#i p ), exp( 2#iq p )). ... Compute H # (L(p, q) Problem 4.7. Compute H # (D), where D is the dunce hat, i.e., the triangle with the identifi­ cations shown by arrows. ...
[ Текст ]  Ссылки http://www.mccme.ru/ium/postscript/f09/topology3_04.ps -- 82.0 Кб -- 09.10.2009
Похожие документы

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


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

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

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