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

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

Показаны документы, содержащие фрагменты текста из документа
http://uneex.mithril.cs.msu.su/static/GnumericDoc_ru/r2171.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. CSPICE Routines: SCTIKS_C
... Abstract Convert a spacecraft clock format string to number of "ticks". ... Detailed_Input sc is the NAIF ID number for the spacecraft whose clock string is being converted. clkstr is a character string representing a spacecraft clock time, WITHOUT PARTITION NUMBER. ... scencd_c converts a clock string to the number of ticks it represents since the beginning of the mission, and so uses partition information. sctiks_c just converts to absolute ticks. ... The SCLK string includes a partition number. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/sctiks_c.html -- 12.2 Кб -- 17.12.2005
Похожие документы

3. Maximum number of sources.
... It may be desirable to apply (in addition to the source selection described above) some definite upper limit to the number of sources to be plotted - say, to plot only the first 50 brightest sources. Such a limit may be difficult or impossible to achieve by use of the expression parameter. ... The parameter ncutsortexpression has been provided to allow the sources to be sorted. ... slconv srclisttab=bert.ds:SRCLIST radiusexpression='RATE' withncut=yes ncutsortexpression='RATE' ncut=10 . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/slconv/node6.html -- 5.0 Кб -- 02.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>14616) - xmm.vilspa.esa.es/ )

4. Manpage of MAP8BITTORF
... map8bittorf - convert an 8bit map to a sun raster file (ao) map8bittorf -c numcols -r numrows . map8bittorf is a filter to convert an 8 bit map to a sun raster file. The input is taken from the standard input and the output is written to standard output. The the input map size should be numcols columns (number of horizontal pixels) by numrows rows (number of vertical pixels). ... The number of horizontal pixels in the input map. -r numrows . ... This will not work for 1 bit data. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/aosoft/map8bittorf.html -- 3.1 Кб -- 22.09.2011
Похожие документы

5. Long description of example illustrating floating without clear
This diagram illustrates the effects of floating a box ("inner") and how its "sibling" flows alongside it. ... Since the "inner" box has been floated to the right, all other text flows around it, including that of the "sibling" box (on lines 1 through 5). ... Vertical bars represent the left edge of the floated box. The lines, as they appear in the image, contain: 1 Beginning of body contents. ... Inner 3 Sibling contents. ... contents. 4 of outer contents. ... Inner contents" is blue. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/flow-clear-desc.html -- 2.3 Кб -- 01.05.1998
Похожие документы

6. http://www.eso.org/projects/dfs/team/QA-code-review-form.doc
... Readability |Check number: 1 | Description: Header existence for each |Evaluation (always/often/sometimes/| |source file and for each method, class, |never) : | ... Description: Naming conventions existence |Evaluation (always/often/sometimes/| |(variables start with lowercase, then |never) : | ... limited and commented |(always/often/sometimes/ | ... Description: Error message are formated : when an|Evaluation | error or an exception is raised, report the |(always/often/sometimes/ | ...
[ Текст ]  Ссылки http://www.eso.org/projects/dfs/team/QA-code-review-form.doc -- 128.5 Кб -- 29.09.2003
Похожие документы

7. http://xray.sai.msu.ru/~ivan/gmt/man/grdinfo.html
grdinfo - Get information about the contents of a 2-D grd file grdinfo grdfiles [ -C ] [ -L1 ] [ -L2 ] [ -M ] grdinfo reads a 2-D binary grd file and reports various statistics for the (x,y,z) data in the grdfile. ... L1 Report median and L1 scale of z (L1 scale = 1.4826 * Median Absolute Deviation (MAD)). ... To obtain all the information about the data set in file hawaii_topo.grd, try grdinfo -L1 -L2 -M hawaii_topo.grd gmt , grd2cpt , grd2xyz , grdedit . Man(1) output converted with man2html ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/grdinfo.html -- 3.2 Кб -- 19.03.1999
Похожие документы

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

9. Full search on archive CATS Description
String to search for : . ... Maximum number of files returned : 10 50 100 1000 . Maximum number of matches per file returned: 10 30 50 500 . ... will find all occurrences (in all files!) of "RATAN" allowing one spelling error; . Chernenkov , Verkhodanov . will find all occurrences of "Chernenkov" or "Verkhodanov" in all documents; . ... will find all lines that contain both "Trushkin" and "SS433"; . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/doc/wgindex.html -- 3.2 Кб -- 01.10.2012
Похожие документы

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

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

12. (Untitled)
There are six possible ways of object description: . a) by number(s) . ... d) by list . e) by orbital elements . ... They should be introduced as year, month, day with tenth (e.g. 20021104.1). d) Computations are performed for all objects listed in the file whose path and name should be introduced into assigned data field. ... On pressing Edit file button user has a possibility to look through the list of object elements or their coordinates and velocities to add or to change it. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9hdg.htm -- 6.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>341) - www.ipa.nw.ru/ )

