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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/259/1.html.

1. Building and Installing the Distribution
Following are instructions to build and install the programs in this distribution. Make sure that you have all necessary tools for building executables. ... The automatic build process expects a configuration file called Config.local . ... The configuration file specifies the directory in which to install the binaries, as well as control over the generation of debugging code and reference clock support. ... Cleans out object files, programs and temporary files. make distclean . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/build.html -- 7.5 Кб -- 21.12.2007
Похожие документы

2. Distribution Policy
... As of the 95NOV release, patch level 2.0, ESO-MIDAS is available under the GNU General Public License. The short statement of the GNU license is included in every MIDAS file; the full text is printed in the beginning of this manual and is included as a separate file in the ESO-MIDAS Release. ... All source code, documentation, as well as binary copies of ESO-MIDAS (already installed and without sources) for specific systems can be retrieved from the ESO-MIDAS anonymous ftp account. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/95NOV/vol1/node10.html -- 4.0 Кб -- 23.02.1996
Похожие документы

3. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/README
XmCCD ----- The programs provided here offer a Linux graphical user interface to astronomical and scientific CCD cameras. ... It is the latest one they offer and the files included allow support for Android and Mac OS X. This distribution of XmCCD includes source code to utilize the SBIG shared library libsbigudrv.so with a Motif-based graphical user interface. ... The XmCCD source package includes and will install: SAOimage ds9 xpa cfitsio SAOimage is the primary image display for XmCCD. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/README -- 5.0 Кб -- 27.04.2013
Похожие документы

4. See include/linux/autoconf.h
The HyperNews Linux KHG Discussion Pages . ... Re : Kernel Makefile Configuration: how? ... Keywords: Makefile, configuration . ... From: Balaji Srinivasan < BalajiSrinivasan > . When you run make config (or its siblings) it creates a file in include/linux directory. This file (autoconf.h) is included in include/linux/config.h in all the required C files.. For the makefile the place that these config options are specified is in the .config file in the TOPLEVEL directory. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/115/1.html -- 2.5 Кб -- 23.03.2000
Похожие документы

5. livedata / gridzilla distribution
The binary distribution kits for livedata and gridzilla should include everything required to run them on compatible Linux, Solaris, and/or Darwin systems. ... VERSION date this release was generated. livedata_root.tar.bz2 (required) contains top-level files. livedata_linux.tar.bz2 contains linux binaries. livedata_linux64.tar.bz2 binaries for 64-bit linux systems. livedata_darwin.tar.bz2 contains Darwin (Mac OS X) Intel binaries. livedata_sun4sol.tar.bz2 contains Sun Solaris binaries. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/livedata/ -- 7.4 Кб -- 10.04.2016
Похожие документы

6. http://xmm.vilspa.esa.es/sas/6.0.0/doc/omthlcplot/ChangeLog
ChangeLog for omthlcplot =============================== Version 1.3 - 2002-09-12 (NW) ------------------------------- Changed the keyword warning statement in the documentation to include the values of the HDUCLASS attributes, to close SPR-2973 (Wrong reference to data set attributes in doc). ... Version 1.2 - 2002-07-25 (NW) ------------------------------- Updated the DEPEND file. ... The test harness has been changed to be variable for Linux or Unix, because the environment variables are different. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/omthlcplot/ChangeLog -- 3.0 Кб -- 12.09.2002
Похожие документы

7. http://www.stsci.edu/sms-deliv/1997037-175545-SMSHS04.text
To : Distribution From : Science Planning and Scheduling Team, STScI Date : 6-FEB-1997 17:34:55 UT SMS Supervisor : Martin England (410) 338-5005 Subject : SMS HS047B: distribution of final products The Mission Scheduler and Command Loader processing for the final run of SMS HS047B has been completed. ... This distribution includes MEGG and MOSR products in addition to MS/CL products. ... A ONE-FHST UPDATE WILL BE SUBSTITUTED FOR THE REQUESTED TWO-FHST 3-AXIS UPDATE This is expected and is acceptable. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/sms-deliv/1997037-175545-SMSHS04.text -- 6.3 Кб -- 06.02.1997
Похожие документы

8. ASP: ASP Conference Series to Include Free Electronic Access
home news . SEARCH ASP SITE: Match ALL words Match ANY word . ... Beginning in 2005, all conference proceedings published by the ASP Conference Series during 2004, and all future volumes, will include full text electronic access. ... Visit the e-Books site for select free preview volumes . ... Organizers of upcoming conferences who wish more information about publishing their proceedings through the ASP Conference Series should contact Interim Managing Editor J. Ward Moody at jmoody@byu.edu . ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/news/ebooks.html -- 11.2 Кб -- 03.01.2012
Похожие документы
Еще в разделе: (Показать все результаты (>979) - www.astrosociety.org/ )

9. Linux I/O port programming mini-HOWTO: Using I/O ports in C programs
... Routines for accessing I/O ports are in /usr/include/asm/io.h (or linux/include/asm-i386/io.h in the kernel source distribution). ... Before you access any ports, you must give your program permission to do so. This is done by calling the ioperm() function (declared in unistd.h , and defined in the kernel) somewhere near the start of your program (before any I/O port accesses). ... For example, ioperm(0x300, 5, 1) would give access to ports 0x300 through 0x304 (a total of 5 ports). ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/io-portprog/IO-Port-Programming-2.html -- 7.6 Кб -- 02.10.2012
Похожие документы

10. weight on turret floor
The weight and positions for the objects on the rotary floor were obtained from ecastro on nov03 and used to plot the weight distribution on the rotary floor. ... The figure shows the weight distribution by turret position. ... Fig 1 top: Each object on the floor is plotted with its weight vs its turret position. Fig 1 middle: The weight is averaged by turret position quadrant to show the imbalance in weight distribution. ... The turret position is that of the receiver or read off of the drawing. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/turret/turretweight.html -- 8.2 Кб -- 20.06.2013
Похожие документы

