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

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

Показаны документы, содержащие фрагменты текста из документа
http://smdc.sinp.msu.ru/doc/Fortran90UsersGuide.pdf.

1. Multi-Rsh parallelized rsh program
multi-rsh is a perl script which runs the same command on multiple machines, in parallel, and provides reasonable, adjustable timeouts for those machines which fail to answer. Both standard output and standard error are returned through the same channel, and all output has the hostname prepended to each line. Multi-rsh must be run as root (remote jobs can be set to run as any user, see Options below). ... Neither form allows you to directly pass input to the remote programs. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/multi-rsh.html -- 7.8 Кб -- 10.04.2016
Похожие документы

2. C, UNIX and Standard Libraries
... Using UNIX System Calls and Library Functions . ... To use system calls and library functions in a C program we simply call the appropriate C function. Examples of standard library functions we have met include the higher level I/O functions -- fprintf() , malloc() .. ... For most system calls and library functions we have to include an appropriate header file. e.g. stdio.h, math.h . ... Information on nearly all system calls and library functions is available in manual pages. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node15.html -- 6.1 Кб -- 02.10.2012
Похожие документы

3. Use of program libraries
The two main numerical libraries in Fortran 90 are . NAG Numerical Libraries for Fortran 90 Users . IMSL Fortran 90 MP Library Both of these offer both a modified version of the Fortran 77 library, recompiled for Fortran 90, and a completely new library, using all the new facilities of Fortran 90. ... On the Sun using Sun OS 4.2.1 we also got completely wrong results when using library functions in single precision, since the C system on Sun converted all function calls into double precision. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c15.html -- 5.2 Кб -- 30.03.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c15.html -- 5.2 Кб -- 30.03.1996
Похожие документы

4. Interface Definition Libraries
... Though Flint knows the interface definitions (i.e. number, type and intent of each argument) of standard FORTRAN functions, it is desirable for users to build and use a file (or files) describing the interfaces to their own library. ... The format is: flint -o file .. ... While these interface definitions could be input along with normal source files, preceding the interface file with the -l (library) switch has the advantage that the source of this file does not appear in the listing file. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/progguide/node53.html -- 6.1 Кб -- 05.02.2013
Похожие документы

5. Programming Languages
... VMS users have the following compilers available: C, C++, Pascal, FORTRAN, and MACRO--which is a low-level language. ... Create a source file containing valid program statements as defined by the language. ... Run the program. ... FORT RECALC $ LINK RECALC $ RUN RECALC When you write your programs, your source files should always have a file type that identifies the programming language being used. ... Users create a source file of MACRO statements and then compile, link, and run, the file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_45.html -- 9.1 Кб -- 01.11.1995
Похожие документы

6. Authentication Options
The NTP standard specifies an extension which provides cryptographic authentication of received NTP packets. ... The specification allows any one of possibly 4 billion keys, numbered with 32-bit key identifiers, to be used to authenticate an association. ... In the case of MD5, the keys are 64 bits (8 bytes). xntpd reads its keys from a file specified using the -k command line option or the keys statement in the configuration file. ... A zero key in NTP format would be specified as 8080808080808080 . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/authopt.html -- 7.3 Кб -- 21.12.2007
Похожие документы

