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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.jsc.nasa.gov/Bios/htmlbios/mcnair.html.

1. Astronaut Bio: Bruce McCandless II
National Aeronautics and Space Administration . ... Bruce McCandless II (Captain, USN, Ret.) NASA Astronaut (former) . ... He was a member of the astronaut support crew for the Apollo 14 mission and was backup pilot for the first manned Skylab mission (SL-1/SL-2). ... A veteran of two space flights, McCandless has logged over 312 hours in space, including 4 hours of MMU flight time. ... With the completion of this flight McCandless logged 191 hours in space (including 4 hours of MMU flight time). ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/mccandless-b.html -- 9.2 Кб -- 07.07.2015
Похожие документы

2. The C Preprocessor
... Preprocessor Compiler Control . ... This directive includes a file into code. ... include <file> or #include ``file'' . ... As another example if running program on MSDOS machine we want to include file msdos.h otherwise a default.h file. ... This is most often used with programs that translate other languages to C. For example, error messages produced by the C compiler can reference the file name and line numbers of the original source files instead of the intermediate C (translated) source files. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node14.html -- 11.1 Кб -- 02.10.2012
Похожие документы

3. lsst.tcc: include/tcc/telMod.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . ... telMod.h . ... 6 љ #include <string> . ... 24 љ explicit TelMod (std::string const &filePath) { . ... 86 љ void loadPath (std::string const &filePath); . ... 112 љ std::vector<std::string> getTermNames () const ; . ... 145 љ std::ostream & operator<< (std::ostream &os, TelMod const &telMod); . ... double getTerm(std::string const &termName) const . ... std::vector< std::string > getTermNames() const . ... TelMod(std::string const &filePath) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/tel_mod_8h_source.html -- 30.6 Кб -- 14.09.2015
Похожие документы

4. Editing Documentation (Including this Website) GPI Data Pipeline 1.0
... GPI Data Pipeline 1.0 documentation . GPI Data Pipeline Developer?s Guide . ... Editing Documentation (Including this Website) . ... Show Source . ... The documentation source code is available as part of the pipeline source code, in the documentation subdirectory inside the pipeline root. ... Pipeline primitive documentation is taken semi-automatically from the pipeline primitive headers in IDL, including the structured header comments used to populate the pipeline?s primitives config file. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/developers/documentation.html -- 13.2 Кб -- 14.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>16814) - www.stsci.edu/ )

5. INTERNATIONAL SPACE STATION
... The photography of the underlying surface can be directly transmitted to Earth in the course of a live communications session via ham radio. ... Conducting real-time radio communications sessions from on-board ISS RS to exchange digital images. ... Conversations of the space flight participant of Visiting Mission 15 with ground users, taking place in the course of real-time ham radio communications sessions, as well as video images uplinked/downlinked to/from ISS in real-time via ham radio. ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/iss/researches/education-24.html -- 12.9 Кб -- 02.10.2012
Похожие документы

6. Sheltran - Include Files
. Code from other SHELTRAN sources can be included by putting an I in column 1 followed by the name of the source to be included. The code included in this way will also be processed by the SHELTRAN compiler.
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/sheltran/include.html -- 1.6 Кб -- 16.01.2009
Похожие документы

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

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

9. Bojan Nikolic -- Compiling CASA revisited
... Bojan Nikolic web pages home . ... For some numerical experiments with CASA , I have recently been recompiling some parts of this package. ... That is before even touching the code! ... I used the SCons build system to build the CASACORE libraries. ... Apparently missing include for strlen: --- a/code/display/Display/Options.cc +++ b/code/display/Display/Options.cc @@ -30,6 +30,7 @@ #include <sys/stat.h> #include <iostream> #include <dirent.h> +#include <string.h> namespace casa { namespace viewer {...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/blog/2012/08/03/casa-compilation.html -- 12.8 Кб -- 05.10.2015
Похожие документы

10. Research Areas and Facilities
Next: Public Understanding of Science Up: Astronomy in Armagh Previous: Mission Statement Contents . The principal research interests of Observatory staff now include . ... The astronomical research facilities at Armagh Observatory, including those for computing and data reduction, are mostly excellent, and include a local Starlink node funded in part by the Particle Physics and Astronomy Research Council (PPARC) and partly by the DENI/DCAL, and (from March 2000) an Origin2000 supercomputer. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/annrep/annrep99/node6.html -- 6.5 Кб -- 05.05.2000
Похожие документы

