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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.mrao.cam.ac.uk/~rachael/compphys/examples/complex.f90.

1. 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
Похожие документы
Еще в разделе: (Показать все результаты (>974) - www.mrao.cam.ac.uk/ )

2. http://star.arm.ac.uk/f77to90/code/sum.f90
PROGRAM SUMMATION ! Summation forwards and backwards of 1/n^2 IMPLICIT NONE INTEGER :: N, NMAX CHARACTER :: ANSWER REAL :: SUM_SP, TEMP DOUBLE PRECISION :: SUM_DP INTEGER, PARAMETER :: QUAD = SELECTED_REAL_KIND(20,1000) REAL(KIND=QUAD) :: SUM_QUAD SUM_SP = 0.0 SUM_DP = 0.0D0 SUM_QUAD = 0.0_QUAD 1 WRITE(*,'(A)', ADVANCE='NO') 'How many numbers do you wish to add? ... 10) THEN WRITE(*,*) 'Too few numbers!' GO TO 1 ELSE IF (NMAX .GT. 100000000) THEN WRITE(*,*) 'Too many numbers!' ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/code/sum.f90 -- 2.7 Кб -- 08.03.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/code/sum.f90 -- 2.7 Кб -- 08.03.1996
Похожие документы

3. http://www.atnf.csiro.au/computing/software/gipsy/sub/ftsi_puti.dc2
Function: ftsi_puti Purpose: Write integer data to FITS tape. Category: FITS File: fts_io.c Author: Peter Roelfsema Use: INTEGER FTSI_PUTI ( MTID input INTEGER, ARRAY input INTEGER ( >ARRLEN ), ARRLEN ) input INTEGER. ... Description: Fills tape with integers. The integers are checked to be in range as defined by bitpix. If not a BLANK is put on tape instead of the integer. Returned is the number of integers accepted for copy to tape or a negative number for an error indication. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/ftsi_puti.dc2 -- 1.9 Кб -- 16.12.1993
Похожие документы

4. 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
Похожие документы

5. Actor Prolog. Example "D:\MOROZOV\Z\DEMO\EXE\EXAMPLES\ADA_LOG.HTML"
... The begining of program -- Target function: a * b with TEXT_IO ; use TEXT_IO ; procedure EXAMPLE is package IO_INT is new INTEGER_IO ( INTEGER ) ; use IO_INT ; r,b,a: INTEGER ; begin put ( Enter unsigned number 'b', please ... unsigned number 'a', please: ) ; get ( a ) ; declare VAR0 , VAR1 : INTEGER ; begin VAR0 := a; VAR1 := b; declare VAR3 , VAR2 , VAR4 : INTEGER ; begin VAR3 := 0 ; VAR2 := VAR0 ; VAR4 := VAR1 ; while VAR2 /= 0 loop begin if ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/ada_log.html -- 9.8 Кб -- 24.09.2007
Похожие документы

6. 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
Похожие документы

7. ESO - Thesis Topic: Testing the non-universality of the low-mass end of the
... PhD Thesis Topics offered by ESO Faculty Members > Thesis Topic: Testing the non-universality of the low-mass end of the Initial Mass Function in massive Early-Type Galaxies . ... Observing with ESO Telescopes . ... ESO-MIDAS . ... The stellar initial mass function (IMF) in early-type galaxies and the internal distribution of their dark and luminous mass are two of the deepest and most puzzling open issues in modern astrophysics, each of great importance to our understanding of galaxy formation. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/activities/thesis-topics/abstr-coccato.html -- 27.5 Кб -- 10.04.2016
Похожие документы

8. Stream 1/0
... int feof(FlLE *file_pointer) - Check if end of file occurred on a stream. int ferror(FlLE *file_pointer) - Check if any error occurred during file I/0. int fflush(FlLE *file_pointer) - Write out (flush) buffer to file. int fgetc(FlLE *file_pointer) - Get a character from a stream. int fgetpos(FlLE *file_pointer, fpos_t current_pos) - Get the current position in a stream. char *fgets(char *string, int maxchar, FILE *file_pointer) - Read a string from a file. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_21_6_1.html -- 4.9 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_21_6_1.html -- 4.9 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_21_6_1.html -- 4.9 Кб -- 02.10.2012
Похожие документы

