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

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

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

1. Keyword arguments and default arguments
Routines can now be called with keyword arguments and can use default arguments, that means that some arguments can be given with keywords instead of position and some do not have to be given at all, in which case a standard or default value is used. ... IMPLICIT NONE INTERFACE SUBROUTINE SOLVE (A, B, N) INTEGER, INTENT (IN) : : N REAL, INTENT(OUT) : : A REAL, INTENT(IN), OPTIONAL : : B END SUBROUTINE SOLVE END INTERFACE REAL X ! ... You will use keyword arguments and default arguments so that . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c8.html -- 5.4 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c8.html -- 5.4 Кб -- 11.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>3576) - crydee.sai.msu.ru/ )

2. User interface
GIPSY programs do not interact with the user directly, but do this through the GIPSY user interface, Hermes . If for instance a program needs some input from the user, it will send a request to Hermes which will then prompt the user for the required parameters. ... If a program wants to inform the user that the integrated flux density of a source is x Janskys, it will not do this with an ordinary WRITE statement, but via a library routine which sends a request to Hermes. ... The default level . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/srvreq/programmers.html -- 7.2 Кб -- 17.01.2009
Похожие документы

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

4. EPIC Related CAL Routines
Next: CAL_getHKwindows Up: Routines of the Calibration Previous: List of CCF Components Contents . ... CAL_getHKwindows . Procedure . ... Used CAL State Variables . List of CCF Components used . CAL_getAUXwindows . ... CAL_getBoresightMatrix . ... CAL_rawXY2mm . ... CAL_mm2rawXY . CAL_rawX2chipX . ... CAL_chipX2rawX . ... CAL_getBadPixelList & CAL_getBadPixelMap . ... CAL_mosCTIcorrection . ... CAL_getmosOffset . ... CAL_mosgainCorrect . ... CAL_getEventPatterns . ... CAL_getEbounds . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node44.html -- 17.9 Кб -- 20.09.2011
Похожие документы

5. Archive for December
... I fixed the bugs that caused the map_point changes to fail tests. Then I removed the no longer needed dimensional variables from the p structure and got those changes to pass all the tests. ... I put the code under subversion control in a new branch called refactor. ... The code change which processes each drizzle kernel over an entire image rather than a line at a time now passes the unit tests and was checked in. ... I got the keywords argument changes done and got the tests to pass. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~bsimon/weblog/y2014/m12/index.html -- 19.8 Кб -- 31.12.2014
Похожие документы

6. Creating a new sytem call: solution
The HyperNews Linux KHG Discussion Pages . Forum: The Linux Kernel Hackers' Guide . Re : Problem creating a new system call . ... From: C.H.Gopinath < gopich@cse.iitb.ernet.in > . ... If you want the data to be displayed on the stdout use sys_write(1,ptr,len); where ptr is the string to be displayed and len is its length. Using this you can check your sys call is created or not. ... I tried to assign and print a string in the system call. ... Kernel Debuggers for Linux by sauru . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/135/1.html -- 3.5 Кб -- 23.03.2000
Похожие документы
Еще в разделе: (