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

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

Показаны документы, содержащие фрагменты текста из документа
http://star.arm.ac.uk/f77to90/c7.html.

1. Program units
In addition to the four old program units: PROGRAM (that is the main program), SUBROUTINE, FUNCTION and BLOCK DATA , the new concept MODULE has been added, as well as some new things in the old units. ... POSITIVE NUMBERS ASSUMED TYPE(INTERVAL), INTENT(IN) :: A, B TYPE (INTERVAL) :: INTERVAL_MULTIPLICATION INTERVAL_MULTIPLICATION%LOWER = A%LOWER * B%LOWER INTERVAL_MULTIPLICATION%UPPER = A%UPPER * B%UPPER END FUNCTION INTERVAL_MULTIPLICATION FUNCTION INTERVAL_DIVISION(A, B) ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c7.html -- 11.4 Кб -- 30.08.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c7.html -- 11.4 Кб -- 30.08.1996
Похожие документы
Еще в разделе: (Показать все результаты (>1575) - crydee.sai.msu.ru/ )

2. Event-driven Tasks and Graphical User Interfaces
... The only event-driven pieces of software were the user interface Hermes, the display server GIDS and the GDS server. ... Event-driven tasks are fundamentally different from procedural tasks. ... Using this event handling, a collection of routines has been built, which allows the programmer to construct a graphical user interface for a task. ... These are the events associated with user input keywords and one other event which is generated when a task is resumed after it was pausing. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/pguide/event-driven.html -- 8.8 Кб -- 17.01.2009
Похожие документы

3. Python: module ihooks
ihooks . ... usr/local/Python-2.5/lib/python2.5/ihooks.py . Module Docs . Import hook support. ... 1) A "file system hooks" class provides an interface to a filesystem. ... If a module importer class supports dotted names, its import_module() . ... init__ (self, loader =None , verbose =0 ) . ... find_module (self, name, path =None ) . ... init__ (self, hooks =None , verbose =0 ) . ... class Hooks ( _Verbose ) . ... import_module (self, name, globals =None , locals =None , fromlist =None ) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/ihooks.html -- 27.5 Кб -- 05.11.2015
Похожие документы
Еще в разделе: (Показать все результаты (>14279) - www.stsci.edu/ )

