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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/oscon_tsearch2/stat.html.

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

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

3. 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
Похожие документы
Еще в разделе: (Показать все результаты (>5467) - crydee.sai.msu.ru/ )

4. Polarization/Stokes Handling (stokes and select)
... The visibility datasets possibly contain correlations for different polarizations and Stokes parameters. There are two basic ways that polarization characteristics can be measured: firstly, two orthogonal feeds can be present on the antennas, and the four different polarization correlations from a baseline can be taken and recorded. ... There are two ways the user can determine which polarizations he or she wants to process, either with the select parameter, or with the stokes parameter. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/miriad/userguide/node39.html -- 8.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>25014) - www.atnf.csiro.au/ )

5. OptInt PmWiki : Forms
OptInt PmWiki . ... Forms . ... This page explains how you can embed input forms into wiki pages. ... input text name value size= n :) (:input hidden name value :) (:input password name value :) (:input radio name value :) (:input checkbox name value :) (:input select name value label :) (:input default default-name default-value :) (:input submit name value :) (:input textarea name [=value=] rows= n cols= n :) (:input reset name label :) (:input file name label :) (:input image name "src" alt :) . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/Forms -- 29.2 Кб -- 28.02.2014
Похожие документы

6. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/option.htm
... JavaScript 1.1: added defaultSelected property; text property can be changed to change the text of an option The Option constructor or the HTML OPTION tag. To create an Option object with its constructor: new Option([ text [, value [, defaultSelected [, selected ]]]]) Once you've created an Option object, you can add it to a selection list using the Select.options array. text . ... If an option in a Select object is selected, the value of its selected property is true; otherwise, it is false. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/option.htm -- 27.4 Кб -- 07.10.1999
Похожие документы

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

8. Comet Encke Returns
Astronomy Picture of the Day . ... First officially discovered in 1786, Comet Encke is on its 59 th documented return, making it one of the best-studied comets on the sky. Mysteriously, Comet Encke should have been discovered millennia earlier, since it likely became bright enough to see unaided many times over the past few thousand years. ... Recent observations place Comet Encke as bright as visual magnitude six during early December, making it just on the verge of unaided human vision . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1195641 -- 13.2 Кб -- 23.12.2003
Похожие документы

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

10. 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 -- 2008-07-01 ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/selectlib/node22.html -- 3.7 Кб -- 01.07.2008
Похожие документы

11. Overview of JavaScript Statements
... JavaScript supports a compact set of statements that you can use to incorporate a great deal of interactivity in Web pages. ... Loop Statements: for , while , do while , labeled , break , and continue ( labeled is not itself a looping statement, but is frequently used with these statements) . ... The optional break statement associated with each case label ensures that the program breaks out of switch once the matched statement is executed and continues execution at the statement following switch. ...