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

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

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

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

2. casacore: casa::BinarySearch_global_functions_binarysearch Struct Reference
... casa::BinarySearch_global_functions_binarysearch . ... List of all members. template<class Container , class ElType > . ... binarySearch ( Bool &found, const Container &container, const ElType &value, uInt n, Int lower=0) . ... template<class Container , class ElType > . ... binarySearchBrackets ( Bool &found, const Container &container, const ElType &value, uInt n, Int lower=0) . ... This version of the function is for containers that use () for indexing. template<class Container , class ElType > ....
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/structcasa_1_1BinarySearch__global__functions__binarysearch.html -- 18.8 Кб -- 14.02.2011
Похожие документы

3. Apache module mod_alias
This module provides for mapping different parts of the host filesystem in the document tree, and for URL redirection. ... The directives contained in this module allow for manipulation and control of URLs as requests arrive at the server. ... The ScriptAlias directive has the additional effect of marking the target directory as containing only CGI scripts. The Redirect directives are used to instruct clients to make a new request with a different URL. ... Syntax: Alias URL-path file-path | ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_alias.html -- 15.9 Кб -- 20.05.2004
Похожие документы

4. Doug Burke's Perl/S-Lang pages: Array examples
... Using sl_array . Array information . ... Inline::SLang . Doug's Home Page . ... Since the support for arrays in S-Lang and Perl do not match, the conversion of array values between the two languages is not entirely seemless, as shown in the examples below. ... The third option is to use a Perl Array_Type object to store the data; the Array_Type class is part of Inline::SLang and is as inefficient as using an array reference but does retain knowledge about the array size and type. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_array.html -- 11.6 Кб -- 02.10.2012
Похожие документы

5. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm
... The Boolean object is an object wrapper for a boolean value. ... JavaScript 1.3: added toSource method . ... If value is omitted or is 0, -0, null, false, NaN , undefined, or the empty string ( "" ), the object has an initial value of false. All other values, including any object or the string "false" , create an object with an initial value of true. ... For Boolean objects and values, the built-in toString method returns the string "true" or "false" depending on the value of the boolean object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm -- 16.3 Кб -- 07.10.1999
Похожие документы

6. Examples of quoting special characters
... To prevent the shell from expanding an argument containing several special characters: $ sed -e 1,$s/V[0-9].*: //p /etc/motd sed: command garbled: 1,/V[0-9].*: $ sed -e '1,$s/V[0-9].*: //p' /etc/motd DYNIX/ptx(R) Tue Feb 25 12:04:15 GMT 1993 . ... To prevent the shell from expanding special characters but allow command substitution: echo 'My working directory is `pwd`' My working directory is`pwd` echo "My working directory is `pwd`" My working directory is /home/jane/docs . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/commanz/cmd2.2.1.html -- 3.2 Кб -- 17.01.1997
Похожие документы

7. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы

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

9. OptInt PmWiki : PmWiki / Markup Expressions
OptInt PmWiki : Pm Wiki / Markup Expressions . ... The {(...)} "expression markup" allows for a variety of string and formatting operations to be performed from within markup. Operations defined by this recipe include substr , ftime , strlen , rand , toupper / tolower , ucfirst , ucwords , pagename and asspaced . ... Note that the initial position argument is zero-based (i.e., the first character is referenced via a "0"). the number of characters to extract . ... ftime "fmt" "when")} . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/MarkupExpressions?action=print -- 19.9 Кб -- 10.04.2016
Похожие документы

