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

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

Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node17.html.

1. Mathematics: <math.h>
... Mathematics is relatively straightforward library to use again. ... double x; x = sqrt(63.9); . ... double acos( double x) -- Compute arc cosine of x. double asin( double x) -- Compute arc sine of x. double atan( double x) -- Compute arc tangent of x. double atan2( double y, double x) -- Compute arc tangent of y/x. double ceil( double x) -- Get smallest integral value that exceeds x. double cos( double x) -- Compute cosine of angle in radians ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node17.html -- 7.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node17.html -- 7.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node17.html -- 7.0 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1002) - jet.sao.ru/ )

2. casacore: casa::SparseDiffA< T > Class Template Reference
... Classes . ... casa::SparseDiffA< T > . ... The function, with fixed parameters a,b: template class T class f { public : T operator ()( const T x) { return a_p*a_p*a_p*b_p*b_p*x; } void set ( const T a, const T b) { a_p = a; b_p = b; } private : T a_p; T b_p; }; // The specialized function template class f SparseDiffA Double { public : T operator ()( const T x) { return a_p*a_p*a_p*b_p*b_p*x; } void set ( ... Referenced by casa::SparseDiffA< T >::operator=() . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1SparseDiffA.html -- 28.8 Кб -- 14.02.2011
Похожие документы

3. Computing dispersive atmospheric delay with AATM
... This program will be a part of AATM-0.06 examples when this version is released. ... Comments regarding this example welcome at: // Bojan Nikolic b.nikolic@mrao.cam.ac.uk // # include string # include vector # include iostream # include fstream // Unfortunately the using statement below is required because of poor // desgin of the header files using namespace std ; # include ATMRefractiveIndexProfile.h # include ATMPercent.h # include ATMPressure.h # ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/mk2/alma/aatm-dispersive.html -- 13.3 Кб -- 25.11.2009
Похожие документы

4. Links and anchors examples
... You can learn how to use style sheets and how to position HTML content by reading the Guide to Dynamic HTML in Netscape Communicator . ... To return to the top of this page, jump to anchor 1 in this document . ... Jump to the second section A Cold Autumn Day in the mystery "A man from Nowhere". ... If you click on this link, you'll see a confirmation dialog box. ... If you move the mouse over and then away from The Man From Nowhere , a dialog box appears telling you what the link will do. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/REF/links.htm -- 5.2 Кб -- 15.04.1998
Похожие документы

5. Further Information and Bibliography
The Network Time Protocol (NTP) is used to synchronize the time of a computer client or server to another server or reference time source, such as a radio or satellite receiver or modem. ... Information on the NTP architecture, protocol and algorithms can be found in the following articles and reports, which are available online . Mills, D.L. Internet time synchronization: the Network Time Protocol. ... Mills, D.L. Network Time Protocol (Version 3) specification, implementation and analysis. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/biblio.html -- 10.0 Кб -- 21.12.2007
Похожие документы

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. 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. Making backups with tar
Next: Restoring files with tar Up: Simple backups Previous: Simple backups . A full backup can easily be made with tar љ : # tar -create -file /dev/ftape /usr/src . ... If your backup doesn't fit on one tape, you need to use the -multi-volume ( -M ) option: # tar -cMf /dev/fd0H1440 /usr/src . ... usr/src/ . ... usr/src/linux-1.2.10-includes/ .. ... An incremental backup can be done with tar љ using the -newer ( -N ) option: # tar -create -newer '8 Sep 1995' -file /dev/ftape /usr/src -verbose . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node85.html -- 6.2 Кб -- 04.05.1997
Похожие документы

9. lsst.tcc: include/tcc/basics.h Source File
lsst.tcc љ 1.2.2-3-g89ecb63 . ... Files . ... include . tcc . basics.h . ... 3 љ Basic definitions. ... 6 љ The units used are degrees and seconds, . ... 33 љ RotType_Begin = 0, // invalid value used for range checking . ... 38 љ RotType_Mount = 4, // angle of rotator w.r.t. its mount, in controller units, with no wrap . 39 љ RotType_End = 4 // invalid value used for range checking . ... 48 љ WrapType_Begin = -1, // invalid value used for range checking . ... Definition: basics.h:99 . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/TCC/html/basics_8h_source.html -- 43.8 Кб -- 14.09.2015
Похожие документы

10. http://hea-www.harvard.edu/~dburke/PDL/README-Astro-Cosmology-0.90
... History ------- 04 Aug 2001 v0.90 more reorganisation. Hopefully CPAN-friendly now more tests (thanks Brad) 02 Aug 2001 v0.84 minor reorganisation, no change to code or docs 01 Aug 2001 v0.83 added version method, renamed string to stringify further documentation improvements improvements to test suite (thanks Brad) 29 Jul 2001 v0.82 added STERADIAN to constants improved documentation 28 Jul 2001 v0.81 renamed to Astro :: Cosmology removed need for PDL :: Astro :: Constants 19 Jul ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/PDL/README-Astro-Cosmology-0.90 -- 6.2 Кб -- 04.08.2001
Похожие документы

