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

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

Показаны документы, содержащие фрагменты текста из документа
http://star.arm.ac.uk/f77to90/code/intv.f90.

1. http://star.arm.ac.uk/f77to90/code/intv.f90
USE INTERVAL_ARITHMETICS IMPLICIT NONE TYPE (INTERVAL) :: A, B, C, D, E, F A%LOWER = 6.9 A%UPPER = 7.1 B%LOWER = 10.9 B%UPPER = 11.1 WRITE (*,*) A, B C = A + B D = A - B E = A * B F = A / B WRITE (*,*) C, D WRITE (*,*) E, F END
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/code/intv.f90 -- 1.3 Кб -- 30.08.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/code/intv.f90 -- 1.3 Кб -- 30.08.1996
Похожие документы

2. http://www.stsci.edu/spst/UnixTransition/doc/mon_eff_files.py
usr/bin/env python # #MODULE mon_eff_ files # #*********************************************************************** **PURPOSE** -- Check for the existence of newly created efficiency file products and distribute them **DEVELOPER** -- Alan Patterson **MODIFICATION HISTORY** -- Initial implementation app 04/22/03 ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/mon_eff_files.py -- 8.6 Кб -- 08.04.2016
Похожие документы

3. Routines which act on DSS RangeT scalars
... Meta Index / Home Page / DSS utilities . The DSS structure type RangeT is described in dsslib . It specifies a lower and an upper bound to an interval on the real line, and the types of these bounds. Possible types are INCLUSIVE (which means the bound is included in the interval), EXCLUSIVE (which means the bound is not included in the interval) and UNDEFINED in which case there is no bound at this end of the interval. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node91.html -- 4.3 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>10427) - xmm.vilspa.esa.es/ )

4. http://www.mrao.cam.ac.uk/~rachael/compphys/Lecture%201.pdf
Computational Physics 2007 Rachael Padman ­ rp10001@cam.ac.uk 4-Oct-2007 Computational Physics 2007 1 Structure of the course · General advice about the course, introduction to programming · Introduction to Fortran (~1 lecture) · Numerical methods ­ 5 topics, relating to the five problems (~6 lectures) · Advanced topics (only if time) PLUS · Self study (in PWF or connect to server) 4-Oct-2007 Computational Physics 2007 2 Why... bother? ... 4-Oct-2007 program table implicit none ! ...
[ Текст ]  Ссылки http://www.mrao.cam.ac.uk/~rachael/compphys/Lecture%201.pdf -- 912.2 Кб -- 30.10.2007
Похожие документы

