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

1 | 2 | 3 | 4 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.spbu.ru/staff/afk/AtDatCentre/NewData/Bray/He1s2s.html.

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

2. Including text in a shell script
Text can be included in the shell script by using a here document, a special form of input redirection. The << symbol is used to indicate that text should be read up to a given mark. For example: #!/bin/sh # this script outputs the given text before it runs cat << EOF This shellscript is currently under development, please report any problems to Danny (danny@cornflake.ed) EOF exec /usr/local/test/bin/test_version . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.2.html -- 2.2 Кб -- 17.01.1997
Похожие документы

3. lsst.coordConv: include/coordConv/coordConv.h Source File
lsst.coordConv љ unknown . ... Classes . Files . FileљList . All љ Classes љ Namespaces љ Files љ Functions љ Variables љ Typedefs љ Enumerations љ Enumerator љ Pages . include . ... 3 љ #include " coordConv/physConst.h " . 4 љ #include " coordConv/mathUtils.h " . 5 љ #include " coordConv/time.h " . 6 љ #include " coordConv/angSideAng.h " . 7 љ #include " coordConv/rotEqPol.h " . ... 10 љ #include " coordConv/coord.h " . ... 13 љ #include " coordConv/coordSys.h " . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/coord_conv_8h_source.html -- 10.1 Кб -- 07.05.2015
Похожие документы

4. Writing programs that use comedi and comedilib
Comedi Documentation . ... Right to the source: #include <stdio.h> /* for printf() */ #include <comedilib.h> int subdev = 0; /* change this to your input subdevice */ int chan = 0; /* change this to your channel */ int range = 0; /* more on this later */ int aref = AREF_GROUND; /* more on this later */ int main(int argc,char *argv[]) { comedi_t *it; lsampl_t data; it=comedi_open("/dev/comedi0"); comedi_data_read(it,subdev,chan,range,aref,&data); printf("%d\n",data); return 0; } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/x94.html -- 8.9 Кб -- 02.10.2012
Похожие документы

