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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.sao.ru/cats/~satr/GTK2/sec-steppingthroughhelloworld.html.

1. Getting Started
GTK+ 2.0 Tutorial . ... This program will create a 200x200 pixel window and has no way of exiting except to be killed by using the shell. #include <gtk/gtk.h> int main( int argc, char *argv[] ) { GtkWidget *window; gtk_init (&argc, &argv); window = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_widget_show (window); gtk_main (); return 0; } . ... All programs will of course include gtk/gtk.h which declares the variables, functions, structures, etc. that will be used in your GTK application. ... gtk-debug . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/ch-gettingstarted.html -- 10.4 Кб -- 19.07.2002
Похожие документы

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

3. mod_example - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... Some files in the modules/experimental directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... If you link it into your server, enable the "example-handler" handler for a location, and then browse to that location, you will see a display of some of the tracing the example module did as the various callbacks were made. ... Using the mod_example Module . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_example.html -- 11.1 Кб -- 21.01.2013
Похожие документы
Еще в разделе: (Показать все результаты (>7309) - www.arcetri.astro.it/ )

4. http://www.stsci.edu/documents/dhb/web/c03_stsdas.fm1.html
... The tasks in STSDAS are far too numerous and complicated to describe comprehensively in this volume. ... You can refer to online help or the STSDAS User's Guid e for details on how to use these tasks. Some useful online help commands are: . ... Note that IRAF version 2.11 must be installed on your system in order for you to use STSDAS 2.0 and TABLES version 2.0. ... images : This package includes general tasks for copying ( imcopy ), moving ( imrename ), and deleting ( imdelete ) image files. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/documents/dhb/web/c03_stsdas.fm1.html -- 6.0 Кб -- 17.11.1997
Похожие документы

5. Stellarium: TextUserInterface Class Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ... TextUserInterface Class Reference . ... voidљ . setTuiMenuActive (bool tActive) . Show/hide the TUI menu. ... virtual voidљ . ... Update the module with respect to the time. ... virtual boolљ . ... virtual void TextUserInterface::draw . ... virtual void TextUserInterface::handleKeys . ... virtual void TextUserInterface::init . ... Loads the module's configuration from the config file. void TextUserInterface::setTuiDateTime . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classTextUserInterface.html -- 31.0 Кб -- 28.02.2014
Похожие документы

6. Package: xc
These routines are meant to provide an abstracted interface to X displays and colourmaps, used in the kcmap routines. ... Free a number of colourcells in a low level colourmap. xc_store_colours . ... unsigned int xc_alloc_colours (unsigned int num_cells, unsigned long *pixel_values, unsigned int min_cells, Kdisplay dpy_handle) . ... If this is NULL, the value 0 is used. stride : The stride (in unsigned shorts) between intensity values in each array. dpy_handle : The low level display handle. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/lib/xc.html -- 7.1 Кб -- 24.12.2007
Похожие документы

7. OptInt PmWiki : PmWiki / Markup Master Index
OptInt PmWiki : Pm Wiki / Markup Master Index . Text formatting rules | ... To internal pages and more . ... Text . ... This page contains the most frequently used wiki markup, briefly. ... See Links . ... page name]] . ... link text]] (to refer to an anchor in another page) . ... See Page directives , Comment markup , Page variables . ... See Include other pages , Page text variables . ... See Page variables , Page text variables , Page lists . ... name:description:) sets a page text variable . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/MarkupMasterIndex?action=print -- 31.4 Кб -- 01.03.2014
Похожие документы

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

9. Examples of displaying access permissions
To display the permissions on a single file: ls -l file1 -rw-r--r-- 2 unixjohn doc 3287 Apr 8 12:10 file1 . ... To display the permissions on the contents of a directory: ls -l prototype . ... To display the permissions on each file and directory in your current directory : ls -l -rw------- 1 erpl08 iss 4307 Jun 17 10:00 FAQ.xdh drwx------ 2 erpl08 iss 1024 Jun 17 10:00 SCCS -rw------- 1 erpl08 iss 15119 Jun 17 10:00 commands.xdh -rw------- 1 erpl08 iss 266 Jun 17 10:00 concepts.xdh . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/next.html -- 3.4 Кб -- 17.01.1997
Похожие документы

10. Doug Burke's Perl/S-Lang pages: Structure examples
... Doug's Home Page . ... S-Lang structures are converted to hash references in Perl , as shown below. ... n\n ; print Structure contents:\n ; # you can treat $s as a reference to a hash array in most respects, except: # - the order of the keys in the array matches that of the # original S-Lang structure # while ( my ( $ key , $ value ) = each %{$s} ) { print key $ key \t has a value of $ value \n ; } print \n ; $$s{afield} = 'a changed field value '; print ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_structs.html -- 9.6 Кб -- 02.10.2012
Похожие документы

