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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/testprog.out.

1. cli()/sti() latency, hard numbers
... i've done some timings on cli()/sti() latency, on IP basis. Most parts of the kernel are OK, they have less than 100 usecs of max latency. There is one thing why device driver writers take care of cli()/sti() latencies, it's the serial interrupt. ... Some hard data: on a 100 MHz Neptun dual CPU system, hardware interrupt latency is 10+-1 usecs, typical cli()/sti() latencies are on the order of 10 usecs. Some code like the IDE driver has latencies up to 100 usecs, occasionally higher. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/library/linux/khg/HyperNews/get/khg/9/4/1.html -- 3.2 Кб -- 23.03.2000
Похожие документы

2. Jonathan's ASC/SDS documents
ASC-FITS-2.0.1: ASC FITS File Designers' Guide (Rots and McDowell) (1999 Jun) . ASC-FITS-REGION-1.0: FITS region document (McDowell and Rots) (1998 Mar) . ... CXC-DM-001 Introduction: Data Analysis with the Chandra Data Model (2001 Oct) . ... 1998 Feb 26: SDS-1.0: Data Product List: obsolete . ... 1998 Mar 09: SDS-10.0: (ASC-FITS-REGION-1.0) FITS region document: see ASC-FITS-REGION-1.0 . 1998 Feb 09: SDS-11.0: FITS function document (superseded by ASC-FITS-FUNCTION-1.2) . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~jcm/asc/docs/ -- 5.2 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>3753) - hea-www.harvard.edu/ )

3. Integer Functions, Random Number, String Conversion, Searching and Sorting:
... Arithmetic Functions . Random Numbers . String Conversion . Searching and Sorting . ... There are 4 basic integer functions: . int abs(int number); long int labs(long int number); div_t div(int numerator,int denominator); ldiv_t ldiv(long int numerator, long int denominator); . ... In practice no functions produce truly random data -- they produce pseudo-random numbers. ... The stdlib.h provides 2 useful functions to perform general searching and sorting of data on any type. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node16.html -- 11.9 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node16.html -- 11.9 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node16.html -- 11.9 Кб -- 02.10.2012
Похожие документы

4. IAJ: Contents - Volume 24 Number 1
CONTENTS Volume 24 Number 1 (January 1997) . ... CHROMOSPHERIC LINE BLANKETING AND THE Ca I 4227 LINE IN M DWARFS . ... RADIO AND OPTICAL OBSERVATIONS OF INTERMEDIATE VELOCITY GAS TOWARDS THE M15 REGION . ... ROSAT PSPC OBSERVATIONS OF THREE SCULPTOR GROUP GALAXIES: NGC 55, NGC 247 AND NGC 300 . ... 1995-1999 Irish Astronomical Journal, Downshay, 12 Heather Lea Avenue, Dore, Sheffield S17 3DJ, S. Yorkshire, United Kingdom WWW Contact: Alastair G Gunn Back to IAJ Home Page ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/iaj/online/vol24no1.html -- 2.7 Кб -- 15.10.1998
Похожие документы

5. http://www.astro.louisville.edu/shared_skies/archive/select/messier/m67/20110406/tmp/m67_4s_12800iso_1302145416.axy
SIMPLE = T / file does conform to FITS standard BITPIX = 8 / number of bits per data pixel NAXIS = 0 / number of data axes EXTEND = T / FITS dataset may contain extensions COMMENT FITS (Flexible Image Transport System) format is defined in 'AstronomyCOMMENT and Astrophysics', volume 376, page 359; bibcode: 2001A .. ... IMAGEW = 4256 / image width IMAGEH = 2832 / image height ANRUN = T / Solve this field! ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/shared_skies/archive/select/messier/m67/20110406/tmp/m67_4s_12800iso_1302145416.axy -- 12.2 Кб -- 09.04.2011
Похожие документы

6. ADASS 2003 Conference Proceedings
... Virtual Observatory related tools use a new standard for data transfer called the VOTable format. ... We describe a streaming interface that can bridge the VOTable format, through a user friendly graphical interface, with the FITS and ASCII formats, which are commonly used by astronomers. ... This is a tool for converting ASCII or FITS files to VOTable format. ... A number of useful data processing, browsing and visualization tools are available to deal with data in the VOTable format. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/P3-25/ -- 10.8 Кб -- 26.08.2004
Похожие документы

