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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7BA0F1E8F1-E935-4511-A025-9A9D266F00DF%7D.

1. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javarray.htm
... A wrapped Java array accessed from within JavaScript code is a member of the type JavaArray . Core object . ... JavaScript 1.1, NES 2.0 Any Java method which returns an array. ... Use zero-based indexes to access the elements in a JavaArray object, just as you do to access elements in an array in Java. ... Method . ... In this example, the JavaArray byteArray is created by the java.lang.String.getBytes method, which returns an array. var javaString = new java.lang.String("Hello world!"); . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/javarray.htm -- 8.3 Кб -- 07.10.1999
Похожие документы

2. Space Shuttle created at Rapid Rockets and Wicked Robots | International Year
. Home . News . Gallery . Events . Twitter . Press Releases . Links . Contact Us . Calendar . Press & Web Coverage . Previous . Next . List . Thursday, 16 July 2009 00:17 . International Year of Astronomy, Ireland National Node . [Back To Top] .
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/scholars/iya/gallery/local_events/rapid_rockets_and_wicked_robots/space_shuttle_created_at_ra.html -- 6.5 Кб -- 31.12.2009
Похожие документы

3. Creating new releases
. To begin a new release for a file you "get" it with the next release number. sccs get -e -r release_number filename . For example for a file with a version of 2.4 you would want the new release to be 3. sccs get -e -r3 sect1.txt s.sect1.txt: 2.4 new delta 3.1 20 lines .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/utilities1/sccs_releases.html -- 2.0 Кб -- 17.01.1997
Похожие документы

4. The Far Infrared Sky
Astronomy Picture of the Day . ... Credit Copyright: E. L. Wright ( UCLA ), COBE , DIRBE , NASA Explanation: Three major sources contribute to the far- infrared sky : our Solar System , our Galaxy, and our Universe . The above recently released image , in representative colors, is the highest resolution projection yet created of the entire far-infrared sky (60 - 240 microns) created from years of observations by the now-defunct robot spacecraft COBE . ... Publications with keywords: infrared . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1217493 -- 15.6 Кб -- 09.11.2006
Похожие документы

