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

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

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

1. Theory of Signals and Callbacks
GTK+ 2.0 Tutorial . ... In version 2.0, the signal system has been moved from GTK to GLib, therefore the functions and types explained in this section have a "g_" prefix rather than a "gtk_" prefix. ... This is done by using a function such as: gulong g_signal_connect( gpointer *object, const gchar *name, GCallback func, gpointer func_data ); . ... g_signal_connect_swapped() is the same as g_signal_connect() except that the callback function only uses one argument, a pointer to a GTK object. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/sec-theoryofsignalsandcallbacks.html -- 6.9 Кб -- 19.07.2002
Похожие документы

2. Package: c
... This package removes the need for external code to maintain and traverse callback lists. ... Register a callback function with a list. c_unregister_callback . ... Call all registered callbacks for an object. c_destroy_list . ... KCallbackFunc c_register_callback (KCallbackList *list, flag (*callback) (), void *object, void *client1_data, flag client1_indirect, void *client2_data, flag client2_indirect, flag quenchable) . ... list : A pointer to the callback list. ... Multithreading Level: Unsafe . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/lib/c.html -- 10.1 Кб -- 24.12.2007
Похожие документы

3. Python: module ftplib
ftplib . ... usr/local/Python-2.5/lib/python2.5/ftplib.py . ... Based on RFC 959 : File Transfer Protocol ( FTP ), by J. Postel and J. Reynolds . ... ftp = FTP ('ftp.python.org') # connect to host, default port . ... and PORT or PASV commands. ... Send a command and return the response. sendeprt (self, host, port) . Send a EPRT command with the current host and the given port number. sendport (self, host, port) . ... Return a list of hosts mentioned in the .netrc file. get_macro (self, macro) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/ftplib.html -- 22.0 Кб -- 05.11.2015
Похожие документы
Еще в разделе: (Показать все результаты (>976) - www.stsci.edu/ )

4. twistedActor Version History
... Remove Device.startCmdList . ... Bug fix: DeviceSet.startCmd and startCmdDict did not wait for all device commands to finish if a device had more than one command. ... The value returned by the callback is ignored, instead of being used to start a new device command. ... Bug fix: Device's connection state callback did not detect if a connection failed or was failing. ... Added link to Doxygen documentation in main manual and created this version history file. ... First version with version history. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/twistedActor/versionHistory.html -- 5.1 Кб -- 04.06.2015
Похожие документы

5. XPA/Tcl Interface
Tcl /Tk programs can act as XPA clients and/or servers using the Tcl interface to XPA that is contained in the libtclxpa.so shared object. set xpa [xpanew class name help sproc sdata smode rproc rdata rmode] xpafree xpa set xpa [xpanew class name help iproc idata imode] set xpa [xpacmdnew class name ] xpacmdadd xpa name help sproc sdata smode rproc rdata rmode xpacmddel xpa cmd ... When this routine is called, a copy of buf is saved for transmission to the client. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/tcl.html -- 9.0 Кб -- 03.01.2008
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/tcl.html -- 9.0 Кб -- 01.10.2012
Похожие документы

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

7. VXD Quick Reference
VXD Quick Reference Rev B . ... Next DDB . Next DVT DDB . Dcb . ... Name . ... DCB . ... Physical DCB . ... Next DCB . ... Next Logical DCB . ... TSD flags . ... Demand Flags . ... Device Flags . ... Next DDB DCB . ... VSD Flags . ... Port Name . ... Next . ... Flags .. ... Name Ptr . ... 100 . Current Flags . ... TSD Flags . ... DCB_TSD_INVALID_PARTITION . ... DCB_TSD_USER_LETTERS_CHECKED . ... DCB_TSD_FIRST_USER_CHECK . ... DCB_TSD_USER_SET . ... 1 0000 . ... 100 0000 . ... Callback . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/othe/bushou/vxdcard.htm -- 62.3 Кб -- 24.02.2010
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/othe/bushou/vxdcard.htm -- 62.3 Кб -- 24.02.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/othe/bushou/vxdcard.htm -- 62.3 Кб -- 24.02.2010
Похожие документы
Еще в разделе: (Показать все результаты (>190) - jet.sao.ru/ )

8. mod_example - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.4 . ... 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/fr/mod/mod_example.html -- 11.3 Кб -- 19.11.2015
Похожие документы

9. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/man/man3/xpanew.3
... ;June 7, 2012 version 2.1.14 SAORD Documentation .SH NAME \ \fBXPANew: create a new XPA access point\fR .SH SYNOPSIS .IX Header SYNOPSIS .Vb 1 \ #include xpa .h .Ve .PP .Vb 5 \ XPA XPANew( char *class, char *name, char *help, \ int (*send_ callback )(), \ void *send_ data , char *send_mode, \ int (*rec_ callback )(), \ void *rec_ ... This callback is used to send data to the requesting client. ... If freebuf is true, then buf will be freed when the callback is complete...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/man/man3/xpanew.3 -- 12.6 Кб -- 08.06.2012
Похожие документы

10. OptInt PmWiki : PmWiki / Security Variables
OptInt PmWiki : Pm Wiki / Security Variables . ... Present only when the in-built AuthUser username/password functionality is used). ... A switch to control whether or not changing a page's attributes causes any existing passwords to be forgotten. ... If set to zero, then session passwords are never saved (although any AuthUser authentications are still remembered). ... For AuthUser with LDAP authentication, this specifies the password used for binding (in conjunction with $AuthLDAPBindDN above). ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/SecurityVariables?action=print -- 14.8 Кб -- 01.03.2014
Похожие документы
Еще в разделе: (Показать все результаты (>122) - www.mrao.cam.ac.uk/ )

