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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/gipsy/sub/GgiShowShell.dc2.

1. Pulsar Group PmWiki/Page File Format
... History . ... PmWiki . Summary: PmWiki group header. ... Summary:Create wiki formatted pages in bulk and for upload to your pmwiki site:) You may have many documents that you would like to use a local program to format in a format PmWiki can display. ... Only two lines are necessary in a PmWiki page file: . version=pmwiki-2.1.0 urlencoded=1 text=Markup text . ... Inside of a page file, PmWiki stores the latest version of the markup text, and uses this to render the page. ... Pulsar Surveys . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/pulsar/index.html?n=PmWiki.PageFileFormat -- 18.1 Кб -- 01.03.2014
Похожие документы
Еще в разделе: (Показать все результаты (>27140) - www.atnf.csiro.au/ )

2. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/submit.htm
... A submit button on an HTML form. ... Client-side object . ... JavaScript 1.1: added type property; added onBlur and onFocus event handlers; added blur and focus methods . JavaScript 1.2: added handleEvent method The HTML INPUT tag, with "submit" as the value of the TYPE attribute. ... form . ... INPUT NAME="button1" TYPE="button" VALUE="Show Form Name" . ... For all Submit objects, the value of the type property is "submit" . ... INPUT TYPE="button" NAME="helpButton" VALUE="Help"> Submit.name . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/submit.htm -- 22.4 Кб -- 07.10.1999
Похожие документы

3. Server-Wide Configuration
This document explains some of the directives provided by the core server which are used to configure the basic operations of the server. ... Process Creation . Network Configuration . ... User . ... A single control process is responsible for launching child processes which listen for connections and serve them when they arrive. ... The User and Group directives are used to set the privileges of the Apache child processes. ... The child process creates multiple threads to serve requests. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/server-wide.html -- 12.1 Кб -- 15.10.2001
Похожие документы

4. Database of Optical Constants -- Level: welcome
The database contains references to the papers, data files and links to the Internet resources related to measurements and calculations of the optical constants in the wavelength interval from X-rays to radio domain. ... References to some useful books and reviews on the subject (e.g. the classical handbooks edited by E.D.Palik) and links to Internet collections of optical constants and personal WWW pages with related software were also placed in the database. You have arrived at our welcome page. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/JPDOC/ -- 10.8 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>384) - www.astro.spbu.ru/ )

5. Dynamic HTML in Communicator
... Font enhancements in Communicator include the ability to incorporate downloadable fonts into your web documents. ... The fonts are contained in a font definition file that reside on the host web server with the HTML document. ... Before you can create font definition files, make sure the fonts you wish to use in your web document are installed on your system. ... FONT> </P> . ... For more information about dynamic fonts, see: http://home.netscape.com/comprod/products/communicator/fonts/index.html . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/webfont1.htm -- 11.8 Кб -- 13.08.1997
Похожие документы

6. How to create a new tool in CASA Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... Building CASA . ... XML Schema for the tools description ( casa.xsd ) . These are my notes on how to create a new tool for CASA, in particular in this case a new tool to implement WVR phase correction. ... include <wvrphase_cmpt.h> . ... All of the files below need to be placed in the casa/code/xmlcasa/implement/synthesis directory and the tool will be built and accessible from Python. ... create (); wvrphase . ... How to create a new tool in CASA . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/casanewtool.html -- 19.7 Кб -- 04.04.2016
Похожие документы

7. Software Maintenance Manual
... Created: 23 February 2001 . ... SOFTWARE MAINTENANCE MANUAL . ... 9 January 2001 . ... Note: in the final document, the table of contents will be to third level] . The Software Maintenance Manual describes the procedures for installation and maintenance of the software for the Gemini Near-infrared Integral Field Spectrograph (NIFS). ... Section 19.4.3 of the document “Programmatic Requirements for Gemini Instrumentation Development” states the requirements for the Software Maintenance Manual . ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/nifs/manuals/man0003.htm -- 139.3 Кб -- 06.09.2001
Похожие документы
Еще в разделе: (Показать все результаты (>1554) - www.mso.anu.edu.au/ )

8. Stellarium: LabelMgr Class Reference
Stellarium 0.12.3 . ... Classes . ... LabelMgr Class Reference . ... intљ . labelObject (const QString &text, const QString &objectName, bool visible=true, float fontSize=14, const QString &fontColor="#999999", const QString &side="E", double labelDistance=-1.0, const QString &style="TextOnly") . ... labelScreen (const QString &text, int x, int y, bool visible=true, float fontSize=14, const QString &fontColor="#999999") . ... setLabelText (int id, const QString &newText) . ... virtual voidљ . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classLabelMgr.html -- 37.7 Кб -- 28.02.2014
Похожие документы

9. CREATE FULLTEXT PARSER
... CREATE FULLTEXT PARSER -- create a parser for full-text search . CREATE FULLTEXT PARSER prsname START= start_function GETTOKEN gettoken_function END end_function LEXTYPES lextypes_function [ HEADLINE headline_function ] ; . CREATE FULLTEXT PARSER will create a new parser used to break document onto lexemes. If a schema name is given (for example, CREATE FULLTEXT PARSER myschema.prsname ... ) then the parser is created in the specified schema. ... DROP FULLTEXT PARSER ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-createparser.html -- 6.2 Кб -- 13.04.2008
Похожие документы

