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

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

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

1. Example
... way these widgets work for the user. #include gtk/gtk.h GtkWidget *hscale, *vscale; void cb_pos_menu_select( GtkWidget * item , GtkPositionType pos ) { /* Set the value position on both scale widgets */ gtk_ scale _set_ value _pos (GTK_ SCALE (hscale), pos); gtk_ scale _set_ value _pos (GTK_ SCALE (vscale), pos); } void cb_update_menu_select( GtkWidget * item , GtkUpdateType policy ) { /* Set the update policy for both ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/sec-rangewidgetsexample.html -- 14.0 Кб -- 19.07.2002
Похожие документы

2. Recording Systems Control
Next: MARK5 and EVLBI Up: Recording Systems. ... These are specified in the SCHED station catalog with the paramters CONTROL , DAR , RECORDER and DISK . The first element is the control system -- what software (and hardware) is used to control the recording system. The options that SCHED can handle for wide band VLBI observations are VLBA and VEX. ... The new control system will initially just control the new data aquisition system and recorder. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/Tasso.Tzioumis/sched/Recording_Systems_Control.html -- 8.7 Кб -- 10.04.2016
Похожие документы

3. TclActor Internals
TclActor is a set of classes that allow one to write an actor for the 3.5m control system. ... Thus, to the extent that the underlying hardware controllers support it, an actor based on TclActor can execute multiple commands at the same time. ... Commands must be in the following format: [cmdId [msgId]] [verb [arguments]] where: . ... The device code tends to fall into several categories: code to support executing commands, code to handle replies and code to represent the internal state of the device. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/MC2/TclActorInternals.html -- 8.2 Кб -- 09.07.2008
Похожие документы

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

5. Fasti Talk Slide 5
. back one page . previous slide . next slide
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/fasti/doc/fastitalk/slide5.html -- 4.0 Кб -- 28.07.2005
Похожие документы

6. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы

7. http://www.adass.org/adass/proceedings/adass02/reprints/P6-8.pdf
Astronomical Data Analysis Software and Systems XII ASP Conference Series, Vol. ... COSMOS-3 is the third generation telescope software system of Nobeyama Radio Observatory, which was designed to control and to monitor the 45 m telescope and Nobeyama Millimeter Array and to acquire observing data from receiver backends. ... For flexibility and system stability, COSMOS-3 has simple communication interfaces between different layers and no direct connection between subsystems at the bottom layer. ...
[ Текст ]  Ссылки http://www.adass.org/adass/proceedings/adass02/reprints/P6-8.pdf -- 82.8 Кб -- 11.03.2003
Похожие документы

8. general debugging
... General debugging: . hvps . ... Debugging ground switch not lifting . 28may12 : ground switch opening during run. 190154 sh1,2 - Schematic diagram hvps control . 190153 sh1,3 - control assembly hvps. shows location cables,tbX, etc. 190235 sh1-5 - schematic diagram hvps control main board . 190235 sh3 lattice fpga chip . ... 190374 logic diagram for lattice cominatorial logic. 190152 sh 1-12 System supervisor chassis sh 1-12 . ... Debugging Ground switch: . ... fpga logic on 190374 . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/sband/generalDebugging.html -- 11.5 Кб -- 29.05.2012
Похожие документы

9. pyQC: script structure
... overview of pyQC . ... output used by . ... All pyQC scripts and modules share a similar structure. Python offers to group functions, classes, etc. into modules which can be imported by different scripts. ... In order to avoid confusion if names are used by different (especially external) modules, the QC scripts use the 'from' statement only for pyQC modules, i.e.: . ... For other modules, the simple 'import' statement is used: . ... Python modules are also used for keeping script configuration. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/script_struct.html -- 12.3 Кб -- 20.05.2014
Похожие документы

10. Control statements
As conditional or control statements you have IF in many variants (but essentially not changed from Fortran 77), DO (with some new variants) and the completely new statement CASE . The DO- loop should now be ended with the statement END DO and we no longer need any statement number. In addition, we can use the statement EXIT to jump out of the DO -loop and CYCLE in order to go to the next iteration of the present DO -loop. ... all negative numbers WRITE (*,*) 'Negative number' CASE (0) ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c6.html -- 5.4 Кб -- 17.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c6.html -- 5.4 Кб -- 17.02.1996
Похожие документы

11. XPA Communication Methods
XPA supports both inet and unix (local) socket communication. XPA uses sockets for communication between processes. It supports three methods of socket communication: inet, localhost, and unix. ... You can set up a different method by typing something like: setenv XPA_METHOD local # unix csh XPA_METHOD=local; export XPA_METHOD # unix sh, bash, windows/cygwin set XPA_METHOD=localhost # dos/windows The options for XPA_METHOD are: inet , unix (or local ), and localhost . ... Go to XPA Help Index ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/method.html -- 4.8 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/method.html -- 4.8 Кб -- 01.10.2012
Похожие документы

