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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sai.msu.su/~megera/postgres/talks/Gin-toronto-2006.pdf.

1. Graphical User Interface Example (2)
The program below provides a second example of the use of GIPSY's event-handling and graphical user interface facilities. ... GgiAutoLayout(FALSE); /* layout done explicitly by program */ GgiPostponeRealize(TRUE); /* show after all elements have been positioned */ /* * Create elements. */ button = GgiButton( QUIT= , Terminate program ); text1 = GgiTextField( NUMBER = , Type a number in this field , 15); text2 = GgiTextField( GETAL= , Typ een getal\nin dit veld , 15); gauge = GgiGauge ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/pguide/gui-example2.html -- 6.2 Кб -- 17.01.2009
Похожие документы

2. Command line interface to libAIR and water vapour column retrieval Bojan
... Bojan Nikolic web pages (r. 329) . ... Since version 0.12, libAIR comes with a simple command line interface to the routines which retrieve the water vapour and the phase correction coefficient. Currently only the very simplest model is supported, in which the all of pressure, temperature and water vapour column are free parameters, and they are inferred from the four observed water vapour radiometer readings. ... Command line interface to libAIR and water vapour column retrieval . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/libaircmdline.html -- 10.4 Кб -- 04.04.2016
Похожие документы

3. Digitized Sky Survey - SIAP Interface
SAI VO . ... SAI CAS . ... Web Services . Catalog Access Services . ... SAI VO Wiki . ... Program Access . SAI CAS Wiki . SAI Web Services . ... DSS Mirror . ... We provide an implementation of IVOA standard Simple Image Access Protocol interface to our DSS mirror. Service metadata is available here . Currently, we provide the atlas service only, which returns the list of original DSS images intersecting the requested sky area. ... SAI MSU | ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/dss/siap.html -- 5.0 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>93) - vo.astronet.ru/ )

4. LWN: Driver porting: the workqueue interface.
... LWN.net FAQ . ... This article is part of the LWN Porting Drivers to 2.6 series . The longstanding task queue interface was removed in 2.5.41; in its place is a new "workqueue" mechanism. ... Tasks to be run out of a workqueue need to be packaged in a struct work_struct structure. ... INIT_WORK must be used at least once before queueing the work_struct structure, but should not be used if the work_struct might already be in a workqueue. ... Driver porting: the workqueue interface. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/23634.html -- 16.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/23634.html -- 16.5 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/23634.html -- 16.5 Кб -- 02.10.2012
Похожие документы

5. HTML Forms
... Note you are not allowed to nest FORM elements! ... Forms are created by placing input fields within paragraphs, preformatted text, lists and tables. ... Notice the use of the NAME attribute to name each field : TITLE Sample Questionaire /TITLE H1 Sample Questionaire /H1 P Please fill out this questionaire: FORM METHOD=post ACTION= http://www.hal.com/sample P Your name : input name = name size= 48 P input name = male type =radio Male P input ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/forms.html -- 7.6 Кб -- 19.12.1996
Похожие документы

6. Re: Question on network interfaces
... Forum: Network Buffers And Memory Management . Re : Question on network interfaces ( Vijay Gupta ) . Keywords: network interface . ... If you want to scan the interface list from kernel space you can do something like: { struct device *dev; for (dev = dev_base; dev != NULL; dev = dev->next) { /* your code here */ /* example */ if (dev->family == AF_INET) { /* this is an inet device */ } if (dev->type == ARPHRD_ETHER) { /* this is ethernet */ } } } ./ Pedro. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/library/linux/khg/HyperNews/get/net/net-intro/1/2.html -- 2.7 Кб -- 23.03.2000
Похожие документы

7. An ExpectTk/Perl Graphical User Interface to the Revision Control System (RCS)
Next: The Portable-CGS4DR Graphical User Interface . ... In order to track changes in the TABLES/STSDAS code, as well as for Quality Assurance and to simplify the code release process, the GNU Revision Control System (RCS) was chosen as the method of revision control. ... A survey of the Revision Control software available led to the choice of the GNU Revision Control System (RCS) as the method of revision control. ... The part of the system that the user sees is the Graphical User Interface. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/williamsonr.html -- 11.0 Кб -- 23.06.1998
Похожие документы

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

9. CommandListener (ImageJ API)
... Class . ... PREV CLASS NEXT CLASS . FRAMES NO FRAMES All Classes . ... FIELD | CONSTR | METHOD . DETAIL: FIELD | ... All Known Implementing Classes: . ... public interface CommandListener . Plugins that implement this interface are notified when ImageJ is about to run a menu command. ... Method Summary . java.lang.String . commandExecuting (java.lang.String command) . Method Detail java.lang.String commandExecuting (java.lang.String command) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/CommandListener.html -- 8.9 Кб -- 02.12.2010
Похожие документы

