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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/windows.htm.

1. About this Book
... JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. This book explains everything you need to know to begin using core and client-side JavaScript. ... JavaScript Versions . ... Each version of Navigator supports a different version of JavaScript. ... The following table lists the JavaScript version supported by different Navigator versions. ... Each version of the Netscape Enterprise Server also supports a different version of JavaScript. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/preface.htm -- 11.0 Кб -- 07.10.1999
Похожие документы

2. Conditionals
... The if statement . ... The switch statement . ... if ( expression ) statement 1 else statement 2 ...or: . ... expression 1 ? ... The C switch is similar to Pascal's case statement and it allows multiple choice of a selection of items at one level of a conditional where it is a far neater way of writing multiple if statements: . switch ( expression ) { case item 1 : statement 1 ; break; case item 2 : statement 2 ; break; case item n : statement n ; break; default: statement ; break; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node5.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node5.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node5.html -- 8.0 Кб -- 02.10.2012
Похожие документы

3. http://www.mso.anu.edu.au/~fbriggs/WAARNEEM/0_README
Sample data files: The files data.1 through data.6 contain tables of numbers. Only data.5 has two columns; the other files have one column. The file data.5 contains `complex data' with the first column containing the real parts and the second column containing the imaginary. In sm, you can read data into the program by using the following statements: data datafilename read {y 1} The first line tells sm that the new data will be read from a file named `datafilename'. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~fbriggs/WAARNEEM/0_README -- 1.7 Кб -- 27.09.2001
Похожие документы
Еще в разделе: (Показать все результаты (>416) - www.mso.anu.edu.au/ )

4. http://www.sai.msu.su/apod/nasawebstuff.html
NASA Web Site Statements, Warnings, and Disclaimers Following are statements about NASA's policies with regard to our Web sites. They contain information concerning your privacy, the security of our resources, the accessibility of Web site material, and links to other sites. Privacy Statement This policy establishes how NASA will use information we gather about you from your visit to our Web site. ... If you visit a NASA site.. ... Link Disclaimer Thank you for visiting this NASA Web site. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/apod/nasawebstuff.html -- 5.4 Кб -- 21.12.2007
Похожие документы

5. Astronauts
The nasa.gov site requires that JavaScripts be enabled in your browser. ... Contact NASA . ... The following are astronauts who are employed at NASA. Astronaut assignments and category definitions (e.g., "active" astronauts, "management" astronauts) are contained in a separate Flight Operations Directorate (FOD) policy letter. Astronaut . ... Acaba, Joseph M. 2004 . ... Aunon, Serena M. 2009 . ... Barratt, Michael R. 2000 . ... Burbank, Daniel C. 1996 . ... Cassada, Josh A. 2013 . ... 1998 . ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/astrobio.html -- 50.7 Кб -- 07.04.2016
Похожие документы

6. Procedure to be followed by DMD secretary for DFS Group documentation
Procedure to be followed by DMD secretary for DFS Group documentation . Initial email comes from author requesting document number. ... An email is then sent by the DMD secretary to the Technical Archive (tecarch@eso.org) with the same information, to request the last 4 digits of the document number (the 'chronological number'). ... Some time will pass and then the author, using the DFS Group tool 'WebCheck', will post a web readable version of the document on the DFS Group website. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/projects/dfs/team/DMD_Archive_procedure_notes.html -- 9.2 Кб -- 21.01.2002
Похожие документы

7. Values, Variables, and Literals
... This chapter discusses values that JavaScript recognizes and describes the fundamental building blocks of JavaScript expressions: variables and literals. ... So, for example, you could define a variable as follows: . var answer = 42 And later, you could assign the same variable a string value, for example, . ... These are fixed values, not variables, that you literally provide in your script. ... A string literal is zero or more characters enclosed in double ( " ) or single ( ' ) quotation marks. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/ident.htm -- 11.1 Кб -- 12.12.1997
Похожие документы
Еще в разделе: (Показать