5. lsst.tcc: python/tcc/mov/checkPos.py Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . FileљList . FileљMembers . ... python . tcc . mov . checkPos.py . ... 11 љ """Apply wrap preference and verify that position is in bounds . ... 22 љ - outPos: wrapped position, or nan if errCode not AxisErr_OK . ... 92 љ # compute wrapMin: the ideal minimum angle of the wrap range . ... 117 љ # put the angle into the wrap range, which is [wrapMin, wrapMin + 360) . ... 122 љ outPos = diffMod360 + wrapMin . ... tcc.mov.checkPos.checkPos . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/check_pos_8py_source.html -- 28.0 Кб -- 14.09.2015
Похожие документы
Еще в разделе: (Показать все результаты (>612) - www.apo.nmsu.edu/ )

6. ASCII Character Chart with Decimal, Binary and Hexadecimal Conversions
... ASCII stands for "American Standard Code for Information Interchange". Character Name . ... Decimal . Binary . ... Ctrl @ . ... Shift Out . ... Shift In . ... Capital A . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~ndelmott/ascii.html -- 79.8 Кб -- 30.01.2012
Похожие документы

7. Ozone Depletion
. TWO SEPARATE PROBLEMS !!!!! . TWO SEPARATE PROBLEMS !!!!! . TWO SEPARATE PROBLEMS !!!!! . TWO SEPARATE PROBLEMS !!!!! . TWO SEPARATE PROBLEMS !!!!! .
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1998/es202/ozmyth.html -- 5.7 Кб -- 23.02.1998
Похожие документы
Еще в разделе: (Показать все результаты (>206) - zebu.uoregon.edu/ )

8. http://www.atnf.csiro.au/computing/software/gipsy/sub/gdsi_write.dc2
Function: GDSI_WRITE Purpose: Writes data to (part of) an set. Category: DATA, IMAGE-IO File: gdsi_read.c Author: K.G. Begeman Use: CALL GDSI_WRITE( SET, Input CHARACTER*(*) CLOW, Input INTEGER CUPP, Input INTEGER BUFFER, Input REAL ARRAY BUF_LEN, Input INTEGER PIXELS_DONE, Output INTEGER TRANS_ID ) In/Out INTEGER SET set name CLOW coordinate word of lower left corner of the subset to write. If omitted: write the whole set. ... If omitted: CLOW is a subset to write. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/gdsi_write.dc2 -- 3.8 Кб -- 26.01.1999
Похожие документы

9. The layout of a program
Sometimes we require more than one line for a statement Print *, 'This is a long output line',& ' this is the second part',& ' and this is the third part!' Nowadays, in the free form, we continue a line with the symbol "&" (called ampersand), i.e. with the sign & at the end of the old line instead of an almost arbitrary character in column 6 of the new line. ... Exclamation mark in column 1 of course means a comment line also in the old fixed form. ... 3.1) What does the following line mean? ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c3.html -- 5.1 Кб -- 11.02.1996
Похожие документы

10. HwB: EISA (Tech) Connector
... This file is intended to provide a basic functional overview of the EISA Bus, so that hobbyists and amateurs can design their own EISA compatible cards. ... EISA is upwardly compatible, which means that cards originally designed for the 8 bit IBM bus (often referred to as the XT bus) and cards designed for the 16 bit bus (referred to as the AT bus, and also as the ISA bus), will work in an EISA slot. ... This is used by the slave device to inform the bus master that it is capable of 16 bit transfers...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/drabek/Components/NewSprawoch/connect/co_EISA_Tech.html -- 8.9 Кб -- 26.10.1999
Похожие документы

11. ALFA Front End Optics
Next: Front End Construction Up: Minutes of the 1st Previous: Minutes of the 1st . ... Calculated system temperature: 25-26K at 1525 MHz, 29-30K at 1375 MHz and 34-25K at 1225 MHz. ... Calculated G/T - again, center pixel better . ... Multi Beam Sky Footprint: Separation 2 beam widths between individual beams . ... Calculated Beam Comatic Level about 8 dB . ... German . ... Slide 1.9 shows calculated T sys with 2 points for each frequency; one is for the center beam and other is for the outside. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/alfa/ealfa/meeting1/minutes/optics.html -- 9.7 Кб -- 08.05.2006
Похожие документы

12. Tsearch2 in Japanese
... Argument: C-Type: (char *) (IN) Desc: Pointer to the text which we parse 2. ... Argument: C-Type: (char **) (OUT) Desc: token text 3. ... LexDescr * descr = (LexDescr *) palloc(sizeof(LexDescr) * (2+1)); /* there are only two types in this parser */ descr [0].lexid = 3; descr [0].alias = pstrdup( word ); descr [0]. descr = pstrdup( Word ); descr [1].lexid = 12; descr [1].alias = pstrdup( blank ); descr [1]. descr = pstrdup( Space symbols ); descr [2].lexid = 0; PG_RETURN_POINTER( ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html -- 12.8 Кб -- 22.12.2007
Похожие документы

13. HwB: EISA (technical) Connector (Offline)
... This file is intended to provide a basic functional overview of the EISA Bus, so that hobbyists and amateurs can design their own EISA compatible cards. ... EISA is upwardly compatible, which means that cards originally designed for the 8 bit IBM bus (often referred to as the XT bus) and cards designed for the 16 bit bus (referred to as the AT bus, and also as the ISA bus), will work in an EISA slot. ... This is used by the slave device to inform the bus master that it is capable of 16 bit transfers...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/hwbook/connector/bus/eisa_tech.html -- 8.9 Кб -- 06.07.2001
Похожие документы

14. http://hea-www.harvard.edu/AstroStat/Demo/pyBLoCXS/IACHEC2014/samp2fits.pro
samp2fits.pro ; make an AREF file with all of Pete's sample ARFs ; ;usage ; arfdef='obs866/acis.arf' ; arfdir='store_arfs' ; arfroot='866' ; .run samp2fits ; ; reads ... _samp_aref.fits ; ;vinay k (Sep2009, based on pca2fits_Cedge.pro) ; updated initialization (VK; Jun2014) ;- ; initialize if not keyword_set (arfdef) then arfdef='obs866/acis.arf' if not keyword_set (arfdir) then arfdir='store_arfs/' if not ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/Demo/pyBLoCXS/IACHEC2014/samp2fits.pro -- 8.9 Кб -- 15.06.2014
Похожие документы

15. XWare > APOD
... In the Center of the Lagoon Nebula . ... The center of the Lagoon Nebula is busy with the awesome spectacle of star formation. Visible in the lower left, at least two long funnel-shaped clouds, each roughly half a light-year long, have been formed by extreme stellar winds and intense energetic starlight. ... Will the Universe End in a Big Rip . ... Here, glowing gas surrounds hot young stars at the edge of an immense interstellar molecular cloud only 1500 light-years away. ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/apod.html?page=98&d=2005-10 -- 15.8 Кб -- 12.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>43183) - www.astronet.ru/ )

16. UFOs And Fringe Science | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Space Flight . ... Science Fiction . UFOs and Fringe Science . ... Posted on April 1, 2015 | No Comments The тАШDog StarтАЩ or Sirius is a star that has its influential place in astronomical history. ... Continue Reading.. Posted on May 28, 2014 | ... Posted on November 19, 2013 | ... Posted on July 18, 2013 | ... Posted on May 29, 2013 | ... Posted on July 30, 2012 | ... Posted on April 19, 2012 | ... Posted on February 23, 2012 | ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/category/weird-and-fun/ufos-and-fringe-science -- 56.8 Кб -- 09.04.2016
Похожие документы

17. Does temperature have an upper limit like the lower limit of absolute zero?
... Opportunityт??s devilish view from on high . ... Does temperature have an upper limit like the lower limit of absolute zero? What's the highest measured value? ... The universe s absolute high temperature correlates to the energy and heat that existed during the Big Bang. ... Get instant access to subscriber content on Astronomy.com! ... If you are already registered on Astronomy.com, please log in below. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/ask-astro/2014/01/temperature -- 63.5 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>1687) - www.astronomy.com/ )

18. http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/xdividep.pro
pro save_event,event COMMON all,draw1,draw2,cont1,cont2,savename widget_control ,event.id,get_ uvalue = uvalue case uvalue of 'OK1': begin widget_control ,draw1, get_value =val1 wset,val1 x=tvrd() widget_control ,savename, get_value =name write_gif,name(0),x widget_control ,event.top,/destroy end 'OK2': begin widget_control ,draw2, get_value =val2 wset,val2 x=tvrd() ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/xdividep.pro -- 7.1 Кб -- 06.08.2003
Похожие документы

19. http://mavr.sao.ru/hq/sun/WorkScan/ws_fits.pro
pro loadfits common ws_comm,namobj,solar_r,bunit,angle,xscale,centr_x, $ nfield,dtype,tdim, xmas , ddata ,status, wscan , base ,draw, $ list, fl_load ,fl_iv,nfile, twoscn ,exbeg,exend,wlsfrq ;pro loadfits wscan =-1 fl_load =0 nfile=pickfile(TITLE='Select Binary FITS file',filter='*.fit') if nfile eq '' then goto,x_ end fxbopen, fid, nfile,1 fhdr =fxbheader(fid) ndate=fxpar( fhdr ,'DATE_OBS') nobj=fxpar( fhdr ,'OBJECT') solar_r=fxpar( ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sun/WorkScan/ws_fits.pro -- 6.6 Кб -- 24.02.2010
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sun/WorkScan/ws_fits.pro -- 6.6 Кб -- 24.02.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sun/WorkScan/ws_fits.pro -- 6.6 Кб -- 24.02.2010
Похожие документы
Еще в разделе: (Показать все результаты (>768) - jet.sao.ru/ )

20. MicroEMACS Quick Reference
... A Front of line M-G Goto a line ^E End of line ^N Next line M-N Front of paragraph ^P Previous line M-P End of paragraph ----------------------------------------------------------------------------- = (2) DELETING INSERTING -- Delete previous character ^D or DELETE Delete next character ^C or INSERT Insert a space M- -- Delete previous word M-D Delete next word ^K Close ( ... The KILL BUFFER is the text which has been most recently saved or deleted. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~strolger/docs/emacs_guide.html -- 10.7 Кб -- 14.01.2016
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/emacs/help.html -- 11.1 Кб -- 17.01.1997
Похожие документы

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


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

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

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