9. http://www.apo.nmsu.edu/35m_operations/35m_manual/Instruments/CorMass/Files/cormdiff.pro
pro cormdiff,list,dir ; ;procedure to take difference of R2-R1 in CorMASS file (plane002 - plane001) ;and write difference to IRAF directory with new filename. ... Required because CorMASS data is ; unsigned integer. Without making the data floating point ; the differencing of the planes cause integer overflows ; for the '00 version of NASA's readfits.pro. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/35m_manual/Instruments/CorMass/Files/cormdiff.pro -- 2.5 Кб -- 08.07.2004
Похожие документы

10. http://www.arcetri.astro.it/irlab/doc/dat_hand.ps
OSSERVATORIO ASTROFISICO DI ARCETRI CENTRO PER L'ASTRONOMIA INFRAROSSA E LO STUDIO DEL MEZZO INTERSTELLARE LARGO ENRICO FERMI, 5 -- I­50125 FIRENZE Firenze, September 30, 1994 FROM: C. Baffa TO: Tirgo Staff SUBJECT: Data handling with Tirgo Nicmos3 instruments All data taken with Tirgo Nicmos3 instruments (Arnica and Longsp) are stored directly as standard FITS files at 16 bits integer format. ... The acquisition program never rewrites over an old file. ... An example in table 1. ...
[ Текст ]  Ссылки http://www.arcetri.astro.it/irlab/doc/dat_hand.ps -- 81.5 Кб -- 28.07.2005
Похожие документы

