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

1 | 2 | 3 | 4 | 5 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/computing/software/karma/programmer-manual/node18.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. 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
Похожие документы

3. http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm
... The Boolean object is an object wrapper for a boolean value. ... JavaScript 1.3: added toSource method . ... If value is omitted or is 0, -0, null, false, NaN , undefined, or the empty string ( "" ), the object has an initial value of false. All other values, including any object or the string "false" , create an object with an initial value of true. ... For Boolean objects and values, the built-in toString method returns the string "true" or "false" depending on the value of the boolean object. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/boolean.htm -- 16.3 Кб -- 07.10.1999
Похожие документы

4. Funtools FAQ: Programming
... include <stdlib.h> #include <funtools.h> int main(int argc, char **argv) { Fun fun; /* sanity check */ if( argc < 2 ) return 1; /* open file for reading */ if( !(fun=FunOpen(argv[1], "r", NULL)) ){ fprintf(stderr, "ERROR: can't open funtools file: %s\n", argv[1]); return 1; } /* close file */ FunClose(fun); return 0; } . ... pi); } if( ebuf) free(ebuf); } /* close file */ FunClose(fun); return 0; } . ... region); } if( ebuf) free(ebuf); } /* close file */ FunClose(fun); return 0; } . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/funtools/faq/faq2.html -- 11.3 Кб -- 02.10.2012
Похожие документы

5. Stellarium: StelScriptMgr Class Reference
... StelScriptMgr Class Reference . ... const QStringљ . ... Stops any running script. ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getDescription . ... If the file is not found or cannot be opened for some reason, an Empty string will be returned. const QString StelScriptMgr::getLicense . ... Get the rate at which the script is running as a multiple of the normal execution rate. void StelScriptMgr::pauseScript . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelScriptMgr.html -- 32.4 Кб -- 28.02.2014
Похожие документы

