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

1 | 2 | 3 | 4 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/pguide/gui-example6.html.

1. Doing lengthy calculations from a GUI
... This is done from within the keyword handler work() which is activated by the keyword WORK= . ... h #include init.h #include finis.h #include userfio.h #include ggi.h /* * Keyword handler for QUIT= */ static void quit(ident id, char * key , int code, void *arg) { bool finished=toflog(FALSE); ( void )userflog( , 1, 2, key , ); if (tobool(finished)) finis_c(); } /* * Keyword handler for both NUMBER = and GETAL= */ static void number (ident id, char * ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/pguide/gui-example5.html -- 8.4 Кб -- 17.01.2009
Похожие документы

2. Apache's Handler Use
What is a Handler . ... mod_actions . ... A "handler" is an internal Apache representation of the action to be performed when a file is called. Generally, files have implicit handlers, based on the file type. Normally, all files are simply served by the server, but certain file types are "handled" separately. Apache 1.1 adds the ability to use handlers explicitly. ... The following directives will enable the send-as-is handler, which is used for files which contain their own HTTP headers. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/handler.html -- 7.2 Кб -- 15.10.2001
Похожие документы
Еще в разделе: (Показать все результаты (>105) - neptun.sai.msu.ru/ )

3. Apache's Handler Use - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... This document describes the use of Apache's Handlers. ... A "handler" is an internal Apache representation of the action to be performed when a file is called. Generally, files have implicit handlers, based on the file type. Normally, all files are simply served by the server, but certain file types are "handled" separately. ... The following directives will enable the send-as-is handler, which is used for files which contain their own HTTP headers. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/handler.html -- 12.8 Кб -- 21.01.2013
Похожие документы

4. Examples of interrupt handling
To use single quotes to inhibit command substitution: #!/bin/sh trap 'echo `pwd` >>$HOME/errdir' 2 3 15 for i in /bin /usr/bin /usr/any/bin do cd $i some series of commands in the directory $i done . The file errdir will contain the name of the directory being worked on when the procedure is interrupted. ... To remove temporary files when a procedure is interrupted: #!/bin/sh temp=/tmp/file.$$ trap 'rm $temp; exit' 0 1 2 3 15 ls > $temp .. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.9.3.html -- 3.4 Кб -- 17.01.1997
Похожие документы
Еще в разделе: (Показать все результаты (>491) - comet.sai.msu.ru/ )

5. Directory handling functions
Next: File Manipulation Routines Up: File and Directory Manipulation Previous: File and Directory Manipulation . This basically involves calling appropriate functions. int chdir(char path) - changes directory to specified path string. ... NOTE: rindex() is a string handling function that returns a pointer to the last occurrence of character c in string s , or a NULL pointer if c does not occur in the string. ( index() is similar function but assigns a pointer to 1st occurrence.) ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 02.10.2012
Похожие документы

6. Operating the TNG Data Handling and Archiving
Next: The Importance of Mid-Range Telescope Data Archives - an Example of Ondejov Observatory 2-meter Telescope . ... 216, Astronomical Data Analysis Software and Systems IX, eds. N. Manset, C. Veillet, D. Crabtree (San Francisco: ASP), 149 . ... In this paper, the mechanism allowing the handling and on-line archiving of technical and scientific data from the Italian National Galileo Telescope (TNG) is described; the experience made during the initial months of operations is also discussed. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass99/P1-48/ -- 12.1 Кб -- 12.10.2000
Похожие документы

7. Dynamic HTML in Communicator
... The previous example, Chapter 12, "Expanding Colored Squares Example," illustrates how to expand and contract the clipping region of a layer without changing the wrapping width of the layer. This example illustrates how to capture mouse events so that the user can make a layer's wrapping width wider or narrower by dragging the mouse. ... how to capture mouse events for a layer . how to change the wrapping width of a layer by using the load() function . ... Capturing Events for the Layer . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers38.htm -- 11.3 Кб -- 13.08.1997
Похожие документы
Еще в разделе: (Показать все результаты (>943) - crydee.sai.msu.ru/ )

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

9. Stellarium: AngleMeasure Class Reference
Stellarium 0.12.3 . ... Classes . ... Renderer . ... AngleMeasure Class Reference . ... voidљ . ... virtual voidљ . ... Update the module with respect to the time. ... draw ( StelCore *core, class StelRenderer *renderer) . ... Handle key events. ... virtual void AngleMeasure::draw . ... virtual double AngleMeasure::getCallOrder . ... virtual void AngleMeasure::handleKeys . ... virtual void AngleMeasure::handleMouseClicks . ... virtual void AngleMeasure::init . ... virtual void AngleMeasure::update . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classAngleMeasure.html -- 26.1 Кб -- 28.02.2014
Похожие документы

10. Spectrum
... spectrum . ... SPECTRUM will compute synthetic spectra, line profiles equivalent widths, specific intensities, assuming LTE, from model atmospheres of early-type stars. ... sterne models . file containing model atmosphere in 2006 Sterne format . ... T=25000, log g=4.0, vt=0, 1400-1415A. a) NLTE model atmosphere, spectrum computed with SYNSPECv25 (black). b) LTE model atmosphere, same linelist in converted format, spectrum computed with SPECTRUM (red) using this input file and this linelist . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/spectrum.html -- 9.0 Кб -- 30.08.2007
Похожие документы

