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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/Primes_8h_source.html.

1. casacore: casa::Primes Class Reference
... casa::Primes . ... Creates a reference table of prime numbers, and some functions. ... This function returns the closest integer larger than number from the table of primes. static uInt . ... If there is no entry in the table of primes which is larger than number, a zero is returned. static Block < uInt > casa::Primes::cachedPrimes . ... This function finds the next largest prime than number, returns that value and stores it in the table of primes. static uInt casa::Primes::smallestPrimeFactor . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Primes.html -- 27.5 Кб -- 14.02.2011
Похожие документы

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

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

4. Command Types
Header + data word(s) . Destination of command is encoded in header . Header identifies type of hardware command . Low level discrete (on/off) . High level discrete (on/off) . ... Serial data commands include one or more data words (16 bits/word) which go to the designated hardware element . Header indicates which software function the command will go to . ... Variable number of data words are included, depending on the function of the command . Previous slide . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/training/events/HowHSTWorks/SSD990225/tsld013.htm -- 2.4 Кб -- 23.12.2007
Похожие документы

5. Fit a source with a small number of net counts
Next: Inspection of results Up: *fit* - Fit Data Previous: Verbose Mode . If the number of net counts for a source is less than it is impractical to fit the data in all 34 energy bits. However, if the flux is required, then a fit must be performed first. ... Fit will then calculate the normalization of the model and xflux can be used to determine the flux and luminosity of the source from the best fit model. xs> fit rebin=yes . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node153.html -- 3.9 Кб -- 01.10.2012
Похожие документы

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