12. sfit help file
... While Sfit accepts input from "stdio", it is more natural to save/edit commands in a file (eg "solve_input.sfit") and run the code simply by entering > Sfit solve_input.sfit [linelist] . ... The model grid (3.4MB) produced by Example 1 and a selection of input spectra ( f008 f036 f068 f304 f354 ), together with SFIT output files are also given in this folder . ... The model grid (2.8MB) produced by Example 3 and an input spectrum together with SFIT output files are also given in this folder . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/sfit.html -- 10.2 Кб -- 03.07.2008
Похожие документы

13. Apache module mod_alias
This module provides for mapping different parts of the host filesystem in the document tree, and for URL redirection. ... The directives contained in this module allow for manipulation and control of URLs as requests arrive at the server. ... The ScriptAlias directive has the additional effect of marking the target directory as containing only CGI scripts. The Redirect directives are used to instruct clients to make a new request with a different URL. ... Syntax: Alias URL-path file-path | ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_alias.html -- 15.9 Кб -- 20.05.2004
Похожие документы

14. Controllability of PDEs (Spring 2008)
... The goal of this course is to teach some basic methodologies for analysing problems of control of partial differential equations. ... When dealing with controllability problems, one has to distinguish between finite-dimensional systems modelled by ordinary differential equations and infinite-dimensional distributed systems described by means of partial differential equations. Most of this course deal with problems related with partial differential equations. ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/ium/s08/control.html -- 3.6 Кб -- 27.12.2007
Похожие документы

15. http://www.astro.louisville.edu/software/xmtel/xmtel-7.1/CHANGELOG
... March 25, 2006: Version 3.0.0 New control panel with an observing queue and a log Pointing to apparent position including proper motion precession and nutation to epoch of ... declination axis to polar axis non-orthogonality optical axis skew altitude- and azimuth-dependent mechanical effects encoder reference Control of telescope hardware August 20, 2006 Version 3.0.4 Modifications from Dan Azari adding features suported by the RC Optical Systems ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/xmtel/xmtel-7.1/CHANGELOG -- 7.5 Кб -- 18.06.2015
Похожие документы

16. S.P. Korolev RSC Energia - International Space Station
... S.P. KOROLEV ROCKET AND SPACE CORPORATION ENERGIA . ... OAO RSC "Energia" . ... Company's History . ... History . Brief History of Rocket and Space Technology . ... Flights Chronology . ... Project History . ISS Russian Segment . Steps of ISS Assembly . Spaceflights Chronology . Chronology of Extravehicular Activity . ISS 45/46 . ... Rocket Space Complexes . ... Launches Chronology . ... Automatic Space Systems . ... HISTORY . ... 2015 JSC "S.P. Korolev RSC "Energia" . ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/en/iss/researches/medic/97.html -- 28.0 Кб -- 10.04.2016
Похожие документы

17. FM-3I Instrument
Magnetic field measurements onboard the Interball Tail spacecraft are carried out by the FM-3I instrument which consists of two flux-gate magnetometers covering two different ranges: [-200, +200] nT and [-1000, +1000] nT. Besides scientific goals, the FM-3I experiment data is used to perform the attitude control of the Interball Tail spacecraft. ... August 22, 1995 . ... October 18, 1995 . Top of the page . ... Back to the Interball Home Page . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/fm-3i.html -- 2.7 Кб -- 24.05.1996
Похожие документы

18. Clearing the library. Note the different floor levels. There were at least 4
... Clearing the library. Note the different flooтАж . Sidebar Left . Sidebar Top . ... Title: Clearing the library. Note the different floor levels. There were at least 4 different levels of underfloor in the library. Description: NOTE: All images and movies are copyright and must not be reproduced or mirrored in any form without written permission. ... NOTE: All images and movies are copyright and must not be reproduced or mirrored in any form without written permission. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/gallery3/index.php/reconstruction/album36/DSCN0971 -- 31.8 Кб -- 10.04.2016
Похожие документы

19. Actor Prolog User Guide. SADT.
Actor Prolog is well adapted for implementation of different methods of visual programming. ... To create a source SADT diagram it is possible to use any diagram tools with IDL format support (like BPwin (TM) PLATINUM technology, Inc. or Design/IDEF (TM) Meta Software Corporation). ... Consequently, Actor Prolog has to create two processes and guarantee the capability of message transmitting between them. ... class 'Receiver': -- entry_i1; value_i1; -- con; -- [ goal:-!. -- show ( _ ) :-!, con ? ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_sadt.html -- 26.3 Кб -- 24.09.2007
Похожие документы

20. Space Research Institute (IKI) Seminar
... Future seminars . ... On Control of vortex interaction " . D.L. Vainchtein (IKI RAN; Dept. of Mechanical and Environmental Engineering, University of California Santa Barbara, USA) . ... In the present talk I look at two different methods of controlling the interaction of two 2D vortices. ... The setback of this method is that it destroys original flow structures and is very energy consuming, as it must overcome the original dynamics. ... We call this method "adiabatic control". ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/galeev/abs_eng/e031024.htm -- 6.6 Кб -- 03.10.2003
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/galeev/abs_eng/e031024.htm -- 6.6 Кб -- 03.10.2003
Похожие документы

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


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

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

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