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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/sub/gdi_cinfo.dc2.

1. Python: module create_contacts
create_contacts (version 14.05.08) . ... Run the PASS AVTUT tool. ... Allow for user input tdrs.dat file. ... Modules . ... time_util . ... pass_product.pass_product ( configure_util.pickled_product ) . ... class avtut ( pass_product.pass_product ) . ... pass_product.pass_product . ... init__ (self, ms =None , tut_file ='' , tdrs_dat =None ) . ... Get the run name this product is associated with. get_run_time (self) . ... set the run name this product is associated with. set_run_time (self, runtime) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/create_contacts.html -- 21.3 Кб -- 08.04.2016
Похожие документы

2. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

3. dbmmanage - Manage user authentication files in DBM format - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Programs . ... dbmmanage is used to create and update the DBM format files used to store usernames and password for basic authentication of HTTP users via mod_authn_dbm . Resources available from the Apache HTTP server can be restricted to just the users listed in the files created by dbmmanage . ... One can usually use the file program supplied with most Unix systems to see what format a DBM file is in. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/programs/dbmmanage.html -- 14.1 Кб -- 19.11.2015
Похожие документы

4. Vector Operations
... to_tsvector( [ configuration , ] document TEXT) RETURNS TSVECTOR . Parses a document into tokens, reduces the tokens to lexemes, and returns a tsvector which lists the lexemes together with their positions in the document in lexicographic order. strip( vector TSVECTOR) RETURNS TSVECTOR . ... Returns the number of lexemes stored in the vector. text ::TSVECTOR RETURNS TSVECTOR . ... The text should be formatted like the vector would be printed by the output of a SELECT . ... Query Operations ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-vec.html -- 9.5 Кб -- 13.04.2008
Похожие документы
Еще в разделе: (Показать все результаты (>2804) - www.sai.msu.su/ )

5. Manual Page: dbmmanage - Apache HTTP Server
NAME dbmmanage - Create and update user authentication files in DBM format SYNOPSIS dbmmanage filename [ command ] [ username [ encpasswd ] ] DESCRIPTION dbmmanage is used to create and update the DBM format files used to store usernames and password for basic authentica- tion of HTTP users. Resources available from the httpd Apache web server can be restricted to just the users listed in the files created by dbmmanage. ... This manual page only lists the command line arguments. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/programs/dbmmanage.html -- 6.5 Кб -- 15.10.2001
Похожие документы

6. http://www.atnf.csiro.au/computing/software/gipsy/sub/gds_create.dc2
Subbroutine: GDS_CREATE Purpose: Create a new set. Category: GDS File: gdsd_basic.c Author: J.P. Terlouw Use: CALL GDS_CREATE ( SET, Input CHARACTER*(*) ERROR ) Output INTEGER SET Name of set to be created. ERROR Error return code. The structure created by this call is initially zero-dimensional. Its shape can be determined later by calling GDS_EXTEND one or more times. Updates: 25-May-87 original document 14-Nov-89 rewritten in C 8-Mar-94 rewritten for GDS server
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/gds_create.dc2 -- 1.7 Кб -- 01.08.2000
Похожие документы
Еще в разделе: (Показать все результаты (>19741) - www.atnf.csiro.au/ )

7. mod_cgi - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Execution of CGI scripts . ... Source File: . mod_cgi.c . Any file that has the handler cgi-script 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/ztcs/manual/en/mod/mod_cgi.html -- 15.5 Кб -- 25.02.2008
Похожие документы

8. Dynamic Memory Allocation and Dynamic Structures
... Dynamic allocation is a pretty unique feature to C (amongst high level languages). ... queue.c */ /* Demo of dynamic data structures in C */ #include stdio.h #define FALSE 0 #define NULL 0 typedef struct { int dataitem; struct listelement * link ; } listelement ; void Menu ( int *choice); listelement * AddItem ( listelement * listpointer , int data ); listelement * RemoveItem ( listelement * listpointer ); void PrintQueue ( listelement * listpointer ); void ClearQueue ( ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node11.html -- 12.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node11.html -- 12.6 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node11.html -- 12.6 Кб -- 02.10.2012
Похожие документы

9. Sponsors of Views of the Solar System
Sponsors of Views of the Solar System . ... Unlike many of the sites on the Web, Views has been created from a budget of $0.00 and from the assistance from many individuals in the world who have made some significant contributions of time. ... Adobe Photoshop 4.0 . ... If you would like to be a sponsor of Views of the Solar System , our organization will consider placing a small logo of the sponsor as part of the menu bar that can be seen on the home page and on the image pages. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/solar/eng/sponsor.htm -- 4.1 Кб -- 15.10.1997
Похожие документы
Еще в разделе: (Показать все результаты (>591) - www.iki.rssi.ru/ )