6. lsst.coordConv: include/coordConv/pvt.h Source File
lsst.coordConv љ unknown . ... Files . ... pvt.h . ... 47 љ PVT copy () const { . ... 73 љ PVT & operator+= ( PVT const &rhs) { . ... 85 љ PVT & operator+= ( double const &rhs) { . ... 101 љ PVT & operator/= ( double const &rhs) { . ... 120 љ PVT operator+ ( double const &rhs) const { . ... 126 љ PVT operator- ( double const &rhs) const { . ... 132 љ PVT operator* ( double const &rhs) const { . ... 138 љ PVT operator/ ( double const &rhs) const { . ... PVT operator/(double const &rhs) const . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/pvt_8h_source.html -- 55.1 Кб -- 07.05.2015
Похожие документы

7. http://hea.iki.rssi.ru/conf/hea2007/list/index.php~
... selected="selected"' : ''; $menu .= '<option value="' . ... SERVER['REQUEST_URI'],$trans)); return $urls[0]; } /* get the internal configuration */ global $ cfg ; /* check if we been asked to render a feed */ $ feed = get_get(' feed ',NULL); /* check if we been asked to render a PDF */ $pdf = get_get('pdf',NULL); $ templates = array(); $output = ''; $ file = get_post('db',NULL); if (!$ file ) $ file = get_get('db',Property::get($ cfg ['config'],'default')); /* if the request does not ask for a...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/list/index.php~ -- 9.7 Кб -- 11.09.2007
Похожие документы

8. Uses of Class ij.io.FileInfo (ImageJ API)
... Class . Use . ... Packages that use FileInfo . ... ij.io . ... Methods in ij that return FileInfo . ... Returns a FileInfo object containing information, including the pixel array, needed to save this image. ... Returns the FileInfo object that was used to open this image. ... Displays the dialog and returns a FileInfo object that can be used to open the image. static FileInfo . ... Returns the FileInfo object used to import the last raw image, or null if a raw image has not been imported. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/io/class-use/FileInfo.html -- 16.9 Кб -- 02.12.2010
Похожие документы

9. Leonids 2002
Go to Armagh Observatory main Leonid page (including Leonid links) . ... In 2002 November the Earth will pass near the trails released at the 1866 and 1767 returns, i.e. 4 revolutions and 7 revolutions of the comet ago. The Earth's passage right through the centre of trails is associated with the most spectacular meteor displays (studies show that, as well as how close to the centre of the trail you are, the strength of the display also depends on how far along a trail's length you are). ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/leonid/info2002.html -- 7.2 Кб -- 08.11.2002
Похожие документы

10. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/os2/info/tcpip121.txt
There still seems to be some confusion about how one upgrades to the 1.2.1 release of TCP/IP. ... TCP/IP 1.2.1 PRODUCT REPLACEMENT PROCEDURE TCP/IP 1.2 customers of record may have their products replaced, FREE OF CHARGE, by using the following procedure: The customer is requested to return, with a complete return address, the PROOF OF LICENSE (ORIGINAL COPY) for all TCP/IP 1.2 for OS/2 products to the IBM Fulfillment Center (address below). ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/os2/info/tcpip121.txt -- 3.8 Кб -- 29.01.1995
Похожие документы

11. XWare > APOD
... Like last time, no space aliens were involved. ... The Sombrero Galaxy from HST . ... Reasons include the Sombrero's unusually large and extended central bulge of stars, and dark prominent dust lanes that appear in a disk that we see nearly edge-on. ... Stars of the Galactic Center . ... But in this stunning vista, the Spitzer Space Telescope's infrared cameras, penetrate much of the dust revealing the stars of the crowded galactic center region. ... The Tadpoles of IC 410 . ... The Phases of Venus ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/apod.html?page=75&d=2008-01 -- 15.2 Кб -- 12.04.2016
Похожие документы

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

13. Issues Regarding DNS and Apache
This page could be summarized with the statement: don't require Apache to use DNS for any parsing of the configuration files . ... In order for Apache to function properly it absolutely needs to have two pieces of information about each virtual host: the ServerName and at least one IP address that the server responds to. ... use IP addresses in Listen . ... In any event it doesn't seem possible to reliably boot a virtual-hosted web server when DNS has failed unless IP addresses are used. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/dns-caveats.html -- 9.8 Кб -- 01.08.2003
Похожие документы

14. Keeping Bibliographies using ADS
... Previous: Literature and Catalogs in Electronic Form: Questions, Ideas and an Example: the IBVS . ... Astronomers can use the ADS to maintain their publication lists; a simple http link can bring a current bibliography at any time. ... For example the following links to Martha Hazen's bibliography. http://adsabs.harvard.edu/cgi-bin/abs_connect?author=hazen,m. &aut_syn=YES&nr_to_return=all . ... To have a complete bibliography via ADS one needs but to add the missing articles into ADS. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/kurtzm.html -- 7.8 Кб -- 12.06.2006
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass97/kurtzm.html -- 7.9 Кб -- 15.05.1998
Похожие документы

15. Accesibility
... Planetarium Staff . ... Freedom of Information . ... The Armagh Planetarium website has been enabled to use BrowseAloud software. ... See the following instructions on how to increase the size of the text on any web page you are viewing. тАв Press ' Ctrl ' and ' + ' to increase the text size, ' Ctrl ' and ' - ' to decrease the text size. ... For information on changing the text size in older browsers and on different operating systems visit the BBC My Web My Way site for Windows, MAC and Linux . ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/html/accessibility.html -- 30.9 Кб -- 20.02.2014
Похожие документы

16. ASP: The Return of Halley's Comet
... Chapman, R. and Brandt, J.: The Comet Book: A Guide for the Return of Halleys Comet (1984, Jones and Bartlett) ? ... Branley, F.: Comets (1984, T.Y. Crowell) ? good picture book for students in grades K-3. ... Schatz, D.: The Comet Cometh: An Activity Book for the Return of Comet Halley ? ... Glenn, W.: "Halley's Comet Makes a Comeback'' in The Science Teacher Jan. 1984, p. 38. ... To construct a model of an Alien Being that could exist on another planet or satellite in our solar system. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/01/halley2.html -- 13.8 Кб -- 02.10.2012
Похожие документы

17. Mars returns to glory | Astronomy.com
... Tonight's Sky . ... SUN MOON MERCURY VENUS MARS, JUPITER SATURN . ... Mars . ... The Magazine . ... Observing . ... Gravitational wave search provides insights into galaxy evolution and mergers . ... The double star 54 Leonis, spiral galaxy NGC 3198, and emission nebula NGC 3199 . ... Astronomy for Kids . ... Mars returns to glory . ... Get instant access to subscriber content on Astronomy.com! ... Receive news, sky-event information, observing tips, and more from Astronomy's weekly email newsletter...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/sky-this-month/2012/01/mars-returns-to-glory -- 63.9 Кб -- 10.04.2016
Похожие документы

18. Лонгслив Nike - Nike - Nike Альбом для творчества "Сказочные аппликации"
... Цвет: серый . ... Лонгслив Nike. ... Для того чтобы обучение проходило в интересной и увлекательной форме - используйте для занятий альбом для аппликаций. Детская литература про аппликацию . ... Слинг с кольцами &laquo;Лен комби&raquo; подойдет для мам, которые ценят простоту и комфорт. ... Слинги . ... Features: Radio Control . Functions: 3D rollover, Forward/backward, With light, Turn left/right, Headless Mode, Sideward flight, Trim, Speed up, One Key Automatic Return, Up/down . ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku7691.html -- 16.5 Кб -- 14.02.2016
Похожие документы

19. Candidate Assignments
... This applet generates an observing list based on an observer's location and time. ... To use this program, enter in your location, and the local times at which you wish to begin and end observing. The date you enter should correspond to the calendar day at the time at which you begin observing. For example, if you wish to observe from 9:37 PM October 23, 2007 until 3:21 AM October 24, 2007, you would enter 21:37 for the starting time, 03:21 for the finish time, and 10/23/2007 for the date. ...
[ Сохраненная копия ]  Ссылки http://observ.pereplet.ru/images/evgeny/transitsearch/transitassignment.html -- 4.0 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>19) - observ.pereplet.ru/ )

20. Prices and services. Tours to watch a space vehicle launch at Baikonur
... Space flight . Crew training . ... Baikonur . ... Space camp . Space Hotel . ... Familiarization with the Baikonur Cosmodrome launching and engineering facilities (helicopter panoramic flight is also available on special request and not included in the price) . ... Final Space Crew Medical Check and Space Suit donning . ... Witness a Space Vehicle Launch RESERVATION AND PAYMENT POLICY . ... Services / Baikonur: General description Technical description Shedule of launches Photo gallery Price . ...
[ Сохраненная копия ]  Ссылки http://www.atlasaerospace.net/eng/baykonur-price.htm -- 31.0 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>27) - www.atlasaerospace.net/ )

1 | 2 | 3 | 4 | 5 | След.


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

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

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