10. The Body Element and Related Elements
... Content Model: %Body.Content . ... Note that the ID, LANG and CLASS attributes can be used with virtually all of the elements permitted in the document body. ... CLASS . ... The CLASS attribute is most commonly used to attach a different style to some element, but it is recommended that where practical class names should be picked on the basis of the element's semantics, as this will permit other uses, such as restricting search through documents by matching on element class names. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/docbody.html -- 4.2 Кб -- 19.12.1996
Похожие документы

11. http://xmm.vilspa.esa.es/sas/7.1.0/doc/rgsenergy.ps.gz
... The input dataset is an event list created by rgsframes and is modi ed by the addition of the PI column to the PIXELS table. ... EXPOSURE Required columns: FRAME int32 frame identi er TIME real64 timestamp { PIXELS Required attributes: WINDOWX0 WINDOWY0 telemetry window: origin (node coordinates) WINDOWDX WINDOWDY telemetry window: dimensions RAWY z nominal readout row in HTR mode Required columns: FRAME int32 frame identi er RAWX RAWY y int16 coordinates ENERGY int16 uncalibrated ...
[ Текст ]  Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/rgsenergy.ps.gz -- 44.2 Кб -- 09.07.2007
Похожие документы

12. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы

13. SSAU scientists have created an unique simulator for pilots and drivers
... Scientists of Samara State Aerospace University (SSAU) have created an unique mobile platform for the production of training and gaming simulators. ... Such mobile platforms also known as the Stewart platforms became widespread in the world primarily as simulators for training of highly-qualified military pilots and drivers. ... For example, the Rocket and Space Centre Progress is going to test level sensors for residual fuel in the fuel tanks of the rocket carrier on this mobile platform. ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/12087/ -- 25.8 Кб -- 23.12.2015
Похожие документы

14. The File Life Cycle
The File System . This section describes how you can create new files, copy existing files, and delete obsolete files. ... RENAME to change the name of a file. ... Files can be created in several ways: text can be entered from the keyboard via the CREATE command, an editor can create a file, as can a running program, and files can be copied from other directories. ... To delete obsolete files, use the DELETE command followed by a file name or file name template (wildcards). ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_22.html -- 9.0 Кб -- 01.11.1995
Похожие документы

15. mod_so - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... Source File: . ... Because Apache for Windows does not have the Configure program of Apache for Unix, the module's source file must be added to the ApacheCore project file, and its symbols must be added to the os\win32\modules.c file. The second way is to compile the module as a DLL, a shared library that can be loaded into the server at runtime, using the LoadModule directive. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/en/mod/mod_so.html -- 11.2 Кб -- 10.12.2010
Похожие документы

16. Recreating Einstein Level One Processing Exposure Masks and Background Maps in
... This paper describes the main algorithms used by the Einstein Level One processing to create the exposure masks and the background maps for Einstein IPC images, and how these algorithms were recreated in the IRAF environment. Our goal was to recreate the algorithms used by the Level One Processing to create exposure masks and background maps for Einstein Image Proportional Counter (IPC) data (cf. sections 2.5 and 2.7 of Harnden et al. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/vanstoned.html -- 11.6 Кб -- 03.11.2000
Похожие документы

17. Armagh Observatory Press Release
An international group of astronomers, including Dr Simon Jeffery of the Armagh Observatory, has used the Hubble Space Telescope to verify the origin of a very unusual and rare type of star. The group's studies confirm that the so-called "extreme helium stars" are formed by the merger of two white dwarf stars. ... One, dubbed the final-flash (FF) model, suggests an outer helium layer of a cooling white dwarf ignites, producing an extra thermal pulse that balloons the star into a giant. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/press/2006/Helium_stars_pr.html -- 6.8 Кб -- 13.03.2006
Похожие документы

18. Getting Started in Actor Prolog. Underdetermined Sets.
Underdetermined sets is a new type of data structures (terms) developed in Actor Prolog . ... The point is that an underdetermined set can include some indefinite rest (a tail) like a list in usual Prolog . At the same time, the order of elements of an underdetermined set can be arbitrary one and it does not affect results of unification of underdetermined sets. Moreover, Actor Prolog guarantees that a rest of an underdetermined set never contains elements that are explicitly given in the set. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_sets.html -- 12.6 Кб -- 24.09.2007
Похожие документы

19. field
... Document Title | Document Number | ... The code uses fields: category, system, subsystem, EMA, vendor, and a sequential number. ... Previous Document Number This is a TEXT field and represents the document number that preceeds the found document in the set of original documents supplied by the engineer/vendor. ... Next Document Number This is a TEXT field and represents the document number that follows the found document in the set of original documents supplied by the engineer/vendor. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/techDB/field.htm -- 18.2 Кб -- 28.07.2014
Похожие документы

20. Activity Feed
... Seidewand created the event FREE WEEKLY TELESCOPE VIEWING AT STRASENBURGH PLANETARIUM: 4/2 cancelled for clouds, snow, . ... Free! ... Call Jim at 703-9876 for more info. 1 week ago . ... Seidewand created the event FREE TELESCOPE VIEWING AT STRASENBURGH PLANETARIUM . ... Seidewand created the event FREE TELESCOPE VIEWING AT STRASENBURGH PLANETARIUM: 3/26 outlook is hopeful . ... Seidewand created the event FREE TELESCOPE VIEWING AT STRASENBURGH PLANETARIUM: 3/19 outlook is excellent . ...
[ Сохраненная копия ]  Ссылки http://www.rochesterastronomy.org/Activity-Feed/UserId/157 -- 45.9 Кб -- 09.04.2016
Похожие документы

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


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

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

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