10. Microsoft Office PowerPoint Viewer Readme File Microsoft Office PowerPoint
б© 2003 Microsoft Corporation. ... This document provides late-breaking information about the Microsoft Office PowerPoint Viewer. To view the Readme file on the screen, maximize the browser window. ... About the PowerPoint Viewer . ... The Microsoft Office PowerPoint Viewer allows you to view full-featured presentations created in Microsoft Office PowerPoint 2003. The PowerPoint Viewer supports viewing presentations created in PowerPoint 97, PowerPoint 2000, and PowerPoint 2002. ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2008/Presentations/26Dec/Moskalenko_IKI/pvreadme.htm -- 5.0 Кб -- 25.07.2003
Похожие документы
Еще в разделе: (Показать все результаты (>453) - hea.iki.rssi.ru/ )

11. http://www.adass.org/adass/proceedings/adass02/reprints/P1-3.pdf
... 295, 2003 H. E. Payne, R. I. Jedrzejewski, and R. N. Hook, eds. The MAST Pointings Tables Pro ject Karen Levay, Paolo Padovani1 , Randall Thompson, Megan Donahue, Michael Corbin Space Telescope Science Institute, 3700 San Martin Drive, Baltimore, MD 21218 Abstract. We have undertaken a pro ject to create a database of all HST imaging observations organized by position on the sky. ... Each sky region was called a "pointing." ... Users select the instrument pointings table they wish to search. ...
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass02/reprints/P1-3.pdf -- 109.8 Кб -- 11.03.2003
Похожие документы

12. Stellarium: LabelMgr Class Reference
Stellarium 0.12.3 . ... Classes . ... LabelMgr Class Reference . ... intљ . labelObject (const QString &text, const QString &objectName, bool visible=true, float fontSize=14, const QString &fontColor="#999999", const QString &side="E", double labelDistance=-1.0, const QString &style="TextOnly") . ... labelScreen (const QString &text, int x, int y, bool visible=true, float fontSize=14, const QString &fontColor="#999999") . ... setLabelText (int id, const QString &newText) . ... virtual voidљ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classLabelMgr.html -- 37.7 Кб -- 28.02.2014
Похожие документы

13. Creating a filesystem
... Filesystems are created, i.e., initialized, with the mkfs љ command. ... Search for bad blocks and initialize the bad block list accordingly. -l filename . ... badblocks /dev/fd0H1440 1440 > bad-blocks . ... 1 block group . 8192 blocks per group, 8192 fragments per group . ... Then bad blocks were searched with badblocks љ , with the output redirected to a file, bad-blocks . Finally, the filesystem was created, with the bad block list initialized by whatever badblocks љ found. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node45.html -- 7.0 Кб -- 04.05.1997
Похожие документы

14. read_fits.c File Reference
Main Page Data Structures File List Data Fields Globals . ... int . read_oi_array (fitsfile *fptr, char *arrname, oi_array *array, int *status) . Read OI_ARRAY fits binary table. More... int . read_oi_target (fitsfile *fptr, oi_target *targets, int *status) . ... read_oi_wavelength (fitsfile *fptr, char *insname, oi_wavelength *wave, int *status) . ... read_next_oi_vis (fitsfile *fptr, oi_vis *vis, int *status) . ... read_next_oi_vis2 (fitsfile *fptr, oi_vis2 *vis2, int *status) . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~jsy1001/resources/exchange/html/read__fits_8c.html -- 15.7 Кб -- 07.04.2003
Похожие документы

15. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы

16. ImageStack (ImageJ API)
... Note that the size of the returned array may be greater than the number of slices currently in the stack, with unused elements set to null. public int getSize () . Returns the number of slices in this stack. public java.lang.String[] getSliceLabels () . ... Returns null if the stack is empty or the label of the first slice is null. public java.lang.String getSliceLabel (int n) . ... Returns null if the slice does not have a label. public void setSliceLabel (java.lang.String label, int n) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/ImageStack.html -- 29.5 Кб -- 02.12.2010
Похожие документы

17. Historical Cosmologies
.
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1996/ph123/l2a.html -- 2.9 Кб -- 29.03.1999
Похожие документы
Еще в разделе: (Показать все результаты (>362) - zebu.uoregon.edu/ )

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

19. In The Beginning, God Created......prophecy - an Astronomy Net God Science
God Science Forum Message . Forums: . ... God and Science ћ SETI ћ Software ћ UFO ћ XEphem . ... God and Science | ... In The Beginning, God Created......prophecy . ... I am beginning to believe that Genesis creation is about the creation of prophecy as much as it is a statement that God is the creator. ... So I ask, are you (anyone) willing to consider Gen 1 2 as stories of prophecy or are you determined that it is either about science or a literal 7-day creation? ... www.astronomy.net . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/god/messages/32316.shtml -- 14.2 Кб -- 09.04.2016
Похожие документы

20. http://www.winer.org/Downloads/Winer_IRS_Prelim.pdf
... Because you are a newly created organization, we are not now making a final determination of your foundation status under section 509(a) of the Code. However, we have determined that you can reason-ably be expectqd, to- be a pubricly supported organization described sectiongn in )WCl), t futCl lr[1o U-10 Accordingly, you will be treated as a publicly supported organization, and not as a private foundation, during an advance ruling period. ...
[ Текст ]  Ссылки http://www.winer.org/Downloads/Winer_IRS_Prelim.pdf -- 178.4 Кб -- 06.12.2013
Похожие документы
Еще в разделе: (Показать все результаты (>55) - www.winer.org/ )

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


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

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

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