13. Mach-numbers in a simulation of convection in the sub-giant Eta Boo
... Simulation Images . Simulations of convection in stars . Mach-numbers in a simulation of convection inтАж . ... Title: Mach-numbers in a simulation of convection in the sub-giant Eta Boo . Description: The mach-number is the local speed in units of the local sound speed, with values above 1 being super-sonic. ... Mach-numbers in a simulation of convection in the sub-giant Eta Boo The mach-number is the local speed in units of the local sound speed, with values above 1 being super-sonic. ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/gallery3/index.php/theory/album43/eta_mach3d -- 13.4 Кб -- 28.02.2014
Похожие документы
Еще в разделе: (Показать все результаты (>1486) - www.mso.anu.edu.au/ )

14. Spatial Region Coordinates
... In the above example, the second region uses the global coordinate system (PHYSICAL by default). ... Supported systems include: name description ---- ----------- PHYSICAL pixel coords of original file using LTM/LTV IMAGE pixel coords of current file FK4, B1950 sky coordinate systems FK5, J2000 sky coordinate systems GALACTIC sky coordinate systems ECLIPTIC sky coordinate systems ICRS currently same as J2000 LINEAR linear wcs as defined in file In addition, two mosaic coordinate ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/regcoords.html -- 8.7 Кб -- 01.10.2012
Похожие документы

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

16. http://www.wdcb.ru/stp/data/solar.act/sunspot/sunspot.txt
RELATIVE SUNSPOT NUMBERS Description of Data from SGD Explanation of Data Reports: Relative Sunspot Numbers -- The relative sunspot number is an index of the activity of the entire visible disk of the Sun. ... The provisional daily Zurich relative sunspot numbers, Rz, were based upon observations made at Zurich and its two branch stations in Arosa and Locarno and communicated by M. Waldmeier of the Swiss Federal Observatory. ... This indicates the uncertainty above and below the predicted number. ...
[ Сохраненная копия ]  Ссылки http://www.wdcb.ru/stp/data/solar.act/sunspot/sunspot.txt -- 5.2 Кб -- 18.01.2010
Похожие документы

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

18. Thomas Earnshaw Clock Number 2
... Earnshaw's second clock has a 5-bar compensation pendulum of steel and zinc, an 8-day movement, rated at very nearly sidereal time. ... 8 day English regulator in mahogany case, signed by Thomas Earnshaw, London, C179O. Maximum external dimensions (Cms): Height:l84 Width:45 Depth:3O.5 . ... Original five bar Zinc and Steel gridiron pendulum, suspended on a gold painted,cast iron pendulum support, firmly screwed to the backboard of the case. ... The dial is signed: "Earnshaw London" across the centre...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/history/instruments/Earnshaw-clock.html -- 7.8 Кб -- 10.11.2014
Похожие документы

19. ASCII files description
... Co-ordinate systems description . Directories structure . The file names' construction . The file set description . ... The orbital information for each month is presented in the separate directory. The INTERBALL orbital data are located on the STDA server, for each month in the separate subdirectory, which name consists from the year (YYYY) and month (MM) numbers. The Parent Directory of the Tail Probe orbital data is http://www.iki.rssi.ru/da/interball/tail/orbit/ . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/vprokhor/camp2/numfile.htm -- 9.9 Кб -- 06.06.1999
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/vprokhor/camp2/numfile.htm -- 9.9 Кб -- 06.06.1999
Похожие документы
Еще в разделе: (Показать все результаты (>1710) - www.cosmos.ru/ )

20. MARKBACK (Aug99) --- nictools --- MARKBACK (Aug99)
markback -- mark regions in the background for performing statistics on markback association . association . calnicb style association input file with list of images to be processed and co-added. number . labels boxes with numbers on image display . ... Only the first 2 boxes will be used by asncombine. nmem . image in association to use for marking the boxes. markback displays one image of an association (the nmem'th image), and allows the to mark nbox regions on the image display. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/IRAFtools/stecf-iraf/nictools/markback.hlp.html -- 2.2 Кб -- 06.06.2006
Похожие документы

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


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

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

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