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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.parallel.ru/sites/default/files/ftp/mpi/mpich/mpich-userguide.pdf.

1. Process Control: <stdlib.h>,<unistd.h>
... fork() . ... A process is basically a single running program. ... System is prototyped in <stdlib.h> . ... Each command and sorresponding arguments are put in a args array */ /* execvp is called to execute these commands in child process */ /* spawned by fork () */ /* cc -o fork fork .c */ #include stdio.h #include sys/types.h #include unistd.h main() { char buf [1024]; char * args [64]; for (;;) { /* * Prompt for and read a command. */ printf( Command: ); if (gets( ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node22.html -- 11.7 Кб -- 02.10.2012
Похожие документы

2. Some notes on the GNU toolchain Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... The order in which libraries to link to are passed to the linker is important . ... Many libraries use the GNU Autoconf/Automake build toolchain. ... Run the ./configure script, which looks for the various programs and libraries that the package needs . ... The simplest way is to run ./configure and make note of any complaints about missing programs or libraries that it reports. ... Some notes on the GNU toolchain . ... Passing options to configure . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/gnutoolchainnotes.html -- 18.2 Кб -- 04.04.2016
Похожие документы

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

4. Directory of Astronomy Librarians and Libraries on the World Wide Web
... The ESO Library maintains a directory of astronomy librarians and libraries which is available on the World Wide Web. ... The maintainers invite colleagues to submit new names and addresses and, if necessary, to correct existing entries so that the information provided is complete and up-to-date. ... As of April 1998, the directory contained 159 addresses of astronomy librarians and libraries worldwide. ... Figure 2: Address submission form . ... E-mail and World Wide Web addresses are active links....
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/stsci/meetings/lisa3/grothkopfu2.html -- 9.2 Кб -- 16.09.1998
Похожие документы

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

6. Getting Started in Actor Prolog. Component-Oriented Programming.
The idea of component-oriented programming is that in the course of implementation of various software projects a programmer (or a programmers team) accumulates a library of reused software fragments that are used in different projects. ... To solve such problems there are some special syntax means in Actor Prolog that support component-oriented programming. ... A package in Actor Prolog is a set of classes linked by implication. ... Actor Prolog supports visual component-oriented programming. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_comp.html -- 18.6 Кб -- 24.09.2007
Похожие документы

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

8. Makefile.am
GTK+ / Gnome Application Development . ... automake processes Makefile.am to produce a standards-compliant Makefile.in . automake does a lot of work for you: it keeps up with dependencies between source files, for example. It creates all the standard targets, such as install and clean . It also creates more complex targets: simply typing make dist creates a standard .tar.gz file if your Makefile.am is correct. ... In this case, Gnome library flags determined by configure . ... Target . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GGAD/z70.html -- 13.3 Кб -- 12.07.2000
Похожие документы

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

10. casacore: casa/OS/HostInfo.h Source File
... Classes . Files . ... File List . ... casa . ... 00001 //# HostInfo.h: Miscellaneous information about this host and process. ... Generally you 00063 // should use the classes <linkto class=Time>Time</linkto> and 00064 // <linkto class=MVTime>MVTime</linkto> if your primary interest is related 00065 // to time and dates. ... All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines . Generated on Fri Sep 3 2010 13:06:55 for casacore by 1.7.1 ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/HostInfo_8h_source.html -- 22.6 Кб -- 14.02.2011
Похожие документы

11. Stellarium: File and Directory Structure
... FileљStructure . ... After downloading all the catalogues, the paths to the various files should look like this: Installation Data Directory / stars / default / stars _0_0v0_1.cat Installation Data Directory / stars / default / stars _1_0v0_1.cat Installation Data Directory / stars / default / stars _2_0v0_1.cat Installation Data Directory / stars / ... In this case, all the files would be in the <Installation Data Directory>/stars/default directory. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/fileStructure.html -- 13.4 Кб -- 28.02.2014
Похожие документы

