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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/env.html.

1. Actor Prolog User Guide. Residents.
In Actor Prolog a resident is a special mechanism that helps processes to inspect state of other processes. A resident observes the state of a specified (target) process and if the state of the process changes (for instance, after message handling) it proves a specified predicate of the process. ... Work of the resident. ... Any change of the list of target processes or arguments of resident function results in activation of the resident and repeated collection of information in the target worlds. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_reside.html -- 14.6 Кб -- 24.09.2007
Похожие документы

2. XPA Programs
Use the XPA programs to send/receive data to/from XPA servers from the command line or from scripts. <data> | xpaset [-h] [-i nsinet] [-m method] [-n] [-p] [-s] [-t sval,lval] [-u users] [-v] <template> [paramlist] xpaget [-h] [-i nsinet] [-m method] [-s] [-t sval,lval] [-u users] <template> [paramlist] xpainfo [-h] [-i nsinet] [-m method] [-n] [-s] [-t sval,lval] [-u users] <template> [paramlist] xpaaccess [-c] [-h] [-i nsinet] [-m method] [-n] [-u users] [-v|-V] <template> [type] <data> | ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/programs.html -- 10.1 Кб -- 03.11.2006
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/programs.html -- 10.1 Кб -- 01.10.2012
Похожие документы

3. Miscellaneous Options
... This command specifies the default delay to be used under these circumstances. ... This command configures a trap receiver at the given host address and port number for sending messages with the specified local interface address. ... While such monitor programs may also request their own trap dynamically, configuring a trap receiver will ensure that no messages are lost when the server is started. setvar variable [ default ] . This command adds an additional system variable. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/miscopt.html -- 6.5 Кб -- 21.12.2007
Похожие документы

4. Interprocess Communication (IPC), Pipes
... Piping in a C program: < stdio.h > . ... Pipes . ... We use fprintf() and fscanf() to communicate with the pipe's stream . ... plotter.c module */ /* contains routines to plot a data file produced by another program */ /* 2d data plotted in this version */ /**********************************************************************/ #include externals.h static FILE * plot1 , *plot2, *ashell; static char *startplot1 = plot [] [0:1.1]'plot11.dat' with lines, 'plot12.dat' with lines\n ; static ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node23.html -- 10.3 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node23.html -- 10.3 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node23.html -- 10.3 Кб -- 02.10.2012
Похожие документы

5. Errors Messages and Problems
... Many times, the system will respond to a command with a system message. This message may be an error message, indicating that the command was incorrect, or it may be simply an informational message intended to tell you about the status of the task. ... TYPR FILE_NAME.TXT %DCL-W-IVVERB, unrecognized command verb-check validity and spelling \TYPR\ Notice that in the preceding example, the message was issued by the DCL command interpreter and that it is a warning message. ... Runaway Processes . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_19.html -- 6.0 Кб -- 01.11.1995
Похожие документы

6. Access Control - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.4 . ... Access control refers to any means of controlling access to any resource. ... Access control by host . ... If you wish to restrict access to portions of your site based on the host address of your visitors, this is most easily done using mod_authz_host . The Require provides a variety of different ways to allow or deny access to resources. ... The usage of these directives is: Require host address Require ip ip.address . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/howto/access.html -- 13.8 Кб -- 19.11.2015
Похожие документы

7. Access Control - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > How-To / Tutorials . ... Access control refers to any means of controlling access to any resource. ... If you wish to restrict access to portions of your site based on the host address of your visitors, this is most easily done using mod_authz_host . The Allow and Deny directives let you allow and deny access based on the host name, or host address, of the machine requesting a document. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/en/howto/access.html -- 10.8 Кб -- 25.02.2008
Похожие документы

