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

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

Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_1_1.html.

1. execl()
Next: fork() Up: Running UNIX Commands from C Previous: Running UNIX Commands from C . ... execl(char *path, char *arg0,...,char *argn, 0); . The last parameter must always be 0. ... The NULL terminator does this job. where path points to the name of a file holding a command that is to be executed, argo points to a string that is the same as path (or at least its last component. arg1 ... argn are pointers to arguments for the command and 0 simply marks the end of the (variable) list of arguments. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_1_1.html -- 2.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_1_1.html -- 2.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsubsection2_18_4_1_1.html -- 2.8 Кб -- 02.10.2012
Похожие документы

2. Getting Common Information About Access Points
There are various kinds of generic information you can retrieve about an XPA access point by using the xpaget command. ... Each XPA access point supports a number of reserved sub-commands that provide access to different kinds of information, e.g. the access control for that access point. ... acl get (set) the access control list [options: host type acl, for set] . ... This access point is available only on the server machine. -env get (set) an environment variable [options: name (value, for set)] . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/info.html -- 7.9 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/info.html -- 7.9 Кб -- 01.10.2012
Похожие документы

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. The format of STARTABLE
... Inside IDL, STARTABLE is in the table format. ... STAR (string) Identifier of form CCCNNNNNN/CCCNNNN . ... RA (double) Right Ascension [h] . ... BAT (short int) Number in Batten's Catalogue . ... BSC (short int) Number in Bright Star Catalogue . ... ADS (short int) Number in Aitken Double Star Catalogue . ... WDS (long int) Number in Washington Double star catalog . MV (float) Johnson V magnitude (for combined system if multiple) . ... TYPE1 (float) Floating point spectral type of component 1 . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node100.html -- 8.5 Кб -- 28.04.2015
Похожие документы

5. Examples of environment variable names
HOME . this is the pathname of your "home" directory when you login and to which cd changes when invoked with no argument. ... defines the directories searched when the shell is looking for the file to execute when processing a command . MAIL . if set to the name of a mail file the shell will inform you of the arrival of new mail. ... contains the shell prompt string. ... is the continuation prompt when a command spans more than one line. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.1.html -- 2.4 Кб -- 17.01.1997
Похожие документы

6. RGS Related CAL Routines
Next: CAL_getBoresightMatrix Up: Routines of the Calibration Previous: List of CCF Components Contents . ... The CAL functions CAL_getBadPixelList & CAL_getBadPixelMap use the CAL state variable temperature only to check that the current operating temperature is consistent with the CCF constituent BadPix . ... Used CAL State Variables . List of CCF Components used . ... Next: CAL_getBoresightMatrix Up: Routines of the Calibration Previous: List of CCF Components Contents Michael Smith 2011-09-20 ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node252.html -- 25.8 Кб -- 20.09.2011
Похожие документы
Еще в разделе: (Показать все результаты (>9894) - xmm.vilspa.esa.es/ )

7. CSPICE Routines: GCPOOL_C
... Abstract Return the character value of a kernel variable from the kernel pool. ... Brief_I/O VARIABLE I/O DESCRIPTION -------- --- -------------------------------------------------- name I Name of the variable whose value is to be returned. start I Which component to start retrieving for name room I The largest number of values to return. lenout I The length of the output string. n O Number of values returned for name. cvals O Values associated with name. found O True if variable is in pool. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/gcpool_c.html -- 10.2 Кб -- 17.12.2005
Похожие документы

8. OptInt PmWiki : PmWiki / Path Variables
OptInt PmWiki : Pm Wiki / Path Variables . ... Variables | ... When dealing with file or path variables, one has to recognize the difference between working with URLs and files on disk. ... The $ScriptUrl and $PubDirUrl variables are used to tell a browser , connecting via the webserver, how to execute the pmwiki script ( $ScriptUrl ) and the base url for getting files from PmWiki's pub/ directory ( $PubDirUrl ). ... is an associative array which PmWiki uses to find any local css configuration files. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PathVariables?action=print -- 22.8 Кб -- 01.03.2014
Похожие документы

9. http://www.atnf.csiro.au/vo/rvs/docs/rvsserver-userguide.pdf
Remote Visualisation System Server User Guide Last Modified: 02 March 2005 Introduction This document is a guide to running the RVS Server. ... These components are as follows. ... The $RVS_HOME/bin/rvs.sh script is used to start the RVS Server components. ... Stopping the RVS Server The following command can be used to stop all components executed using the 'rvs.sh start' command. shell% $RVS_HOME/bin/rvs.sh stop NOTE: This command DOES NOT stop processes started using the rvs-*.sh commands. ...
[ Текст ]  Ссылки http://www.atnf.csiro.au/vo/rvs/docs/rvsserver-userguide.pdf -- 70.6 Кб -- 03.03.2005
Похожие документы

10. Getting Started in Actor Prolog. Underdetermined Sets.
Underdetermined sets is a new type of data structures (terms) developed in Actor Prolog . ... The point is that an underdetermined set can include some indefinite rest (a tail) like a list in usual Prolog . At the same time, the order of elements of an underdetermined set can be arbitrary one and it does not affect results of unification of underdetermined sets. Moreover, Actor Prolog guarantees that a rest of an underdetermined set never contains elements that are explicitly given in the set. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_sets.html -- 12.6 Кб -- 24.09.2007
Похожие документы

11. APO Home Page
... Current APO Weather . ... Search Site . ... Information for New Users . ... Technical Staff pages . Night Logs and Mailing Lists (maintained by APO) . ... Technical Documents and Database Search . ... Observer's Documentation and Procedures . ... Problem Reporting and APO Technical Documents Database Search . ... APO Drawing/Document Management Procedures . ... APO Technical Documents Database Search . Home Astrophysical Research Consortium . ... Mail Lists (maintained by APO) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/ -- 13.9 Кб -- 11.02.2016
Похожие документы

12. Specifications
... This function can also be used for particular types of subtypes or kinds: KIND (0) integer KIND (0.0) floating point number KIND (.FALSE.) logical variable KIND ("A") string of characters There is an intrinsic function SELECTED_REAL_KIND , which returns the kind of the type REAL that has a representation with (at least) the precision and the exponential range requested. ... With the choice SELECTED_INT_KIND (5) all integers between (but not including the limits) -100 000 and +100 000 are permitted. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c2.html -- 7.8 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c2.html -- 7.8 Кб -- 17.02.1996
Похожие документы

13. puppi software
... Program to run on guppimaster reading "scramNet" multicast packets and then loading the information into guppi shared memory. scramnet "multicast" packets: . ... The multiscram program on observer reads the scramnet shared memory once a second and multicasts this info onto aonet. ... It is controlled by keyword values stored in "guppi status" shared memory on puppimaster. scramPuppi attaches to this shared memory and updates the variables whose state is defined in the scramnet packets. no options: ....
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/datataking/puppi/puppisoftware.html -- 25.2 Кб -- 12.03.2012
Похожие документы

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

15. mod_setenvif - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Allows the setting of environment variables based on characteristics of the request . ... setenvif_module . ... The mod_setenvif module allows you to set internal environment variables according to whether different aspects of the request match regular expressions you specify. ... Environment Variables in Apache . ... The BrowserMatch is a special cases of the SetEnvIf directive that sets environment variables conditional on the User-Agent HTTP request header. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_setenvif.html -- 18.4 Кб -- 21.01.2013
Похожие документы

16. Variable Projection Tele-Extender - General Accessories - Accessories -...
STEP INTO THE BLUE - MEADE INSTRUMENTS PRODUCT GUIDE . ... Telescopes . ... Superb optical performance coupled with time proven computerized pointing and tracking has made the LX200 ACF series a best-seller in the high-performance telescope class. ... General Accessories . ... Variable Projection Tele-Extender . ... The Meade 07348 Variable Projection Tele-Extender for LX Models requires the Meade 07182 eyepiece holder and offers different focal ratios while creating eyepiece-projection photography. ...
[ Сохраненная копия ]  Ссылки http://www.meade.com/products/accessories/general-accessories/variable-projection-tele-extender.html -- 84.5 Кб -- 10.04.2016
Похожие документы

17. http://www.adass.org/adass/proceedings/adass00/reprints/P2-41.pdf
... In this paper we discuss the utilization of the S­Lang interpreted language within the Chandra Data Analysis System (CIAO, or Chandra Interactive Analysis of Observations). ... Finally, we present a beta version of the CIAO spectroscopic analysis module, GUIDE ­ largely a collection of S­Lang scripts, glued with C++ enhancements to Sherpa and ChIPS ­ to illustrate in more depth the range of new functionality and the rapid prototyping now available in CIAO. ... CIAO Application Structure. ...
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass00/reprints/P2-41.pdf -- 70.0 Кб -- 29.05.2001
Похожие документы

18. http://xray.sai.msu.ru/~ivan/gmt/man/grdvector.html
grdvector - Plot vector fields from grdfiles grdvector compx . ... 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 / ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/grdvector.html -- 9.7 Кб -- 19.03.1999
Похожие документы

19. http://www.mccme.ru/dfc/2010/reports/2013-Kuyumzhiyan_Report.pdf
GROUPS OF ALGEBRAIC TRANSFORMATIONS OF AFFINE VARIETIES FINAL REPORT FOR THE THREE YEARS KARINE KUYUMZHIYAN 1. ... The latter is an algebraic variety with the given field of rational functions and an infinitely transitive regular action of a group of algebraic automorphisms generated by unipotent algebraic subgroups. ... Quotient groups. ... Since over R there exist irreducible non-connected varieties, we cannot have even one-transitivity of any connected group of automorphisms. ...
[ Текст ]  Ссылки http://www.mccme.ru/dfc/2010/reports/2013-Kuyumzhiyan_Report.pdf -- 46.0 Кб -- 15.12.2013
Похожие документы

20. SCL Sfit SYN Commands
... synth : find optimum fit by adjusting abundances v turb , v sin i , and v rad . ... syn_... <p1> <p2> : Initialise parameter for synth . syn_vturb <vturb> [<dv>]; Initialise v turb (km/s) for a fit using synth (default 5) . ... abundance <elid> <abun> <dabu> : Initialise abundances for synth . ... General remarks on the initialisation of abundances in synth A solar abundance will be assumed for any elements not specified. ... Initialise abundances and microturbulence for synth (obsolete) . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/scl_syn.html -- 8.0 Кб -- 30.08.2007
Похожие документы

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


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

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

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