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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/83.html.

1. Configuration Options
... In some cases where memory space is at a premium, it is possible to tailor the configuration to remove such features as reference clock driver support, debugging support, and so forth. ... The following lines are used in this file: . ... The DEFS_LOCAL line defines global flags that apply to all machines. Ordinarily, the only flags included are the -DDEBUG , which includes the debugging code, and -DREFCLOCK , which includes basic reference clock support. ... D_INCLUDE_BSD_SOURCE . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/config.html -- 8.1 Кб -- 21.12.2007
Похожие документы

2. Re: fixed, patch for kernel 2.0.30
... Forum: The Linux Kernel Hackers' Guide . ... Keywords: timer, APM . ... drivers/char/apm_bios.c.orig Mon May 26 11:05:15 1997 +++ drivers/char/apm_bios.c Tue Jun 24 12:09:06 1997 @@ -73,6 +73,18 @@ # include linux /miscdevice.h # include linux /apm_bios.h +/* + * INIT_TIMER_AFTER_SUSPEND: define to re-initialize the interrupt 0 timer + * to 100 Hz after a suspend. + */ +#define INIT_TIMER_AFTER_SUSPEND + +#ifdef INIT_TIMER_AFTER_SUSPEND +# include linux /timex.h +# include asm/io.h +#...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/83/1.html -- 5.7 Кб -- 23.03.2000
Похожие документы

3. LWN: Driver porting: Timekeeping changes
... Return to the Kernel page . ... Kernel . ... This article is part of the LWN Porting Drivers to 2.6 series . One might be tempted to think that the basic task of keeping track of the time would not change that much from one kernel to the next. ... One change which shouldn't be problematic for most code is the change in the internal clock rate on the x86 architecture. In previous kernels, HZ was 100; in 2.6 it has been bumped up to 1000. ... Driver porting: Timekeeping changes . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/22808.html -- 16.4 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/22808.html -- 16.4 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/22808.html -- 16.4 Кб -- 02.10.2012
Похожие документы

4. Octal LVDS Clock Driver
. Each of the seven spectrometer boards operates on a 100 MHz clock. In addition each board receives a 1 Hz, 0.001% duty cycle (one 10?s pulse per second) signal; this 1PPS maintains synchronization with the telescope data feed. These two timing inputs from the observatory are converted into LVDS differential pairs and split by an octal driver on the timing board. The timing signals are connected to each of the spectrometer boards through RJ45 STP cables.
[ Сохраненная копия ]  Ссылки http://www.naic.edu/alfa/galfa/docs/galspect/timingboard/timingboard_desc.html -- 1.7 Кб -- 26.08.2004
Похожие документы

5. XF86SUP Driver Info
This driver is a helper driver for the XFree86/OS2 project. ... dev/pmap$ . gives you access to the physical memory of the PC. ... Required for XFree86/OS2 for instance. /dev/tty[pq][0-f], /dev/pty[pq][0-f], /dev/ptms$ . These are drivers that closely emulate 4.4BSD pseudo-TTY drivers (PTYs); such drivers are required to get xterm and xdm for XFree86/OS2 running. ... A function in the recent version of the xf86sup.sys driver that implements the "kill -9" feature of Unix (Fixpack 17 required). ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/xf86sup.html -- 3.5 Кб -- 23.10.2000
Похожие документы

6. Human Powered Clock Drive For Various Latitudes - an Astronomy Net
Astrophotography Forum Message . Forums: . ... Human Powered Clock Drive For Various Latitudes . Forum List | ... If the clock drive is at the north pole with a latitude of 90 degrees north, the angle of the baseplate with respect to level ground would be zero degrees. ... www.astronomy.net . About Astronomy Net | Advertise on Astronomy Net | ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/astrophotography/messages/266.shtml -- 15.1 Кб -- 09.04.2016
Похожие документы

7. Lesser known 4-bit micro-controllers
... 4-Bit Micro-controllers 8-Bit Micro-controllers 16/32-Bit Micro-controllers . ... Em-Marin: Not one of the most well known companies for micro-controllers, but never-the-less an interesting one. ... 1.2-3.6V+ 2.0-5.5V . ... 256 bit . ... LCD driver . ... 2x8 . ... More widely renowned for their consumer electronics, Panasonic make a range of 4-bit micro-controllers: . ... Winbond are better known for their multi-I/O chips, but also make a few 4-bit micro-controller, with: 16-bit ROM, 4-bit RAM. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/drabek/Components/Comp_manufact/Microcontrollers/micro4.htm -- 25.1 Кб -- 05.07.2011
Похожие документы