11. Dynamic HTML in Communicator
... To run the <LAYER> version of the example, select: flower.htm . ... However, if the page had several layers with absolute positions, and you wanted to place another layer in a relative position to one of the existing layers, you could use inline JavaScript to calculate the value for LEFT or TOP . ... In this example, there is really no need to use inline JavaScript to position the last flower layer, since you could just let the TOP value default to its natural value, as in the other flower layers. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers34.htm -- 11.4 Кб -- 13.08.1997
Похожие документы

12. LED Sign Info
If you were using a Java-enabled browser, you would see a scrolling text sign instead of this paragraph. ... Wiggle your mouse cursor over the applet, you should notice the sign speed up. ... Then, if you go back to the LED page and try it again, Netscape will give you a "NullPointerException" error. ... Everything you see the sign displaying is run entirely by a script. ... The size, size of border, color of border, and even the font that the sign uses are all configurable. ... More on fonts . ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/disted/ -- 4.9 Кб -- 30.01.2003
Похожие документы
Еще в разделе: (Показать все результаты (>258) - zebu.uoregon.edu/ )

13. Appendix C. Display Device Names
Appendix C. Display Device Names . ... A "display device name" is a string description that uniquely identifies a display device; it follows the format "<type>-<number>", for example: "CRT-0", "CRT-1", "DFP-0", or "TV-0". ... Display device names can be used in the MetaMode, HorizSync, and VertRefresh X config options to indicate which display device a setting should be applied to. ... That is why specifying the display device name is preferable. ... Appendix B. X Config Options . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/appendix-c.html -- 5.7 Кб -- 30.10.2009
Похожие документы

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

15. Image Display Paradigm #3
... Image Display Paradigm #3 (IDP3) is an IDL (Interactive Data Language) package developed by the NICMOS Software Group at the University of Arizona. ... However, with a clever structured design IDP3 became a unique and very powerful image analysis tool. ... It allows the user to work with a collection of images and display one or more in a graphics window simultaneously. ... The main image display [work area] is resizable, scalable, zoomable, and shiftable displaying multiple images simultaneously. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass98/stobieeb/ -- 14.4 Кб -- 16.07.1999
Похожие документы

16. SAI OCL Catalog Virtual Observatory
... Structure of Data . ... Catalog . ... The SAI OCL Catalog site provides several VO-enabled modes of operation: . VO-enabled catalog data analysis from a browser . ... Endpoint URL is http://ocl.sai.msu.ru/catalog/conesearch/ . ... VO-enabled catalog analysis from a browser . Presently, this recipe works with Firefox (Windows, MacOS, Linux), Internet Explorer (Windows) and Opera (Windows) browsers with Java plugin 1.6 installed. ... Main TOPCAT window with SAI OCL catalog loaded will appear. ...
[ Сохраненная копия ]  Ссылки http://ocl.sai.msu.ru/vo/ -- 7.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>222) - ocl.sai.msu.ru/ )

17. NPOI raw packet data files
Next: VOLVOX Up: COBRA Previous: Compound plot procedures Contents . A small number of procedures capable of directly accessing NPOI raw packet files. packetdir , file Function. Return packet directory for specified file. This is an array of structures, each one specifying file, day number, time, type, length, and offset in bytes from the beginning of the file for a packet. ... packetlist , YYYY-MMDD Open all raw packet files corresponding do embedded system date YYYY-MMDD. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node244.html -- 5.4 Кб -- 28.04.2015
Похожие документы

18. http://xray.sai.msu.ru/~polar/xmgr/status.html
The Status popup displays useful information about the state of sets, regions, and graphs. ... When the number of sets is less than 30, this button is not needed, use the scroll bars to view the status of the sets that are not shown in the display. ... Operations in the Status popup are performed by clicking on the operation, then clicking on one or more set numbers shown in the display. ... Clicking on Copy followed by clicking on a set number in the scrolled window will select the set to copy from. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~polar/xmgr/status.html -- 7.4 Кб -- 25.08.1997
Похожие документы

19. Wrapper utilities to handle FITS files in Perl
. XMM-Newton Science Analysis System . ssclib (ssclib-3.33.4) [xmmsas_20080701_1801-8.0.0] . Meta Index / Home Page . Module name: Fitsplutils . Author: Masaaki Sakano (University of Leicester, mas@star.le.ac.uk) . See the header of the library code for detail. You may want to read it, for example, cd /YOUR/DIR; pod2man Fitsplutils.pm | tbl | neqn | nroff -h -man | less . XMM-Newton SOC/SSC -- 2008-07-01
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node157.html -- 3.5 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>6596) - xmm.vilspa.esa.es/ )

20. Noctilucent Clouds in Northern Ireland, 12 July 2009 | International Year of
. Home . News . Gallery . Events . Twitter . Press Releases . Links . Contact Us . Calendar . Press & Web Coverage . Previous . Next . List . Wednesday, 15 July 2009 22:45 . International Year of Astronomy, Ireland National Node . [Back To Top] .
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/scholars/iya/gallery/astro-photography/noctilucent_clouds_090712/ -- 9.5 Кб -- 31.12.2009
Похожие документы

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


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

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

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