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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~phil/aosoft/radardecode.html.

1. Number input
This document describes how number input can be given to tasks which request numbers from Hermes. ... list selection The following constants are implemented: pi 3.14159.... c speed of light (SI) h Planck (SI) k Boltzmann (SI) g gravitation (SI) s Stefan-Boltzman (SI) m mass of sun (SI) p parsec (SI) BLANK Universal undefined value The following mathematical functions are implemented: abs(x) absolute value of x sqrt(x) square root of x sin(x) sine of x asin(x) inverse sine ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/gipsy/hermes/numbers.html -- 8.2 Кб -- 16.01.2009
Похожие документы

2. Algebraic Number Theory
We present the basics of number theory emphasizing the striking similarity between the properties of usual integers and those of polynomials over a finite field. This leads to understanding that number theory and algebraic geometry is in fact one and the same domain. The core of number theory being an elementary problem, we stick to concrete examples. ... P-adic numbers. ... Algebraic number fields. ... Geometry of numbers. ... S. Lang, Algebraic number theory, Springer, 1994. ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/mathinmoscow/courses/view.php?name=Algebraic%20Number%20Theory.htm -- 4.7 Кб -- 10.04.2016
Похожие документы

3. Examples of GHRS Phase II Proposals
Your Phase II Proposal and Using RPS2 . ... Exposure_Number: 1 Target_Name: HD12345 Config: HRS Opmode: ACQ Aperture: 2.0 Sp_Element: MIRROR-N1 Wavelength: Optional_Parameters: BRIGHT=RETURN, ! ... Number_of_Iterations: 1 Time_Per_Exposure: 13.5S Special_Requirements: ONBOARD ACQ FOR 2 Comments: STEP-TIME = 1.5 sec Exposure_Number: 2 Target_Name: HD12345 Config: HRS Opmode: ACQ/PEAKUP Aperture: 0.25 Sp_Element: MIRROR-N1 Wavelength: Optional_Parameters: SEARCH-SIZE=5 ! ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/instrument-news/handbooks/ghrs/GHRS_24.html -- 10.9 Кб -- 14.02.1996
Похожие документы

4. Exposure number.
XMM-Newton Science Analysis System . rgssources (rgssources-6.0.1) [xmmsas_20080701_1801-8.0.0] . ... Upgrading the format. rgssources can also deduce the exposure number from the standard file name formats described above. ... If the file name is not in a standard format, and the exposure number is not otherwise known, its use can be turned off by setting writeexpkwds to `no' or `false'. ... XMM-Newton SOC/SSC -- 2008-07-02 ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/rgssources/node25.html -- 3.8 Кб -- 02.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>8023) - xmm.vilspa.esa.es/ )

5. Procedure for Part Numbering Convention: Larry Carey, 2005
Numbering Procedures for APO 2.5m and 3.5m Drawings and Engineering/Drafting Documents . ... Document part numbers are to consist of a 7 character long "base numbe,r" which is coded to provide information about the part's intended first use. The part number becomes complete and unique only with the addition of a revision number. ... Example of a "base number": 25CSA01 . ... PART NUMBER CONVENTION . ... For Example: . ... R = "Revision" . ... Questions contact Larry Carey/University of Washington ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/06APODrawNumConv.htm -- 8.3 Кб -- 22.03.2006
Похожие документы
Еще в разделе: (Показать все результаты (>467) - www.apo.nmsu.edu/ )

6. Time Functions
... Basic time functions . ... Example 2: Set a random number seed . ... Uses of time functions include: . ... time_t time(time_t *tloc) -- returns the time since 00:00:00 GMT, Jan. 1, 1970 , measured in seconds. ... timer.c */ #include <stdio.h> #include <sys/types.h> #include <time.h> main() { int i; time_t t1,t2; (void) time(&t1); for (i=1;i<=300;++i) printf(``%d %d %d n'',i, i*i, i*i*i); (void) time(&t2); printf(`` n Time to do 300 squares and cubes= %d seconds n'', (int) t2-t1); } . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/node21.html -- 8.0 Кб -- 02.10.2012
Похожие документы

