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

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

Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-9.html.

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

2. Linux I/O port programming mini-HOWTO: Example code
... define BASEPORT 0x378 /* lp1 */ int main() { /* Get access to the ports */ if (ioperm(BASEPORT, 3, 1)) {perror("ioperm"); exit(1);} /* Set the data signals (D0-7) of the port to all low (0) */ outb(0, BASEPORT); /* Sleep for a while (100 ms) */ usleep(100000); /* Read from the status port (BASE+1) and display the result */ printf("status: %d\n", inb(BASEPORT + 1)); /* We don't need the ports anymore */ if (ioperm(BASEPORT, 3, 0)) {perror("ioperm"); exit(1);} exit(0); } /* end of example.c */ . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-9.html -- 2.7 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-9.html -- 2.7 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-9.html -- 2.7 Кб -- 02.10.2012
Похожие документы

3. Web-Site Content and Internet Access
Next: Measuring Internet Access Up: Widening Access Previous: First Observation of a Contents . ... The Observatory web-site also increasingly makes available the results of astronomical observations carried out at Armagh, for example images of meteorological or space-weather events such as aurorae (see http://star.arm.ac.uk/images/aurora-2003-Oct/), and transient astronomical events such as occultations, eclipses and transits. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/annrep/annrep2004/node66.html -- 4.1 Кб -- 19.04.2005
Похожие документы
Еще в разделе: (Показать все результаты (>1738) - star.arm.ac.uk/ )

4. Pulsar Group PmWiki/Page Text Variables
... PmWiki . Summary: PmWiki group header. ... Page Variables | ... Defining page text variables . ... Page text variables are string variables created in the wiki text of a page, and can be automatically made available for inclusion in other pages. ... use a definition list - the normal pmwiki markup for a definition list will create a page text variable . ... This creates a new variable that can be accessed by {$:Name} (becomes: "{$:Name}") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.PageTextVariables -- 25.8 Кб -- 01.03.2014
Похожие документы

5. OptInt PmWiki : PmWiki / Page Text Variables
OptInt PmWiki : Pm Wiki / Page Text Variables . Page variables | ... Page text variables are string variables automatically made available through natural page markup or explicitly with page directive markup within the wiki text of the page. ... use a definition list - the normal pmwiki markup for a definition list will create a page text variable . ... This creates a new variable that can be accessed by {$:Name} (becomes: "Crisses") in the page. use a simple colon delimiter in normal text . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/PageTextVariables?action=print -- 28.4 Кб -- 01.03.2014
Похожие документы

6. Help
... Documentation for the Python objects defined by the project is divided into separate pages for each package, module, and class. The API documentation also includes two pages containing information about the project as a whole: a trees page, and an index page. ... A description of the package. ... A summary of the classes defined by the package. ... The module contents frame contains a list of every submodule, class, type, exception, function, and variable defined by a module or package. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~mwhite/pynifs-doc/help.html -- 11.5 Кб -- 27.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>450) - www.mso.anu.edu.au/ )

7. HTML Tag Reference
... This section discusses the tags for defining scripts in a document. Scripts allow you to include JavaScript code in your HTML documents. ... The SCRIPT tag specifies client-side JavaScript code, which means JavaScript code that runs directly in the browser. ... For example, the browser interprets text within angle brackets as a script element, not as an HTML element. ... You can also use SCRIPT tags in the body of your document to define JavaScript code to be executed in that part of the document. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/tags13.htm -- 10.7 Кб -- 26.03.1998
Похожие документы

8. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/anchor.htm
... JavaScript 1.2: added name , text , x , and y properties Using the HTML A tag or calling the String.anchor method. The JavaScript runtime engine creates an Anchor object corresponding to each A tag in your document that supplies the NAME attribute. It puts these objects in an array in the document.anchors property. ... A string specifying the anchor's name. text . ... The horizontal position of the anchor's left edge, in pixels, relative to the left edge of the document. y . ... Anchor . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/anchor.htm -- 13.7 Кб -- 07.10.1999
Похожие документы

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

10. Internet Programming with Java
The objective of this course is to help you to understand some fundamental basic concepts behind the Java technology. The audience is assumed to have little or no prior exposure to Java and Object-Oriented programming. ... The topics will help you to understand how to use Java to create, access, and support Java applications and applets. ... Introduce object-oriented programming concepts and how they apply to Java programming. ... Extending A Class (Inheritance) . ... Hello World Applet . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/training/events/Java/SSD990329Java/Java3.html -- 10.9 Кб -- 23.12.2007
Похожие документы