11. http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/COPYRI~1
... Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. ... Redistribution and use of this software, with or without modification, is permitted provided that the following conditions are met: 1. ... All related source code must be included. ... Various other copyrights apply. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/linux/slackware-2.3/COPYRI~1 -- 8.9 Кб -- 12.07.1995
Похожие документы

12. The AstroStat Slog Blog Archive [ArXiv] Post Model Selection, Nov. 7, 2007
... Archives . ... Nov 7th, 2007| 11:57 am | Posted by hlee . Today?s arxiv-stat email included papers by Poetscher and Leeb, who have been working on post model selection inference. ... How you know your data are from chi-square distribution, or gamma distribution? (this is a model selection problem with nested models.) ... stat.TH:0702703] Can one estimate the conditional distribution of post-model-selection estimators? by H. Leeb and B. M. P\?{o}tscher . ... Chandra Blog . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/slog/groundtruth.info/AstroStat/slog/2007/arxiv-post-model-selection-nov-7-2007/index.html -- 24.3 Кб -- 01.03.2014
Похожие документы

13. Linear polarization: wavelength dependence
... Fitting the observed dependence includes calculations of the polarization cross-sections averaged over particles orientation and size distribution, their normalization and the comparison of obtained dependencies with Serkowski's curve representing observational data for a chosen star. ... Variations of the polarization factors with wavelength are shown in Fig. 16 for homogeneous spheroidal particles with PF orientation. ... The distinction between prolate and oblate spheroids is also clearly seen. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/8-GLIB/ASTNOTES/node7.html -- 18.9 Кб -- 19.11.2010
Похожие документы

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

15. Software Store - Programmers Notes
Digital Unix Fortran Compiler + OSF/1: . All codes run satisfactorily on Digital/Compaq Alpha processors. ... All codes compile. ... All f77 codes compile. ... In f77 the INC|LUDE statement enabled the creation of common code that could be shared between subprogram units. ... My convention is to place INCLUDE files containing global COMMON variables in a defined folder in the software folder structure currently ./include (to be replaced by ./inc when I have debugged all the references). ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/install_frameset/Howto_notes_f.html -- 4.0 Кб -- 08.07.2002
Похожие документы

16. lsst.coordConv: include/coordConv/pvtCoord.h Source File
lsst.coordConv љ unknown . ... Files . ... pvtCoord.h . ... 3 љ #include " coordConv/pvt.h " . ... 24 љ explicit PVTCoord ( Coord const &coord, Eigen::Vector3d const &vel, double tai); . ... 47 љ explicit PVTCoord ( PVT const &equatPVT, PVT const &polarPVT, PVT const &distPVT= PVT ()); . ... 63 љ explicit PVTCoord ( PVT const &equatPVT, PVT const &polarPVT, PVT const &distPVT, double equatPM, double polarPM, double radVel); . ... Definition: pvtCoord.cc:121 . ... Definition: pvtCoord.h:172 . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/pvt_coord_8h_source.html -- 28.2 Кб -- 07.05.2015
Похожие документы

17. Low Surface Brightness Galaxy Gallery
In this gallery are many images of Low Surface Brightness Galaxies which have recently been discovered and analyzed. ... The central surface brightness of this galaxy is 24.28 . Malin 2 This galaxy is another huge disk galaxy with a scale length of 15 kpc and a redshift of 15000 km/a. The high surface brightness knot in one of its spiral arms actually has the same color, luminosity and H-alpha equivalent width as the entire Large Magellanic Cloud . ... Truly it is a Low Surface Brightness Galaxy. ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/sb2.html -- 4.8 Кб -- 26.05.2000
Похожие документы
Еще в разделе: (Показать все результаты (>268) - zebu.uoregon.edu/ )

18. COALA - Computational Astrophysics Laboratory
Chiaki Kobayashi, Ralph Sutherland How galaxies did form and evolution? - to answer this unsolved problem, we are simulating the formation and evolutionary history of galaxies in the Universe, including star formation, supernovae feedback, and chemical enrichment. Comparing the spacial distribution of elements within galaxies with observations, we will examine fundamental physical processes that drive galaxy formation. ... COALA : Universe Galaxy AGN Star Planet ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/coala/galaxy.html -- 5.9 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>496) - www.mso.anu.edu.au/ )

19. DUST: tmsolve.c File Reference
... Files . include <stdio.h> . ... Include dependency graph for tmsolve.c: . dust_tmatrix . dust_mkBmatrix ( dust_tmatrix *tm) . ... dust_TMSolve ( dust_tmatrix *tm) . Calculate the energy bin probability distribution of a grain by solving transition matrix. void . ... dust_tmatrix dust_mkBmatrix . ... References dust_tmatrix::data , and dust_tmatrix::M . Referenced by dust_TMSolve() . ... References dust_tmatrix::data , dust_mkBmatrix() , dust_normalisepvect() , and dust_tmatrix::M . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/tmsolve_8c.html -- 8.4 Кб -- 11.07.2008
Похожие документы

20. ADASS 2003 Conference Proceedings
... Up: Data Processing Systems . ... We demonstrate the latest Starlink software, including ORAC-DR pipelines, new Java applications, and distributed pipeline processing. ... An example of its use is the TOPCAT application ( http://www.starlink.ac.uk/topcat ), shown in part in Figure 2. ... Of course the final result can also provide estimates of errors and data quality, pixel by pixel, because the Starlink applications, Classic as well as the new ones, automatically keep track of these. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass03/D12/ -- 10.2 Кб -- 27.08.2004
Похожие документы

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


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

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

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