11. http://hea-www.harvard.edu/~fine/OSX/warranty
... serial . ... my $ ret ; open(SP, system_profiler $SPtype -xml| ); while( SP ) { if (/^\s* \?xml /) { next; } if (/^\s* !DOCTYPE /) { next; } if (/^\s* plist /) { next; } if (/^\s* \/ plist /) { next; } $ ret = makeobj($_); # print ret =$ ret -- $_\n ; } close(SP); return $ ret ; } sub makeobj { local ($_)=shift(@_); if (/\s* array /) { return ( array ); } elsif (/\s* dict /) { ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/OSX/warranty -- 8.2 Кб -- 10.05.2011
Похожие документы

12. Panasonic KX-NT511P белый - Panasonic - Panasonic Футболка Pre End Модель:
... Panasonic KX-NT511P белый белый.. ... Футболка Pre End London Модель: 28-100174 London Состав: 100% хлопок Круглый вырез горловины Короткие рукава Принт впереди Модель: 28298326 . ... Цвет: Белый с оттенком . ... Футболки цветные . ... Модель дополнена капюшоном и карманами. ... Цвет: Салатовый . ... Спортивный костюм салатового цвета марки Mayoral для мальчиков. ... Модель выполнена из непродуваемого материала. ... По материалу: Плащевая ткань . ... Материал подошвы: искусственный материал . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku2787.html -- 23.4 Кб -- 14.02.2016
Похожие документы

13. ADASS 2003 Conference Proceedings
Next: ATLAS - A General Search Service for Complex Data Collections . ... The archive data is stored in databases that are published online as SkyNodes. ... If we would like to load this data in a database, we'll have to create a representation of the survey data types suitable for our database system. ... The Data Release includes 3 different type of ``catalog" (Point Source Catalog, Extended Source Catalog, ScanInfo), which makes the database schema more complex (Fig. ... 2QZ (full catalog) . ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/P2-26/ -- 13.9 Кб -- 27.08.2004
Похожие документы

14. http://star.arm.ac.uk/~meb/files_2011aug24/measuring_angles.doc
|Disc number |Angle between the disc and the "?" | | |line | |1 | | |2 | | |3 | | |4 | | |5 | | |6 | | |7 | | |8 | | |9 | | |10 | | Measuring angles Using the Orrery, look at one of the planet discs. Putting one end of a ruler or stick on the centre of the Sun disc and the other end in the centre of the planet disc, measure the angle between the line with the symbol: Write your angles in the table below. The planet I have chosen to measure is .....................
[ Текст ]  Ссылки http://star.arm.ac.uk/~meb/files_2011aug24/measuring_angles.doc -- 473.0 Кб -- 25.08.2011
Похожие документы

15. Тремерный интернет-проект компании ParallelGraphics: The End of MIR
... Сегодня: 10 апреля 2016 г. Компания "ParallelGraphics" ( www.parallelgraphics.com) будет следить за последними часами существования орбитальной станции "Мир", одного из самых успешных космических проектов в истории, когда 20 марта она завершит свой пятнадцатилетний полет вокруг Земли. ... Компания ParallelGraphics разработала проект The End of MIR, используя новейшие научные данные, полученные из НАСА. ... Тремерный интернет-проект компании ParallelGraphics: The End of MIR . ...
[ Сохраненная копия ]  Ссылки http://news.cosmoport.com/2001/03/16/6.htm -- 23.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>33) - news.cosmoport.com/ )

16. NGC 3603: From Beginning To End
Astronomy Picture of the Day . NGC 3603: From Beginning To End . ... You-Hua Chu ( UIUC ), NASA Explanation: From beginning to end, different stages of a star's life appear in this exciting Hubble Space Telescope picture of the environs of galactic emission nebula NGC 3603 . ... Publications with keywords: nebula - star formation - planet formation - supernova . Publications with words: nebula - star formation - planet formation - supernova . ... Star Formation in the Tarantula Nebula . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1163138 -- 15.9 Кб -- 06.01.2006
Похожие документы

17. RAS ISR' Conclusion on the scientific results received in the orbital complex
... Director of the RAS ISR . RAS Academician . ... Astrophysics module Kvant of the orbital complex Mir launched in 1987 contains the largest on the station complex of the scientific equipment named the orbital observatory Roentgen. Observatory Roentgen consists of 4 X-ray telescopes, jointly exceeding the range of energies from 2 to 800 keV. ... Among the most significant results that were received in the observatory Roentgen are: . ... measurement of the periods of 9 X-ray pulsars; . ...
[ Сохраненная копия ]  Ссылки http://www.cosmoworld.ru/mirstation/english/documents/iki_ran_280998.shtml -- 11.0 Кб -- 09.04.2016
Похожие документы

18. http://www.abitu.ru/en2002/closed/viewwork.html?work=87
... этих параметров графическое изображение и наблюдение за маятником неудобны (+ защита от дурака ) Поскольку интервал времени между двумя ближайшими расчетными точками в 300 раз меньше среднего периода колебаний ( T (300мс), то можно утверждать о достаточно ... высокой степени совпадения вычисленной и реальной кривых. [pic] Dim dx, g, sx, sy, xi, yi, vy, vx, xx, k, m, cosa, sina, Fy, Fx, i As Integer Dim Ind As Boolean 'Определяем переменные Private ...
[ Текст ]  Ссылки http://www.abitu.ru/en2002/closed/viewwork.html?work=87 -- 64.0 Кб -- 05.05.2006
Похожие документы

19. Информатика - разминка
... Задача 2 uses crt; var Glavi, Tomi ,I, Max , Maxx ,J,Ng,S:longint; Glav , Tom :array[1..100] of longint; procedure Tur; var I,S,J:longint; begin if Tom [1]=Glavi- Tomi +1 then Tom [1]:=0 else begin I:= Tomi ; S:=0; while Tom [I]=1 do begin S:=S+ Tom [I]; dec(I); end ; S:=S+ Tom [I]; dec(S); inc( Tom [I-1]); for J:=I to Tomi -1 do Tom [I]:=1; Tom [ Tomi ]:=S- Tomi +I; end ; ...
[ Сохраненная копия ]  Ссылки http://edu.zelenogorsk.ru/olimp/eolimp/old/e_97/e_inf0.htm -- 4.9 Кб -- 31.10.2001
Похожие документы
Еще в разделе: (Показать все результаты (>41) - edu.zelenogorsk.ru/ )

20. End Times, UFO's, World Powers Deals With The Devil! - an Astronomy Net UFO
UFO Forum Message . ... End Times, UFO's, World Powers Deals With The Devil! ... We urge those who wish to obtain Eternal Life in Christ's Kingdom to read the following very important message: An Important End Times Message . For additional End Times information also visit: End Times Truths Revealed . ... www.astronomy.net . About 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/ufo/messages/1045.shtml -- 14.0 Кб -- 09.04.2016
Похожие документы

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


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

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

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