10. IRAF Multiple Extensions FITS (MEF) Files Interface
... The Multiple Extension FITS (MEF) file interface is an IRAF library providing facilities for general file operations upon FITS multi-extension files. ... The Multiple Extensions FITS (MEF) interface consists of a number of routines to mainly read a FITS Primary Data Unit or an Extension Unit and manipulate the data at a file level. ... Read the FITS header of a MEF file that matches the EXTNAME or EXTVER keyword values or if not specified, read the extension number `group'. ... The header filename. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/zaraten.html -- 12.2 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/zaraten.html -- 12.2 Кб -- 15.05.1998
Похожие документы

11. WindowManager (ImageJ API)
... public class WindowManager . ... This class consists of static methods used to manage ImageJ's windows. ... static void . ... Adds the specified window to the Window menu. static boolean . ... Returns a reference to the active image or null if there isn't one. static ImageWindow . ... Makes the image contained in the specified window the active image. static void . ... Returns the first image that has the specified title or null if it is not found. public static void addWindow (java.awt.Frame win) ....
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/WindowManager.html -- 25.4 Кб -- 02.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>623) - www.astro.louisville.edu/ )

12. http://www.eso.org/projects/dfs/team/template-for-python-module.py
... DEPENDENCIES # ------------ # sys is the most-used module which contains a set of system-level components. # os provides functions like os.path.join() and os.environ[var] for interacting ... a specified pattern according to the shell rules. # re provides regular expression tools re.sub() and re.search() for advanced string processing. # the Sybase module provides Describe the main role of the function ...> <par1>: <explain what is par1> (<type>). <par2>: <explain what is par2> (<type>). ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/projects/dfs/team/template-for-python-module.py -- 7.6 Кб -- 18.04.2005
Похожие документы

13. Stellarium: EmptySphericalRegion Class Reference
Stellarium 0.12.3 . ... Classes . ... EmptySphericalRegion Class Reference . virtual SphericalRegionType љ . getType () const . ... Return the area of the region in steradians. ... virtual boolљ . ... Public Member Functions inherited from SphericalRegion . ... virtual SphericalRegionP љ . ... virtual const QVector< Vec3d > &љ . ... updateFillVertexBuffer (class StelRenderer *renderer, const DrawParams &params, bool handleDiscontinuity) . ... virtual bool EmptySphericalRegion::isEmpty . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classEmptySphericalRegion.html -- 60.2 Кб -- 28.02.2014
Похожие документы

14. aerostat returns apr14
... cfr 1256.7 . ... Plots were made of the total power vs time and azimuth for the 3 12 second periods using the 1256.7 Mhz signal. 256 channel spectra were computed (49.6 usecs) for the all the data . total power was computed for 1.1 Mhz about each of the two radar frequencies. total power vs time for the 3 rotations (.ps) ( .pdf ) . ... the radar blanks for 1.421 seconds when pointing at AO. total power vs radar azimuth for the 3 rotations (.ps) ( .pdf ) . ... Top: 1256.7 Mhz pulse . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/rfi/rdr/aerostat/resurrected_22apr14.html -- 6.1 Кб -- 24.04.2014
Похожие документы

15. Covers come off the artwork as fine weather returns
. Search this album . Gallery . :: Public Events . :: Between Light and Dark Matters, 24 Feb 2005 . :: Covers come off the artwork as fine weather rтАж . Sidebar Left . Sidebar Top . No Sidebar . Sidebar Bottom . Sidebar Right . View full size . Title: Covers come off the artwork as fine weather returns . File name: artRW5.jpg . Owner: Gallery Administrator . Dimensions: 504 x 378 px . Page: 1 2 3 4 5 6 7 8 9 10 14 15 . Powered by Gallery 3.0.9 (Chartres) . Login
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/gallery3/index.php/publicEvents/watsonExhibition/artRW5 -- 16.4 Кб -- 28.02.2014
Похожие документы

16. America Returns to Space Flight
... America Returns to Space Flight . ... Credit: NASA Explanation: NASA 's launch of the massive Space Shuttle Discovery yesterday brought a nation known for its tremendous space program back to human space flight. ... The complex, powerful Space Shuttle Discovery lifted a crew of seven into an Earth orbit that will bring them to the International Space Station (ISS). ... Publications with keywords: space shuttle . Publications with words: space shuttle . ... An Earth Ornament . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2005-07-27 -- 14.1 Кб -- 27.07.2005
Похожие документы

17. Dnepr successfully returns to flight
... ISC Kosmotras . ... Cluster Launch of Dnepr LV 22 August 2013 KOMPSAT-5 Launch 21 November 2013. ... Being the 8th commercial launch for Dnepr, this is also its first 'return to flight' mission since the failure encountered on July 27, 2006 during liftoff from Baikonur. In parallel with the successful completion of its first launch campaign in 2007, ISC Kosmotras continues preparations for the next two Dnepr launch missions scheduled to fly from Baikonur and Yasny launch bases. ... Dnepr Program . ...
[ Сохраненная копия ]  Ссылки http://www.kosmotras.ru/en/news/23/ -- 11.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>30) - www.kosmotras.ru/ )

18. Stargazing the Night Sky Course Returns in April | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Armagh Planetarium . ... Space Flight . ... Monthly Sky Notes . ... April . ... By admin March 16, 2015 Posted in: Armagh Planetarium . ... Stargazing the Night Sky is a short and very informal course is for complete beginners who want to know more about the wonders of the cosmos. ... If you want to experience the amazing objects we can all see at night, this is the course for you. ... Copyright Armagh Planetarium 2014 All Rights Reserved. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/stargazing-the-night-sky-course-returns-in-april.html -- 42.9 Кб -- 09.04.2016
Похожие документы

19. Phil Plait's Bad Astronomy: Review: Superman Returns
Blog . ... Bad Astronomy . ... Bitesize Astronomy . Book Store . Bad Astro Store . ... Site Info . ... I just came back from "Superman Returns", the long-awaited sequel, kinda, of the Superman movie series of the 1980s. The movie was OK; I would say it was fun and all but hardly the equal of the original with Christopher Reeve. ... So let's find the nearest phone booth so we can go up, up, and review! ... My review of "Superman Returns" . ... Check out my book "Bad Astronomy" . ...
[ Сохраненная копия ]  Ссылки http://www.badastronomy.com/bad/movies/superman_returns.html -- 18.1 Кб -- 09.04.2016
Похожие документы

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

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


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

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

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