7. Values, Variables, and Literals
... This chapter discusses values that JavaScript recognizes and describes the fundamental building blocks of JavaScript expressions: variables and literals. ... So, for example, you could define a variable as follows: . var answer = 42 And later, you could assign the same variable a string value, for example, . ... These are fixed values, not variables, that you literally provide in your script. ... A string literal is zero or more characters enclosed in double ( " ) or single ( ' ) quotation marks. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/ident.htm -- 11.1 Кб -- 12.12.1997
Похожие документы

8. OptInt PmWiki : Wiki Style Examples
OptInt PmWiki . Pm Wiki / . ... Wiki Style Examples . Wiki styles | ... PmWiki uses WikiStyles for styling text with color and other attributes. PmWiki 2.0 introduced the ability to control the styling further and to even place styles on blocks. ... In addition, an author can define a style "shortcut" by using the define= property. For example, to define a style of %red% , one can use: . define=mystyle color=red% Here is some %mystyle% red text created using a style shortcut. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/WikiStyleExamples -- 32.2 Кб -- 28.02.2014
Похожие документы

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

10. Conference "Algebraic Geometry and Number Theory"
Home . ... The aim of the conference is to discuss recent achievments in algebraic geometry and number theory with special emphasis on their relation to the information theory. Topics to be consdered include the study of points on varieties over number fields and finite fields, zeta functions, modular forms, asymptotic properties of arithmetic invariants of algebraic varieties (such as class numbers, regulators, Schafarevich-Tate groups). ... Alexander Kirillov (Moscow, Philadelphia) . ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/poncelet/2014AGNT/index.html -- 5.2 Кб -- 28.06.2014
Похожие документы

11. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/number.htm
... Lets you work with numeric values. The Number object is an object wrapper for primitive numeric values. ... JavaScript 1.3: added toSource method . ... value . ... JavaScript 1.2: Number(x) now produces NaN rather than an error if x is a string that does not contain a well-formed numeric literal. ... The following example uses the Number object's properties to assign values to several numeric variables: biggestNum = Number.MAX_VALUE . ... ECMA-262 JavaScript prints the value Number.NaN as NaN . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/number.htm -- 28.7 Кб -- 07.10.1999
Похожие документы

12. http://xmm.vilspa.esa.es/sas/6.1.0/doc/lcplot/ChangeLog
ChangeLog for lcplot =============================== Version 1.18 - 2004-19-14 (NW) ------------------------------- Small changes introduced to allow lcplot to read the source RA and DEC from the headers correctly and thus plot the correct information on the the output plot (SPR-3282). ... Documentation also updated. ... Version 1.13.6 - 22-10-01 ----------------------- The test has been radically changed so that it doesn't test the .ps file, as these are never standard. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.1.0/doc/lcplot/ChangeLog -- 8.1 Кб -- 20.05.2004
Похожие документы

13. Identities
... Some equations, identities or formulas contain small quantities , and these can be made much simpler and easier to use by sacrificing a little accuracy. ... When we derive squares, 3rd powers, 4th powers etc. of numbers larger than 1 , the results are always bigger , while for numbers smaller than 1 , the results are always smaller . ... power . ... number . ... The above also holds for negative numbers, if one understands "bigger" and "smaller" to refer to the absolute value (the value without sign...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/STARGAZE/Salgeb5.htm -- 10.8 Кб -- 21.12.2007
Похожие документы
Еще в разделе: (Показать все результаты (>1239) - www.iki.rssi.ru/ )

14. Performance
... As proxy indicators of performance in each of the Observatory's principal areas of activity (research, education and public outreach, and heritage) records are maintained of (A) External Grant Income (per financial year); (B) the number of Refereed Journal Publications (per calendar year); (C) the number of Identified Media Citations (per calendar year); and (D) the number of Distinct e-Visitors (DeVs) to its web-sites (per calendar year). ... External . ... Grant Income . ... 2005 Required Income: ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/annrep/annrep2004/node12.html -- 14.9 Кб -- 19.04.2005
Похожие документы

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

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

17. Nothing? Beyond Numbers... - an Astronomy Net God Science Forum Message
God Science Forum Message . Forums: . ... God and Science ћ SETI ћ Software ћ UFO ћ XEphem . ... Discussion Forums | God and Science | ... Nothing? Beyond Numbers.. Forum List | ... You do not know your future; yet it feels as if it is ALREADY known. ... www.astronomy.net . About Astronomy Net | Advertise on 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/god/messages/32269.shtml -- 17.1 Кб -- 09.04.2016
Похожие документы

18. Identities
... Some equations, identities or formulas contain small quantities , and these can be made much simpler and easier to use by sacrificing a little accuracy. ... When we derive squares, 3rd powers, 4th powers etc. of numbers larger than 1 , the results are always bigger , while for numbers smaller than 1 , the results are always smaller . ... power . ... number . ... The above also holds for negative numbers, if one understands "bigger" and "smaller" to refer to the absolute value (the value without sign...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/stargaze/Ialgeb5.htm -- 11.0 Кб -- 09.04.2004
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/stargaze/Ialgeb5.htm -- 11.0 Кб -- 22.12.2007
Похожие документы

19. Three-dimensional Data Analysis in IRAF and ZODIAC+
Next: Interactive Data Analysis Environments BoF Session . Previous: The SRON-HeaD Data Analysis System . ... Despite the widespread use of IRAF for astronomical data reduction, there are a number of special-purpose image processing applications for which the general-purpose IRAF system may not be well suited. ... IRAF can provide the astronomer with a number of basic features not found in ZODIAC, such as a built-in graphics, as well as a large set of familiar tasks for 1-D and 2-D data analysis. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass96/shopbellp.html -- 13.6 Кб -- 23.06.1998
Похожие документы

20. Lack of Dwarf Galaxies in the Local Volume Compared to Conventional Cosmology
... The sample of the Local Volume galaxies (distance smaller than 10 Mpc) gives a unique opportunity to study the properties of galaxies including the weakest objects: the absolute magnitude M B -10 and the virial mass M vir 10 9 M x263C;. ... Luminosity function of the Local Volume galaxies. ... The luminosity functions for galaxies are presented: red dashed line - from the 2dFGRS survey (Norberg et al. 2002); blue dash-dotted line - from the SDSS survey (Blanton et al. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-en/SciNews/2016/Makarov/ -- 7.5 Кб -- 10.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-en/SciNews/2016/Makarov/ -- 7.5 Кб -- 10.04.2016
Похожие документы

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


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

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

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