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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/~sontag/spicedocs/cspice/gnpool_c.html.

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

2. system call returns "Bad Address". Why?
The HyperNews Linux KHG Discussion Pages . Forum: The Linux Kernel Hackers' Guide . Re : Problem creating a new system call . ... When I try to call my new system call, it always returns -1. I then check the error message using perror( ). The error message is always "Bad Address". Could anybody please tell me what can cause a system call to return "Bad Address" error. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/135/2.html -- 2.6 Кб -- 23.03.2000
Похожие документы
Еще в разделе: (Показать все результаты (>2198) - www.arcetri.astro.it/ )

3. WCSLIB: fitshdr.h File Reference
WCSLIB љ 5.15 . ... fitshdr.h File Reference . ... fitshdr (const char header[], int nkeyrec, int nkeyids, struct fitskeyid keyids[], int *nreject, struct fitskey **keys) . ... Typically the latter may be set to remove WCS keyrecords from a header leaving fitshdr() to handle the remainder. #define FITSHDR_KEYWORDљљљ0x01 . ... Bit mask for the status flag bit-vector returned by fitshdr() indicating a keyrecord following a valid END keyrecord. #define KEYIDLENљљљ(sizeof(struct fitskeyid )/sizeof(int)) . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/fitshdr_8h.html -- 27.5 Кб -- 10.04.2016
Похожие документы

4. http://hea-www.harvard.edu/ChandraSNR/G010.0-00.3/746/work/spectrum.sl
... Standard_ Bands [ ACIS ] = init_ bands ([0.5, 1.0, 1.8, 2.0, 4.0, 6.0, 8.0], [1.0, 1.8, 2.0, 4.0, 6.0, 8.0, 9.9]); Standard_ Bands [ HRC ] = init_ bands ([0.5, 2.0, 4.0, 8.0], [2.0, 4.0, 8.0, 10.0]); Standard_ Bands [ SNR ] = init_ bands ([0.3, 0.42, 0.54], [0.42, 0.54, 0.6]); public define get_ bands _with_energy_limit(lo_e, hi_e) { variable Boundaries = [0.31, 0.42, 0.54, 0.8, 1.58, 2.08, 4., 6., 9.9]; variable ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChandraSNR/G010.0-00.3/746/work/spectrum.sl -- 6.1 Кб -- 15.08.2005
Похожие документы

5. OptInt PmWiki : PmWiki / Page Text Variables
OptInt PmWiki : Pm Wiki / Page Text Variables . Page variables | ... Page text variables are string variables automatically made available through natural page markup or explicitly with page directive markup within the wiki text of the page. ... use a definition list - the normal pmwiki markup for a definition list will create a page text variable . ... This creates a new variable that can be accessed by {$:Name} (becomes: "Crisses") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageTextVariables?action=print -- 28.4 Кб -- 01.03.2014
Похожие документы

6. Apache module mod_cgi
This module provides for execution of CGI scripts. ... Module Identifier: cgi_module Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. ... Debugging CGI scripts has traditionally been difficult, mainly because it has not been possible to study the output (standard output and error) for scripts which are failing to run properly. ... Status: mod_cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_cgi.html -- 9.9 Кб -- 01.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>108) - neptun.sai.msu.ru/ )

7. LWN: Driver porting: per-CPU variables
... Return to the Kernel page . ... This article is part of the LWN Porting Drivers to 2.6 series . The 2.6 kernel makes extensive use of per-CPU data - arrays containing one object for each processor on the system. Per-CPU variables are not suitable for every task, but, in situations where they can be used, they do offer a couple of advantages: . Per-CPU variables have fewer locking requirements since they are (normally) only accessed by a single processor. ... DEFINE_PER_CPU(type, name); . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/22911.html -- 14.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/22911.html -- 14.2 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/22911.html -- 14.2 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1033) - jet.sao.ru/ )

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

9. Zen: Gin
... Hide Zen home . ... GIN . ... contains: value_array @ query_array . ... An example for a Gin opclass can be found in ginarayproc.c. Datum * extractValue( Datum inputValue, uint32* nentries) Returns an array of Datum of entries of the value to be indexed. nentries should contain the number of returned entries . int compareEntry( Datum a, Datum b) Compares two entries (not the indexing values) Datum * extractQuery( Datum query , uint32* nentries, StrategyNumber n) Returns an ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/relation_featur%C5s/DB/Gin?action=browse;id=Gin;revision=28 -- 12.9 Кб -- 11.04.2016
Похожие документы

10. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. ... The default behavior, if AcceptPathInfo is not given, is that mod_cgi will accept path info (trailing /more/path/info following the script filename in the URI), while the core server will return a 404 NOT FOUND error for requests with additional path info. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/en/mod/mod_cgi.html -- 15.6 Кб -- 10.12.2010
Похожие документы

11. Stellarium: StelObjectModule Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ClassљIndex . ... StelObjectModule Class Reference abstract . Specialization of StelModule which manages a collection of StelObject . ... virtual QList< StelObjectP >љ . searchAround (const Vec3d &v, double limitFov, const StelCore *core) const =0 . ... searchByNameI18n (const QString &nameI18n) const =0 . Find a StelObject by name. ... searchByName (const QString &name) const =0 . ... virtual QStringљ . ... const QString &љ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelObjectModule.html -- 37.0 Кб -- 28.02.2014
Похожие документы