12. ESO - Directory of Astronomy Librarians and Libraries
... Public . Science . ... Science Users Information Libraries jump to navigation jump to content . Science Users Information . ... Observing with ESO Telescopes . ... Publications with ESO Data . ... Science Data Products Forum . ... Use the search interface below to find contact information of astronomy librarians and other astrolibrary-related addresses. The following directory is intended to foster cooperation among astronomy librarians and is not to be used for any commercial purpose. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/php/libraries/addresses.html -- 28.7 Кб -- 10.04.2016
Похожие документы

13. Compiling Apache for Microsoft Windows
There are many important points before you begin compiling Apache. See Using Apache with Microsoft Windows before you begin. Compiling Apache requires Microsoft Visual C++ 5.0 or 6.0 to be properly installed. ... Directories tab (the Projects - VC++ Directories pane in Developer Studio 7.0) listing Executable file paths. ... os\win32\ApacheOS.dsp . ... To simplify the process, dependencies between all projects are defined in the Microsoft Visual Studio workspace file: src/Apache.dsw . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/win_compiling.html -- 12.2 Кб -- 20.06.2002
Похожие документы

14. SciSim 4.0 Installation
... In this example we will use /usr/local/data/catalogue for the location of all original catalogues, and /usr/local/scisim-x.y.z for the installation directory of SciSim . ... The installer has to specify their full path in the csim_config section of / usr / local / scisim-x.y.z /config/ scisim .cfg : gsc_regions / usr / local / scisim-x.y.z / data / catalogue /gsc.regions tic_ data / usr / local / scisim-x.y.z / data / catalogue /TICcat.dat wga_ data / usr / local / scisim-x.y.z / data / ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/scisim/release/latest/help/install.html -- 15.1 Кб -- 12.01.2005
Похожие документы
Еще в разделе: (Показать все результаты (>12608) - xmm.vilspa.esa.es/ )

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

16. User-space device drivers
... It is not always necessary to write a device driver for a device, especially in applications where no two applications will compete for the device. ... If your process is running as superuser (root), you can use the mmap() call to map some of your process memory to actual memory locations, by mmap() 'ing a section of /dev/mem. ... If you need to use cli() , you need a kernel-space driver, and a user-space driver will only cause grief as more and more Linux users use SMP machines. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/fake.html -- 8.8 Кб -- 23.03.2000
Похожие документы

17. Example of cancelling a foreground process
. To cancel the foreground process: find / -name '*.ps' -print ..... ^C pwd /home/jeremy/book find . -name '*.ps' -print . The user enters a command to find files with the extension .ps starting from the root directory ! . Realising that this command will take a long time to run and is not appropriate, they cancel it, check their current directory and re-run the command from there.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/jobz1.1.1.html -- 2.2 Кб -- 17.01.1997
Похожие документы

18. CIMA Software Components
CIMA is more than just the observing tool - in fact, the observing tool is just a part of a bigger package called the CIMA software package. ... There is also a another package called the CIMA WAPP software which contains the WAPP software, the special Tcl/Tk interpreter used by CIMA and support libraries. ... All CIMA software components recognize the following general options that are part of the CIMA version selection system: . ... The select_cima script can be used to set up a default version. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~cima/cima_software.html -- 8.3 Кб -- 01.03.2012
Похожие документы

19. Clearing the library. Note the different floor levels. There were at least 4
... Clearing the library. Note the different flooтАж . Sidebar Left . Sidebar Top . ... Title: Clearing the library. Note the different floor levels. There were at least 4 different levels of underfloor in the library. Description: NOTE: All images and movies are copyright and must not be reproduced or mirrored in any form without written permission. ... NOTE: All images and movies are copyright and must not be reproduced or mirrored in any form without written permission. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/gallery3/index.php/reconstruction/album36/DSCN0971 -- 31.8 Кб -- 10.04.2016
Похожие документы

20. AI SPbU library of scattering codes
... There are a lot of computer codes simulating this scattering and freely available in the Internet (see e.g. links on our JPDOC page ). ... The code and input file are available in the directory . ... A slightly modified code of Barber Hill with a C-shell and input files is available in the directory . ... The code, input and test output files are available in the directory . ... See also readme file. file. ... The code, input file and their description (a TeX file) are available in the directory . ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/staff/ilin2/SOFTWARE/ -- 5.7 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>325) - www.astro.spbu.ru/ )

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


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

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

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