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

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

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

1. Out of Memory
When XPA can't allocate memory, it exits. You can arrange to have it call longjmp() instead. ... To pass the requisite jmp_buf variable to XPA, make the following call: XPASaveJmp(void *env); The value of env is the address of a jmp_buf variable that was previously passed to setjmp(). For example: jmp_buf env; ... if( setjmp(jmp_buf) != 0 ){ /* out of memory -- take corrective action, if possible */ } else { /* save env for XPA */ XPASaveJmp((void *) _buf); } // enter main loop .. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/oom.html -- 2.3 Кб -- 17.04.2009
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/oom.html -- 2.3 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>2555) - hea-www.harvard.edu/ )

2. mod_setenvif - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... Allows the setting of environment variables based on characteristics of the request . ... The mod_setenvif module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. ... The BrowserMatch is a special cases of the SetEnvIf directive that sets environment variables conditional on the User-Agent HTTP request header. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/en/mod/mod_setenvif.html -- 16.3 Кб -- 10.12.2010
Похожие документы

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

4. 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/6.5.0/doc/cifbuild/node9.html -- 8.2 Кб -- 15.08.2005
Похожие документы
Еще в разделе: (Показать все результаты (>17945) - xmm.vilspa.esa.es/ )

5. CSPICE Routines: TIMDEF_C
... The routine is not sensitive to the case of the letters in action. item is the default items whose value should be set or retrieved. The items that may be requested are: item Allowed Values --------- -------------- CALENDAR GREGORIAN JULIAN MIXED SYSTEM TDB TDT UTC ZONE EST, EDT, CST, CDT, MST, MDT, PST, PDT UTC+HR UTC-HR ( 0 <= HR < 13 ) UTC+HR:MN ( 0 <= MN < 60 ) UTC-HR:MN The case of item is not significant. lenout is the allowed length of the string when returning a value via a "GET". ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/timdef_c.html -- 10.7 Кб -- 17.12.2005
Похожие документы

6. VLBI Wiki | PmWiki / Page-specific Variables
... authors (intermediate) This page describes the "variables" that are associated with pages. Page variables have the form {$ variable } , and can be used in page markup or in certain formatting strings in PmWiki . ... The page variables defined for PmWiki are: . Group} - page's group name, as in "PmWiki" . ... Title} - page title (may differ from Name), as in "Page-specific Variables" . ... PageUrl} - page's url, as in " http://www.atnf.csiro.au/vlbi/wiki/index.php?n=PmWiki.PageVariables " . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=PmWiki.PageVariables -- 15.3 Кб -- 12.04.2016
Похожие документы

7. OptInt PmWiki : PmWiki / Page specific variables
OptInt PmWiki : Pm Wiki / Page specific variables . ... Page variables have the form {$ variable } , and can be used in page markup or in certain formatting strings in PmWiki. ... Prefixing the variable name with an asterisk (*) means the variable reflects the value related to the target page or main page. ... Namespaced} - spaced page name, as in "Page Variables" . ... Defines new Page Variable of name $CurrentSkin, which can be used in the page with {$CurrentSkin} (also for Conditional markup ). ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageVariables?action=print -- 19.7 Кб -- 01.03.2014
Похожие документы

8. Apache module mod_setenvif
This module provides the ability to set environment variables based upon attributes of the request. ... The mod_setenvif module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. ... BrowserMatch . ... Syntax: BrowserMatch regex env-variable [= value ] [ env-variable [= value ]] .. ... Module: mod_setenvif . ... The BrowserMatch directive defines environment variables based on the User-Agent HTTP request header field. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_setenvif.html -- 13.8 Кб -- 05.11.2004
Похожие документы

9. Further Data Types
... Defining New Data Types . Unions . ... Static Variables . ... struct gun { char name[50]; int magazinesize; float calibre; }; struct gun arnies; . ... struct gun { char name[50]; int magazinesize; float calibre; } arnies; . ... typedef struct gun { char name[50]; int magazinesize; float calibre; } agun; agun arnies={"Uzi",30,7}; . ... stat() { int auto_var = 0; static int static_var = 0; printf( ``auto = %d, static = %d n'', auto_var, static_var); ++auto_var; ++static_var; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node9.html -- 12.2 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1323) - jet.sao.ru/ )

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

11. xntpd - Network Time Protocol (NTP) daemon
... xntpd is an operating system daemon which sets and maintains the system time-of-day in synchronism with Internet standard time servers. xntpd is a complete implementation of the Network Time Protocol (NTP) version 3, as defined by RFC-1305, but also retains compatibility with version 1 and 2 servers as defined by RFC- 1059 and RFC-1119, respectively. xntpd does all computations in 64-bit fixed point arithmetic and requires no floating point support. ... Specify the name and path of the log file. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/xntpd.html -- 7.5 Кб -- 21.12.2007
Похожие документы

