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

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

Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/book/c_marshall/node20.html.

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

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

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

4. Proposal Table by number
... Proposal Table by number . ... HST Overview . Overview . ... Phase I Proposing . ... Phase II Cycle 23 . ... Phase I . ... Email all Phase 1 proposals to goudfroo and rmiller . ... Phase 2 submission deadline for proposals executing before September and proposals needing special commanding. ... Phase 2 submission deadline for all other proposals, notify goudfroo and rmiller that Phase 2 submitted. ... PhaseI . PhaseII . CCD MONITORS . ... Davies . ... MAMA MONITORS . ... CCD+MAMA . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/hst/stis/calibration/Cycle_10/Cycle_10/props_table_bynum.html -- 42.8 Кб -- 12.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>23838) - www.stsci.edu/ )

5. SAS package check list
... Check a package against all these points before delivering it. files should be -rw-r--r-- or -r--r--r-- . ... should contain only the files ChangeLog DEPEND Makefile VERSION DISTRIBUTION . ... ChangeLog should contain a list of open SPRs including their number. ... If the package contains a task, DEPEND must contain taskmain. For each library in USEDLIBS statements in all Makefiles in the package, the corresponding package should be listed in DEPEND . ... Makefile should contain TEXDOCS=task . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/devel/checklist.html -- 6.2 Кб -- 16.01.2001
Похожие документы

6. http://www.arcetri.astro.it/irlab/doc/library/recipes/bookcpdf/c7-0.pdf
Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) Copyright (C) 1988-1992 by Cambridge University Press.Programs Copyright (C) 1988-1992 by Numerical Recipes Software. ... Random Numbers 7.0 Introduction It may seem perverse to use a computer, that most precise and deterministic of all machines conceived by the human mind, to produce "random" numbers. ... Nevertheless, practical computer "random number generators" are in common use. ...
[ Текст ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/recipes/bookcpdf/c7-0.pdf -- 35.4 Кб -- 23.03.2000
Похожие документы

7. Bojan Nikolic -- Compiling CASA revisited
... Bojan Nikolic web pages home . ... For some numerical experiments with CASA , I have recently been recompiling some parts of this package. ... That is before even touching the code! ... I used the SCons build system to build the CASACORE libraries. ... Apparently missing include for strlen: --- a/code/display/Display/Options.cc +++ b/code/display/Display/Options.cc @@ -30,6 +30,7 @@ #include <sys/stat.h> #include <iostream> #include <dirent.h> +#include <string.h> namespace casa { namespace viewer {...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/blog/2012/08/03/casa-compilation.html -- 12.8 Кб -- 05.10.2015
Похожие документы

8. Loading data
Next: PointData manipulation Up: Accessing data files Previous: Loading tables Contents . Note that there are some procedures which package several tasks, e.g., get_pointdata includes loading of the configuration, scantable, etc., and the loading of point data for all scans. get_records Read raw data from HDS file. ... Note that configuration and table data must have been read prior to this call! get_rawdata ,[ file _char ] Compound procedure. ... Read scan data and auxilliary data from .cha file. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~chummel/oyster/manual/node177.html -- 8.0 Кб -- 28.04.2015
Похожие документы

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

10. NAG's Fortran 90
... Compilation and execution with the NAG compiler . Peculiarities in the NAG compiler . System parameters The Numerical Algorithms Group Ltd Wilkinson House Jordan Hill Road Oxford OX2 8DR infodesk@nag.co.uk Tel: +44 1865 511245 Fax: +44 1865 310139 NAG offers a Fortran 90 system which behaves as a compiler but in reality translates to C (except for the PC version). ... CERN had at that time a total of 80 000 code lines working with NAG's Fortran 90 compiler, version 1.1. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/nag.html -- 10.5 Кб -- 10.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/nag.html -- 10.5 Кб -- 10.02.1996
Похожие документы

11. ATOMS by Number
... Position Switching Separation Tolerance with Arecibo in L-Band . ... Arecibo Elevation Wheel and Track Life . ... Carl Heiles . ... Dynamics of the Arecibo Radio Telescope . ... The Future: Ultra Wide Band Feeds and Focal Plane Arrays . ... 2002-03 (pdf) . ... 2002 May . ... 2001-09.pdf . ... Multi-Beam Array System Feed Selection . ... 2000-07.pdf . ... The LBW Feed: The Mueller matrix in 1999 and 2000 . ... P. Perillat . ... Feed Resonances in Wide L-Band Gregorian Feed . ... J. Cordes, J. Lazio ....
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/aotms/bynumber.shtml -- 22.6 Кб -- 27.02.2014
Похожие документы

12. Apache module mod_vhost_alias
This module provides support for dynamically configured mass virtual hosting . ... Source File: mod_vhost_alias.c . ... For simple name-based virtual hosts you might use the following directives in your server configuration file: UseCanonicalName Off VirtualDocumentRoot /usr/local/apache/vhosts/%0 . A request for http://www.example.com/directory/file.html will be satisfied by the file /usr/local/apache/vhosts/www.example.com/directory/file.html . ... Module: mod_vhost_alias . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_vhost_alias.html -- 13.1 Кб -- 15.10.2001
Похожие документы

13. Maximum limits
... The planning and reduction programs are distributed with array sizes set large enough to let most observers work without difficulty. However, you might need to reduce a very large data set, or to deal with a very large number of passbands (9 is the nominal limit). ... The main problem is holding the matrix of normal equations during the iterations; on the other hand, star catalogs can be made quite large without paying much of a price in terms of performance. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/precise/Midas_doc/doc/94NOV/vol2/node315.html -- 6.8 Кб -- 23.02.1996
Похожие документы

14. SSAU expects to double the number of enrolled foreign students
... This year SSAU provides 1429 state-funded places for admission in all kinds and directions of educational programs. ... In addition, SSAU Admission Committee notes the substantial increase in interest from the foreign applicants this year. The number of applications from foreign countries has already surpassed last year's totals - 76 applications. Based on the experience of admission campaigns of previous years, SSAU expects summer 2014 to enrol about 150 foreign students in the university. ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/10699-SSAU-expects-to-double-the-number-of-enrolled-foreign-students/ -- 26.1 Кб -- 20.06.2014
Похожие документы

15. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>443) - lnfm1.sai.msu.ru/ )