11. Index of /~phil/hardware/vertex/sharemegsvertex/lcu/Sun/include
. Name . Last modified . Size . Description . Parent Directory . - . dos/ . 17-May-2001 20:44 . - . pctcp/ . 17-May-2001 20:44 . - . sim.h . 24-Dec-1999 10:17 . 85 . Apache/2.2.3 (CentOS) Server at www.naic.edu Port 80
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/Sun/include/ -- 2.3 Кб -- 06.02.2013
Похожие документы

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

13. Winer Observatory Fees and Charges
Winer Observatory P.O. Box 797, Sonoita, Arizona 85637-0797, USA . ... Fees . ... 2/3-m Telescope . ... Irvin M. Winer . ... Site . ... Telescope Aperture / Mount . ... 20,000 . ... Meade 20-inch MAX on MAX Mount . ... Housing in our automatic observatory at our site near Sonoita, Arizona . ... Telescope (you provide the telescope, mount, control computer, cables, etc.) ... Long distance telephone charges for calls initiated by your computer or staff on Winer telephones . ... 2013 Winer Observatory. ...
[ Сохраненная копия ]  Ссылки http://www.winer.org/About/Fees.php -- 12.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>53) - www.winer.org/ )

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

15. On-line Data in Astronomy; Library
... Fortunately, astronomy is an exception in this regard. ... As commercial databases have been described in detail before (see e.g. Watson 1991), this chapter will concentrate on Library information services that require neither an account nor a password and do not charge fees according to the connecting time or the number of data sets that are displayed or downloaded. ... American Astronomical Society (AAS) . Astronomical Observatory Trieste (OAT) library . ... Center for Astrophysics library . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/libraries/articles/LibraryInfoServices.html -- 10.5 Кб -- 22.12.2007
Похожие документы

16. Gliese 876 System Includes Large Terrestrial Planet
... NASA Web Site Statements, Warnings, and Disclaimers . NASA Official: Jay Norris. ... A service of: LHEA at NASA / GSFC . ... Publications with keywords: planets - Earth - Gliese 876 . Publications with words: planets - Earth - Gliese 876 . ... Hurricane Paths on Planet Earth . A Dark Earth with a Red Sprite . Happy People Dancing on Planet Earth . Looking Back at an Eclipsed Earth . ... All the Water on Planet Earth . ... All publications on this topic >> ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1206269/gj876_cook.jpg.html -- 13.4 Кб -- 12.10.2011
Похожие документы

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

18. APOD: 2014 February 3 - Lunar Time Lapse Panorama including Yutu Rover
... 2014 February 3 . Lunar Time Lapse Panorama including Yutu Rover . ... Explanation: Where has the Yutu rover been on the Moon? ... Because it uses solar power , the mechanical Jade Rabbit goes into sleep mode to endure the two-week long lunar night. Pictured above is a digitally created time-lapse composite panorama showing the region surrounding the Chang'e 3 lander , capturing the desk-sized rover in three positions. ... Organize Your Universe: Free APOD 2014 Calendar in PDF format . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/apod/ap140203.html -- 5.2 Кб -- 28.02.2014
Похожие документы

19. Guide to Russia || Top Attractions
... Top Attractions of Russia . ... We sincerely hope the situation will improve and we are planning to include these regions as soon as it becomes possible. ... Southern Urals (including Bashkir State Reserve) . ... Eastern Sayan Mountains (including Tunka Range) . ... Altai Mountains (including Lake Teletskoe, Altai State Reserve, Katun Range) . ... Sub-Polar and North Urals and virgin forests of North of European Russia (including Yugyd-Va National Park and Pechora-Ilych National Reserve) . ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/putevod/attr_en.html -- 56.9 Кб -- 07.05.2013
Похожие документы

20. Index of /calibration/includes
Name Last modified Size Description . Parent Directory 10-Feb-2016 16:57 - calib_ftr.html 07-Dec-2005 15:19 1k calib_hdr.20021010.html 07-Dec-2005 15:19 1k calib_hdr.20110208.html 07-Dec-2005 15:19 1k calib_hdr.html 08-Feb-2011 10:26 1k calib_port_hdr.html 07-Dec-2005 15:19 1k maintainer.20130211...> 07-Dec-2005 15:20 1k maintainer.html 11-Feb-2013 10:53 1k . Apache/1.3.35 Server at xmm.vilspa.esa.es Port 80
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/includes/ -- 2.4 Кб -- 09.04.2016
Похожие документы

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


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

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

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