8. Binary (ImageJ API)
... Class . ... METHOD . ... java.lang.Object ij.plugin.filter.Binary . ... Binary () . ... This method is called by ImageJ to inform the plugin-filter about the passes to its run method. int . ... This method is called after setup(arg, imp) unless the DONE flag has been set. ... The method should return a combination (bitwise OR) of the flags specified in interfaces PlugInFilter and ExtendedPlugInFilter . ... This method is called by ImageJ to inform the plugin-filter about the passes to its run method...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/plugin/filter/Binary.html -- 22.5 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>314) - www.astro.louisville.edu/ )

9. Important parts of the kernel
Next: Major services in a Up: Overview of a Linux Previous: Various parts of an . The Linux kernel consists of several important parts: process management, memory management, hardware device drivers, filesystem drivers, network management, and various other bits and pieces. ... Figure 1.1: Some of the more important parts of the Linux kernel. Probably the most important parts of the kernel (nothing else works without them) are memory management and process management. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node7.html -- 5.8 Кб -- 04.05.1997
Похожие документы

10. http://www.eso.org/projects/www.eso.org.projects.ngc/General/16072008-jstegmei.pdf
ESO New General detector Controller ( NGC ) ( NGC ) Base Software And Infrared Detector Control Software 16/08/2008 J. Stegmeier Detector 4 - ADC ADC Detector [N] - ADC ADC Down Up AQ Clock/Bias Driver Sequencer Down FEB Up NGC LLCU (Linux) [N] - ADC ADC 23 Detector Detector Detector Detector Detector Detector Up ... Driver and Interface Device Driver for Linux kernels 2.4 and 2.6 (software module "ngcdrv "). ... VLTSW-Release New Detectors (Aquarius). ...
[ Текст ]  Ссылки http://www.eso.org/projects/www.eso.org.projects.ngc/General/16072008-jstegmei.pdf -- 956.2 Кб -- 20.07.2008
Похожие документы

11. ASCOM Driver для DMK - Оборудование
... Конференц?я "Р?внодення 2016". ... Киевский клуб любителей астрономии "Астрополис" > . ... Оборудование (Модераторы: LifeIsGood , Hornet ) > . ASCOM Driver для DMK . ... 10 Апрель 2016, 03:26:23 . ... Новости . Астрономия . ... Оборудование и телескопы . ... Бердянское общество любителей астрономии "ОРИОН" . ... Одесское общество любителей астрономии ?АСТРОДЕС? Портал белорусских любителей астрономии - BelAstro.Net . ... предыдущая тема следующая тема . ... 17 Август 2011, 10:58:09 ? ...
[ Сохраненная копия ]  Ссылки http://www.astroclub.kiev.ua/forum/index.php?topic=22150.0 -- 47.1 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>34) - www.astroclub.kiev.ua/ )

12. SSAU scientists have created an unique simulator for pilots and drivers
... Scientists of Samara State Aerospace University (SSAU) have created an unique mobile platform for the production of training and gaming simulators. ... Such mobile platforms also known as the Stewart platforms became widespread in the world primarily as simulators for training of highly-qualified military pilots and drivers. ... For example, the Rocket and Space Centre Progress is going to test level sensors for residual fuel in the fuel tanks of the rocket carrier on this mobile platform. ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/12087/ -- 25.8 Кб -- 23.12.2015
Похожие документы
Еще в разделе: (Показать все результаты (>119) - www.ssau.ru/ )

13. lbaops:dasgui [ATNF VLBI Wiki]
... You are here: start €Ё lbaops €Ё dasgui . ... VLBI Schedule . ... Download das_gui.tar.gz > make > cp das ~/bin > mkdir -p /home/vlbi/das/profiles > mkdir /home/vlbi/das/das1 > mkdir /home/vlbi/das/das2 > cp das_site_config.txt das_filter_config.txt /home/vlbi/das/das1 > cp das_site_config.txt das_filter_config.txt /home/vlbi/das/das2 . ... In .cshrc set setenv DAS_PROFILES_PATH /home/vlbi/das/profiles setenv DAS1_FILES_PATH /home/vlbi/das/das1 setenv DAS2_FILES_PATH /home/vlbi/das/das2 . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/dokuwiki/doku.php/lbaops/dasgui -- 15.6 Кб -- 10.04.2016
Похожие документы

14. http://hea-www.harvard.edu/~jcm/asc/docs/asc/region.ps
... 2 Columns At the present time, the REGION table is de ned for a two-dimensional space. ... ROTANG (rotation angle): for rotated elements; like X and Y, this column needs to contain vectors of suфcient length. ... Table 1: REGION Table SHAPEs SHAPE X Y R ROTANG Point X Y Circle Xcen Ycen R Ellipse Xcen Ycen Rmaj ; Rmin Angle Annulus Xcen Ycen Rin ; Rout Elliptannulus Xcen Ycen Rinmaj ; Rinmin ; Angin ; Routmaj ; Routmin Angout Box Xcen Ycen Xsize ; Ysize Rotbox Xcen ...
[ Текст ]  Ссылки http://hea-www.harvard.edu/~jcm/asc/docs/asc/region.ps -- 116.0 Кб -- 25.10.2001
Похожие документы

