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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/spst/UnixTransition/doc/sel_tdrs_bargraph.html.

1. http://www.atnf.csiro.au/computing/software/gipsy/tsk/coder.dc1
Name: CODER Purpose: Create C-code for simple programs Category: UTILITY, COMPILE File: coder.c Author: M. Vogelaar Keywords: PROGRAM= Name of C-program: [example] Name of C-file (without extension '.c') that will be created. ... If you select OVERWRITE=N you are prompted to give a new name. ... Each application document has one line explaining the purpose of the application. ... AUTHOR= Name of Author: [default given by program] Each application document must include the name of the author. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/tsk/coder.dc1 -- 6.8 Кб -- 30.03.1998
Похожие документы
Еще в разделе: (Показать все результаты (>24193) - www.atnf.csiro.au/ )

2. 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.arcetri.astro.it/manual/de/mod/mod_so.html -- 13.2 Кб -- 21.01.2013
Похожие документы

3. 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/ztcs/manual/en/mod/mod_so.html -- 11.2 Кб -- 25.02.2008
Похожие документы

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

5. The Markers Menu
The left mouse button controls the creation and manipulation of region markers or cursors. ... Text When a marker type of selected, new markers of that type can be created using the left mouse button. The current default marker type is displayed below the menu. ... Set Default Marker Name (and Color) . ... Reset the fix parameter state of currently existing markers to match the global state set by the -fix command switch or by the Edit Global Fix Params For New Markers option in the Markers menu. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/regions_menu.html -- 6.2 Кб -- 01.10.2012
Похожие документы

6. http://www.stsci.edu/spst/UnixTransition/doc/sel_tdrs_bargraph.py
... Usage: do sel_ tdrs _bargraph selection_file where selection_file is the selection output of the CAT Default file extension is .sel Default ... .splitext(basename)[0] sms = sms_util.sms(base, pass_name=1) cclname = sms.get_calendar_name() passname = sms.get_pass_sms_name() state = [] wins = [] old = [] if '-save' in options: savefiles = '%s_bargraph' % base print 'Plots will be saved with names starting with ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/sel_tdrs_bargraph.py -- 13.6 Кб -- 08.04.2016
Похожие документы

7. Exploring Interactive Archive Data Presentation at the COSSC
... Hughes STX/COSSC NASA/GSFC, Greenbelt, MD 20771 . ... The exploration of hypertextual data presentation at the COSSC was facilitated by the creation of tables of data, in electronic form, which describe the BATSE and EGRET datasets available in the Compton Observatory archive. ... As our store of data continues to grow, we will continue to explore new and novel ways in which hypertext allows the data in the COSSC archive to be presented and selected. 56 kB PostScript reprint . ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/jordanj.html -- 9.9 Кб -- 03.11.2000
Похожие документы

8. Creating a filesystem
... Filesystems are created, i.e., initialized, with the mkfs љ command. ... Search for bad blocks and initialize the bad block list accordingly. -l filename . ... badblocks /dev/fd0H1440 1440 > bad-blocks . ... 1 block group . 8192 blocks per group, 8192 fragments per group . ... Then bad blocks were searched with badblocks љ , with the output redirected to a file, bad-blocks . Finally, the filesystem was created, with the bad block list initialized by whatever badblocks љ found. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node45.html -- 7.0 Кб -- 04.05.1997
Похожие документы

9. Tsearch2 in Japanese
... Argument: C-Type: (char *) (IN) Desc: Pointer to the text which we parse 2. ... Argument: C-Type: (char **) (OUT) Desc: token text 3. ... LexDescr * descr = (LexDescr *) palloc(sizeof(LexDescr) * (2+1)); /* there are only two types in this parser */ descr [0].lexid = 3; descr [0].alias = pstrdup( word ); descr [0]. descr = pstrdup( Word ); descr [1].lexid = 12; descr [1].alias = pstrdup( blank ); descr [1]. descr = pstrdup( Space symbols ); descr [2].lexid = 0; PG_RETURN_POINTER( ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html -- 12.8 Кб -- 22.12.2007
Похожие документы

10. Irina Glushneva
... The main field of my investigations is stellar spectrophotometry. As a result of scientific activity of our group spectrophotometric catalog was created including energy distribution data on 900 stars in the range 3200-7600AA and 250 stars in the range 6000-10800AA (Voloshina et al., Spectrophotometry of Bright Stars, ed. I.N.Glushneva, 1982, Moscow, Nauka, in Russian). ...
[ Сохраненная копия ]  Ссылки http://uranus.sai.msu.ru/glush.html -- 2.6 Кб -- 20.07.2009
Похожие документы
Еще в разделе: (Показать все результаты (>21) - uranus.sai.msu.ru/ )

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

12. http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL
Since XmCCD uses Motif, the libraries and include files must be available. ... By default it will create a directory xmccd-#.# with the command tar -xvzf xmccd-#.#.tar Set your current working directory to xmccd-#.# cd xmccd-#.# ... For "ls -l" you should see something like this -rwsr-xr-x 1 root root 281883 Mar 10 01:08 xmccd Move xmccd to a directory in your search path such as /usr/local/bin mv xmccd /usr/local/bin xmccd will use ds9 for image display if it is present. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL -- 6.2 Кб -- 22.05.2004
Похожие документы

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

14. CIMA Configuration Files
CIMA configuration files offer You a conveniant way of saving CIMA set-ups to files. ... Then instead of making this selections interactively when You are observing, You can just load and apply the configuration files. ... Any other set-up will be ignored! ... In that case, You are forced to use the 'Load only' option to load the configuration file, inspect the selected set-up carefully, apply the set-up (with the 'Accept' or 'Apply' buttons) and then save a new version of the configuration file. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~cima/cima_config_files.html -- 8.0 Кб -- 01.03.2012
Похожие документы

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

16. Why doesn't the International Space Station rotate to create artificial gravity
... US state, Canadian province, or country . ... An artificial comet holds secrets to Earths life . ... space flight . ... space physics . ... Why doesn't the International Space Station rotate to create artificial gravity like stations in the movies? ... RELATED TOPICS: INTERNATIONAL SPACE STATION . The International Space Station is a one-of-a-kind lab-oratory for a specific reason: microgravity. ... Get instant access to subscriber content on Astronomy.com! ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/ask-astro/2014/12/spinning-spacecraft -- 63.6 Кб -- 10.04.2016
Похожие документы

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

18. International Astronomy Olympiad: Form for the short report of National
As an obligatory preparing for the application to participate in the IAO a short report of National Olympiad of the current year with a set of all problems used on the Olympiad has to be presented by the applicating team. ... The final minutes (protocols written in Latin or Cyrillic in form of tables) of the Olympiad (evaluating of solutions of the students participated in the last stage of the Olympiad) should be included as well. ... Historical data of the National Astronomy Olympiad: . ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/iao/statutes/ia10i_e.html -- 10.1 Кб -- 24.04.2013
Похожие документы

19. Astronomy articles, forums, listings, and other resources about Astronomy.
... Visited 4823 times - Selected 52 months ago . ... Visited 7706 times - Selected 51 months ago . ... Visited 3897 times - Selected 52 months ago . ... Visited 1686 times - Selected 51 months ago . ... Visited 6533 times - Selected 51 months ago . ... Visited 6401 times - Selected 51 months ago . ... Visited 4214 times - Selected 51 months ago . ... Visited 6013 times - Selected 51 months ago . ... Visited 4718 times - Selected 51 months ago . ... Visited 4570 times - Selected 51 months ago . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/astrolist/?l=B -- 23.3 Кб -- 09.04.2016
Похожие документы

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

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


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

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

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