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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/cats/~satr/JS/Guide/evnt.htm.

1. Client-Side JavaScript Guide
... This book explains how to use core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Core, Client-Side, and Server-Side JavaScript . ... Client-Side JavaScript . ... JavaScript and Java . ... Examples . ... Conditional Statements . ... Object Manipulation Statements . ... Defining Functions . ... Objects and Properties . ... Indexing Object Properties . ... Defining an Event Handler . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/contents.htm -- 19.7 Кб -- 07.10.1999
Похожие документы

2. JavaScript Guide
... JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Document Conventions This chapter introduces JavaScript, discusses some of the fundamental concepts of JavaScript in Navigator and provides basic examples. ... JavaScript and Java . ... These objects are in addition to objects defined for server-side JavaScript and Navigator objects introduced in Chapter 3, "Using Navigator Objects." ... Object Manipulation Statements and Operators . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/contents.htm -- 19.7 Кб -- 12.12.1997
Похожие документы

3. Dynamic HTML in Communicator
... The previous example, Chapter 12, "Expanding Colored Squares Example," illustrates how to expand and contract the clipping region of a layer without changing the wrapping width of the layer. This example illustrates how to capture mouse events so that the user can make a layer's wrapping width wider or narrower by dragging the mouse. ... how to capture mouse events for a layer . how to change the wrapping width of a layer by using the load() function . ... Capturing Events for the Layer . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers38.htm -- 11.3 Кб -- 13.08.1997
Похожие документы
Еще в разделе: (Показать все результаты (>1792) - crydee.sai.msu.ru/ )

4. Apache's Handler Use
What is a Handler . ... mod_actions . ... A "handler" is an internal Apache representation of the action to be performed when a file is called. Generally, files have implicit handlers, based on the file type. Normally, all files are simply served by the server, but certain file types are "handled" separately. Apache 1.1 adds the ability to use handlers explicitly. ... The following directives will enable the send-as-is handler, which is used for files which contain their own HTTP headers. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/handler.html -- 7.2 Кб -- 15.10.2001
Похожие документы
Еще в разделе: (Показать все результаты (>109) - neptun.sai.msu.ru/ )

5. Examples of interrupt handling
To use single quotes to inhibit command substitution: #!/bin/sh trap 'echo `pwd` >>$HOME/errdir' 2 3 15 for i in /bin /usr/bin /usr/any/bin do cd $i some series of commands in the directory $i done . The file errdir will contain the name of the directory being worked on when the procedure is interrupted. ... To remove temporary files when a procedure is interrupted: #!/bin/sh temp=/tmp/file.$$ trap 'rm $temp; exit' 0 1 2 3 15 ls > $temp .. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.9.3.html -- 3.4 Кб -- 17.01.1997
Похожие документы

6. Doing lengthy calculations from a GUI
... This is done from within the keyword handler work() which is activated by the keyword WORK= . ... h #include init.h #include finis.h #include userfio.h #include ggi.h /* * Keyword handler for QUIT= */ static void quit(ident id, char * key , int code, void *arg) { bool finished=toflog(FALSE); ( void )userflog( , 1, 2, key , ); if (tobool(finished)) finis_c(); } /* * Keyword handler for both NUMBER = and GETAL= */ static void number (ident id, char * ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/pguide/gui-example5.html -- 8.4 Кб -- 17.01.2009
Похожие документы

7. Directory handling functions
Next: File Manipulation Routines Up: File and Directory Manipulation Previous: File and Directory Manipulation . This basically involves calling appropriate functions. int chdir(char path) - changes directory to specified path string. ... NOTE: rindex() is a string handling function that returns a pointer to the last occurrence of character c in string s , or a NULL pointer if c does not occur in the string. ( index() is similar function but assigns a pointer to 1st occurrence.) ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 02.10.2012
Похожие документы

8. Spectrum
... spectrum . ... SPECTRUM will compute synthetic spectra, line profiles equivalent widths, specific intensities, assuming LTE, from model atmospheres of early-type stars. ... sterne models . file containing model atmosphere in 2006 Sterne format . ... T=25000, log g=4.0, vt=0, 1400-1415A. a) NLTE model atmosphere, spectrum computed with SYNSPECv25 (black). b) LTE model atmosphere, same linelist in converted format, spectrum computed with SPECTRUM (red) using this input file and this linelist . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/spectrum.html -- 9.0 Кб -- 30.08.2007
Похожие документы
Еще в разделе: (Показать все результаты (>1673) - star.arm.ac.uk/ )

9. OptInt PmWiki : PmWiki / Custom Markup
OptInt PmWiki : Pm Wiki / Custom Markup . Custom inter map | ... PmWiki's markup translation engine is handled by a set of rules; each rule searches for a specific pattern in the markup text and replaces it with some replacement text. ... Rules are added to the translation engine via PmWiki's Markup() function, which looks like . ... For example, here's the code that creates the rule for ''emphasized text'' (in scripts/stdmarkup.php ): . Markup("em", "inline", "/''(.*?)''/", "<em>$1</em>"); . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/CustomMarkup?action=print -- 22.7 Кб -- 01.03.2014
Похожие документы

10. Lesson 2: Data Handling with Python
Python and the necessary libraries is already installed on all ANU information commons computers. ... Installation instructions are given in the reference guide below. Reference Guide for Python Data Handling . Reference links . Enthought Canopy - the easiest way to get Python with all necessary packages . ... Note that in Canopy, you set the working directory as described in the python reference notes above - otherwise it won't find the data. Back Main Data Handling Page . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/pfrancis/labskills/datahandling/lesson2.html -- 3.3 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>2350) - www.mso.anu.edu.au/ )

