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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/tour/tour/3.html.

1. CSPICE Routines: GETMSG_C
... Abstract Retrieve the current short error message, the explanation of the short error message, or the long error message. ... The choices are: The current short error message, the explanation of the short error message, or the current long error message. ... Most CSPICE short error messages have corresponding explanation text. ... Not all errors have long error messages. ... Get explanation text for the current short message and print it: ./ getmsg_c ( "EXPLAIN", MSGLEN, msg ); [Output message] . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/getmsg_c.html -- 9.1 Кб -- 17.12.2005
Похожие документы

2. WCSLIB: wcserr.h File Reference
WCSLIB љ 5.15 . ... wcserr.h File Reference . ... ERRLEN љљљ(sizeof(struct wcserr )/sizeof(int)) . ... WCSERR_SET (status)љљљerr, status, function, __FILE__, __LINE__ . ... wcserr_set (struct wcserr **err, int status, const char *function, const char *file, int line_no, const char *format,.. ... Functions in WCSLIB that return an error status code can also allocate and set a detailed error message in this struct which also identifies the function, source file, and line number where the error occurred. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/wcserr_8h.html -- 21.7 Кб -- 10.04.2016
Похожие документы

3. The XPA Messaging System
The XPA messaging system provides seamless communication between many kinds of Unix programs, including X programs and Tcl/Tk programs. It also provides an easy way for users to communicate with these XPA-enabled programs by executing XPA client commands in the shell or by utilizing such commands in scripts. ... A program becomes an XPA-enabled server by defining named points of public access through which data and commands can be exchanged with other client programs (and users). ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/ -- 3.8 Кб -- 09.04.2016
Похожие документы

4. Your Description Is To Vague. - an Astronomy Net Education Forum Message
Astronomy Discussion Forums . Forums: . Atm ћ Astrophotography ћ Blackholes ћ Blackholes2 ћ CCD ћ Celestron ћ Domes ћ Education . ... Discussion Forums . ... Your Description Is To Vague. Forum List | ... Post Message | ... www.astronomy.net . ... Unless otherwise specified, web site content Copyright 1994-2016 John Huggins All Rights Reserved . Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/education/messages/121.shtml -- 13.0 Кб -- 09.04.2016
Похожие документы

5. Project METI@home: Messages to ETI from home
... SETI@home consists of a receiving Arecibo antenna, a professional team (PT), and a two-way Internet connection between the PT and an army of S@h users, who load from the S@h server special software for digital signal processing. ... Thereby, METI@home will consist of several originators, which may load via Internet from a M@h server special software for the creation of analog and digital messages. ... ETI as a Source of Information . ... Main Internet Server . ... ETI as a Customer of Information . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/ra&sr/irm/METI@home.html -- 13.5 Кб -- 04.12.2002
Похожие документы

6. mod_log_debug - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Modules . ... Log message after request to /foo/* is processed: <Location /foo/> LogMessage "/foo/ has been requested" </Location> . Log message if request to /foo/* is processed in a sub-request: <Location /foo/> LogMessage "subrequest to /foo/" hook=type_checker expr=%{IS_SUBREQ} </Location> The default log_transaction hook is not executed for sub-requests, therefore we have to use a different hook. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_log_debug.html -- 10.4 Кб -- 19.11.2015
Похожие документы

7. mod_charset_lite - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Specify character set translation or recoding . ... charset_lite_module . ... CharsetDefault . ... The character set name parameters of CharsetSourceEnc and CharsetDefault must be acceptable to the translation mechanism used by APR on the system where mod_charset_lite is deployed. ... The ImplicitAdd keyword specifies that mod_charset_lite should implicitly insert its filter when the configuration specifies that the character set of content should be translated. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/en/mod/mod_charset_lite.html -- 13.7 Кб -- 10.12.2010
Похожие документы

8. pyQC: script structure
... overview of pyQC . ... output used by . ... All pyQC scripts and modules share a similar structure. Python offers to group functions, classes, etc. into modules which can be imported by different scripts. ... In order to avoid confusion if names are used by different (especially external) modules, the QC scripts use the 'from' statement only for pyQC modules, i.e.: . ... For other modules, the simple 'import' statement is used: . ... Python modules are also used for keeping script configuration. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/script_struct.html -- 12.3 Кб -- 20.05.2014
Похожие документы

9. md5 - generate message digest
. md5 [ -0123456789 ] [ -h] file . This program generates the message digest of the given file using the RSA Message Digest 5 (MD5) and other selected algorithms. If file is not given, the program uses the standard input. -0123456789 . Select algorithm from the following list . -0 null . -1 MD5 . -2 SNEFRU . -3 CRC32 . -4 CRC16 . -5 MD4 . -6 MD2 . -7 SHA . -8 HAVAL . -9 null . -h . Display the result in hex; the default is base-64 . David L. Mills (mills@udel.edu)
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/md5cert.html -- 1.9 Кб -- 21.12.2007
Похожие документы

10. Examples of saving mail messages
To save the current mail message to a file: s junk . This saves the current mail message to the file junk in the current directory . To save several mail messages to the same file: s 5 8 14 project/feedback . This saves messages 5, 8 and 14 to the file feedback . ... To save all the messages from a particular user: s cayman xgator . This saves all the messages with the string cayman in the From: field of their message header to the file xgator . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/examples/mail9.html -- 2.4 Кб -- 17.01.1997
Похожие документы

11. [sas-uploads] omregion-2.2.1.tgz
... Previous message: [sas-uploads] omichain-1.25.1.tgz . Next message: [sas-uploads] cal-3.113.4.tgz . Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] . Package omregion-2.2.1.tgz (16 kB) Uploaded by srr@mssl.ucl.ac.uk The most recent entry in ChangeLog is: omregion/ChangeLog ChangeLog for omregion ====================== Version 2.2.1 - 2001-07-27 (VNY) DESCRIPTION keyword has been added in the omregion.info file . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/pipermail/sas-uploads/2001-July/001041.html -- 3.0 Кб -- 27.07.2001
Похожие документы

12. TCC UDP Packets
... Packet Format . ... The TCC broadcasts UDP packets containing position information. ... Packet Header . ... int4 . ... double . ... pos, vel double . ... pos, vel, time double . ... See the TCC Message Keywords Dictionary for full definitions of most items in the "data" section of the packet. pos, vel double is a structure containing two doubles: "pos" and "vel"; it contains the same information as the TCC's "coordinates" (p,v,t triplets), but with time given by the "TAIDate" entry in the packet. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/UDPPackets.html -- 9.3 Кб -- 07.11.2014
Похожие документы

13. http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.DelayLineSoftwareLibraries/exception.pdf
... The handling level can then choose the best way to handle the error, e.g. print the message and/or halt the program. ... FileProcess( myfile.txt , status ); result = Func1(3.0, status ); if (! ExcOK ( status )){ ExcPrint( status , stderr); ExcClear( status ); } ... } double FileProcess(char * file , ExcStatus * status ) { FILE *fd; if (! ExcOK ( status )) return ; fd = fopen( file , rb ); if (fd == NULL) { ExcSignal( status ); ExcExplain( status , Unable to open %s\n , file ); return ; } ...
[ Текст ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.DelayLineSoftwareLibraries/exception.pdf -- 144.9 Кб -- 22.01.2010
Похожие документы

14. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/os2/info/unix20.txt
UNIX TO OS/2 2.0 MIGRATION WORKSHOP" DESCRIPTION & SURVEY This library file provides a more detailed description of a proposed workshop that would assist customers in porting their UNIX applications to the OS/2 2.0 environment. ... Examples of what some of the lectures would cover include: - Memory management - Event handling - Graphical User Interfaces - Tools to build applications Many examples of how you would implement a common piece of UNIX code in the OS/2 2.0 environment will be discussed. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/os2/info/unix20.txt -- 4.6 Кб -- 30.01.1995
Похожие документы

15. Stellarium: StelLogger Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ClassљList . ... Static Public Member Functions . StelLogger Class Reference . Class wit only static members used to manage logging for Stellarium. ... static voidљ . init (const QString &logFilePath) . Create and initialize the log file. ... Writes message to log file at $USERDIR/log.txt and echoes to stderr. static void StelLogger::deinit . ... Must be called after init() was called. static const QString& StelLogger::getLog . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelLogger.html -- 12.4 Кб -- 28.02.2014
Похожие документы

16. Simon Jeffery's Software Store: TAP housekeeping
SUBROUTINE TAP_ERMES ( TEXT, TEXLEN, STATUS ) . Return an error message associated with a TAP status value. SUBROUTINE TAP_ERROR ( TAP_ROUTN, NAME, TEXT, STATUS ) . Report an error message. ... Report an error message associated with a TAP status value. ... Purpose: return an error message associated with a TAP status value. ... TEXT = CHARACTER * ( * ) (Given) TAP error message text. ... Invocation: CALL TAP_REP( NAME, TEXT, STATUS ) Description: An error message is built in the form: !! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_house.html -- 5.5 Кб -- 04.07.2002
Похожие документы
Еще в разделе: (Показать все результаты (>2766) - star.arm.ac.uk/ )

17. SAI OCL Catalog Description
... Description . Catalog . ... In the Catalog, we publish equatorial (ЮБ 2000 , ЮД 2000 ) and galactic (l,b) coordinates of cluster centers derived as the position of overdensity in 2MASS catalog (Koposov et al. ... Distances, color-excesses and ages are the mean-square values calculated using all available evaluations from different color-magnitude diagrams. ... There are individual pages for every cluster where all available plots and parameters are published. ... 2002). ...
[ Сохраненная копия ]  Ссылки http://ocl.sai.msu.ru/description/ -- 5.9 Кб -- 09.04.2016
Похожие документы

18. A Wavelet Parallel Code for Structure Detection
... We describe a parallel code for 3-D structure detection and morphological analysis. The method is based on a multiscale technique, the wavelet transform and on segmentation analysis. ... This paper presents a new parallel code, that allows a rapid structure detection and morphological analysis in a 3-D set of data points. ... Segmentation analysis. ... Our code is based on the programming paradigm MASTER/SLAVE . ... Finally, the morphological analysis is executed by the master. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/pagliaroa.html -- 8.6 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/pagliaroa.html -- 8.7 Кб -- 15.05.1998
Похожие документы

19. List of currently available KP AZ.
Orbital data : INTERBALL AZ GSE and GSM cartesian coordinates, GSE cartesian velocity (once per 10 minutes). ... Magnetic field data from IMAP experiment. Magnetic fileld absolute value and magnetic field index (the difference between absolute value and model value), status flag. ... Counts of H+ and O+ ions are accumulated during one spin period by detectors D6 (antisunward looking), D8 (spin plane), D10 (sunward looking) of TRICS2 subsystem (1.0-30 keV). ... TRICS1, TRICS2, TRICS3 subsystems: . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/ibelova/az_key.htm -- 14.8 Кб -- 12.05.1999
Похожие документы

20. A Message From Earth
Astronomy Picture of the Day . A Message From Earth . ... 13.03.2005 . ... Arecibo Observatory ( Cornell , NAIC ) Explanation: What are these Earthlings trying to tell us? The above message was broadcast from Earth towards the globular star cluster M13 in 1974. ... March 2005 . ... NASA Web Site Statements, Warnings, and Disclaimers . ... U. Based on Astronomy Picture Of the Day . Publications with keywords: SETI - message - Earth . Publications with words: SETI - message - Earth . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2005-03-13 -- 14.5 Кб -- 14.03.2005
Похожие документы
Еще в разделе: (Показать все результаты (>95313) - www.astronet.ru/ )

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


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

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

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