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

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

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

1. Open Source Convention
... Stop words are not contained in the tsvector column type. Words like 'as', 'a', 'while', and 'is' are thrown out by the tsearch parser. The default tsearch parser performs algorithimic word stemming. Words like 'query' and 'queries' are both stemmed as 'queri'. ... The tsvector type stores the location of a word stem. 'queri':10 is the 10th word in line 44, the first result returned by the query. ... The to_tsquery() function parses words into word stems. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/oscon_tsearch2/readme_overview_05.html -- 3.0 Кб -- 22.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>1435) - www.sai.msu.su/ )

2. Expenditure vs Risk Examples
. First page Back Continue Last page Overview Graphics .
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/slides/nh/text27.html -- 1.8 Кб -- 27.06.2002
Похожие документы
Еще в разделе: (Показать все результаты (>1516) - star.arm.ac.uk/ )

3. Example of using the break and continue statements
. To prompt for commands to run: #!/bin/sh while echo "Please enter command" read response do case "$response" in 'done') break # no more commands ;; "") continue # null command ;; *) eval $response # do the command ;; esac done . This prompts the user to enter a command. While they enter a command or null string the script continues to run. To stop the command the user enters done at the prompt.
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.6.4.1.html -- 2.2 Кб -- 17.01.1997
Похожие документы

4. Actor Prolog. Example "D:\MOROZOV\Z\DEMO\EXE\EXAMPLES\ADA_LOG.HTML"
... The begining of program -- Target function: a * b with TEXT_IO ; use TEXT_IO ; procedure EXAMPLE is package IO_INT is new INTEGER_IO ( INTEGER ) ; use IO_INT ; r,b,a: INTEGER ; begin put ( Enter unsigned number 'b', please ... unsigned number 'a', please: ) ; get ( a ) ; declare VAR0 , VAR1 : INTEGER ; begin VAR0 := a; VAR1 := b; declare VAR3 , VAR2 , VAR4 : INTEGER ; begin VAR3 := 0 ; VAR2 := VAR0 ; VAR4 := VAR1 ; while VAR2 /= 0 loop begin if ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/ada_log.html -- 9.8 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>335) - www.cplire.ru/ )

5. Overview
. First page Back Continue Last page Summary Graphics . How we found it. SetHI results. What next? .
[ Сохраненная копия ]  Ссылки http://www.naic.edu/alfa/galfa/meetings/1/talks/pauld_files/text1.htm -- 1.6 Кб -- 06.05.2003
Похожие документы

6. DrizzlePac: Examples
... HST . ... Tweakreg/AstroDrizzle . ... It is a cookbook on how the Horsehead Nebula image was created by Jennifer Mack. ... Align and combine three images taken at different visits and orientations. ... ACS/WFC: Optimizing Image Alignment for Multiple Visits . ... Optimize image sampling using final_pixfrac and final_scale settings in astrodrizzle, for ACS/WFC images. ... Using External SExtractor (v2.8.6) Catalogs from *_crclean.fits Images to Align ACS/WFC Images With Drizzlepac/Tweakreg . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/HST_overview/drizzlepac/examples -- 20.6 Кб -- 10.04.2016
Похожие документы

7. Links example continued
... Of course, at the time, I did not realize that the phone call that night would alter the course of my life.It seemed like a normal phone call, nothing out of the ordinary, just a call from Sam asking me to meet him the next day. ... He seemed so anxious to see you," she worried. ... Although Sam did not call again, Mirabella continued to pester me about going to see him. ... We arranged to meet the next day. The day I went into town to see Sam was the first really cold day of fall. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/nowhere.htm -- 3.7 Кб -- 15.04.1998
Похожие документы

8. Client-Side JavaScript Guide
... This book explains how to use core and client-side JavaScript for version 1.3. JavaScript is Netscape's cross-platform, object-based scripting language for client and server applications. ... Core, Client-Side, and Server-Side JavaScript . ... Client-Side JavaScript . ... JavaScript and Java . ... Examples . ... Conditional Statements . ... Object Manipulation Statements . ... Defining Functions . ... Objects and Properties . ... Indexing Object Properties . ... Defining an Event Handler . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/contents.htm -- 19.7 Кб -- 07.10.1999
Похожие документы

9. Examples
... ATNF Home . ... About ATNF overview . ... Australia Telescope Steering Committee . ... Australia Telescope User Committee . ... Astrophysics graduate student programs . ... Australian Square Kilometre Array Pathfinder . Murchison Radio-astronomy Observatory . ... Parkes radio telescope . Australia Telescope Compact Array . Mopra radio telescope . ... ATCA . ... Visiting Parkes radio telescope . Visiting Australia Telescope Compact Array . ... Parkes radio telescope webcam . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/Enno.Middelberg/pieflag/node10.html -- 50.4 Кб -- 09.04.2016
Похожие документы

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

