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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/miriad/doc/itemize.html.

1. Fill-Out Forms
... Content Model: one ore more OPTION elements . The SELECT element is used for single and multiple choice menus. ... Example: <SELECT NAME="flavor"> <OPTION>Vanilla <OPTION>Strawberry <OPTION>Rum and Raisin <OPTION>Peach and Orange </SELECT> . ... When you want a multiple choice menu, you need to include the MULTIPLE attribute with the SELECT element, e.g. <SELECT MULTIPLE NAME="flavor"> . ... NAME . ... The presence of this attribute denotes that the SELECT element defines a multiple choice menu. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/menus.html -- 6.7 Кб -- 19.12.1996
Похожие документы

2. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/hidden.htm
... A Hidden object is used for passing name/value pairs when a form submits. ... JavaScript 1.0 . JavaScript 1.1: added type property The HTML INPUT tag, with "hidden" as the value of the TYPE attribute. ... Property . ... The form contains a "Display hidden value" button that the user can click to display the value of the Hidden object in an Alert dialog box. ... P><INPUT TYPE="button" VALUE="Display hidden value" NAME="button2" . ... Form name:<INPUT TYPE="hidden" NAME="h1" VALUE="Beluga"> . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/hidden.htm -- 13.9 Кб -- 07.10.1999
Похожие документы

3. P.I. Bakulin, E.V. Kononovich, V.I. Moroz, General Astronomy. Table of Content
. ОГЛАВЛЕНИЕ . Предисловие к четвертому изданию . Введение . § 1. Предмет и задачи астрономии . § 2. Подразделение астрономии . § 3. Возникновение и основные этапы развития астрономии . § 4. Практическое и идеологическое значение астрономии . § 5. Основа и источник астрономических исследований . § 6. Краткий очерк строения Вселенной . Глава I . Основные сведения из сферической астрономии . § 7. Видимые положения светил. Созвездия . § 8. Видимые движения звезд, Солнца, Луны и планет . § 9. Географические
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ak4/Table_of_Content.htm -- 106.8 Кб -- 24.01.2000
Похожие документы

4. Apache HTTP Server: Security Tips
... Server Side Includes . ... Protect Server Files by Default . Some hints and tips on security issues in setting up a web server. ... In typical operation, Apache is started by the root user, and it switches to the user defined by the User directive to serve hits. ... If the logs directory is writeable (by a non-root user), someone could replace a log file with a symlink to some other system file, and then root might overwrite that file with arbitrary data. ... Accessing http://localhost/~root/ . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/misc/security_tips.html -- 12.2 Кб -- 01.08.2003
Похожие документы

5. Stellarium: Scripting Engine
Stellarium 0.12.3 . ... Classes . ... Scripting . ... Scripting Engine . ... Script Console . ... Since version 0.10.1, Stellarium includes a scripting feature based on the Qt Scripting Engine . ... Prior to version 0.10.0, Stellarium used a different scripting engine called StratoScript . ... Prior to version 0.10.0, Stellarium had a simple scripting engine, known as StratoScript . ... This script prints "Hello Universe" in the Script Console output window. core.debug( "Hello Universe" ); . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/scripting.html -- 11.5 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>709) - astro.uni-altai.ru/ )

6. Contents
... Device-independent data-oriented graphics library . Xt-based widget library . Flexible, heirarchical, portable data structure . Foreign Data . ... a'' package . ... dir'' package . ... Purpose . ... Using Channels . ... Architecture . ... chm'' package . pio'' package . conn'' package . arln'' package . ... Example 1 . ... Example VM Data Filter . Example Streaming Data Filter . ... Resources . User Description . ... Description of the Karma Data Structure . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/programmer-manual/node1.html -- 34.8 Кб -- 13.02.2011
Похожие документы