11. Spatial Region Boundaries
Describes how spatial region boundaries are handled. The golden rule for spatial region filtering was first enunciated by Leon VanSpeybroeck in 1986: . ... With this in mind, the rules for determining whether a boundary image pixel or table row are assigned to a region are defined below. For image filtering, pixels whose center is inside the boundary are included. ... That is, an row is inside the boundary without regard to its integerized pixel value. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/regbounds.html -- 7.3 Кб -- 01.10.2012
Похожие документы

12. ASP: Sharing the Universe
... In a GROUP: Get back to the topic you were discussing. ONE-ON-ONE: You can either get back on topic OR change the subject. ... Respond neutrally and get back on topic: Use the fewest words possible to get back on topic. ... Be sure to look away* from the questioner when you are addressing a group. ... Look away and get back to your presentation. ... Do not keep looking at the person (and don't look back at the person when you finish your answer) or you are inviting a response. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/SharingTheUniverse/questions_tips.html -- 11.6 Кб -- 02.10.2012
Похожие документы

13. Advertising on The Astronomy Net
Effective immediately, most commercial advertising on Astronomy Net is handled through Google Ads. Click on the "Advertise on this site" link on any of those Google ads to find out more. ... The Google advertising statistics reveal the Astronomy Net effective CPM range from $2 to $15 depending on web site page. ... That may be great for some sites, but do not expect your targeted ads to ever show up on Astronomy Net as these ads must compete with the "Keyword Targeting" ads. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/advertise/ -- 5.2 Кб -- 01.10.2012
Похожие документы

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

15. IJ.ExceptionHandler (ImageJ API)
... Class . ... PREV CLASS NEXT CLASS . FRAMES NO FRAMES All Classes . SUMMARY: NESTED | FIELD | CONSTR | METHOD . DETAIL: FIELD | ... Enclosing class: . ... public static interface IJ.ExceptionHandler . Method Summary . ... Method Detail void handle (java.lang.Throwable e) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/IJ.ExceptionHandler.html -- 8.7 Кб -- 02.12.2010
Похожие документы

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

17. http://hea.iki.rssi.ru/conf/hea2007/registration.php~
php require('sendfile.php'); $timestamp= date ( dMy H:i:s ); $IP = $HTTP_SERVER_VARS[ HTTP_X_FORWARDED_FOR ]; $proxy = $HTTP_SERVER_VARS[ REMOTE_ADDR ]; $host = @gethostbyaddr($HTTP_SERVER_VARS[ REMOTE_ADDR ]); $ data = /srv/www/htdocs/ conf /hea2007/ data ; $query_save= $ data /reg-query. .$timestamp; $ bib_file = $ data /default. bib ; if(!$ handle = fopen($query_save, a )){ ... POST[$i]."},\n"; fwrite($handle, $str); $bib.=$str; $for_user.=$i.": ".$ ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/registration.php~ -- 2.6 Кб -- 26.07.2007
Похожие документы

18. Whirlpool Galaxy Deep Field
Astronomy Picture of the Day . ... Perhaps the original spiral nebula , the large galaxy with well defined spiral structure is also cataloged as NGC 5194a. Its spiral arms and dust lanes clearly sweep in front of its companion galaxy (left), NGC 5195 . ... Though M51 looks faint and fuzzy to the human eye, the above long-exposure, deep-field image taken last month shows much of the faint complexity that actually surrounds the smaller galaxy. ... Publications with keywords: M 51 - Whirlpool galaxy . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2009-05-26 -- 15.1 Кб -- 26.05.2009
Похожие документы
Еще в разделе: (Показать все результаты (>34356) - www.astronet.ru/ )

19. Manpage of FITSHDR
fitshdr - FITS-file headers manipulation tool fitshdr [options] [FITSfile_name] . ... fitshdr [options] --edit FITSfile_name . ... If You want to modify headers of FITSFILE using new FITS-header lines from HEADER file (or from stdin), You have to use this option (You can skip this option, if -H or --header option is used). ... Empty header lines are not displayed (in 'dump' mode only). --line-offsets . ... In 'dump' mode: file offset will be displayed for each header line. --no-line-offsets . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr.1.html -- 12.8 Кб -- 21.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>99) - lnfm1.sai.msu.ru/ )

20. SAI CAS: Accessing SAI CAS from scripts
SAI VO . ... SAI CAS . ... Access . ... http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format . http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format &columns= $columns . http://vo.astronet.ru/sai_cas/conesearch?RA= $RA &DEC= $DEC &SR= $radius &cat= $catalog &tab= $table &format= $format &withdist= $withdist &NULLS= $nulls where . ... File to store the results . ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/cas/access.php -- 16.1 Кб -- 01.10.2012
Похожие документы

1 | 2 | 3 | 4 | След.


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

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

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