15. LX850 R.A. Motor Driver Board
STEP INTO THE BLUE - MEADE INSTRUMENTS PRODUCT GUIDE . ... Telescopes . LX850 Series . ... Superb optical performance coupled with time proven computerized pointing and tracking has made the LX200 ACF series a best-seller in the high-performance telescope class. ... Meade's revolutionary LS LightSwitchтДв series of telescopes use advanced technologies to do what no other consumer telescopes have done before: take all the hassle out of using a telescope. ... LX850 R.A. Motor Driver Board . ...
[ Сохраненная копия ]  Ссылки http://www.meade.com/lx850-r-a-motor-driver-board.html -- 82.9 Кб -- 09.04.2016
Похожие документы

16. George Driver Nelson
... Количество полетов - 3 . Продолжительность полетов - 17 суток 2 часа 46 минут 42 секунды. ... Статус - астронавт НАСА. ... Первый полет . ... С 12 по 18 января 1986 года в качестве специалиста полета шаттла Columbia STS-61C. Продолжительность полета составила 6 суток 2 часа 4 минуты 50 секунд. 9 февряля 1987 года в пресс-релизе НАСА 87-2 было объявлено о его назначении специалистом полета в экипаж для полета по программе STS-26 , старт которой на тот момент планировался на 18 февраля 1988 года. ...
[ Сохраненная копия ]  Ссылки http://www.astronaut.ru/as_usa/text/nelson_g.htm -- 8.3 Кб -- 02.06.2013
Похожие документы
Еще в разделе: (Показать все результаты (>13) - www.astronaut.ru/ )

17. Index of /~inest/ASCOM/Scriptable Components and Engines/ASCOM FITS driver
. Name . Last modified . Size . Description . Parent Directory . - . CCD Simulator.zip . 24-Jan-2006 13:47 . 15K . create.vbs . 24-Jan-2006 13:46 . 2.4K . header.vbs . 24-Jan-2006 13:46 . 4.6K . read.vbs . 24-Jan-2006 13:46 . 2.8K . testimage.fit . 24-Jan-2006 19:58 . 512K . Apache/2.2.14 (Ubuntu) Server at vega.inp.nsk.su Port 80
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/~inest/ASCOM/Scriptable%20Components%20and%20Engines/ASCOM%20FITS%20driver/ -- 2.9 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>41) - vega.inp.nsk.su/ )

18. Agile PCI-SyncClock32 Timer Card
The Agile ICC computer (nimble) contains a high-accuracy GPS-synchronized timer card that emits pulses that trigger readout of the Agile camera when run in external synch mode. ... The recommended configuration for Agile has no GPS receiver (see 1 PPS Vs. The Built-In GPS Receiver below). ... Using external 1 PPS with on a GPS receiver mode is not fully supported, in that the timer card's firmware has been programmed to assume a GPS, but the tech support person claimed it would work. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/agile/TimerCard.html -- 9.7 Кб -- 09.12.2011
Похожие документы

19. ASP: Good Astronomy Activities on the WWW
home education > activities . ... Astronomy . ... In this collaborative group activity, teams of students use the internet to find moon myths in a number of cultures and then try to discern the astronomy behind each myth. There is a section on researching moon missions that just seems tacked on to curry favor with NASA. [e,m] . ... A field test version with good activities and background information about the Saturn system and the Cassini mission, which is scheduled to enter Saturn orbit in 2004. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/activities/astroacts08.html -- 18.3 Кб -- 02.10.2012
Похожие документы

20. Как установить ASCOM driver? - Астрономия и компьютеры
... Общероссийская неделя "Астрономия на тротуаре" - 15-17 апреля . ... Практическая астрономия ? Астрономия и компьютеры (Модераторы: Deimos , Ed_Vazhorov ) ? Как установить ASCOM driver? . ... Сообщений: 3 670 . Рейтинг: +52/-4 . ... 19.05.2006 [09:59:59] ? Скачал ASCOM и установил. Для примера установил proguider. ... Записан . ... Ответ #1 : 19.05.2006 [11:09:22] ? ... Цитата: Александр Л. от 19.05.2006 [14:06:31] как я понимаю, но ASCOM можно установить только на телескоп. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.ru/forum/index.php/topic,16395.0.html -- 64.1 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>398) - www.astronomy.ru/ )

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


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

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

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