program factorial implicit none ! define variables, some with initial values integer :: nfact = 1 integer :: n ! compute factorials do n = 1, 10 nfact = nfact * n write(*,*) n, nfact end do end program factorial
Astronomical Data Analysis Software and Systems VII ASP Conference Series, Vol. ... Information Mining in Astronomical Literature with Tetralogie D. Egret CDS, Strasbourg, France, Eнmail: egret@astro.uнstrasbg.fr J. Mothe 1 , T. Dkaki 2 and B. Dousset Research Institute in Computer Sciences, IRIT, SIG, 31062 Toulouse Cedex, France, Eнmail: {mothe/dkaki/dousset}@irit.fr Abstract. ... 1997). ... The Result Visualization The information mining result is a set of points in a reduced space. ...
[
Текст
]
Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/egretd2.ps.gz -- 91.5 Кб -- 12.06.2006 Похожие документы
... It's also crucial for many projects to be able to justify why you need to observe a given number of targets. ... A "statistic" is technically just such a number, derived from some vast pile of data, which hopefully tells us something interesting. ... Measure this "statistic" from your data. ... Set this to be a random number drawn from a Poisson distribution with mean 1208x1.01=1220.08. ... Create another array, and fill it with Gaussian random numbers with mean 0 and standard deviation 20. ...