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

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

7. Handling shell variables
. The shell has several variables which are automatically set whenever you login. The values of some of these variables are stored in names which collectively are called your user environment. Any name defined in the user environment, can be accessed from within a shell script. To include the value of a shell variable into the environment you must export it. Special shell variables . Evaluating shell variables .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы

8. OptInt PmWiki : PmWiki / Fmt Page Name
OptInt PmWiki : Pm Wiki / Fmt Page Name . ... This page describes an internal function in PmWiki's engine called FmtPageName(). ... Returns $fmt , with $variable and internationalisation substitutions performed, under the assumption that the current page is pagename . ... Replace any sequences of the form $XyzFmt with value of any corresponding global variable. ... Typically this is used to handle things like $Name and $Group etc that are specific to the name of the current page. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/FmtPageName?action=print -- 16.9 Кб -- 01.03.2014
Похожие документы

9. Funtools Environment Variables
Describes the environment variables which can be used to tailor the overall Funtools environment. ... The FITS_EXTNAME environment variable specifies the default FITS extension name when FunOpen() is called on a file lacking a primary image. ... ARRAY . The ARRAY environment variable specifies the default definition of an array file for Funtools. ... The EVENTS environment variable specifies the default definition of an raw event file for Funtools. ... You also can use the CC environment variable. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/env.html -- 9.4 Кб -- 01.10.2012
Похожие документы

10. Programming in C
... Lecture notes + integrated exercises, solutions and marking . ... C/C++ Program Compilation . ... UNIX Library Functions . ... Further Data Types . ... Not assigning a pointer to memory address before using it . ... Exercise . ... Threads: Basic Theory and Libraries . ... Thread Levels . ... Global and Private Thread-Specific Data Example . ... Example Use of Thread Specific Data:Rethinking Global Variables . ... Further Threads Programming:Thread Attributes (POSIX) . ... Thread programming examples...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/CE.html -- 47.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/CE.html -- 47.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/CE.html -- 47.0 Кб -- 02.10.2012
Похожие документы

11. lsst.tcc: python/tcc/mir/mirrorDevice.py Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... python . tcc . mir . mirrorDevice.py . ... 30 љ DefaultTimeLim = None # a poor choice, but the best we can do until commands pay attention to predicted duration . ... 54 љ @param[in] userCmd user command that tracks this command, if any . ... 129 љ @param[in] userCmd user command that tracks this command, if any . ... 131 љ @param[in] userCmd user command that tracks this command, if any . ... tcc.mir.mirrorDevice.MirrorDevice.handleReply . ...