7. http://xmm.vilspa.esa.es/sas/6.0.0/doc/taskmain.ps.gz
... This means that they share most of their command line interface. ... Task speci c options All tasks may have additional parameters in a parameter le, that can be set on the command line (more information can be found in package param). param =value --param =value Set the value of parameter param to value 1.2 Environment variables The behavior of the tasks is modi ed by the following environment variables: SAS CCF This has the same meaning as the command line option --ccf (see above). ...
[ Текст ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/taskmain.ps.gz -- 48.9 Кб -- 18.03.2004
Похожие документы

8. Manpage of FFTFILTER
... fftfilter - compute complex fft on input (ao). fftfilter [ -r ] [ -d transformDirection ] [ -n lengthTransform ] [ -z zeroFillFromdatapoints. ] . fftfilter performs a complex fourier transform on its input data. The input is taken from the standard input and should be real*4 floating point format. ... Any data at the end that does not fill up a complete transform length will be ignored (unless -z is used then the last points will be zerofilled). ... Direction of the transform. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/aosoft/fftfilter.html -- 4.9 Кб -- 03.11.2010
Похожие документы

9. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README
CFITSIO Interface Library CFITSIO is a library of ANSI C routines for reading and writing FITS format data files. ... The CFITSIO library is built on Unix systems by typing: > ./configure [--prefix=/target/installation/path] > make (or 'make shared') > make install (this step is optional) at the operating system prompt. The configure command customizes the Makefile for the particular system, then the `make' command compiles the source files and builds the library. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README -- 6.9 Кб -- 30.12.2010
Похожие документы

10. Introduction to SCons Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... SCons user manual http://www.scons.org/doc/1.2.0/HTML/scons-user/book1.html . SCons man page (on web at http://www.scons.org/doc/HTML/scons-man.html , or man scons ) . ... SCons is a tool to build compile source code into (closer-to) executable format. ... Curiously, the shared-library SCons builder will accept multiple identical sources and pass them all to the linker, which will normally lead to ?multiple definition? errors. ... Introduction to SCons . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/sconsintro.html -- 16.1 Кб -- 04.04.2016
Похожие документы

11. dbmmanage - Manage user authentication files in DBM format - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Programs . ... dbmmanage is used to create and update the DBM format files used to store usernames and password for basic authentication of HTTP users via mod_authn_dbm . Resources available from the Apache HTTP server can be restricted to just the users listed in the files created by dbmmanage . ... One can usually use the file program supplied with most Unix systems to see what format a DBM file is in. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/programs/dbmmanage.html -- 13.7 Кб -- 21.01.2013
Похожие документы

12. Source Re-organisation
As of 1.3, the Apache source directories have been re-organised. This re-organisation is designed to simplify the directory structure, make it easier to add additional modules, and to give module authors a way of specifying compile time options or distribute binary modules. ... The non-module source files have moved from src into src/main . ... Configure . ... For example, say it is called mod_demo.c. The archive for this module should consist of two files, in a suitable directory name. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/sourcereorg.html -- 12.8 Кб -- 15.10.2001
Похожие документы

13. configure.in
... autoconf processes configure.in to produce a configure script. configure is a portable shell script which examines the build environment to determine which libraries are available, which features the platform has, where libraries and headers are located, and so on. Based on this information, it modifies compiler flags, generates makefiles, and/or outputs the file config.h with appropriate preprocessor symbols defined. ... Here is a sample configure.in , from a Gnome version of "Hello, World": . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/z69.html -- 16.9 Кб -- 12.07.2000
Похожие документы

14. ESO C Library for an Image Processing Software Environment (eclipse)
... Up: Software Applications . ... Written in ANSI C, eclipse is a library offering numerous services related to astronomical image processing : FITS data access, various image and cube loading methods, binary image handling and filtering (including convolution and morphological filters), 2-D cross-correlation, connected components, cube and image arithmetic, dead pixel detection and correction, object detection, data extraction, flat-fielding with robust fit, ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/P3-07/ -- 14.2 Кб -- 29.05.2001
Похожие документы

15. http://xray.sai.msu.ru/~ivan/gmt/man/triangulate.html
... Append the name of the output grid file. ... CYLINDRICAL PROJECTIONS: -Jc lon0 / lat0 / scale (Cassini) -Jj lon0 / scale (Miller) -Jm scale ( Mercator - Greenwich and Equator as origin) -Jm lon0 / lat0 / scale ( Mercator - Give meridian and standard parallel) -Joa lon0 / lat0 / azimuth / scale (Oblique Mercator - point and azimuth) -Job lon0 / lat0 / lon1 / lat1 / scale (Oblique Mercator - two points) -Joc lon0 / Je lon0 / lat0 / scale (Equidistant). ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/triangulate.html -- 9.3 Кб -- 19.03.1999
Похожие документы

16. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>427) - lnfm1.sai.msu.ru/ )

17. Redirecting standard input
. To redirect the standard input for a command use the < (less than) character followed by the name of the input file. For example: mail tony < memo . This redirects the standard input to the mail command so that it comes from the file memo . The effect of this is to mail the contents of this file to the user tony .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/cmd3.1.html -- 2.0 Кб -- 17.01.1997
Похожие документы

18. Software Store - Installation Guide
... Obtaining the software . ... a. Decide on the root directory where your software is going to go.... /home/friday , for example. b. In your .cshrc file, define . ... home/friday/]lib . ... after make ) an object code library ../pack/qub/libqub.a . ... Then a common section of code, found in ../pack/make_library supplies all the necessary targets: . ... remove The conservative way to build this library is to cd /home/friday/pack/qub; make; make install; make clean . ... cd /home/friday/pack; make . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/Howto_install1.html -- 6.9 Кб -- 02.06.2003
Похожие документы

19. Astronomy HyperText Book: Stellar Evolution
... Stellar Evolution is driven entirely by the never ending battle between Pressure and Gravity . As imbalances are reached, the star is driven to find a new Energy source. ... Pressure and gravitational forces are equal, the star is stable and its core is sufficiently hot to fuse Hydrogen into Helium More about main sequence stars . ... The luminosity generated by the core fusion of Helium into Carbon is far greater than the shell luminosity associated with the fusion of Hydrogen into Helium. ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/textbook/se.html -- 4.8 Кб -- 16.12.1997
Похожие документы
Еще в разделе: (Показать все результаты (>396) - zebu.uoregon.edu/ )

20. ESO - Standard Stars Catalogues
... Public . Science . ... Science Users Information > Observing with ESO Telescopes > Observing Tools and Services > Standard Stars Catalogues . ... Observing with ESO Telescopes . ... Publications with ESO Data . ... Large Programmes . ... ESO/GTC Programmes . Public Surveys Programmes . ... Phase 1 Proposals . ... Public Surveys Phase 2 . ... Science Data Products Forum . ... ESO Data . ... ESO Data Access Policy . ... Below follows a non-exhaustive list of on-line standard star catalogues. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/observing/tools/standards.html -- 29.7 Кб -- 10.04.2016
Похожие документы

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


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

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

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