11. MAO NASU :: Topic: Open access submissions and content now available (1/1)
... Recent Topics . ... Open access submissions and content now available . ... Отправлено: Thu, 15 Oct 2015 07:50:43 +0300 (EEST) Тема: Open access submissions and content now available Planetary and Space Science Welcomes Open Access Submissions @media only screen and (max-device-width: 480px) { } p { margin-top: 1em; margin-bottom: 1em; margin-left: 0em; margin-right: 0em; color: #53565A; } img { display:block; -ms-interpolation-mode:bicubic; } Can't see this email properly? ... MAO NASU . ...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/en/forum/info/444-open-access-submissions-and-content-now-available -- 24.3 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>864) - www.mao.kiev.ua/ )

12. Procedure
. Next: Calling Parameters Up: CAL_getAUXwindows Previous: CAL_getAUXwindows Contents . Provides auxiliary science parameter windows for definition of GTI's. For example if the NABOVE keyword (which describes number of events above threshold in a frame) were found to be a suitable filter to catch enhanced background, the limits would be defined in the extension HKParmInt , and returned together with their upper and lower validity limits as arrays. Michael Smith 2011-09-20
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/documentation/CALHB/node53.html -- 3.4 Кб -- 20.09.2011
Похожие документы
Еще в разделе: (Показать все результаты (>7587) - xmm.vilspa.esa.es/ )

13. The XPA Help Facility
... The XPA messaging system provides seamless communication between many kinds of Unix programs, including X programs and Tcl/Tk programs. It also provides an easy way for users to communicate with XPA-enabled programs by executing XPA client commands in the shell or by utilizing such commands in scripts. ... A program becomes an XPA-enabled server by defining named points of public access through which data and commands can be exchanged with other client programs (and users). ... XPA User Programs . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/help.html -- 7.4 Кб -- 08.04.2009
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/help.html -- 7.4 Кб -- 01.10.2012
Похожие документы

14. http://www.astro-soc.odessa.ua/
... Astronomical Observatory, Shevchenko Park, Odessa, 65014, . ... The XVI -th G. Gamow's Odessa Astronomical Summer Соnference-School, 14-20 August, 2016, Odessa, Ukraine . ... The XV -th G. Gamow's Odessa Astronomical Summer Соnference-School, 16-23 August, 2015, Odessa, Ukraine . ... The XIV -th G. Gamow's Odessa Astronomical Summer Соnference-School, 17-23 August, 2014, Odessa, Ukraine . ... The XIII -th G. Gamow's Odessa Astronomical Summer Соnference-School, 19-25 August, 2013, Odessa, Ukraine . ...
[ Сохраненная копия ]  Ссылки http://www.astro-soc.odessa.ua/ -- 16.6 Кб -- 15.03.2016
Похожие документы
Еще в разделе: (Показать все результаты (>10) - www.astro-soc.odessa.ua/ )

15. Apache HTTP Server: Security Tips
... Server Side Includes . ... Protect Server Files by Default . Some hints and tips on security issues in setting up a web server. ... In typical operation, Apache is started by the root user, and it switches to the user defined by the User directive to serve hits. ... If the logs directory is writeable (by a non-root user), someone could replace a log file with a symlink to some other system file, and then root might overwrite that file with arbitrary data. ... Accessing http://localhost/~root/ . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/misc/security_tips.html -- 12.2 Кб -- 01.08.2003
Похожие документы

16. Overview of Large Surveys and Data Access Issues: A Personal View
Overview of Large Surveys and Data Access Issues: A Personal View . Outline of the Survey Planning Process (requires investment of resources?success oriented) . Parties with an Interest in the Surveys, AKA ?the Stakeholders? Keys Steps to a Successful Survey (1) . Key Steps to a Successful Survey (2) . Data Access Issues: Conflicting Interests . Survey ?Riskholders? ... Concluding Concern for the Survey Consortium: Prevention of Infectious Diseases . ... Best viewed with . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/alfa/galfa/meetings/1/talks/rlb_files/talk.htm -- 2.3 Кб -- 06.05.2003
Похожие документы

17. The SAOtng Programming Interface
... Easy to use C, FORTRAN, and UNIX interfaces provide direct access to SAOtng information, data, and control functions. ... XPA allows an Xt program such as SAOtng to define named ``public access points'' through which data and commands can be exchanged with other programs. ... New image files can be loaded using the file public access point: csh) imset file ../data/coma.fits Sending an image file name to the file access point causes SAOtng to load and display that image. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/mandele.html -- 13.2 Кб -- 23.06.1998
Похожие документы

18. Stellarium: Scripting Engine
Stellarium 0.12.3 . ... Classes . ... Scripting . ... Scripting Engine . ... Script Console . ... Since version 0.10.1, Stellarium includes a scripting feature based on the Qt Scripting Engine . ... Prior to version 0.10.0, Stellarium used a different scripting engine called StratoScript . ... Prior to version 0.10.0, Stellarium had a simple scripting engine, known as StratoScript . ... This script prints "Hello Universe" in the Script Console output window. core.debug( "Hello Universe" ); . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/scripting.html -- 11.5 Кб -- 28.02.2014
Похожие документы

19. SMIS IKI RAN: table of contents
... Satellite data ] . SMIS ] . SMIS IKI RAN: table of contents . About SMIS laboratory Team . ... PREDICT - Satellite orbit and antenna tracking data calculation . ... XV_FRAME - Raw HRPT data processing: browsing, fragmentation, geo-location, storing to TDF format . ... XV_AVHRR - AVHRR instrument data processing . ... Satellite data NOAA . ... Russian Regions . ... Operational archive . ... Data archive . ... Archive . ... Telemetry data operational archive . ... Data processing examples . ...
[ Сохраненная копия ]  Ссылки http://smis.iki.rssi.ru/cont_e.htm -- 8.1 Кб -- 03.11.2000
Похожие документы
Еще в разделе: (Показать все результаты (>24) - smis.iki.rssi.ru/ )

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

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


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

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

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