7. Web-Site Content and Internet Access
Next: Measuring Internet Access Up: Widening Access Previous: First Observation of a Contents . ... The Observatory web-site also increasingly makes available the results of astronomical observations carried out at Armagh, for example images of meteorological or space-weather events such as aurorae (see http://star.arm.ac.uk/images/aurora-2003-Oct/), and transient astronomical events such as occultations, eclipses and transits. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/annrep/annrep2004/node66.html -- 4.1 Кб -- 19.04.2005
Похожие документы

8. http://hea.iki.rssi.ru/integral06/internal/index.php~
... selected="selected"' : ''; $menu .= '<option value="' . ... SERVER['REQUEST_URI'],$trans)); return $urls[0]; } /* get the internal configuration */ global $ cfg ; /* check if we been asked to render a feed */ $ feed = get_get(' feed ',NULL); /* check if we been asked to render a PDF */ $pdf = get_get('pdf',NULL); $ templates = array(); $output = ''; $ file = get_post('db',NULL); if (!$ file ) $ file = get_get('db',Property::get($ cfg ['config'],'default')); /* if the request does not ask for a...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/integral06/internal/index.php~ -- 9.5 Кб -- 21.03.2007
Похожие документы

9. Contents
... Exercises . C/C++ Program Compilation . ... UNIX Library Functions . ... Further Data Types . ... Not assigning a pointer to memory address before using it . ... Low Level Operators and Bit Fields . ... Some further example shared memory programs . ... Threads: Basic Theory and Libraries . ... Single threading . Some Example applications of threads . Thread Levels . ... Global and Private Thread-Specific Data Example . ... Example Use of Thread Specific Data:Rethinking Global Variables . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node1.html -- 41.5 Кб -- 02.10.2012
Похожие документы

10. ASP Conference Series, Vols. 1-34
Electronic access is now available for all ASP Conference Series Volumes. View the current list available on this page or browse the e-Book Access site . You may receive access with the purchase of a hard copy volume from the AstroShop , with an institutional subscription , or e-only purchases of books or articles on the e-Book Access site. ... Vol 1-218 . ... Vol 219+ . ... Purchase the printed volume, which includes free electronic access. ... Vol. ... Print ISBN: 0-937707-53-8 . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/pubs/cs/001-034.html -- 34.1 Кб -- 02.10.2012
Похожие документы

11. Browsing the HST Archive with Java-enriched Database Access
... Up: Archives and Information Services . Previous: Search and Retrieval of the AXAF Data Archive on the Web using Java . ... Our Web interface to the HST archive (WDB) was substantially augmented during the past few months: A seamless integration of Java applets and CGI interfaces to the database now allows basic manipulation and visualization of data. ... These applets only require a common Web browser and offer very helpful features to facilitate archive data selection. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/dolenskym2.html -- 9.1 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/dolenskym2.html -- 9.1 Кб -- 15.05.1998
Похожие документы

12. Contents
Next: General Introduction Up: PROS USERS GUIDE Previous: PROS USERS GUIDE . ... Summary of Tasks in this Section . ... IRAF/PROS Files . ... DATA I/O . ... ROSAT data and PROS . ... QPOE Utilities . Summary of Tasks in this section . qpcopy* - Manipulation of PROS/IRAF data files . ... qpsort* -- Sort a QPOE file . ... qprotate* -- Rotate a QPOE image about the origin . ... qpappend* -- Append a list of input qpoes to produce a single qpoe file . ... Image Display . ... Spectral Analysis . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node1.html -- 10.9 Кб -- 01.10.2012
Похожие документы

13. http://www.astro-soc.odessa.ua/
... Astronomical Observatory, Shevchenko Park, Odessa, 65014, . ... The XVI -th G. Gamow's Odessa Astronomical Summer Соnference-School, 14-20 August, 2016, Odessa, Ukraine . ... The XV -th G. Gamow's Odessa Astronomical Summer Соnference-School, 16-23 August, 2015, Odessa, Ukraine . ... The XIV -th G. Gamow's Odessa Astronomical Summer Соnference-School, 17-23 August, 2014, Odessa, Ukraine . ... The XIII -th G. Gamow's Odessa Astronomical Summer Соnference-School, 19-25 August, 2013, Odessa, Ukraine . ...
[ Сохраненная копия ]  Ссылки http://www.astro-soc.odessa.ua/ -- 16.6 Кб -- 15.03.2016
Похожие документы
Еще в разделе: (Показать все результаты (>10) - www.astro-soc.odessa.ua/ )

14. TUI:Telescope:User Catalogs
User catalogs allow you enter positions for your objects into a file, to save time during an observing run. ... Before diving into the details, here is an example: # default coordinate system and object # (these are the standard defaults, so if you like them you can omit this line) CSys=FK5; Date =2000; RotType= Object ; RotAng=0 # some random objects # Name Pos1 (e.g. RA) Pos2 (e.g. Dec) Options in keyword-value format NGC6543 rot 90 ... Object Data . Defaults . Catalog Options . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Telescope/UserCatalogs.html -- 10.3 Кб -- 05.09.2014
Похожие документы

15. Contents of Computer Ephemeris for 2014 (DE200/LE200).
Computer Ephemeris for 2014 from DE200/LE200. ... Sidereal Time. ... Apparent equatorial positions. Ecliptical positions. ... Chebyshev polinomial approximation of positions. ... Position and velocity. ... Dynamical time. Sidereal time. ... Osculating elements of planetary orbits. Planetary configurations (by time). ... Fundamental ephemeris. ... Ephemeris for physical observations. ... Stars. ... All comments on Computer Ephemeris please direct to the author: charlie@mail.univ.kiev.ua ...
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/ephem/14a/index.html -- 9.2 Кб -- 15.10.2013
Похожие документы

16. SMIS IKI RAN: table of contents
... Satellite data ] . SMIS ] . SMIS IKI RAN: table of contents . About SMIS laboratory Team . ... PREDICT - Satellite orbit and antenna tracking data calculation . ... XV_FRAME - Raw HRPT data processing: browsing, fragmentation, geo-location, storing to TDF format . ... XV_AVHRR - AVHRR instrument data processing . ... Satellite data NOAA . ... Russian Regions . ... Operational archive . ... Data archive . ... Archive . ... Telemetry data operational archive . ... Data processing examples . ...
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/cont_e.htm -- 8.1 Кб -- 03.11.2000
Похожие документы
Еще в разделе: (Показать все результаты (>29) - smis.iki.rssi.ru/ )