11. http://comet.sai.msu.ru/docs/ssl/certs.html
... Certificate Handling Overview 1.1 Set Certificate Cache . 1.2 Add Certificate File . ... Certificate Verification Process 2.0.1 X509_NAME_oneline 3. ... 3.3 rsa . ... By default the code we are shipping uses the directory and PEM -style encoding for the certificates contained therein. ... To add a certificate: X509_add_cert_file(char *file,int type) . ... All certificates loaded via this interface must be in PEM format as this function simply calls X509_add_cert_dir() and X509_add_cert_file() . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/docs/ssl/certs.html -- 14.1 Кб -- 09.09.1997
Похожие документы

12. Zen: GiST internals
Hide Zen home . ... Parameters: table and index descriptors . ... Parameters: index descriptor, value, pointer to table record . ... Also rebuilds internal keys if needed (index is locked when rebuilding). ... These are base methods for search in index - create scan, finish scan, repeat scan. ... Restore one WAL record. Parameters: LSN (LogSequenceNumber), WAL record . ... GiST has no direct access to tables, only via pointers ( the number of page and the number of record on the page) to records. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/GiST_internals -- 10.5 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>125) - www.sai.msu.su/ )

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

14. Distributed Searching of Astronomical Databases with Pizazz
... Previous: Accessing Astronomical Data over the WWW using datOZ . ... Robust, distributed searching of networked-based astronomical databases requires an investment not only by individual data providers, but also by the astronomical community as a whole. ... Designing a distributed, networked-based astronomical information system requires a four-step approach including original data source analysis, modeling the system, profiling the system, and implementation of the system. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/gamielk.html -- 11.0 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/gamielk.html -- 11.0 Кб -- 15.05.1998
Похожие документы

15. http://www.stecf.org/conferences/adass/adassVII/reprints/gamielk.ps.gz
Astronomical Data Analysis Software and Systems VII ASP Conference Series, Vol. ... Distributed Searching of Astronomical Databases with Pizazz K. Gamiel, R. McGrath and R. Plante National Center for Supercomputing Applications, University of Illinois, Urbana, IL 61801 Abstract. ... In such a model, one would build a distributed searching gateway that would o#er a single user interface, but would map the user's query to each and every original data source in its native protocol and interaction style. ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/gamielk.ps.gz -- 62.8 Кб -- 12.06.2006
Похожие документы
Еще в разделе: (Показать все результаты (>19) - www.stecf.org/ )

16. Stellarium: pluto_argument Struct Reference
Stellarium 0.12.3 . ... Classes . ... FileљStructure . ClassљList . ClassљIndex . ClassљHierarchy . ClassљMembers . List of all members | ... pluto_argument Struct Reference . doubleљ . ... Definition at line 23 of file pluto.h . The documentation for this struct was generated from the following file: . ... Generated on Sat Aug 10 2013 17:12:45 for Stellarium by љ 1.8.3.1 ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/structpluto__argument.html -- 5.1 Кб -- 28.02.2014
Похожие документы

18. Phil Plait's Bad Astronomy: Bad TV
... Bad Astronomy . ... On Thursday, February 15th 2001 (and replayed on March 19), the Fox TV network aired a program called ``Conspiracy Theory: Did We Land on the Moon?'', hosted by X-Files actor Mitch Pileggi. ... Dust around the lander . ... However, it appeals to our common sense: when the sky is black here on Earth, we see stars. ... Bad: The program claims that when the top half of the lander took off from the Moon to bring the astronauts back into orbit, there was no flame from the rocket. ...
[ Сохраненная копия ]  Ссылки http://www.badastronomy.com/bad/tv/foxapollo.html -- 63.7 Кб -- 09.04.2016
Похожие документы

19. MASTER GLOBAL ROBOTIC TELESCOPES NET
... MASTER Net is 56 square degrees per 1 exposition . ... 06 Dec 2015: GRB 151205B: MASTER-NET early optical observations GCN18665 . ... 18 Nov 2015: GRB 151118A: MASTER-NET optical observations GCN18613 . ... 12 Nov 2015: GRB 151112A: MASTER-NET optical limit GCN18591 . ... 07 Nov 2015: GRB 151107A: MASTER-NET optical observations GCN18565 . ... 31 Oct 2015: Five OTs detected by Global Robotic MASTER Net ATel8232 . ... 02 Oct 2015: GRB 151001B: MASTER-NET early optical observations GCN18380 . ...
[ Сохраненная копия ]  Ссылки http://observ.pereplet.ru/ -- 243.0 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>203) - observ.pereplet.ru/ )

20. IUM10 conference: A.M.Vershik
. To the IUM main page . Classification of the functions of several arguments could be reduced to the theory of degenrated random tensors (matrices for two arguments). This link is useful for both directions. In the special cases, for example classification of metric spaces with measures (Gromov mm-spaces) it is possible to study the space of all classes. A special role belongs to remarkable but completely forgotten universal Urysohn space.
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/ium/ium10/vershik.html -- 2.3 Кб -- 09.12.2005
Похожие документы
Еще в разделе: (Показать все результаты (>86) - www.mccme.ru/ )

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


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

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

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