8. correlator:mpiscript [ATNF VLBI Wiki]
... You are here: start €Ё correlator €Ё mpiscript . ... MPI . ... An important one in most cases is MPI_Comm_rank() which returns an ordinal integer number to each instance . ... Type $ mpirun -np 3 -machinefile machines env . ... On cuppa it is OMPI_MCA_ns_nds_vpid $ mpirun -np 6 -machinefile machines env | ... usr/bin/perl use Env; Env::import(); $rank=$OMPI_MCA_ns_nds_vpid; if ($rank == 0) { print "I am zero\n"; } elsif ($rank < 5) { print "I am $rank\n"; } else { die "Nothing to do\n"; } . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/dokuwiki/doku.php/correlator/mpiscript -- 16.5 Кб -- 10.04.2016
Похожие документы

9. CICADA, CCD and Instrument Control Software
... Computerised Instrument Control and Data Acquisition (CICADA) is a software system for control of telescope instruments in a distributed computing environment. ... Computerised Instrument Control and Data Acquisition (CICADA) is a software system developed to provide access to, control of, and retrieval of data from, instruments mounted on observatory telescopes. ... Each instrument class generates its own request data structures using its own generate_req method, which is called by the control...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/youngp.html -- 12.5 Кб -- 23.06.1998
Похожие документы

10. Testing for files and variables with the test command
. The shell uses a command called test to evaluate conditional expressions. Full details of this command can be found in the test manual page. For example: if test ! -f $FILE then if test "$WARN" = "yes" then echo "$FILE does not exist" fi fi . First, we test to see if the filename specified by the variable $FILE exists and is a regular file. If it does not then we test to see if the variable $WARN is assigned the value yes , and if it is a message that the filename does not exist is displayed.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.5.html -- 2.3 Кб -- 17.01.1997
Похожие документы

11. Environment Variables in Apache
The Apache HTTP Server provides a mechanism for storing information in named variables that are called environment variables . ... For additional flexibility, the directives provided by mod_setenvif allow environment variables to be set on a per-request basis, conditional on characteristics of particular requests. ... As discussed above, the environment passed to CGI scripts includes standard meta-information about the request in addition to any variables set within the Apache configuration. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/env.html -- 15.1 Кб -- 01.08.2003
Похожие документы

12. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/man/mann/xpaenv.n
... The default is turn turn access control on. ... IP "\(bu" 4 \&\fB\s-1XPA_CONNECT_TIMEOUT\s0\fR .Sp When an \s-1XPA\s0 server first starts up, it immediately tries to connect to the \s-1XPA\s0 name server program (xpans) on the host specified by the \fI\s-1XPA_NSINET\s0\fR variable. ... IP "\(bu" 4 \&\fB\s-1XPA_NSINET\s0\fR .Sp For the \fIinet\fR method of socket connection, this variable specifies the host and port on which the \&\s-1XPA\s0 Name Server (xpans) is listens for new access points. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/man/mann/xpaenv.n -- 21.1 Кб -- 08.06.2012
Похожие документы

13. OptInt PmWiki : PmWiki / Mail Posts
OptInt PmWiki : Pm Wiki / Mail Posts . ... The mailposts.php script allows a site administrator to configure PmWiki to send email messages whenever pages are changed on the wiki site. ... php if (!defined('PmWiki')) exit(); $EnableMailPosts=1; # to enable mailposts $MailPostsTo="somebody@example.com"; # where to send mail $MailPostsDelay=1800; # wait 30+ min after initial post $MailPostsSquelch=7200; # require 2+ hours between mails . ... MailPostsDelay = 360; # send mail 6+ min after first post . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/MailPosts?action=print -- 17.8 Кб -- 01.03.2014
Похожие документы

14. Argument association
... Fortran . Storage rules Dummy argument is a quantity in the specification of a procedure, function or subroutine. Actual argument is a quantity in the call of a procedure, function or subroutine. ... Becomes 101 END PROGRAM EXAMPLE SUBROUTINE SUB(X, Y, Z) IMPLICIT NONE REAL, INTENT(IN) :: X REAL, INTENT(INOUT) :: Y REAL, INTENT(OUT) :: Z Y = Y**2 Z = X + Y END SUBROUTINE SUB In Fortran there is really only one kind of argument usage, called argument association. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/a10.html -- 9.0 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/a10.html -- 9.0 Кб -- 17.02.1996
Похожие документы