10. The AstroStat Slog examples
... Posts tagged ?examples? ... A number of practical Bayesian data analysis books are available these days. ... 1 Comment . ... vlk on [MADS] Parallel Coordinates . upvc windows on [MADS] Parallel Coordinates . ... Algorithms arXiv Astro Bad AstroStat Bayesian CHASC Cross-Cultural Data Processing Fitting Frequentist Galaxies gamma-ray High-Energy Imaging Jargon Job Languages MC MCMC Meta Methods Misc News Nuggets Objects Optical Physics Quotes Spectral Stars Stat Timing Uncertainty X-ray . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/slog/groundtruth.info/AstroStat/slog/tag/examples/index.html -- 20.0 Кб -- 01.03.2014
Похожие документы

11. Keyword arguments and default arguments
Routines can now be called with keyword arguments and can use default arguments, that means that some arguments can be given with keywords instead of position and some do not have to be given at all, in which case a standard or default value is used. ... IMPLICIT NONE INTERFACE SUBROUTINE SOLVE (A, B, N) INTEGER, INTENT (IN) : : N REAL, INTENT(OUT) : : A REAL, INTENT(IN), OPTIONAL : : B END SUBROUTINE SOLVE END INTERFACE REAL X ! ... You will use keyword arguments and default arguments so that . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c8.html -- 5.4 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c8.html -- 5.4 Кб -- 11.02.1996
Похожие документы
Еще в разделе: (Показать все результаты (>918) - crydee.sai.msu.ru/ )

12. 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
Похожие документы
Еще в разделе: (Показать все результаты (>15) - smis.iki.rssi.ru/ )

13. Examples of devices
Chaotic generator . Generator of UWB microwave chaotic signals . Frequency band: 3–5 GHz . Spectrum bandwidth: 2 GHz . ... Testbed of UWB high-rate direct chaotic communication system . ... Low-rate system for data transmission . ... The system for controlling this robot is based on technology of UWB wireless communications with chaotic radio pulses as information carriers. ... System frequency band: 3–5 GHz . Control signal bandwidth: 2 GHz . ... Wireless data collecting system . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/InformChaosLab/products/dcc/slide2.html -- 5.2 Кб -- 04.06.2007
Похожие документы

14. Manpage of UNPRIVTOI4
... unpriVtoi4 - filter to unpack ri data to int*4 (ao) unpriVtoi4 [ -b bits ] [ -i numInputFifos ] [ -f fifoToOutput ] [ -d dataFormat ] . unpriVtoi4 is a program to unpack a single channel of RADAR INTERFACE (RI) binary data to ieee integer*4 format. ... fifoToOutput If the input data has two channels then this specifies which of the two to output (1 or 2). The default is channel 1. ... Output the data to junk.out. dd if=/dev/nrst12 bs=64k|stripVme -h|unpriVtoi4 -b 4 > junk.out . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/aosoft/unpriVtoi4.html -- 5.2 Кб -- 03.11.2010
Похожие документы

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

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

17. ESO - Historic examples of ESO-developed technologies
... ESO for the Public > Doing Business with ESO > Technology Transfer > Historic examples of ESO-developed technologies . ... Solar System . ... Survey Telescopes . ... Technical CCD systems . ... The original TCCD systems are now obsolescent, and have been replaced by a newer version based on a commercial controller and an ESO-developed CCD head. ... Remote Observing . ... Before the VLT era, astronomers given observing time on ESO telescopes had to travel to Chile to carry out their observations. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/public/industry/techtrans/DevelHistoric.html -- 37.2 Кб -- 10.04.2016
Похожие документы

18. http://hea.iki.rssi.ru/conf/hea2007/list/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/conf/hea2007/list/index.php~ -- 9.7 Кб -- 11.09.2007
Похожие документы

19. TUI:Scripts:Scripting Tutorial:User Input
This example shows how to add a few input widgets to a script and how to get data from them. This is a fairly artificial example in that one would normally just use the DIS Expose window for this purpose. ... import RO.Wdg import Tkinter import TUI .Inst.ExposeModel as ExposeModel from TUI .Inst.ExposeStatusWdg import ExposeStatusWdg class ScriptClass(object): Take a series of DIS darks with user input . def __init__(self, sr): Display exposure status and a few user input ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/ScriptingTutorial/UserInput.html -- 6.6 Кб -- 05.09.2014
Похожие документы

20. Example.
. Previous slide . Back to first slide . View graphic version .
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/pfrancis/roleplay/MysteryPlanet/doppler/tsld011.htm -- 1.8 Кб -- 17.03.2004
Похожие документы

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


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

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

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