11. Semiclassical Microlocal Analysis (Fall 2003)
... Microlocal Analysis is a theory of Pseudo-Differential Operators and Fourier Integral Operators (PDOs and FIOs). ... Microlocal analysis comes in few flavors. ... We will consider semi-classical PDOs and FIOs: one can always get from there to standard PDOs and FIOs but semi-classical theory has more applications. Less formal description of (semi-classical) microlocal analysis is ``a semi-classical limit of quantum mechanics'' or ``high-frequency limit of electrodynamics'' (etc). ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/ium/f03/microlocal.html -- 5.0 Кб -- 09.12.2005
Похожие документы

12. ACS Instrument Handbook
ACS Insturment Handbook for Cycle 24 . ... Advanced Camera for Surveys Instrument Handbook for Cycle 24 > Chapter 8: Overheads and Orbit-Time Determination > 8.3 Orbit Use Determination Examples . ... 8.3.1 Sample Orbit Calculation 1 . ... Example in Section 8.3.1 is a simple WFC image in one filter, using dither. ... Using the ETC , we find that we need 2400 seconds of exposure time to reach the desired level of signal-to-noise ratio. ... Time (Minutes) . ... WFC overhead for the first exposure . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/acs/documents/handbooks/current/c08_overhead4.html -- 52.0 Кб -- 11.04.2016
Похожие документы

13. http://www.arcetri.astro.it/irlab/doc/library/nr/f6-0.pdf
Sample page from NUMERICAL RECIPES IN FORTRAN 77: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43064-X) Copyright (C) 1986-1992 by Cambridge University Press.Programs Copyright (C) 1986-1992 by Numerical Recipes Software. ... Chapter 6. 6.0 Introduction Special Functions There is nothing particularly special about a special function, except that some person in authority or textbook writer (not the same thing!) has decided to bestow the moniker. ... Special Functions Hart, J.F., et al. ...
[ Текст ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/nr/f6-0.pdf -- 60.8 Кб -- 07.10.1999
Похожие документы

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

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

16. Date conversion functions
... All inputs for these functions and procedures can be arrays! . julian ( year _integer , month _integer , day _real ) Function; returns Julian day including fraction. Day can be fractional. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node184.html -- 5.2 Кб -- 28.04.2015
Похожие документы

17. WAPP File Format Page
The Wideband Arecibo Pulsar Processor - File Format Page . WAPP files have three sections that appear sequentially in this order: an ASCII header description, the binary header, and finally the actual binary data. ... The WAPP realtime observation engine does not produce files larger that 2 Gbytes. At one time this represented a fundamental limit to Linux files. ... Each file will have it's own header, even when the files are simply continuations of a single observation. ... long int . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~wapp/FileFormat/FFMain.html -- 13.6 Кб -- 20.04.2000
Похожие документы

18. Apache module mod_example
This module illustrates many of the aspects of the Apache 1.2 API and, when used, demonstrates the manner in which module callbacks are triggered by the server. ... Source File: mod_example.c . ... The files in the src/modules/example directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... Example . ... Uncomment the "AddModule modules/example/mod_example" line near the bottom of the src/Configuration file. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_example.html -- 6.7 Кб -- 15.10.2001
Похожие документы

19. Example 8: Finding the cross-region ARF
... arfgen (arfgen-1.75.6) [?? ... arfgen crossregionarf=yes spectrumset=spec_output.ds crossreg_spectrumset=spec_input.ds detmaptype=dataset detmaparray=image200.ds . This command returns the effective area in a region of the detector (defined in spec_output.ds) coming from the PSF overflow of flux from the sky region defined in spec_input.ds. The detmaparray, image200.ds, should be an image which includes both detector regions with a pixel size which is small compared to the size of the regions. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/arfgen/node14.html -- 3.9 Кб -- 22.10.2008
Похожие документы

20. RSSI Homepage
Russian Space Science Internet (RSSI) is a successful result of RSSI Project. ... space oriented organizations; . ... RSSI offers for its members : . ... videoconferences via MBONE Internet protocol (there are 2 tunnels available now through the general IP network: one to NASA Internet, and another to Moscow State University); . ... It is designed so that all organizations connected to the RSSI gain access to the resources of Russian computer networks as well as world wide Internet. ... nic@rssi.ru ...
[ Сохраненная копия ]  Ссылки http://www.rssi.ru/ -- 6.6 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>24) - www.rssi.ru/ )

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


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

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

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