5. A box, to include extended emission
Next: A Region mask for Up: To produce a region Previous: Select a circle around . select cursor and box . The three mouse buttons have been redefined as: . LEFT - moves the center of the box to the position of the arrow point. MIDDLE - sizes the box. ... Release the button to fix the size of the box. save the results by typing `s' while the mouse is in the display window. select region and write , to write the saved regions into a file for later use (as above). rsdc@cfa.harvard.edu . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node63.html -- 3.8 Кб -- 01.10.2012
Похожие документы

6. Image: Another view. Myself included.
. Album : Фотоальбом Сергея Аюкова :: Travels to distant places and countries :: 1997/08 Japan (Kyoto, Nara) :: 18/08 Higashi-Honganji temple . Up . << Prev . Another view. Myself included. Next >> . Album created by album generator from Marginal Hacks by David Madison on Wed Jun 5 20:38:36 2013 .
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/album/trips/1997.08.Japan/18.Higashi-Honganji/tn/b15l.jpg.index.html -- 5.2 Кб -- 05.06.2013
Похожие документы

7. Index of /software/sbig/archive/xmccd-4.2.1/xmccd-4.2.1/libcfitsio/include
Name Last modified Size Description . Parent Directory - drvrsmem.h 2013-04-26 23:14 6.4K fitsio.h 2013-04-26 23:14 104K fitsio2.h 2013-04-26 23:14 57K longnam.h 2013-04-26 23:14 20K . Apache/2.4.6 (Linux/SUSE) Server at www.astro.louisville.edu Port 80
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.2.1/xmccd-4.2.1/libcfitsio/include/ -- 2.4 Кб -- 10.04.2016
Похожие документы

8. Restoring files with tar
Next: Multilevel backups Up: Simple backups Previous: Making backups with tar . The -extract ( -x ) option for tar љ extracts files: # tar -extract -same-permissions -verbose -file /dev/fd0H1440 . ... usr/src/linux-1.2.10-includes/ . ... usr/src/linux-1.2.10-includes/include/linux/ . ... You also extract only specific files or directories (which includes all their files and subdirectories) by naming on the command line: # tar xpvf /dev/fd0H1440 usr/src/linux-1.2.10-includes/include/linux/hdreg.h . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node86.html -- 4.4 Кб -- 04.05.1997
Похожие документы

9. Database of Optical Constants -- What's new
09.02.00 New version of JPDOC is installed in Jena and St.Petersburg. It includes about 700 references now. 28.12.99 A Properties page (Al2O3) was created. 28.12.99 Some changes of design of several pages. ... 23.12.99 The section on sulfur, sulfides, and silicon were extended (altogether about 50 new references). 10.12.99 A few recent (mostly astronomical) papers and papers cited in them were incluided (about 50 new references). ... 19.11.99 New counters on JPDOC pages. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/JPDOC/1-news.html -- 2.6 Кб -- 19.11.2010
Похожие документы

10. Simulation of HST PSFs using Tiny Tim
... Tiny Tim has been used for generating Hubble Space Telescope ( HST ) point-spread functions (PSFs) for deconvolution, algorithm testing, proposal planning, and optical studies. ... Tiny Tim is a stand-alone program for simulating HST PSFs as viewed with the on-board imaging cameras (WF/PC-1, WFPC2, FOC, COSTAR/FOC). ... The measured aberrations for FOC f/96, WF/PC-1 PC6, WFPC2, and COSTAR/FOC are used by Tiny Tim . ... Figure: FOC f/96 observed and Tiny Tim model PSFs (pre-COSTAR) at 253 nm. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/kristj.html -- 10.1 Кб -- 03.11.2000
Похожие документы

11. Configuration Files
... Scope of Directives .htaccess Files . ... Apache is configured by placing directives in plain text configuration files. ... Any directive may be placed in any of these configuration files. ... Apache configuration files contain one directive per line. ... Directives placed in the main configuration files apply to the entire server. ... The server administrator further controls what directives may be placed in .htaccess files by configuring the AllowOverride directive in the main configuration files....
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/configuring.html -- 11.3 Кб -- 05.11.2004
Похожие документы

12. Stellarium:
Stellarium 0.12.3 . ... Plugins . ... FileљStructure . FileљList . FileљMembers . plugins . TelescopeControl . src . TelescopeControl.hpp . ... 2 љ * Stellarium Telescope Control Plug-in . ... 8 љ * as a core module of Stellarium. ... 67 љ class TelescopeControl : public StelObjectModule . ... 73 љ virtual ~ TelescopeControl (); . ... 96 љ // Methods specific to TelescopeControl . ... Generated on Sat Aug 10 2013 17:12:44 for Stellarium by љ 1.8.3.1 ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/TelescopeControl_8hpp_source.html -- 47.0 Кб -- 28.02.2014
Похожие документы

13. http://hea.iki.rssi.ru/integral06/proceedings.pdf
... Font: Text: Variable: Symbol: Times New Roman Times New Roman Italic True Type Symbol font (Type 1 fonts only) Type Size: Paper title : Author (s): Affiliation (s): Normal text: Text in tables: Symbols: Sub/super-script: 12 10 10 10 9 10 7 pt pt pt pt pt pt pt bold ( TITLE ) bold ( Author ) italic ( Affiliation ) (regular text) ( ) (x y) GENERAL SPECIFICATIONS For Latex users, a set of macros is available on the ESA Publications www-site ... Papers must be prepared in this two-column format. ...
[ Текст ]  Ссылки http://hea.iki.rssi.ru/integral06/proceedings.pdf -- 73.1 Кб -- 21.03.2007
Похожие документы

14. astro-ph authors/title/abstract search for 'galaxy cluster' (skipped 200) all
Title: A New Model of the Gravitational Lens 0957+561 and a Limit on the Hubble Constant . Authors: Norman A. Grogin , Ramesh Narayan (Harvard Univ.) ... Title: ROSAT/PSPC observation of the distant cluster CL0939+472 . ... Title: Interaction in the Bimodal Galaxy Cluster A3528 . ... Title: Cosmological Implications of Galaxy Cluster Evolution . ... Title: Galaxy Cluster Virial Masses and Omega . ... Matches 201 to 222 from a total of 222 matches for the search pattern galaxy cluster . ...
[ Сохраненная копия ]  Ссылки http://sed.sao.ru/lit/gal_clust3.html -- 18.6 Кб -- 17.07.2001
Похожие документы

15. http://cosmos.msu.ru/eng/duv.html
Ultraviolet data (DUV) . ... The section "Original data" contains original information in analogue-digital and digital- analogue codes. The section "Data for analysis" contains pre-processed data for further analysis. Tatiana" program can be used for graph presentation of the experimental data, and "Orbitron" program - for geographical control of the data. Manual on how to use the programs and the data is in the HELP-file. ... Original data . Data for analysis . Tatiana program . ...
[ Сохраненная копия ]  Ссылки http://cosmos.msu.ru/eng/duv.html -- 2.4 Кб -- 09.12.2005
Похожие документы

16. astro-ph
Full-Text Search . ... arXiv.org . astro-ph . ... SAI VO . Search sort results by Date Relevance . ... Whitespace-separated words are treated as AND ed. Show 10 50 100 articles per page in Full Compact mode . This page hosts a simple full-text search for arXiv.org scientific e-print archive. ... The service is operated under the policy allowing us to regularly download and index the metatada of articles submitted to arXiv.org through Open Archive interface. ... SAI MSU . ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/arxiv/ -- 6.6 Кб -- 01.10.2012
Похожие документы

17. dubuque
East Dubuque,Illinois, USA . Greetings from our East Dubuque School to Zelenogorsk. ... Our classes are in the high school link. ... East Dubuque is a small town of about 2,000 people. ... Our high school here in East Dubuque is also pretty small, it only has about 190 . ... I go to school in east Dubuque IL This is a very small town . ... I am now 16 years of age, and a junior at East Dubuque High School. ... I am a senior at East Dubuque High School. ... people in the town of East Dubuque. ...
[ Сохраненная копия ]  Ссылки http://edu.zelenogorsk.ru/projs/english/visit/dubuque.html -- 8.0 Кб -- 14.11.2002
Похожие документы
Еще в разделе: (Показать все результаты (>19) - edu.zelenogorsk.ru/ )

18. Abstract
Report “Laboratory zero-baseline interferometer tests” (ZBT) was prepared and issued in ASC (35 pages including 17 figures and diagrams in Russian language). ... The Ground-Space radio interferometer (OVLBI) Radioastron includes several space and ground-based segments which are designed and manufactured by different countries and organizations. ... ZBI tests (for OVLBI) were implemented in Russia firstly. The tests were implemented by joint team of ASC, JPL and NRAO in 1999. ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/RadioAstron/archives/Jan00/zbt-inf2.htm -- 2.7 Кб -- 03.11.2011
Похожие документы

19. Viewing the Partial Solar Eclipse of 20 March 2014 | Astronotes
Astronotes Armagh Planetarium's Stellar Blog! ... Solar System . Sun . ... March . ... The extent of the solar eclipse of 3 November€а 2013 at 13:22 UTC as seen from Accra, Ghana. We will see a similar sight.€а (Image credit: Kwabena under Creative Commons Licence) . ... Your viewing location is not important as long as it offers an unobstructed view of the south eastern sky.. ... You can use ?eclipse glasses? to view the Sun, these are made from aluminized Mylar filter material. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/blog/viewing-the-partial-solar-eclipse-of-20-march-2014.html -- 44.0 Кб -- 09.04.2016
Похожие документы

20. Radioastrophysical department ISTP RAS SB
RADIOASTROPHYSICAL DEPARTMENT  INSTITUTE OF SOLAR-TERRESTRIAL PHYSICS RAS SB . ... Radioastrophysical Department , Institute of Solar-Terrestrial Physics, Siberian Division, Russian Academy of Science. ... Head of Laboratory dr. Gubin A.V. LABORATORY of INFORMATION SUPPLY and METHODOLOGY of RESEARCH . ... Head of Observatory Kitsanov S.V. SIBERIAN SOLAR RADIO TELESCOPE . Siberian solar radio telescope data at 5.7 GHz in I SOHO EIT 171 SOHO EIT 195 SOHO EIT 304 MDI Continuum MDI Magnetogram . ...
[ Сохраненная копия ]  Ссылки http://ssrt.iszf.irk.ru/ -- 20.8 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>14) - ssrt.iszf.irk.ru/ )

1 | 2 | 3 | 4 | След.


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

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

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