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

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

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

1. http://www.atnf.csiro.au/computing/software/gipsy/sub/pgqid.dc2
Name: PGQID Purpose: inquire current device identifier Category: GRAPHICS File: pgplot.src Author: T.J. Pearson Use: see description below. Description: SUBROUTINE PGQID (ID) INTEGER ID This subroutine returns the identifier of the currently selected device, or 0 if no device is selected. The identifier is assigned when PGOPEN is called to open the device, and may be used as an argument to PGSLCT. Each open device has a different identifier. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sub/pgqid.dc2 -- 1.8 Кб -- 31.10.2001
Похожие документы

2. Selected-function
XMM-Newton Science Analysis System . ... Meta Index / Home Page / Description The selected function facilitates step-wise filtering of tables. Used as a sub-expression it evaluates to true for a particular row if that rows has been selected in the selection process preceding the current one. If the table undergoes selection for the very first time, selected returns true for all table rows, i.e., has no effect. ... SELECTED && PHA >= 10 . ... XMM-Newton SOC/SSC -- 2005-08-15 ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.5.0/doc/selectlib/node22.html -- 3.7 Кб -- 15.08.2005
Похожие документы
Еще в разделе: (Показать все результаты (>15481) - xmm.vilspa.esa.es/ )

3. CSPICE Routines: EKNELT_C
... Abstract Return the number of elements in a specified column entry in the current row. ... This routine allows the caller of those routines to determine appropriate loop bounds to use to fetch each column entry in the current row. ... Since DARRAY contains variable-size array elements, we call eknelt_c to determine how many elements to fetch./ selidx = 1; eltidx = 0; nelt = eknelt_c ( selidx, row ); isnull = SPICEFALSE; while ( ( eltidx < nelt ) && ( !isnull ) ) { /. ... Link to routine source . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/eknelt_c.html -- 10.8 Кб -- 17.12.2005
Похожие документы

4. mod_authn_dbd - Apache HTTP Server
... Apache HTTP Server Version 2.4 . ... User authentication using an SQL database . ... AuthnCacheProvideFor dbd AuthnCacheContext my-server # mod_authz_core configuration Require valid-user # mod_authn_dbd SQL query to authenticate a user AuthDBDUserPWQuery "SELECT password FROM authn WHERE user = %s" </Directory> . ... SQL query to look up a password for a user . ... The AuthDBDUserRealmQuery specifies an SQL query to look up a password for a specified user and realm in a digest authentication...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_authn_dbd.html -- 15.8 Кб -- 19.11.2015
Похожие документы

5. Query Operations
... to_tsquery( [ configuration , ] querytext text) RETURNS TSQUERY . ... Query rewriting is a set of functions and operators for tsquery type. ... We'll expand query supernovae using table-driven rewriting rules. =# create table aliases (t tsquery primary key, s tsquery); =# insert into aliases values(to_tsquery('supernovae'), to_tsquery('supernovae|sn')); =# select rewrite(to_tsquery('supernovae'), 'select * from aliases') && to_tsquery('crab'); ?column? --------------------------------- ( 'supernova'...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-query.html -- 13.1 Кб -- 13.04.2008
Похожие документы

6. Visibilities
... fringevis ( bincounts ),[ k ] Function. Return complex visibility for bincounts. The parameter k selects a particular baseline, i.e. fringe frequency. Examples: v=fringevis(bincounts(*,0,*),7) , which returns the (complex) visibility of channel 1, and the baseline with the frequency number 7. ... Return the (averaged) squared visibility amplitude for bincounts. ... Return rotated complex visibility for input visibility , wavelength scale , and group delay . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node239.html -- 4.2 Кб -- 28.04.2015
Похожие документы

7. mod_authn_dbd - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... User authentication using an SQL database . ... Database Management #Use the PostgreSQL driver DBDriver pgsql #Connection string: database name and login credentials DBDParams dbname=htpasswd user = apache password =xxxxxx #Parameters for Connection Pool Management DBDMin 1 DBDKeep 2 DBDMax 10 DBDExptime 60 #Authentication Section Directory ... SQL query to look up a password for a user . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/de/mod/mod_authn_dbd.html -- 11.0 Кб -- 25.02.2008
Похожие документы

8. Stellarium: StelObjectMgr Class Reference
Stellarium 0.12.3 . ... Classes . ... StelObjectMgr Class Reference . ... voidљ . selectedObjectChanged ( StelModule::StelModuleSelectAction action) . ... findAndSelect (const StelCore *core, const Vec3d &pos, StelModule::StelModuleSelectAction action= StelModule::ReplaceSelection ) . ... Find and select an object from its translated name. ... findAndSelect (const QString &name, StelModule::StelModuleSelectAction action= StelModule::ReplaceSelection ) . ... getWasSelected (void) const . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelObjectMgr.html -- 60.4 Кб -- 28.02.2014
Похожие документы

9. OpenDialog (ImageJ API)
... public class OpenDialog . ... This class displays a dialog window from which the user can select an input file. ... Displays a file open dialog, using the specified default directory and file name. ... Returns the path to the last directory opened by the user using a file open or file save dialog, or using drag and drop. static java.lang.String . ... Uses and updates the ImageJ default directory. public OpenDialog (java.lang.String title, java.lang.String defaultDir, java.lang.String defaultName) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/io/OpenDialog.html -- 16.6 Кб -- 02.12.2010
Похожие документы

10. Simon Jeffery's Software Store: TAP chemical functions
SUBROUTINE TAP_ESYMB ( IZ, SYMBOL, STATUS ) . Return the element symbol. SUBROUTINE TAP_ENAME ( IZ, NAME, STATUS ) . ... FUNCTION TAP_EMASS ( IZ ) . Return the mean atomic weight of an element. FUNCTION TAP_ZELEM ( NAME ) . ... FUNCTION TAP_AELEM ( NAME ) . ... The mean atomic weight of the element associated with the given name is ! ... The element name associated with the given atomic number is ! ... The atomic number ot element associated with the given name is ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_chemical.html -- 6.2 Кб -- 04.07.2002
Похожие документы

11. x111 idl routines
... X111INP - INPUT 1 OR MORE DATA,CAL SETS OF DATA. ... SYNTAX:n=x111inp(yymmdd1,yymmdd2,freqReq,bret, rcv = rcv ,han=han,$ slar = slar ,slfilear=slfilear,indonly=indonly,verbose=verbose,$ maxsets=maxsets) ARGS: yymmdd1: long first date to use yymmdd2: long last date to use freqReq: float freq in Mhz to select KEYWORDS: rcv : long limit to reciever number (1.. 17) (only needed if more than 1 rcvr measures this freq (eg sbw,sbn) han: if set then hanning smooth the ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/x111doc.html -- 3.7 Кб -- 02.02.2016
Похожие документы

12. NASA's GRAIL MoonKAM returns first student-selected lunar images | Astronomy...
... Tonight's Sky . ... Sky this Month . ... Imaging Basics . ... NASA's GRAIL MoonKAM returns first student-selected lunar images . ... This image of the farside of the lunar surface, with Earth in the background, was taken by the MoonKAM system onboard the Ebb spacecraft as part of the first image set taken from lunar orbit March 15т??18, 2012. ... Students will select target areas on the lunar surface and request images to study from the GRAIL MoonKAM Mission Operations Center in San Diego,...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/news/2012/03/nasas-grail-moonkam-returns-first-student-selected-lunar-images -- 68.8 Кб -- 10.04.2016
Похожие документы

13. http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/SLAKWARE/A1/MAKETAG
bin/sh #item ####description ###on off ### rm -f /tmp/SeTnewtag # empty the return file dialog --title "SELECTING PACKAGES FOR SERIES A (BASE LINUX SYSTEM)" \ --checklist "Please select the packages you wish to install \ from series A. Use the \ UP/DOWN keys to scroll through the list, and the SPACE key to select \ the packages you wish to install. ... However, it's your system. ... If you require \ drivers for your CD-ROM drive, be sure to install a kernel from the Q \ series. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/SLAKWARE/A1/MAKETAG -- 3.9 Кб -- 12.07.1995
Похожие документы

14. Exploring Interactive Archive Data Presentation at the COSSC
... Hughes STX/COSSC NASA/GSFC, Greenbelt, MD 20771 . ... The exploration of hypertextual data presentation at the COSSC was facilitated by the creation of tables of data, in electronic form, which describe the BATSE and EGRET datasets available in the Compton Observatory archive. ... As our store of data continues to grow, we will continue to explore new and novel ways in which hypertext allows the data in the COSSC archive to be presented and selected. 56 kB PostScript reprint . ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/jordanj.html -- 9.9 Кб -- 03.11.2000
Похожие документы

15. ChaMPlane Database Description
... Fields Observed . ... X-ray Database . Optical Database . DS9 Virtual Observatory . ... A Step-by-Step Description of the ChaMPlane DS9 Virtual Observatory. ... By the end of this tutorial you should be familiar with a subset of the champlane/ds9 tools . ... with a circle region, and then clicked " View X-ray image for Selected Region " on the ChaMPlane tools menu. ... above, but we could equally well have done "save regions" on the optical image followed by "load regions" on the X-ray image. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/ChaMPlane/walkthrough_ds9.html -- 21.3 Кб -- 01.10.2012
Похожие документы

16. VLSS Postage Stamp Server Documentation Help for VLSS Postage Stamp Server
This WWW form allows the user to obtain "postage stamp" FITS or jpeg images or contour plots of selected, small fields from the The VLA Low-Frequency Sky Survey (VLSS, formerly VLSS). ... The specified region of the closest VLSS field is returned as a FITS or jpeg format image or a contour plot. ... The VLSS postage stamp server can return a FITS file with the MIME type of image/x-fits; your browser needs to be told a suitable display program for FITS files. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/surveys/nrao/VLSS/VLSSposthelp.html -- 8.4 Кб -- 15.11.2004
Похожие документы

17. The course and unit level
Next: The exercise level Up: Using Ceilidh as a Student Previous: Using Ceilidh as a Student . ... This menu is identical whether it is obtained from the system level of Ceilidh using the sc command, or by entering Ceilidh with a -c argument. ... Course Summary button) If the teacher remembers to keep the information up-to-date, this command gives you a summary of the timetable for your course, with . ... ceilidh -c pr1 . ... If you entered the course level from the system level using first ceilidh . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_19_3_1.html -- 7.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_19_3_1.html -- 7.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_19_3_1.html -- 7.6 Кб -- 02.10.2012
Похожие документы

18. Entering carriage returns
For vi , a line is the string of characters between two <RETURN> characters. Although vi will automatically wrap the text onto a new line when it reaches the right-hand side of the screen, it does not insert a <RETURN> character. ... Adding a <RETURN> at the end of every line ensures that the appearance of the text on your screen corresponds to vi 's understanding of how text is structured. Setting the wrapmargin option automatically inserts a <RETURN> character whenever vi wraps text. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/didyou/vi.1.html -- 2.5 Кб -- 17.01.1997
Похожие документы

19. http://hea.iki.rssi.ru/integral06/internal/index.php~
... selected="selected"' : ''; $menu .= '<option value="' . ... SERVER['REQUEST_URI'],$trans)); return $urls[0]; } /* get the internal configuration */ global $ cfg ; /* check if we been asked to render a feed */ $ feed = get_get(' feed ',NULL); /* check if we been asked to render a PDF */ $pdf = get_get('pdf',NULL); $ templates = array(); $output = ''; $ file = get_post('db',NULL); if (!$ file ) $ file = get_get('db',Property::get($ cfg ['config'],'default')); /* if the request does not ask for a...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/integral06/internal/index.php~ -- 9.5 Кб -- 21.03.2007
Похожие документы

20. ASP: The Return of Halley's Comet
... Chapman, R. and Brandt, J.: The Comet Book: A Guide for the Return of Halleys Comet (1984, Jones and Bartlett) ? ... Branley, F.: Comets (1984, T.Y. Crowell) ? good picture book for students in grades K-3. ... Schatz, D.: The Comet Cometh: An Activity Book for the Return of Comet Halley ? ... Glenn, W.: "Halley's Comet Makes a Comeback'' in The Science Teacher Jan. 1984, p. 38. ... To construct a model of an Alien Being that could exist on another planet or satellite in our solar system. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/01/halley2.html -- 13.8 Кб -- 02.10.2012
Похожие документы

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


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

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

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