12. Evaluating shell variables
The following set of rules govern the evaluation of all shell variables. ... var signifies the value of var or nothing, if var is undefined. ${var} same as above except the braces enclose the name of the variable to be substituted. ${var-thing} value of var if var is defined; otherwise thing. $var is not set to thing. ${var=thing} value of var if var is defined; otherwise thing. If undefined $var is set to thing. ${var?message} If defined, $var; otherwise print message and exit the shell. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.3.html -- 2.5 Кб -- 17.01.1997
Похожие документы

13. http://zebu.uoregon.edu/1998/es202/distribution.html
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1998/es202/distribution.html -- 4.8 Кб -- 27.01.1998
Похожие документы
Еще в разделе: (Показать все результаты (>376) - zebu.uoregon.edu/ )

14. dfosCleanPath
... see also: . dfosrc . ... This script 'cleans' the LD_LIBRARY_PATH of entries already included in /etc/ld.so.conf or in .conf files in /etc/ld.so.conf.d in order to achieve the full performance of the DFO blade and eventually the QC cluster systems. To use correctly add the following TWO lines to the very END of your .qcrc file, after sourcing .dfosrc, . ... Note that the backquotes ('\`') are important, without these it will simply echo what should be done, but not actually change anything. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/dfosCleanPath.html -- 5.2 Кб -- 26.02.2008
Похожие документы

15. General Catalogue of Variable Stars: Description
... DESCRIPTION General Catalog of Variable Stars (GCVS database) . ... Kholopov P.N., Samus N.N., Durlevich O.V., Kazarovets E.V., Kireeva N.N., Tsvetkova T.M., 1990, General Catalogue of Variable Stars, 4rd ed., vol.IV, Nauka, Moscow. Kholopov P.N., Samus N.N., Durlevich O.V., Kazarovets E.V., Kireeva N.N., Tsvetkova T.M., 1992, General Catalogue of Variable Stars, 4rd ed., vol.IV, Bull. ... Kazarovets E.V., Durlevich O.V. Editor-in-Chief Samus N.N., 1998, New Catalogue of Suspected Variable Stars. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/gcvs/gcvs/intro.htm -- 11.3 Кб -- 10.04.2016
Похожие документы

16. Stellarium: TimeZoneConfiguration Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ... TimeZoneConfiguration Class Reference . virtual voidљ . ... Update the module with respect to the time. ... Detect or show the configuration GUI elements for the module. ... Sets the time zone field in Stellarium's configuration file. ... Reads the time zone field in Stellarium's configuration file. ... the contents of the "localization/time_zone" field in Stellarium's configuration file. void TimeZoneConfiguration::saveDisplayFormats . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTimeZoneConfiguration.html -- 26.6 Кб -- 28.02.2014
Похожие документы

17. TUI:Scripts:Scripting Tutorial:Get Info
It is easy to incorporate information from an instrument or the telescope into your scripts. ... mess with the getKeyVar statements because getKeyVar returns None in debug mode, making the commands run, which is perfect. import TUI .TCC.TCCModel import TUI .Inst. DIS .DISModel from TUI .Inst. DIS .StatusConfigInputWdg import StatusConfigInputWdg InstName = DIS class ScriptClass(object): Simple script to configure DIS . def __init__(self, sr): Display ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/GetInfo.html -- 6.4 Кб -- 05.09.2014
Похожие документы

18. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>1558) - www.mso.anu.edu.au/ )

19. Database of Optical Constants -- Level: welcome
The database contains references to the papers, data files and links to the Internet resources related to measurements and calculations of the optical constants in the wavelength interval from X-rays to radio domain. ... References to some useful books and reviews on the subject (e.g. the classical handbooks edited by E.D.Palik) and links to Internet collections of optical constants and personal WWW pages with related software were also placed in the database. You have arrived at our welcome page. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/JPDOC/ -- 10.8 Кб -- 19.11.2010
Похожие документы

20. http://xray.sai.msu.ru/~ivan/gmt/man/sample1d.html
sample1d - Resampling of 1-D data sets sample1d infile [ -Fl|a|c ] [ -H [ nrec ] ] [ -I xinc ] [ -M [ flag ] ] [ -N knotfile ] [ -S xstart ] [ -T x - col ] [ -bi [ s ][ n ] ] [ -bo [ s ] ] sample1d reads a multi-column ASCII [or binary] data set from file [or standard input] and resamples the timeseries/profile at locations where the user needs the values. ... Default is the separation between the first and second abcissa point in the infile ] -M Multiple segment file. ... Default is '>']. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/sample1d.html -- 4.8 Кб -- 19.03.1999
Похожие документы

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


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

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

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