11. Plug-and-Play-HOWTO : Tell the Driver the Configuration
... A modern driver for a device will find out the bus-resource configuration without you having to tell it anything. ... In the worst case you must hard-code the bus-resources into the kernel (or a module) and recompile. In the middle are cases such as where you run a program to give the bus-resource info to the driver or put the info in a configuration file. ... You give such bus-resources as a parameter to the kernel or to a loadable module. ... Setserial is often run from a start-up file. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/pnp/pnpHOWTO/Plug-and-Play-HOWTO-6.html -- 6.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/pnp/pnpHOWTO/Plug-and-Play-HOWTO-6.html -- 6.5 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/pnp/pnpHOWTO/Plug-and-Play-HOWTO-6.html -- 6.5 Кб -- 02.10.2012
Похожие документы

12. pyQC: overview
... pyqc.tar v2.0 (May 2014) . ... pyQC script structure . ... plot modules . ... instrument-independent module creating 2D images from a single detector (raw frame, master, comparison to reference) . ... instrument-independent module creating a simple 2D image from a raw or product file; does not need additional configuration . ... instrument-independent module creating an overview of all (or of a selected number of) extensions in a raw or product file; does not need additional configuration . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/pyqc.html -- 25.2 Кб -- 08.03.2016
Похожие документы

13. Long description of example illustrating rows separated by a border
. This diagram shows how the precedence rules may be used to achieve the effect of rows being separated by a border. There is no border above or below the table and there are no vertical borders at all. The table shows a table of three columns and three rows. Each cell contains an integer that labels it. The top row is separated from the second by a solid black border. The second row is separated from the third by a solid black border as well. Return to image.
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/tbl-rules-desc.html -- 1.9 Кб -- 02.05.1998
Похожие документы

14. Counter examples:
... Meta Index / Home Page / Output Files / Classification of the patterns / Single events and recognizable . ... These are not considered as recognizable patterns. See also Sects. 7.4.2 and 7.4.5 for further details on the following counter-examples: . ... quadruple pattern . ... After the CTI and gain corrections, in the entry for the corrected amplitude, `X' will get the sum of the corrected amplitudes of all parts of the pattern, while the corrected amplitude for `x' will be ``NULL''. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.1.0/doc/epevents/node20.html -- 6.2 Кб -- 22.11.2004
Похожие документы
Еще в разделе: (Показать все результаты (>9553) - xmm.vilspa.esa.es/ )

15. Apache module mod_example
This module illustrates many of the aspects of the Apache 1.2 API and, when used, demonstrates the manner in which module callbacks are triggered by the server. ... Source File: mod_example.c . ... The files in the src/modules/example directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... Example . ... Uncomment the "AddModule modules/example/mod_example" line near the bottom of the src/Configuration file. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_example.html -- 6.7 Кб -- 15.10.2001
Похожие документы

16. Astronomy HyperText Book
... Stellar Evolution . Nucleosynthesis in Stars . The Evolution of Star Clusters . JAVA Physics Lab . Alternative Energies Class . Steve Kevan's Physics 251 Class . ... Talk on Solid State Physics of CCD detectors . Talk on Cosmological Issues . ... Digital Spectra of Stars . NETexperts E-mail List . The Electronic Universe Project e-mail: nuts@moo.uoregon.edu ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/text.html -- 3.3 Кб -- 26.03.1998
Похожие документы

17. Overview of CCMTools and some relevant notes Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... The auxiliary xml file is searched for in the current directory! Successfully call, with casaimager.xml in same directory as ccmtools: . ... Note: tool names have to have ?casa? prepended to them, otherwise the aux xml file is nto found. Note: some idl files include other idls (notable casameasurs) so the aux xml file has to be put into the root directory too! ... Overview of CCMTools and some relevant notes . Notes related to building CASA . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/ccmtoolsintro.html -- 10.6 Кб -- 04.04.2016
Похожие документы

18. SMIS IKI RAN (Sample Images)
. Russian Version [ MS-Win ] . [ News ] . [ Satellite data ] . [ SMIS ] . [ ] . Cities . Rivers . Fires . Clouds . Sea and lakes . Miscellaneous . Back to SMIS Home Page .
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/images/sample_e.htm -- 2.7 Кб -- 28.04.1997
Похожие документы
Еще в разделе: (Показать все результаты (>14) - smis.iki.rssi.ru/ )

19. SPUTNIK home page
.
[ Сохраненная копия ]  Ссылки http://sputnik.infospace.ru/resurs/engl/samp_e.htm -- 5.8 Кб -- 21.01.2002
Похожие документы
Еще в разделе: (Показать все результаты (>21) - sputnik.infospace.ru/ )

20. Stellarium: Scripting Engine
Stellarium 0.12.3 . ... Classes . ... Scripting . ... Scripting Engine . ... Script Console . ... Since version 0.10.1, Stellarium includes a scripting feature based on the Qt Scripting Engine . ... Prior to version 0.10.0, Stellarium used a different scripting engine called StratoScript . ... Prior to version 0.10.0, Stellarium had a simple scripting engine, known as StratoScript . ... This script prints "Hello Universe" in the Script Console output window. core.debug( "Hello Universe" ); . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/scripting.html -- 11.5 Кб -- 28.02.2014
Похожие документы

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


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

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

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