11. Astronomy Net Privacy Policy
... Thank you for visiting the Astronomy Net website and reviewing our privacy statement. Our privacy policy is clear: We will collect no personal information about you when you visit our website unless you choose to provide that information to us. ... Once you access another site through a link that we provide you are subject to the privacy policy of the new site. ... Information presented on the Astronomy Net website is considered public information and may be distributed or copied. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/privacy.html -- 5.3 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>257) - www.astronomy.net/ )

12. Further Information and Bibliography
The Network Time Protocol (NTP) is used to synchronize the time of a computer client or server to another server or reference time source, such as a radio or satellite receiver or modem. ... Information on the NTP architecture, protocol and algorithms can be found in the following articles and reports, which are available online . Mills, D.L. Internet time synchronization: the Network Time Protocol. ... Mills, D.L. Network Time Protocol (Version 3) specification, implementation and analysis. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/biblio.html -- 10.0 Кб -- 21.12.2007
Похожие документы

13. Actor Prolog User Guide. Residents.
In Actor Prolog a resident is a special mechanism that helps processes to inspect state of other processes. A resident observes the state of a specified (target) process and if the state of the process changes (for instance, after message handling) it proves a specified predicate of the process. ... Work of the resident. ... Any change of the list of target processes or arguments of resident function results in activation of the resident and repeated collection of information in the target worlds. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_reside.html -- 14.6 Кб -- 24.09.2007
Похожие документы

14. ESO - Request Handler FAQ
... Science . ... Science Users Information > Science Archive Facility > Request Handler FAQ . ... Data Handling and Products . ... ESO Data . ... Also, please double-check that you have entered correctly the full address of the service ( http://www.eso.org/requestHandler/pipacks ), including the leading triple w. Answer: The packages contain the raw data belonging to the selected run, the associated raw calibrations, the masters derived from them and the pipeline science products generated from them...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/archive/requestHandlerFaq.html -- 36.3 Кб -- 09.04.2016
Похожие документы

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

16. TUI:Scripts:Scripting Tutorial:User Input
This example shows how to add a few input widgets to a script and how to get data from them. This is a fairly artificial example in that one would normally just use the DIS Expose window for this purpose. ... import RO.Wdg import Tkinter import TUI .Inst.ExposeModel as ExposeModel from TUI .Inst.ExposeStatusWdg import ExposeStatusWdg class ScriptClass(object): Take a series of DIS darks with user input . def __init__(self, sr): Display exposure status and a few user input ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/UserInput.html -- 6.6 Кб -- 05.09.2014
Похожие документы

17. CFH12K: Control Software and Data Handling
Next: The MERLIN Correlator Software Project . ... Based on experience gained from CFH12K's predecessor, the UH8K, we built a Unix/C command-line interpreter to operate the camera and telescope. ... The command-line interpreter (CLI) that controls the CFH12K is a C program called ``DetCom.' ... This mode is useful for observers who have their own data reduction software that does not handle MEF; . ... Director allows commands to be routed to different places from a single point of control. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P1-44/ -- 15.2 Кб -- 06.10.2000
Похожие документы

18. http://www.mccme.ru/ium/postscript/f09/topology3_04.ps
TOPOLOGY II ASSIGNMENT 4 (CELLULAR HOMOLOGY) Problem 4.1. Compute H # (M 2 g ), where M 2 g is the sphere with g handles. Problem 4.2. Compute H # (N 2 g ), where N 2 g is RP 2 with g handles. ... Consider the action of the group Z p with the generator # on the unit sphere S 3 # C 2 defined by #(z, w) = (exp( 2#i p ), exp( 2#iq p )). ... Compute H # (L(p, q) Problem 4.7. Compute H # (D), where D is the dunce hat, i.e., the triangle with the identifi­ cations shown by arrows. ...
[ Текст ]  Ссылки http://www.mccme.ru/ium/postscript/f09/topology3_04.ps -- 82.0 Кб -- 09.10.2009
Похожие документы

19. spectrometer counts to kelvins
... Avg: the average value of the spectra (maybe throwing out some channels at the edges). <>:average over the spectra (throwing out points at the edges if you want). gCal(f) :- frequency dependence of the tabulated cal values. ... calInK(Avg): Scaler cal value averaged over the band. calOffSpc(Avg): cal off value averaged over the band (in spectrometer counts) . ... cntsToK(avg) = calInK(Avg) / (calDif_cnts(Avg)) . To convert a spectrum b_cnts in spectrometer counts to b_K in Kelvins using cntsToK: . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/cals/spectrometerCntsToKelvins.html -- 19.1 Кб -- 12.06.2014
Похожие документы

20. ASRAS HOME
... This information is used by rochesterastronomy for the operation of the service, to maintain quality of the service, and to provide general statistics regarding use of the rochesterastronomy Web site. ... The rochesterastronomy Web site use "cookies" to help you personalize your online experience. ... For example, if you personalize rochesterastronomy pages, or register with rochesterastronomy site or services, a cookie helps rochesterastronomy to recall your specific information on subsequent...
[ Сохраненная копия ]  Ссылки http://www.rochesterastronomy.org/Privacy -- 40.3 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>88) - www.rochesterastronomy.org/ )

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


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

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

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