7. Manpage of FFTFILTER
... fftfilter - compute complex fft on input (ao). fftfilter [ -r ] [ -d transformDirection ] [ -n lengthTransform ] [ -z zeroFillFromdatapoints. ] . fftfilter performs a complex fourier transform on its input data. The input is taken from the standard input and should be real*4 floating point format. ... Any data at the end that does not fill up a complete transform length will be ignored (unless -z is used then the last points will be zerofilled). ... Direction of the transform. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/aosoft/fftfilter.html -- 4.9 Кб -- 03.11.2010
Похожие документы

8. FTS Dictionary Example
... MAXLEN parameter specifies maximum length of the number considered as a 'good' integer. ... If REJECTLONG = FALSE (default), than dictionary returns prefixed part of integer number with length MAXLEN . ... This is a dict_tmpl.c file. # include postgres.h # include utils/builtins.h # include fmgr.h #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif # include utils/ts_locale.h # include utils/ts_public.h # include utils/ts_utils.h typedef struct { int maxlen ; bool rejectlong ; } ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-intdict-xmp.html -- 9.6 Кб -- 13.04.2008
Похожие документы

9. Tutorial on Fortran 90, Digital UNIX
System parameters on Digital UNIX . ... Digital and Cray use the number of bytes as the KIND -parameter. ... LOGICAL Default byte word KIND number = 4 1 4 LOGICAL Default double quad KIND number = 4 8 16 INTEGER int15 int31 int63 KIND number = 2 4 8 digits = 15 31 63 radix = 2 2 2 range = 4 9 18 huge = 32767 2147483647 9223372036854775807 bit_size = 16 32 64 REAL single double quad KIND number = 4 8 16 digits = 24 53 113 maxexponent = 128 1024 16384 minexponent = -125 -1021 -16381 ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/alpha.html -- 10.4 Кб -- 13.03.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/alpha.html -- 10.4 Кб -- 13.03.1996
Похожие документы

10. Actor Prolog. Example "D:\MOROZOV\Z\DEMO\EXE\EXAMPLES\ADA_LOG.HTML"
... The begining of program -- Target function: a * b with TEXT_IO ; use TEXT_IO ; procedure EXAMPLE is package IO_INT is new INTEGER_IO ( INTEGER ) ; use IO_INT ; r,b,a: INTEGER ; begin put ( Enter unsigned number 'b', please ... unsigned number 'a', please: ) ; get ( a ) ; declare VAR0 , VAR1 : INTEGER ; begin VAR0 := a; VAR1 := b; declare VAR3 , VAR2 , VAR4 : INTEGER ; begin VAR3 := 0 ; VAR2 := VAR0 ; VAR4 := VAR1 ; while VAR2 /= 0 loop begin if ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/ada_log.html -- 9.8 Кб -- 24.09.2007
Похожие документы

11. Examples of setting vi options permanently
To set a number of options place the set commands in the file .exrc . set ic set number set sh=/usr/local/bin/Tcsh set wm=5 . This sets vi to: . ignore the case of characters in searches . display line numbers . use the TC shell to execute UNIX commands . ... Options can also be set using the environment variable EXINIT. setenv EXINIT 'set ic number sh=/usr/local/bin/Tcsh wm=5' . For the C and TC shell user, this sets the same options as in the example above. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/examples/vi6.html -- 2.5 Кб -- 17.01.1997
Похожие документы

13. Example of an OOF analysis for the GBT Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . Out-Of-Focus (OOF) Holography . The observed beam maps are shown in the first row of the table below. ... The analysis was done in the usual way. ... A sample OOF observed data set (top row) and the results of analysis with increasing number of Zernike polynomials used to parameterise the aperture: . Observed beams . Example of an OOF analysis for the GBT . Observed data and analysis . ... Copyright 2005 -- 2016, Bojan Nikolic feedback welcome ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/oof/gbtexample.html -- 14.1 Кб -- 04.04.2016
Похожие документы

