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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.stecf.org/software/ASTROsoft/DER_SNR/der_snr.pro.

1. casacore: casa/BasicMath/Primes.h Source File
... Files . ... File List . ... casa . BasicMath . ... 00001 //# Primes.h: This class provides some prime number operations using a cached table 00002 //# Copyright (C) 1994,1995,1999,2001 00003 //# Associated Universities, Inc. ... The class maintains an internal cache table of 00053 // prime numbers. ... The function "aLargerPrimeThan" accepts a number and returns a 00058 // larger prime number from the table of prime numbers. ... The hash table class works best with a table whose size is prime. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/Primes_8h_source.html -- 26.0 Кб -- 14.02.2011
Похожие документы

2. Simon Jeffery's Software Store: TAP chemical functions
SUBROUTINE TAP_ESYMB ( IZ, SYMBOL, STATUS ) . Return the element symbol. SUBROUTINE TAP_ENAME ( IZ, NAME, STATUS ) . ... FUNCTION TAP_EMASS ( IZ ) . Return the mean atomic weight of an element. FUNCTION TAP_ZELEM ( NAME ) . ... FUNCTION TAP_AELEM ( NAME ) . ... The mean atomic weight of the element associated with the given name is ! ... The element name associated with the given atomic number is ! ... The atomic number ot element associated with the given name is ! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_chemical.html -- 6.2 Кб -- 04.07.2002
Похожие документы

3. CurveFitter (ImageJ API)
... public class CurveFitter . ... static int . ... Field Detail public static final int STRAIGHT_LINE . ... public static final int POLY2 . ... public static final int POLY3 . ... public static final int POLY4 . ... public static final int EXPONENTIAL . ... public static final int POWER . ... public static final int LOG . ... public static final int RODBARD . ... public static final int GAMMA_VARIATE . ... public static final int LOG2 . ... public static double f (int fit, double[] p, double x) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/measure/CurveFitter.html -- 34.8 Кб -- 02.12.2010
Похожие документы

4. Register_*dev() can assign an unused major number.
... Re : Can register_*dev() assign an unused major number? Keywords: register_chrdev major device . Date: Mon, 03 Feb 1997 17:48:13 GMT . ... If the first parameter to register_chrdev() is zero (0), register_chrdev() will attempt to return an unused major device number. If it returns <0, then the return value is an error code. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/library/linux/khg/HyperNews/get/devices/reference/10/1.html -- 2.6 Кб -- 23.03.2000
Похожие документы

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

6. Zen: Gin
Hide Zen home . ... GIN . ... contains: value_array @> query_array . ... An example for a Gin opclass can be found in ginarayproc.c. Datum * extractValue( Datum inputValue, uint32* nentries) Returns an array of Datum of entries of the value to be indexed. nentries should contain the number of returned entries . int compareEntry( Datum a, Datum b) Compares two entries (not the indexing values) Datum * extractQuery( Datum query , uint32* nentries, StrategyNumber n) Returns an ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/Gin -- 12.0 Кб -- 10.04.2016
Похожие документы

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

8. vxWorksPrograms
... aosock_Cmd Converting rpc routines on vxWorks to use daemons : . ... pnt_Cmd: interfaces to the telescope pointing, tiedowns,turret. aosock_Cmd: lets you do regular socket i/o from a tcl script. ... If TCL_ERROR is returned then then command will be aborted (or any function it is called from). ... Errors will usually return with an error message included in the return value. aosock (cl)ose $sockFd . ... TCL_OK with n telling of the bytes returned: . n >0 bytes return. ... sockFd is socket number . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/datataking/vxWorks.html -- 15.8 Кб -- 04.03.2013
Похожие документы

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. Not so well documented Device Helpers in OS/2
... DevHlp_Security This devhlp allows to open a file for read access in the Init routine of a BASEDEV . ... returned: size of file SYIOpenFile ends Valid at INIT time only. ... This routine uses the corresponding function of the miniFSD , not normal file I/O, thus access is restricted. ... Although the size argument of the data structure implies, I'd recommend to better not read more than 32K at a time. ... DL = 044h This function will return the table of security helper functions for file access. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/xfree86os2/html/os2devhlps.html -- 9.6 Кб -- 23.10.2000
Похожие документы

11. Stellarium: gTimeSpan Class Reference
... Classes . ... gTimeSpan Class Reference . ... gTimeSpan (const gTimeSpan &timeSpanSrc) . ... Operation: getDays() This method returns the integer days number stored in the gTimeSpan object. ... Operation: getHours() This method returns the integer hours number stored in the gTimeSpan object. ... Operation: getMinutes() This method returns the integer Minutes number stored in the gTimeSpan object. ... Operation: getSeconds() This method returns the integer seconds number stored in the gTimeSpan...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classgTimeSpan.html -- 20.9 Кб -- 28.02.2014
Похожие документы

12. http://www.izmiran.rssi.ru/services/saf/archive/en/2012/obzor20120521.en.txt
Weekly Bulletin on Solar and Geomagnetic Activity Highlights on 14 - 20.05.2012, Forecast on 21 - 28.05.2012, Carrington Rotations 2123 2124 (28,19.04; 25,42.05.2012) SUNSPOT ACTIVITY ON LAST WEEK WAS AT HIGH LEVEL ON MAY 14 AFTER WHEN 13.05 ON THE SOLAR VISIBLE DISK THERE WERE AT ONCE 4 SUNSPOT GROUPS, BUT ALREADY FROM 15.01 EVERYTHING RETURNED TO THE AVERAGE LEVEL. ... NEXT WEEK THE LEVEL OF SUNSPOT ACTIVITY IS EXPECTED TO BE AVERAGE. ... FLARES to tm te c/p local. ...
[ Сохраненная копия ]  Ссылки http://www.izmiran.rssi.ru/services/saf/archive/en/2012/obzor20120521.en.txt -- 5.2 Кб -- 21.05.2012
Похожие документы