16. Atomic data for Stellar Atmospheres: lte_lines
For calculating model spectra of early-type helium stars in LTE, we maintain a database of atomic data for, mostly, blue-visual absorption lines of light elements. The data is sorted with one file for each ion. ... III = ++ . ... It will work on both complete linelists (including the atomic data at the start and references at the end) or raw ion files (such as Ni2.d). ... A Fortran utility to convert linelists downloaded from the Vienna Atomic Line Database into the new QUB format. synspec_qub . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/lines/lte/html/lines.lte.html -- 10.4 Кб -- 15.11.2001
Похожие документы

17. eincdrom
Next: Example - Creating a Up: Access to CD-ROM FITS Previous: Access to CD-ROM FITS . ... Listing the parameters gives the following: ei lpar eincdpar (ipcevt1 = ipcevt1$ ) Einstein ipc event cd 1 directory (ipcevt2 = ipcevt2$ ) Einstein ipc event cd 2 directory (ipcevt3 = ipcevt3$ ) Einstein ipc event cd 3 directory (ipcevt4 = ipcevt4$ ) Einstein ipc event cd 4 directory (hrievt1 = hrievt1$ ) Einstein hri ... It replaces the tasks fits_get and qp_get . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node35.html -- 8.4 Кб -- 01.10.2012
Похожие документы

18. Examples of displaying access permissions
To display the permissions on a single file: ls -l file1 -rw-r--r-- 2 unixjohn doc 3287 Apr 8 12:10 file1 . ... To display the permissions on the contents of a directory: ls -l prototype . ... To display the permissions on each file and directory in your current directory : ls -l -rw------- 1 erpl08 iss 4307 Jun 17 10:00 FAQ.xdh drwx------ 2 erpl08 iss 1024 Jun 17 10:00 SCCS -rw------- 1 erpl08 iss 15119 Jun 17 10:00 commands.xdh -rw------- 1 erpl08 iss 266 Jun 17 10:00 concepts.xdh . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/tasks/next.html -- 3.4 Кб -- 17.01.1997
Похожие документы

19. APO Home Page
... Current APO Weather . ... Search Site . ... Information for New Users . ... Technical Staff pages . Night Logs and Mailing Lists (maintained by APO) . ... Technical Documents and Database Search . ... Observer's Documentation and Procedures . ... Problem Reporting and APO Technical Documents Database Search . ... APO Drawing/Document Management Procedures . ... APO Technical Documents Database Search . Home Astrophysical Research Consortium . ... Mail Lists (maintained by APO) . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/ -- 13.9 Кб -- 11.02.2016
Похожие документы

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

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


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

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

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