12. http://www.naic.edu/~abpp/help.env
... The user can choose file for bpplog and path for data. ... BPPCONF=c:\97dec\design\ This is user on unix system BPPUSER=abpp This is unix computer linked to by nfs BPPSUN=192.65.176.64 This is possible log file (not directory) BPPLOG=O:\bpp.log or, if you just want local log, BPPLOG= This is possible data path (not file) BPPDATA=M:\data\ or, if you just want local path, BPPDATA= n.b., in general, directory paths are terminated by \ while files of course have no \ terminator. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~abpp/help.env -- 2.3 Кб -- 19.01.2000
Похожие документы

13. Special shell variables
There are some variables which are set internally by the shell and which are available to the user: Name Description . ... 0 the name of the command currently being executed. $# the number of positional arguments given to this invocation of the shell. $? the exit status of the last command executed is given as a decimal string. ... For example '1 2' 3 becomes "1 2 3" . is identical to the arguments received by the shell, the resulting list of words completely match what was given to the shell. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.2.2.html -- 3.2 Кб -- 17.01.1997
Похожие документы

14. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/eval.l
... GE. ) lesser_eq ( = 256) { char errMsg[100]; gParse.status = PARSE_SYNTAX_ERR; strcpy (errMsg, Bit string exceeds maximum length: ' ); strncat(errMsg, ( yytext [0]), 20); strcat (errMsg, ...' ); ffpmsg (errMsg); len = 0; } else { while ( yytext [ len ] == ' ') len --; len = len - 1; strncpy(tmpstring, [1], len ); } tmpstring[ len ] = '\0'; bitstring [0] = '\0'; len = 0; while ( tmpstring[ ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/eval.l -- 16.8 Кб -- 28.08.2009
Похожие документы

15. lsst.tcc: tcc.mov.trapSlew Namespace Reference
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Namespaces . ... tcc.mov.trapSlew Namespace Reference . ... You may specify a minimum duration for the constant-velocity segment, which is useful for "rounding the corners" of the slew to make it jerk-limited (see mov.fullSlew). ... A trapezoidal slew has three segments, two of constant acceleration separated by a constant velocity segment. ... The slew numbering and notation used in this subroutine are quite different than those used in the math notebook. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1mov_1_1trap_slew.html -- 14.6 Кб -- 14.09.2015
Похожие документы

16. CAL_getHKwindows
. Next: Procedure Up: OM Related CAL Routines Previous: List of CCF Components Contents . CAL_getHKwindows - returns limits of HKD to define GTI . Subsections . Procedure . Calling Parameters . Input . Output . Used CAL State Variables . List of CCF Components used . Michael Smith 2011-09-20
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node631.html -- 3.7 Кб -- 20.09.2011
Похожие документы

17. http://www.eso.org/projects/dfs/team/QA-code-review-form.doc
... Readability |Check number: 1 | Description: Header existence for each |Evaluation (always/often/sometimes/| |source file and for each method, class, |never) : | ... Description: Naming conventions existence |Evaluation (always/often/sometimes/| |(variables start with lowercase, then |never) : | ... limited and commented |(always/often/sometimes/ | ... Description: Error message are formated : when an|Evaluation | error or an exception is raised, report the |(always/often/sometimes/ | ...
[ Текст ]  Ссылки http://www.eso.org/projects/dfs/team/QA-code-review-form.doc -- 128.5 Кб -- 29.09.2003
Похожие документы

18. Not so well documented Device Helpers in OS/2
... DevHlp_Security This devhlp allows to open a file for read access in the Init routine of a BASEDEV . ... returned: size of file SYIOpenFile ends Valid at INIT time only. ... This routine uses the corresponding function of the miniFSD , not normal file I/O, thus access is restricted. ... Although the size argument of the data structure implies, I'd recommend to better not read more than 32K at a time. ... DL = 044h This function will return the table of security helper functions for file access. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/os2devhlps.html -- 9.6 Кб -- 23.10.2000
Похожие документы

19. Phil Plait's Bad Astronomy: SPOILER Review: The Mummy Returns
... Bad Astronomy . ... Keep Bad Astronomy close to your heart, and help make me filthy rich. ... The length of the shadow depends on the height of an object (like a mountain or a human) and how high up the Sun is. ... We can calculate the length of the shadow if we know the Sun's angle above the horizon and the object's height. ... The Earth spins 360 degrees in 24 hours, which means it spins 1 degree in 4 minutes; that in turn means the Sun moves 1 degree every 4 minutes in the sky. ...
[ Сохраненная копия ]  Ссылки http://www.badastronomy.com/bad/movies/mummyreturnsmath.html -- 20.8 Кб -- 09.04.2016
Похожие документы

20. Compton Returns
... 6.03.2001 . ... Credit Copyright: AMOS, AEOS ; Courtesy Compton GRO Science Support Center Explanation: On 2000 June 4, the 17-ton Compton Gamma-Ray Observatory returned to Earth after 9 years in orbit -- ending its remarkable voyage of discovery. ... March 2001 . ... 1999 2000 . 2001 2002 . ... NASA Web Site Statements, Warnings, and Disclaimers . ... Publications with keywords: orbit - satellite - compton - gro . Publications with words: orbit - satellite - compton - gro . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1166455 -- 15.3 Кб -- 12.03.2001
Похожие документы

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


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

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

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