13. IRAF Multiple Extensions FITS (MEF) Files Interface
... The Multiple Extension FITS (MEF) file interface is an IRAF library providing facilities for general file operations upon FITS multi-extension files. ... The Multiple Extensions FITS (MEF) interface consists of a number of routines to mainly read a FITS Primary Data Unit or an Extension Unit and manipulate the data at a file level. ... Read the FITS header of a MEF file that matches the EXTNAME or EXTVER keyword values or if not specified, read the extension number `group'. ... The header filename. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/zaraten.html -- 12.2 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/zaraten.html -- 12.2 Кб -- 15.05.1998
Похожие документы

14. Phil Plait's Bad Astronomy: SPOILER Review: The Mummy Returns
... Bad Astronomy . ... Keep Bad Astronomy close to your heart, and help make me filthy rich. ... The length of the shadow depends on the height of an object (like a mountain or a human) and how high up the Sun is. ... We can calculate the length of the shadow if we know the Sun's angle above the horizon and the object's height. ... The Earth spins 360 degrees in 24 hours, which means it spins 1 degree in 4 minutes; that in turn means the Sun moves 1 degree every 4 minutes in the sky. ...
[ Сохраненная копия ]  Ссылки http://www.badastronomy.com/bad/movies/mummyreturnsmath.html -- 20.8 Кб -- 09.04.2016
Похожие документы

15. http://hea-www.harvard.edu/~fine/OSX/warranty
... serial . ... my $ ret ; open(SP, system_profiler $SPtype -xml| ); while( SP ) { if (/^\s* \?xml /) { next; } if (/^\s* !DOCTYPE /) { next; } if (/^\s* plist /) { next; } if (/^\s* \/ plist /) { next; } $ ret = makeobj($_); # print ret =$ ret -- $_\n ; } close(SP); return $ ret ; } sub makeobj { local ($_)=shift(@_); if (/\s* array /) { return ( array ); } elsif (/\s* dict /) { ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/OSX/warranty -- 8.2 Кб -- 10.05.2011
Похожие документы

16. Number Theory Semester - Poncelet Laboratory
January - June 2010 . ... Number theory seminar . ... There is a weekly number theory seminar taking place on Thursdays at the Independent Universty of Moscow (11, Bolshoi Vlassievsky pereulok), room 308. ... Thursday 20 May 2010 . 18:00-19:30 . ... p-adic representations of Gal(\bar{Q_p}/Q_p) III . ... p-adic representations of Gal(\bar{Q_p}/Q_p) II . ... S. Rybakov (Poncelet Laboratory) . Representations of Gal(\bar{Q_p}/Q_p) in GL_n(\bar{F_p}) . ... Thursday 1 April 2010 2010 . ...
[ Сохраненная копия ]  Ссылки http://www.mccme.ru/lifr/zykin/eng/seminar.html -- 9.8 Кб -- 30.06.2010
Похожие документы

17. http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.DelayLineSoftwareLibraries/exception.pdf
... The handling level can then choose the best way to handle the error, e.g. print the message and/or halt the program. ... FileProcess( myfile.txt , status ); result = Func1(3.0, status ); if (! ExcOK ( status )){ ExcPrint( status , stderr); ExcClear( status ); } ... } double FileProcess(char * file , ExcStatus * status ) { FILE *fd; if (! ExcOK ( status )) return ; fd = fopen( file , rb ); if (fd == NULL) { ExcSignal( status ); ExcExplain( status , Unable to open %s\n , file ); return ; } ...
[ Текст ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.DelayLineSoftwareLibraries/exception.pdf -- 144.9 Кб -- 22.01.2010
Похожие документы

18. DIS Commands
... Some commands are not yet documented. bin . ... expose . ... number . ... If basename is not specified, the filenames are determined by the ICC's path , name , places , and number If neither red nor blue is specified, both images will be saved. ... Returns: basename , name , number path , places . ... For example, with path= /export/images/DD01 , name= bias. , places= 3 , and number= 11 , the blue image file would be /export/images/DD01/bias.011b.fits . ... name , number , places , path , basename ,...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/DIS/DIS_Commands.html -- 16.5 Кб -- 21.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>961) - www.apo.nmsu.edu/ )

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

20. http://www.armaghplanet.com/pdf/Administration/teacher_checklist.pdf
Teacher checklist for external trips Children 1. Numbers attending 2. Departure time ________________________________________________ 3. ... Parental permission slip signed and returned 8. Parental permission for photographs gained/not gained 9. Arrangements agreed for children with special needs 10. Parent/Guardian contact details obtained (in case of delay, or emergency) 11. ... Emergency contact number for school ____________________________________________________________ ...
[ Текст ]  Ссылки http://www.armaghplanet.com/pdf/Administration/teacher_checklist.pdf -- 26.5 Кб -- 20.09.2011
Похожие документы

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


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

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

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