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

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

Показаны документы, содержащие фрагменты текста из документа
http://astro.uni-altai.ru/~aw/stellarium/api/classStelHTTPTextureLoader.html.

21. GIMP animations: merge-anim example 5
... Animation . Arrow . ... I created the first animation by running Script-Fu / Animators / Fire on the head of an arrow. ... I merged the animation with the background image, and specified a final X offset of -128 (the background is 128 pixels wide). This results in an animation with a nice moving background. Note that you can also use a background that is wider than the image, as long as you specify the width of the background for the final X offset if you want the final animation to loop. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/gimp/merge-anim/merge-arrow-demo.html -- 3.9 Кб -- 22.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>1985) - www.sai.msu.su/ )

22. http://xray.sai.msu.ru/~ivan/gmt/man/project.html
project - project data along a line or great circle , generate a profile track, or translate coordinates. project [ infile ] -F flags -C cx / cy [ -A azimuth ] [ -Dd|g ] [ -E bx / by ] [ -G dist ] [ -H [ nrec ] ] [ -L [ w ][ l _ min / l _ max ] ] [ -M [ flag ] ] [ -N ] [ -Q ] [ -S ] [ -T px / py ] [ -V ] [ -W w _ min / w _ max ] [ -: ] [ -bi [ s ][ n ] ] [ -bo [ s ] ] project reads arbitrary ( x , y [, z ]) data from standard ... H Input file(s) has Header record(s). ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/project.html -- 12.8 Кб -- 19.03.1999
Похожие документы

23. Worked Example 02
A spherical meteorite of radius 3m enters the Earth's atmosphere at an altitude of 100km and a speed (relative to the Earth) of 30 km/s. The atmosphere slows it down, so when it hits the Earth's surface it is travelling at only 1 km/s. If half of the heat generated as it passes through the atmosphere is absorbed by the meteorite, how hot will it be when it is about to land? ... However, the number I calculated (500,000 K) is correct, as is the discussion that follows it. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/pfrancis/phys1101/questions/Week6Web/Q02/index.html -- 3.5 Кб -- 02.10.2012
Похожие документы

24. pyQC: Python 2.6.2
... new: . ... Python 2.6.2 + most up-to-date modules (December 2009) . ... pyQC script structure . ... The current installation of python and its associated modules on our DFO machines is extremely old (i.e. python 2.4.2 was released in Sept. ... The new python executable lives in: /qcdp/bin/python . ... The first figure shows the execution times for the old python installation, while the second figure shows the execution times based on scripts running the python 2.6.2 installation with the new modules...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/python_2.6.2.html -- 13.7 Кб -- 18.12.2009
Похожие документы

25. Introduction to dynamical systems (Spring 1999)
... Circle rotations. ... Symbolic dynamical systems: sequence spaces, Markov chains, adding machines. Birkhoff recurrence theorem. ... Tent map. ... Expanding maps of a circle. ... Topological entropy. ... Finiteness of entropy for Lipschitz self-maps. Entropy for symbolical dynamical systems. ... Entropy for one-dimensional maps. Entropy for expanding maps and the Misiurewicz-Przytycki theorem. ... Structural stability of expanding circle maps. ... SRB measures for expanding maps. ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/ium/s99/dynsys.html -- 4.5 Кб -- 09.12.2005
Похожие документы

26. Need All Claims Be Tentative? - an Astronomy Net Exploration Forum Message
Astronomy Discussion Forums . ... Need All Claims Be Tentative? ... Here is an issue: does a particular representation correctly match the pattern it is claimed to represent went viewed by method 'x', within the limits of precision given by the definitions of the original pattern, the representation, and the method of viewing (x)? ... www.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/exploration/messages/83.shtml -- 17.9 Кб -- 09.04.2016
Похожие документы

27. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/man/mann/xpacode.n
... will give a .\" real vertical bar. ... xpaset xpa # send to xpa \& cat xpa.c | ... You also can use ctest to do the same thing, or to iterate: .PP .Vb 4 \& ctest -s -l 100 xpa # send to xpa 100 times \& ctest -s -l 100 "xpa*" # send to xpa and xpa1 100 times \& ctest -g -l 100 xpa # receive from xpa 100 times \& ctest -g -l 100 "xpa*" # receive from xpa and xpa1 100 times .Ve .PP More options are available: see the stest.c and ctest.c code itself, which were used extensively to debug \s-1XPA\s0. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/man/mann/xpacode.n -- 6.5 Кб -- 08.06.2012
Похожие документы

28. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы

29. Phil Plait's Bad Astronomy: Misconceptions
... Bad Astronomy . ... I think I will break from my usual format of Bad Astronomy/ Good Astronomy by saying that the way we define seasons currently is not strictly bad, but I feel (in my opinion!) that it could be better. The definition of when the seasons begin is at the moment of solstice or eq