5. Recreating Einstein Level One Processing Exposure Masks and Background Maps in
... This paper describes the main algorithms used by the Einstein Level One processing to create the exposure masks and the background maps for Einstein IPC images, and how these algorithms were recreated in the IRAF environment. Our goal was to recreate the algorithms used by the Level One Processing to create exposure masks and background maps for Einstein Image Proportional Counter (IPC) data (cf. sections 2.5 and 2.7 of Harnden et al. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/vanstoned.html -- 11.6 Кб -- 03.11.2000
Похожие документы

6. pipe() - Low level Piping
Next: Interrupts and Signals Up: Piping in a C program Previous: popen() - Formatted Piping . int pipe(int fd[2]) - creates a pipe and returns two file descriptors, fd[0], fd[1] . fd[0] is opened for reading, fd[1] for writing. pipe() returns 0 on success, -1 on failure and sets errno accordingly. ... Pipes opened with pipe() should be closed with close(int fd) . ... An example of piping in a C program is plot.c and subroutines and is detailed in Appendix . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_2_2.html -- 2.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_2_2.html -- 2.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_2_2.html -- 2.8 Кб -- 02.10.2012
Похожие документы

7. http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7B7EAE0737-D572-48F9-B916-4D58A30B599B%7D
A full-disk Titan view reveals secrets about the new mountainous discoveries and how they tie into Titan's past. Researchers believe the large, bright circular feature above center is the scar of an ancient impact basin. The prominent, long, dark feature above the impact scar may have resulted from tectonic activity caused by energy released by this impact - the same process that created the newly discovered mountains. ... NASA/JPL/University of Arizona ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/sitefiles/resources/image.aspx?item=%7B7EAE0737-D572-48F9-B916-4D58A30B599B%7D -- 4.1 Кб -- 10.04.2016
Похожие документы

8. ImageStack (ImageJ API)
... Note that the size of the returned array may be greater than the number of slices currently in the stack, with unused elements set to null. public int getSize () . Returns the number of slices in this stack. public java.lang.String[] getSliceLabels () . ... Returns null if the stack is empty or the label of the first slice is null. public java.lang.String getSliceLabel (int n) . ... Returns null if the slice does not have a label. public void setSliceLabel (java.lang.String label, int n) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/ImageStack.html -- 29.5 Кб -- 02.12.2010
Похожие документы

9. Doug Burke's Perl/S-Lang pages: Structure examples
... Doug's Home Page . ... S-Lang structures are converted to hash references in Perl , as shown below. ... n\n ; print Structure contents:\n ; # you can treat $s as a reference to a hash array in most respects, except: # - the order of the keys in the array matches that of the # original S-Lang structure # while ( my ( $ key , $ value ) = each %{$s} ) { print key $ key \t has a value of $ value \n ; } print \n ; $$s{afield} = 'a changed field value '; print ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_structs.html -- 9.6 Кб -- 02.10.2012
Похожие документы

10. lsst.tcc: python/tcc/mir/mirrorDeviceSet.py Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... python . tcc . mir . mirrorDeviceSet.py . ... 3 љ from twistedActor import DeviceSet, LinkCommands, UserCmd . ... 8 љ SlotList = ( "prim" , "sec" , "tert" ) . ... 32 љ def connectOrInit (self, slotList=None, userCmd=None, timeLim=DefaultTimeLim): . ... 49 љ if userCmd is None : . ... 54 љ def status (self, slotList=None, userCmd=None, timeLim=DefaultTimeLim): . ... 68 љ def init (self, slotList=None, userCmd=None, timeLim=DefaultTimeLim): . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/mirror_device_set_8py_source.html -- 24.1 Кб -- 14.09.2015
Похожие документы

11. Manual Page: htpasswd - Apache HTTP Server
NAME htpasswd - Create and update user authentication files SYNOPSIS htpasswd [ - c ] [ - m | ... p ] passwdfile username password htpasswd - n [ - m | ... p ] username password DESCRIPTION htpasswd is used to create and update the flat-files used to store usernames and password for basic authentication of HTTP users. ... Resources available from the httpd Apache web server can be restricted to just the users listed in the files created by htpasswd. ... The user is prompted for the password. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/htpasswd.html -- 9.8 Кб -- 20.06.2002
Похожие документы

12. StelTexture Class Reference
... Classes | ... Base texture class. ... loadingProcessFinished (bool error) . Emitted when the texture is ready to be bind() , i.e. virtualљ . ... canBind () const . Return whether the texture can be binded, i.e. it is fully loaded. boolљ . ... Destructor. bool StelTexture::bind . ... true if the binding successfully occured, false if the texture is not yet loaded. bool StelTexture::canBind . ... Return whether the texture can be binded, i.e. it is fully loaded. bool StelTexture::getDimensions . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelTexture.html -- 15.8 Кб -- 02.10.2012
Похожие документы

13. http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom2/a-c/base1q.txt
Title : Quake2: Base1 Filename : Base1.WAD Author : Danny 'UrHaSh' Tam Email Address : wait@worldnet.att.net Description : I love to play converted levels to Doom2, and I used to challenge a lot of other people to put Quake maps into Doom. some of the results of this include DM3.wad (by mystican) and dm4.wad (not yet released by Brv-Zokum). ... If anyone can top that, mail it to me. if anyone is interested in creating base2.wad or base3.wad (off of quake2), please mail me. ... Doom2 has fine textures. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/rec/games/idgames/levels/doom2/a-c/base1q.txt -- 4.9 Кб -- 06.12.1998
Похожие документы

14. Microsoft Office PowerPoint Viewer Readme File Microsoft Office PowerPoint
б© 2003 Microsoft Corporation. ... This document provides late-breaking information about the Microsoft Office PowerPoint Viewer. To view the Readme file on the screen, maximize the browser window. ... About the PowerPoint Viewer . ... The Microsoft Office PowerPoint Viewer allows you to view full-featured presentations created in Microsoft Office PowerPoint 2003. The PowerPoint Viewer supports viewing presentations created in PowerPoint 97, PowerPoint 2000, and PowerPoint 2002. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2008/Presentations/26Dec/Moskalenko_IKI/pvreadme.htm -- 5.0 Кб -- 25.07.2003
Похожие документы
Еще в разделе: (Показать все результаты (>288) - hea.iki.rssi.ru/ )

15. Armagh Planetarium Events
News of events at Armagh Planetarium . ... Events . ... Coming to galaxy near you is The Stars Awaken, a wonderful exhibition of€а full-size fan-built props and creations inspired by the amazing Star Wars saga! ... Our course Stargazing the Night Sky€аwill be presented this spring at Queens University of Belfast. ... Celebrate Stars Wars at the Stars Awaken Exhibition Posted on March 3, 2016 . ... Click here to receive news of special events at Armagh Planetarium . 2016 Armagh Planetarium Events. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/events/ -- 43.4 Кб -- 09.04.2016
Похожие документы

16. Database of Optical Constants -- Level: welcome
The database contains references to the papers, data files and links to the Internet resources related to measurements and calculations of the optical constants in the wavelength interval from X-rays to radio domain. ... References to some useful books and reviews on the subject (e.g. the classical handbooks edited by E.D.Palik) and links to Internet collections of optical constants and personal WWW pages with related software were also placed in the database. You have arrived at our welcome page. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/JPDOC/ -- 10.8 Кб -- 19.11.2010
Похожие документы

18. Home Page
... A rough estimation is that in the United States there is one planetarium per 100,000 population, ranging in size from the Hayden Planetarium's 20-meter dome seating 430 people, to three-meter inflatable portable domes where children sit on the floor. ... Together dblo associates make a huge impact in the architecture, interior design and development arena in London. ... With the holidays around the corner what better way to spoil your family than with your very own private home cinema. ...
[ Сохраненная копия ]  Ссылки http://www.armagh-planetarium.co.uk/ -- 13.2 Кб -- 14.03.2013
Похожие документы

19. Электронная библиотека астронома-любителя. RU.SPACE.NEWS - архив за 28 октября
Электронная библиотека астронома-любителя. ... библиотека . архив RSN . ... Ru.Space.News: . Октябрь 1998 . ... 5, 1998 Greenbelt, MD 20771 Newsroom Phone: 301-286-8955 NOTE TO EDITORS/NEWS DIRECTORS: 98-158 HISTORIC JOHN GLENN FLIGHT TO FEATURE MARYLAND AND GODDARD SCIENCE EXPERIMENTS When Mercury astronaut and Ohio Senator John Glenn returns to space October 29, a fascinating array of science experiments from the Goddard Space Flight Center and Maryland students will fly with him. ...
[ Сохраненная копия ]  Ссылки http://www.astrolib.ru/rsn/1998/10/28/ -- 15.1 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>446) - www.astrolib.ru/ )

20. ranking [SAI Virtual Observatory - Wiki]
Trace: ranking . ... CREATE OR REPLACE FUNCTION my_rank (tsvector, tsquery, int ) RETURNS float AS $$ use List::Util qw(min max); my ($string, $ query ) = @_; my $maxpos = 0; # Parse tsvector, taking into account positional information foreach (split / /, $string){ if(/^'(\w+)'(:([0-9,]+))?$/){ foreach(split /,/, $3){ $ vector {$_} = $1; $maxpos = max($maxpos, $_); } } } my @ vector = map {$ vector {$_}} sort {$a = $b} keys(% vector ); # Parse tsquery, assuming it to be ORed only $ ... SAI VO | ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/wiki/ranking -- 12.8 Кб -- 09.04.2016
Похожие документы

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


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

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

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