14. Number of accreting X-ray binaries of selected types
... The numbers of three types of compact binaries containing accreting NSs and BHs, which are most interesting from the point of view of their observational appearances, have been calculated as a function of time: i) X-ray transient source containing a NS in an eccentric orbit around a main sequence Be-star (the observed prototype: A0535+26), ii) BH The evolution of the selected types of X-ray binaries during the first 10 million years after the starburst onset is presented in Fig. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~polar/html/publications/apj/node8.html -- 5.9 Кб -- 21.06.1996
Похожие документы

15. Numbers and distances
... The absolute magnitude of the RCBs in the LMC and the small number of Galactic RCBs implies that they are very rare stars. Together with statistics for related stars, the total number of hydrogen-deficient stars in the Galaxy is estimated to be about 1000. Whilst the luminosity of RCBs is similar to that of other low-mass stars as they evolve rapidly from the asymptotic RED GIANT branch to become WHITE DWARFS , their frequency is much lower. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/rcrb_rev/node7.html -- 3.7 Кб -- 16.03.2000
Похожие документы

16. NUMBER/NICE -- установка нового номера для следующего наблюдения
... Номер следующего наблюдения устанавливается всегда автоматически, однако существуют ситуации, когда нужно переустановить номер следующего наблюдения (например, предыдущее наблюдение было ошибочным). Это делается командой: NUMBER/NICE [новый_номер] . Например: . NUMBER/NICE 10 установить следующий номер равным 10 . При отсутствии параметра программа сначала покажет старое значение для номера следующего наблюдения, а после этого, запросит новое значение. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Local/NICE_main/node19.html -- 3.8 Кб -- 18.04.2000
Похожие документы

17. How Do You Feel About Numbers? - an Astronomy Net Exploration Forum Message
Astronomy Discussion Forums . Forums: . ... How Do You Feel About Numbers? ... Post Message | ... Posted by Richard D. Stafford, Ph.D. on September 15, 2002 16:22:25 UTC . ... Wait - harvey1 - September 15, 2002 - 22:20 UTC . I don't follow you! - doctordick - September 16, 2002 - 14:59 UTC . ... www.astronomy.net . About Astronomy Net | ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/exploration/messages/14.shtml -- 18.0 Кб -- 09.04.2016
Похожие документы

18. Increasing number of files in system
... Forum: The Linux Kernel Hackers' Guide . ... Keywords: kernel tuning, file handles, Bus error . ... Increasing number of open file handles in kernel. I have successfully increased the number of files on my system (Linux 2.0.30) by editing the following file: . ... I also increased NR_INODE to 5000, and NR_FILE to 4096. I then rebuilt the Kernel (and modules for good measure) and installed the new image. ... Increasing number of open files parameter by Simon Cooper . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/59/2.html -- 3.5 Кб -- 23.03.2000
Похожие документы

19. Database on Wolf numbers
... Insert date: . Day: . Month: . ... This CGI -script calculates a day of week of the given date, Julian date of Greenwich noon JD and extracts from the database indices of solar activity: Wolf number for the day W , monthly W m and yealy means W y of Wolf number for month and year of the date. The prediction of Wolf number (which was made in 1998 and, hence, lost actuality) is also presented. The database uses solar activity data got from server of National Geophysical Data Center . ...
[ Сохраненная копия ]  Ссылки http://www.gao.spb.ru/personal/ivanov/wolfbase_e.html -- 3.4 Кб -- 21.05.2007
Похожие документы

20. BRIZ: a vizualization program for Brillouin zone ? Fermi sphere
... Another significant contribution to the crystal energy of metals is the electron-ion interaction or the electron bandstructure energy (E BS ) which is defined by the interaction of valence electrons and the Brillouin zone (BZ) planes. ... The program BRIZ has been developed for 3D visualization of Brillouin zone configurations and intersections of BZ planes with a Fermi sphere[4]. ... 1.75 (electrons/atom). ... 4] Degtyareva V.F., Smirnova I.S.: BRIZ: a vizualization program for Brillouin zone ? ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/lsr/briz.html -- 14.0 Кб -- 07.11.2013
Похожие документы

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


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

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

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