17. SAI CAS: Accessing SAI CAS from scripts
SAI VO . ... SAI CAS . ... Access . ... http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format . http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format &columns= $columns . http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format &withdist= $withdist &NULLS= $nulls where . ... File to store the results . ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/cas/access.php -- 16.1 Кб -- 01.10.2012
Похожие документы

18. Introduction
Next: RadioAstron Mission Element Overview . ... The aim of this document is to describe the interfaces among the various elements of the RadioAstron Mission. For each item exchanged by mission elements, this handbook details: . ... the how (the format and naming convention), . ... File formats, naming, and structure of FTP sites for operation elements used in VSOP are conserved, but new features, related to satellite control and orbit determination are introduced into the document. ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/documents/rmoh/eng/intro.htm -- 3.8 Кб -- 15.05.2001
Похожие документы

19. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы

20. http://observ.pereplet.ru/images/z/backupsql.txt
php /* * Backup script on server. ... Connects to the mySQL * database and creates a backup file of the whole database. ... Yes/No? ... It will void your warranty :-D! $ date = date ( mdy-hia ); $filename = $savepath/$dbname-$ date .sql ; if($use_gzip== yes ){ $ filename2 = $ file ; } else { $ filename2 = $savepath/$dbname-$ date .sql ; } if($send_email == yes ){ $fileatt_type = filetype($ filename2 ); $ fileatt_name = .$dbname. - .$ ... BR>"; $message .= "--{$mime_boundary}\n" ." ...
[ Сохраненная копия ]  Ссылки http://observ.pereplet.ru/images/z/backupsql.txt -- 7.3 Кб -- 29.12.2010
Похожие документы

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


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

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

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