7. http://star.arm.ac.uk/f77to90/code/random.f90
IMPLICIT NONE INTEGER, DIMENSION(1) :: OLD, SEED ! THIS PROGRAM ASSUMES K = 1 INTEGER :: I, K REAL, DIMENSION(3) :: HARVEST SEED(1) = 12345 CALL RANDOM_SEED CALL RANDOM_SEED (SIZE=K) WRITE (*,*) ' Number of integers for starting value = ', K CALL RANDOM_SEED ( GET = OLD (1:K)) WRITE (*,*) ' Old starting value = ', OLD CALL RANDOM _NUMBER( HARVEST ) WRITE (*,*) ' Random numbers : ', HARVEST CALL ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/code/random.f90 -- 1.9 Кб -- 18.03.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/code/random.f90 -- 1.9 Кб -- 18.03.1996
Похожие документы

8. Dunk Proceedings - 2dF QSO Redshift Survey (Number Counts)
. Full screen versions . Number - magnitude counts . Number - redshift counts . | Front page | . | << - Redshift wedge | Completeness estimates - >> | . Robert J. Smith, ">rsmith@mso.anu.edu.au Last modified: Fri Sep 24 11:39:02 EST 1999 .
[ Сохраненная копия ]  Ссылки http://www.2dfquasar.org/Papers/Dunk/counts.html -- 2.4 Кб -- 24.09.1999
Похожие документы

9. Christmas Card Winners | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Space Flight . ... Mixing the theme of space and Christmas we have had Santa giving present to aliens, Christmas trees blasting off into space, reindeers landing on the Moon and even Santa getting a brand new rocket sleigh! ... Foundation Level Winner: Benjamin Ritchie тАУ Portaferry Integrated Primary School . ... Enniskillen Integrated Primary School, Drumcoo . ... Omagh Integrated Primary School . ... Portaferry Integrated Primary School . ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/christmas-card-winners.html -- 43.0 Кб -- 09.04.2016
Похожие документы

10. Rules for rough data file
Rules for natural satellites observation rough data CONTENT file Version 28.06.2000 /Arlot J.-E., Emelianov N./ ------------------------------------------------------------------ Contents. ... IAU code> - <observatory name> <NL> <NL> Reference. ... planet number>-<planet name>[:<quantity>], <NL> <satellite number> [-<temporary name>] [-<satellite name>]:<quantity> , <NL> ... <satellite number> [-<temporary name>] [-<satellite name>]:<quantity> <NL> reference frame: astrometric | ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/neb/nss/OBS_COLL/a_e_rule.html -- 6.1 Кб -- 11.12.2003
Похожие документы
Еще в разделе: (Показать все результаты (>379) - lnfm1.sai.msu.ru/ )

11. Procedure for Part Numbering Convention: Larry Carey, 2005
Numbering Procedures for APO 2.5m and 3.5m Drawings and Engineering/Drafting Documents . ... Document part numbers are to consist of a 7 character long "base numbe,r" which is coded to provide information about the part's intended first use. The part number becomes complete and unique only with the addition of a revision number. ... Example of a "base number": 25CSA01 . ... PART NUMBER CONVENTION . ... For Example: . ... R = "Revision" . ... Questions contact Larry Carey/University of Washington ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/06APODrawNumConv.htm -- 8.3 Кб -- 22.03.2006
Похожие документы

12. number of Wolf
... 101) Байки из Фидо (7) Литература (16) Листая страницы прошлого Выберите месяц Апрель 2016 (2) Март 2016 (4) Февраль 2016 (4) Январь 2016 (5) Декабрь 2015 (4) Ноябрь 2015 (3) Октябрь 2015 (5) Сентябрь 2015 (5) Август 2015 (5) Июль 2015 (5) Июнь 2015 (4) Май 2015 (8) Апрель 2015 (5) Март 2015 (4) Февраль 2015 (4) Январь 2015 (7) Декабрь 2014 (7) Ноябрь 2014 (4) Октябрь 2014 (5) Сентябрь 2014 (8) Август 2014 (8) Июль 2014 (6) Июнь 2014 (7) Май 2014 (11) Апрель 2014 ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/blog/tag/number-of-wolf -- 44.4 Кб -- 10.04.2016
Похожие документы