15. Chapter 11. Specifying OpenGL Environment Variable Settings
Chapter 11. Specifying OpenGL Environment Variable Settings . ... Several antialiasing methods are available and you can select between them by setting the __GL_FSAA_MODE environment variable appropriately. ... To see the available values for __GL_FSAA_MODE along with their descriptions, run: nvidia-settings --query=fsaa --verbose . The __GL_FSAA_MODE environment variable uses the same integer values that are used to configure FSAA through nvidia-settings and the NV-CONTROL X extension. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-11.html -- 10.3 Кб -- 30.10.2009
Похожие документы

16. Examples
... If you set SAS_CCF to be the absolute path to the CIF, then the latter can be used from any other directory. cifbuild -withccfpath=yes -ccfpath=/path/to/ccfstore . ... As in 3 , but the observation date is taken from the active ODF, but the CIF is built as if the analysis was being performed on March 19, 2000. cifbuild -calindexset=ccf.cif -category=SCISIMCCF -ccfpath=/path/to/ccfstore/ -withccfpath=yes . cifbuild -calindexset=ccf.cif -withccfpath=yes -ccfpath=/path/to/ccfstore/ -append=yes . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/cifbuild/node9.html -- 8.2 Кб -- 08.07.2007
Похожие документы
Еще в разделе: (Показать все результаты (>28546) - xmm.vilspa.esa.es/ )

17. String Cosmology And Consciousness - an Astronomy Net Bigbang Forum Message
Bigbang Forum Message . Forums: . ... String Cosmology And Consciousness . ... Our consciousness is a superfluid because the main property of a superfluid is that it seems to know everything in its realm instantly. ... Following my stream of consciousness rather than trying to be coherent, another principal property of superfluids is that particles in superfluids can pass through each other just like boson waves can pass thru each other. ... www.astronomy.net . About Astronomy Net | ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/bigbang/messages/867.shtml -- 16.1 Кб -- 09.04.2016
Похожие документы

18. TUI:TUI Menu:Log Windows
Log windows display messages from all "actors" (instruments, the TCC, the hub...) and allow you to send commands. Controls along the top allow you to filter out unwanted garbage or highlight messages of particular interest. ... Regular Expressions . ... The entry field for "+ Actors" and "+ Commands" filtering accept space-separated regular expressions . ... If you plan to send many messages to a particular actor, you may select the actor from the menu next to the command entry field. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/TUIMenu/LogWin.html -- 8.3 Кб -- 05.09.2014
Похожие документы

19. Data Flow System overview
... In order to realize the optimal scientific return from the VLT, ESO has undertaken to develop an end-to-end data flow system from proposal entry to science archive. The VLT Data Flow System (DFS) is being designed and implemented by the DFS Group (ESO Internal access only) in collaboration with VLT Division and Instrumentation Division . ... VLT Control System Interface . ... OBs are the quantum of data that flows within the DFS, collecting state, data and status information as they flow. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/projects/dfs/ -- 12.8 Кб -- 25.05.2004
Похожие документы

20. The buffer cache
... This is called disk buffering , and the memory used for the purpose is called the buffer cache . Since memory is, unfortunately, a finite, nay, scarce resource, the buffer cache usually cannot be big enough (it can't hold all the data one ever wants to use). ... On the one hand, data that is written is often soon read again (e.g., a source code file is saved to a file, then read by the compiler), so putting data that is written in the cache is a good idea. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node65.html -- 8.4 Кб -- 04.05.1997
Похожие документы
Еще в разделе: (Показать все результаты (>2036) - star.arm.ac.uk/ )

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


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

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

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