| Найдено документов: 353503 (179 сайтов) ---- Время поиска: 0.95сек. |
Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/obj.htm.
http://www.arcetri.astro.it/irlab/doc/library/javascript/clientguide/obj.htm.
1. Tsearch2 in Japanese
... Argument: C-Type: (char *) (IN) Desc: Pointer to the text which we parse 2. ... Argument: C-Type: (char **) (OUT) Desc: token text 3. ... LexDescr * descr = (LexDescr *) palloc(sizeof(LexDescr) * (2+1)); /* there are only two types in this parser */ descr [0].lexid = 3; descr [0].alias = pstrdup( word ); descr [0]. descr = pstrdup( Word ); descr [1].lexid = 12; descr [1].alias = pstrdup( blank ); descr [1]. descr = pstrdup( Space symbols ); descr [2].lexid = 0; PG_RETURN_POINTER( ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html -- 12.8 Кб -- 22.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>4913) - www.sai.msu.su/ )
2. Package: panel
These routines are meant to provide high level definition and processing of command lines. ... Create a control panel object. panel_create_group . Create a panel to contain a group. panel_add_item . ... Pop last pushed control panel object from control panel stack. panel_process_command_with_stack . ... Register a function to be called when a panel item changes. panel_PROTO_decode_func . ... This routine will create a control panel object which is a container for a group of items. ... flag . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/karma/lib/panel.html -- 12.9 Кб -- 24.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>23563) - www.atnf.csiro.au/ )
3. Dynamic HTML in Communicator
... Style Sheets in Communicator . Using Cascading Style Sheets to Define Styles . ... Inheritance of Styles . Defining Style Sheets with the <STYLE> Tag . Defining Style Sheets in External Files . Defining Classes of Styles . ... Combining Style Sheets . ... Setting Border Widths, Color, and Style . ... Comments in Style Sheets . ... Style Sheet Properties . Font Properties . ... Font Style . Text Properties . ... Style Sheets Ink Home Page . Overview of the Style Sheet . ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/jss3.htm -- 7.4 Кб -- 13.08.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>22933) - crydee.sai.msu.ru/ )
4. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>18154) - www.stsci.edu/ )
5. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>697) - www.astro.louisville.edu/ )
6. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1203) - astro.uni-altai.ru/ )
7. Getting Started in Actor Prolog. Underdetermined Sets.
Underdetermined sets is a new type of data structures (terms) developed in Actor Prolog . ... The point is that an underdetermined set can include some indefinite rest (a tail) like a list in usual Prolog . At the same time, the order of elements of an underdetermined set can be arbitrary one and it does not affect results of unification of underdetermined sets. Moreover, Actor Prolog guarantees that a rest of an underdetermined set never contains elements that are explicitly given in the set. ...
[
Сохраненная копия
]
Ссылки http://www.cplire.ru/Lab144/start/e_sets.html -- 12.6 Кб -- 24.09.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>649) - www.cplire.ru/ )
8. Apache 2.0 Hook Functions - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... In general, a hook function is one that Apache will call at some point during the processing of a request. ... Use the AP_DECLARE_HOOK macro, which needs to be given the return type of the hook function, the name of the hook, and the arguments. ... During initialisation, the server will call each modules hook registering function, which is included in the module structure: . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/manual/de/developer/hooks.html -- 13.8 Кб -- 21.01.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>8207) - www.arcetri.astro.it/ )
9. FitsIO(3)
FitsIO - C++ Class for Reading, Writing and Managing FITS Images . include FitsIO .h class FitsIO : public ImageIORep { ... public: FitsIO ( int width, int height, int bitpix, double bzero, double bscale, const Mem header , const Mem data); ~ FitsIO () {} int wcsinit(); int nativeByteOrder() const ; const char * classname() const ; static FitsIO * read( const char * filename, int memOptions = 0); ... The Mem class is used to speed up loading the file. ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/precise/Local/SkyCat/astrotcl/astrotcl.14.html -- 8.5 Кб -- 11.09.1998
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3809) - www.sao.ru/ )
10. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3875) - hea-www.harvard.edu/ )
11. Impact Hazard
... Armagh Observatory, College Hill, Armagh BT61 9DG, +44 (0)28 3752 2928 . ... Risks Comparable to NEOs . ... The Increasing Rate of Discovery of Asteroids . ... Comet and Asteroid Collision Probabilities . ... Extreme albedo comets and the impact hazard (PDF Format) . ... Asteroid Impact Animations . ... Workshop on Scientific Requirements for Mitigation of Hazardous Comets and Asteroids - 2002 . ... The Spaceguard Survey Report, 1992 (PDF) . Tsunami from Asteroid/Comet Impacts . ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/impact-hazard/ -- 11.3 Кб -- 29.06.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2723) - star.arm.ac.uk/ )
12. Refining the Guide Star Catalog: Plate Evaluations
Next: ZGSC (Compressed GSC) and XSKYMAP . ... This is a preliminary report on an investigation of the quality and properties of plates digitized during creation of the Guide Star Catalog (GSC). The results will be vital for reclassifying GSC objects. ... Many objects are measured on more than one plate, and thus have multiple catalog entries. ... Among the shortcomings of the GSC are: biased magnitudes and incorrect classifications for certain objects, presence of artifact objects. ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass96/smirnovo1.html -- 10.1 Кб -- 23.06.1998
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1827) - www.adass.org/ )
13. http://vega.inp.nsk.su/~inest/ASCOM/Scriptable%20Components%20and%20Engines/ASCOM%20FITS%20driver/create.vbs
create.vbs *** ' ' Usage: cscript create.vbs <image file> ' Example: cscript create.vbs testimage.fit ' ' Uses the ASCOM FITS image driver ' --> http://www.easysky.de/ASCOM/Image/FITS.htm ' to create a new FITS file from scratch ' and sets some example properties. ... WScript.Echo WScript.Echo "creating " & filename & ".. ...
[
Сохраненная копия
]
Ссылки http://vega.inp.nsk.su/~inest/ASCOM/Scriptable%20Components%20and%20Engines/ASCOM%20FITS%20driver/create.vbs -- 3.4 Кб -- 24.01.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>60) - vega.inp.nsk.su/ )
14. utility packages
... PostScript . ChangeLog . ... Performs adaptive smoothing on EPIC or OM images. ... Lists the differences between two Calibration Index Files . ... Add a column to a table . ... Add a comment to an attributable object . ... Copy a list of columns to a table . ... Insert one table (source) into another (destination) . ... List the columns in the given tables and/or or datasets . ... Adds corrected source positions to the EPIC source list by cross-correlating with optical source catalogues . ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/packages.utility.html -- 22.4 Кб -- 18.03.2004
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>10888) - xmm.vilspa.esa.es/ )
15. Does the time it takes different methods to create all the elements coincide
... Does the time it takes different methods to create all the elements coincide with the universeт??s accepted age? ... Illinois Urbana-Champaign) Different kinds of stars create elements at different rates, all of which are consistent with the age of the universe. Get instant access to subscriber content on Astronomy.com! ... Registration is FREE and takes only a few seconds to complete. If you are already registered on Astronomy.com, please log in below. ...
[
Сохраненная копия
]
Ссылки http://www.astronomy.com/magazine/ask-astro/2011/02/cosmic-chemistry -- 63.2 Кб -- 10.04.2016
Похожие документы
Похожие документы
16. ASP: Making Your Own Astronomical Camera
Turning the Camera Skyward . A reconfigured camera can take wide-field exposures of astronomical objects (constellations, the Milky Way, zodiacal light, moving artificial satellites, meteor showers, variable stars, etc.) to reveal much fainter objects and structures than seen by naked eye. ... This picture reveals objects more than 2.5 times fainter than can be seen by the naked eye, including not only stars but also the Orion nebula (M42), where new stars are being born. ...
[
Сохраненная копия
]
Ссылки http://www.astrosociety.org/edu/publications/tnl/50/camera3.html -- 12.8 Кб -- 02.10.2012
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1457) - www.astrosociety.org/ )
17. Create a file with the cat command
. Type the command cat > name_of_file . Now type in your text. Press the <Return> key to start a new line. When you have finished typing in your text, enter Ctrl-d (Press and hold down the Ctrl key and type a "d"). This stops the cat command and returns you to the system prompt. **Caution** . Did You Know? . Examples .
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/create_cat.html -- 2.2 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>691) - comet.sai.msu.ru/ )
18. Project Space Hotel
... Space flight . ... Space Hotel . ... Small orbital stations (SOS) are intended for the arrangement of flexible manned programs on commercial basis with the possibility of using the traditional Russian manned , cargo spacecrafts, their modifications and new modules oriented for the minimum costs and terms of orbital objects development . оThe principle of SOS building is as follows: it is developed not as a separate self-sufficient project of an ... It means a possibility of: . ...
[
Сохраненная копия
]
Ссылки http://www.atlasaerospace.net/eng/spacehotel.htm -- 35.5 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>23) - www.atlasaerospace.net/ )
19. (Untitled)
There are six possible ways of object description: . a) by number(s) . ... d) by list . e) by orbital elements . ... They should be introduced as year, month, day with tenth (e.g. 20021104.1). d) Computations are performed for all objects listed in the file whose path and name should be introduced into assigned data field. ... On pressing Edit file button user has a possibility to look through the list of object elements or their coordinates and velocities to add or to change it. ...
[
Сохраненная копия
]
Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9hdg.htm -- 6.7 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>558) - www.ipa.nw.ru/ )
20. Database of Optical Properties -- Level: subpage
This page will contain definitions (and basic references) of the following parameters: . cross-sections C ext , C sca , C abs , C bk ; . efficiencies Q ext , Q sca , Q abs , Q bk ; . ... TE/TM mode definitions for arbitrary shapes. Note that some parameters are defined in a quite different (specific) manner than for spherical scatterers, and some definitions in the book of Mishchenko et al. ...
[
Сохраненная копия
]
Ссылки http://www.astro.spbu.ru/staff/ilin2/DOP-old/2-11.html -- 2.3 Кб -- 19.11.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>450) - www.astro.spbu.ru/ )