4. Tsearch2 in Japanese
... Argument: C-Type: (char *) (IN) Desc: Pointer to the text which we parse 2. ... Argument: C-Type: (char **) (OUT) Desc: token text 3. ... LexDescr * descr = (LexDescr *) palloc(sizeof(LexDescr) * (2+1)); /* there are only two types in this parser */ descr [0].lexid = 3; descr [0].alias = pstrdup( word ); descr [0]. descr = pstrdup( Word ); descr [1].lexid = 12; descr [1].alias = pstrdup( blank ); descr [1]. descr = pstrdup( Space symbols ); descr [2].lexid = 0; PG_RETURN_POINTER( ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html -- 12.8 Кб -- 22.12.2007
Похожие документы

5. 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
Похожие документы
Еще в разделе: (Показать все результаты (>711) - jet.sao.ru/ )

6. ESO - VLT/Instrument Interfaces
... Science . ... Science Users Information > Observing Facilities > Instrumentation Development > VLT/Instrument Interfaces . ... APEX Visitor Instrument . ... The interfaces between the VLT Unit Telescopes and the scientific instruments to be operated at the VLT Cassegrain, Nasmyth and Coudц© foci are well defined. ... Interface and numerous other relevant information for instrument builders is available in the "Requirements for Scientific Instruments on the VLT Unit Telescopes" , ESO doc. no. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/facilities/develop/interfacesvlt.html -- 31.4 Кб -- 10.04.2016
Похожие документы

7. MIDAS Command Language
Next: Passing Parameters in Up: Monitor and Command Previous: Execution of Commands . The MIDAS command language ( MCL ) consists of all the commands which you enter interactively, and an additional set of commands to provide the necessary tools to write MIDAS ``programs'', called MIDAS procedures . ... The following Command Language commands provide the necessary programming constructs like looping and conditional branching for MIDAS procedures, they cannot be used interactively: . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node40.html -- 9.8 Кб -- 23.02.1996
Похожие документы

8. SAS Coding Standards
In order to ensure consistency between code written at different institutes, and to ease maintainance and testing, all code shall be written to the following standards wherever possible. ... Proper use should be made of these facilities, rather than coding in the Fortran-77 subset of the language. An explicit interface should be used for all procedures (i.e. subroutines and functions). ... However, general purpose classes should not use the application name (i.e. Sas) as the prefix. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/devel/coding.html -- 17.1 Кб -- 21.09.2001
Похожие документы

9. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/ocu/pcr/masmv51/include/MIXED.INC
... ; ; ifFP statement Assembles statement if far data ; ; FPoperand Conditionally provides ES override for data ; ; pLes register, address Conditionally loads data through ES ; ; pLds register, address Conditionally loads data through DS ;if1 ; Translate command-line arguments ; Initialize procName procName equ foo ; Set model passed from command line setModel macro mod ifdef cLang . model mod, C lang EQU C elseifdef BASIC ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/ocu/pcr/masmv51/include/MIXED.INC -- 4.1 Кб -- 02.03.2001
Похожие документы

10. Using XML and Java for Astronomical Instrument Control
... Up: Telescope and Instrument Control Systems . ... 216, Astronomical Data Analysis Software and Systems IX, eds. N. Manset, C. Veillet, D. Crabtree (San Francisco: ASP), 271 . ... NASA Goddard Space Flight Center and AppNet, Inc. are developing AIML to command and control astronomical instruments. Our software architecture combines the platform-independent processing capabilities of Java with the power of XML. ... Instrument description is too tightly coupled with details of implementation. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/O8-03/ -- 13.6 Кб -- 04.10.2000
Похожие документы

11. Graphical user interface
... UNIX and Linux don't incorporate the user interface into the kernel; instead, they let it be implemented by user level programs. ... This arrangement makes the system more flexible, but has the disadvantage that it is simple to implement a different user interface for each program, making the system harder to learn. ... X also does not implement a user interface; it only implements a window system, i.e., tools with which a graphical user interface can be implemented. ... Sun May 4 14:08:43 EEST 1997...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node13.html -- 3.3 Кб -- 04.05.1997
Похожие документы

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

13. IUM: Mission Statement
The Independent University of Moscow is a unique, non-profit academic institution created to prepare students for a career in research. ... Working closely with their professors, students are exposed to a variety of ideas that constitute the frontiers of research and development of mathematics. ... We value independent thinking, open discussions, student initiative and hard work committed to the exploration of the universe of mathematics. ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/ium/english/mission.html -- 2.7 Кб -- 09.12.2005
Похожие документы
Еще в разделе: (Показать все результаты (>579) - www.mccme.ru/ )

14. The XPA Message Bus (xpamb)
The xpamb program can act as a "classical" message bus interface between clients and servers. A client can send a data request to the message bus, which then interfaces with multiple servers and returns the data back to the client. ... For example, if the -info switch is used: xpaget xpamb -info foo then the info about that stored data buffer will be returned. If the -data is used with a specific name: xpaget xpamb -data foo then the stored data itself will be returned. ... data [name] . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/xpamb.html -- 7.8 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/xpamb.html -- 7.8 Кб -- 01.10.2012
Похожие документы

15. OptInt PmWiki : Access Keys
OptInt PmWiki . ... Edit Page | ... MROI Delay Line Design Contract . ... Access Keys . ... Note that this AKey+x access key only works this way on this page, because it is simply a shortcut for accessing the link that exists only on this page. The list of access key assignments in default PmWiki installations generally work throughout a site because links have been created in PmWiki skins and editing screens that incorporate access key parameters using the access key translation phrases. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/AccessKeys -- 27.6 Кб -- 28.02.2014
Похожие документы

16. TclActor Internals
TclActor is a set of classes that allow one to write an actor for the 3.5m control system. ... Thus, to the extent that the underlying hardware controllers support it, an actor based on TclActor can execute multiple commands at the same time. ... Commands must be in the following format: [cmdId [msgId]] [verb [arguments]] where: . ... The device code tends to fall into several categories: code to support executing commands, code to handle replies and code to represent the internal state of the device. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/MC2/TclActorInternals.html -- 8.2 Кб -- 09.07.2008
Похожие документы

17. Conditional statements
. Every Unix command returns a value on exit which the shell can interrogate. This value is held in the read-only shell variable $? . A value of 0 (zero) signifies success; anything other than 0 (zero) signifies failure. The if statement . The operator . The || operator .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.4.html -- 2.0 Кб -- 17.01.1997
Похожие документы

18. Pyramid Ice Crystal Halos Over Finland
... These ice-crystals act together like millions of miniature ice mirrors, with external and internal reflections from different faces creating arcs and halos of different radii. An amazing display of pyramid ice crystal halos was captured on June 5 above Tampere , Finland . ... In contrast, thin and flat falling ice crystals will produce a halo of 22 degrees only. ... Publications with keywords: halo - ice crystals . Publications with words: halo - ice crystals . ... A Sun Halo Over Tennessee . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1228399 -- 14.3 Кб -- 18.06.2008
Похожие документы

19. There Are Two Different Situations Here! - an Astronomy Net Blackholes Forum
Blackholes Forum Message . Forums: . Atm ћ Astrophotography ћ Blackholes ћ Blackholes2 ћ CCD ћ Celestron ћ Domes ћ Education . ... Discussion Forums | Blackholes I | ... There Are Two Different Situations Here! Forum List | ... Back to Thread Topics | ... www.astronomy.net . About Astronomy Net | Advertise on 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/blackholes/messages/6631.shtml -- 14.3 Кб -- 09.04.2016
Похожие документы

20. Setting which addresses and ports Apache uses
When Apache starts, it connects to some port and address on the local machine and waits for incoming requests. By default, it listens to all addresses on the machine, and to the port as specified by the Port directive in the server configuration. ... There are two directives used to restrict or specify which addresses and ports Apache listens to. ... Listen can be used to make a single Apache server listen to more than one address and/or port. ... Syntax: Listen [ port | IP-address:port ] . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/bind.html -- 6.4 Кб -- 15.10.2001
Похожие документы

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


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

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

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