13. http://hea.iki.rssi.ru/integral06/internal/templates/simple.tpl~
div class = ?=$oddeven? item div onclick= javascript:toggle('notes_ ?=$number? '); title= Click to know more about ?=$title? ... ;clear:left; img src= templates/images/toggle.gif width= 16 height= 16 / / div div class = item_short ?=$first_ name ? ?=$last_ ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/integral06/internal/templates/simple.tpl~ -- 3.4 Кб -- 21.03.2007
Похожие документы

14. Explanations to tables for transformation from sidereal to universal time.
... Tables for transformation from sidereal to universal time scale. Explanations. This page contains three little tables headed Hours Minutes Seconds respectively. Each the table have two columns: first of them is input column where time in whole time units of sidereal time is given, and second of them is output column where hours:minutes:seconds of universal time is presented. ... Example: transform 02 h 12 m 22.00 s from sidereal to universal time. ...
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/ephem/exp/tx2.html -- 2.9 Кб -- 16.10.2004
Похожие документы

15. Mail program modes
. When you are using the mail program you are in one or the other of its modes. If you are using the mail program to read and manage your mail, it is in command mode . There are a number of commands that you can use in this mode. If you are using mail to write and send a mail message, it is in send mode . There are a number of commands that you can use in this mode.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/mail/modes.html -- 2.1 Кб -- 17.01.1997
Похожие документы

16. Раннее обучение английскому языку. Мои первые слова - Ирина Френк - Ирина Френк
... Данная книга поможет вашему ребенку сделать первые шаги в изучении английских слов. ... The Number Game is an easy and effective way of introducing students to the world of numbers. The Teacher's Guide included contains suggestions for a variety of games and language activities to play time and time again. 100 cards with the numbers in written and digit format 36 bingo cards Teacher's Guide Размер карт с числами: 9 см х 6,5 см. ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku8715.html -- 23.9 Кб -- 14.02.2016
Похожие документы

17. Positions and Proper Motions
I/146 Positions and Proper Motions (Roeser+ 1988) ================================================================================ Catalogue of Positions and Proper Motions Roeser S., Bastian U. =1988A .. ... 449R ================================================================================ ADC_Keywords: Positional data; Proper motions Description: PPM North gives J2000 positions and proper motions of 181,731 stars north of -2.5 degrees declination. ... The mean epoch is near 1931. ...
[ Сохраненная копия ]  Ссылки http://vega.inp.nsk.su/catalogs/ppmn-description.php3 -- 9.6 Кб -- 01.10.2012
Похожие документы

18. Myasnyankin Andrey , Moscow Institute of Physics and Technology (MIPT),Space
. Field of research interest . Telecommication networks and systems , Programming. Scientific Degree . Student of MIPT. Position . Laboratory assistant of IKI. Department Number . 902 (Space Monitoring Information Support) . Postal Address . Space Research Institute . Russian Academy of Sciences . Profsoyuznaya St. 84/32 . Moscow, RUSSIA . Postal Code . 117810 . Telephone Number . +7(095) 333-53-13 . E-mail . andrew@d902.iki.rssi.ru . If you want to get more information click here
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/students/st_andr/amiasn.htm -- 2.1 Кб -- 08.10.1996
Похожие документы

19. F-stars in galactic disk, figures
... The metallicity distribution of disk F stars in different age ranges: the left column for the sample of stars within 80 pc around the Sun; the right column for the restored complete sample at the solar galactocentric distance with allowance made for the radial metallicity gradient. The numbers indicate the age ranges expressed in billions of years. ... next figure . ...
[ Сохраненная копия ]  Ссылки http://ip.rsu.ru/~marsakov/paper4/p4fg1_1.htm -- 2.4 Кб -- 02.02.2007
Похожие документы

20. The Ultimate Load
The ultimate load . ... During next several days project “Send your name to Mars” ( http://spacekids.hq.nasa.gov/2003 ) will stop taking names. The last day will be on November 15, 2002. ... Step 1 . ... Write your name, mark time and click the button “add my name”. ... Please write down time and certificate number exacting it can be in its last days. ... Calculate the difference between End and Start time (in minutes), and the difference between your last and first Certificate’s Number. ...
[ Сохраненная копия ]  Ссылки http://edu.zelenogorsk.ru/mars/ -- 5.1 Кб -- 18.02.2003
Похожие документы
Еще в разделе: (Показать все результаты (>42) - edu.zelenogorsk.ru/ )

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


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

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

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