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

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

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

1. casacore: casa::LatticeStatsBase Class Reference
... Classes . ... casa::LatticeStatsBase . ... More... static Vector < Int > . toStatisticTypes (const String &statistics, const Regex &delimiter) . ... Stretch a range by 10%. static String casa::LatticeStatsBase::toStatisticName . ... Convert type to string. static Int casa::LatticeStatsBase::toStatisticType . ... Returns -1 if the statistic string is not valid. static Vector < Int > casa::LatticeStatsBase::toStatisticTypes . ... static Vector < Int > casa::LatticeStatsBase::toStatisticTypes . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1LatticeStatsBase.html -- 34.9 Кб -- 14.02.2011
Похожие документы

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. 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. Increasing number of files in system
... Forum: The Linux Kernel Hackers' Guide . ... Keywords: kernel tuning, file handles, Bus error . ... Increasing number of open file handles in kernel. I have successfully increased the number of files on my system (Linux 2.0.30) by editing the following file: . ... I also increased NR_INODE to 5000, and NR_FILE to 4096. I then rebuilt the Kernel (and modules for good measure) and installed the new image. ... Increasing number of open files parameter by Simon Cooper . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/59/2.html -- 3.5 Кб -- 23.03.2000
Похожие документы

5. http://www.stsci.edu/documents/dhb/webvol2/c19_wfpc1data.fm3.html
... WF/PC-1 keywords include items such as observing mode, integration time, and filters used, calibration steps performed and reference files used, and the properties of the data itself (e.g., number of groups, coordinates, scale, flux units, image statistics, and more). ... GENERIC/BIAS/DARK/PREF/FLAT/MASK/ATOD/NO Is the image a reference file and if yes, type is specified . ... First filter name . ... Engineering file data quality file (DQF) name . ... Name of the bias frame reference file . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/documents/dhb/webvol2/c19_wfpc1data.fm3.html -- 13.9 Кб -- 10.02.1998
Похожие документы

6. 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/ )

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

8. Introduction
GTK+ 2.0 Tutorial . ... GTK (GIMP Toolkit) is a library for creating graphical user interfaces. It is licensed using the LGPL license, so you can develop open software, free software, or even commercial non-free software using GTK without having to spend anything for licenses or royalties. ... This tutorial describes the C interface to GTK. ... First, you can use only the C subset of C++ when interfacing with GTK and then use the C interface as described in this tutorial. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/ch-introduction.html -- 7.7 Кб -- 19.07.2002
Похожие документы

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

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

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

12. Numbers and distances
... The absolute magnitude of the RCBs in the LMC and the small number of Galactic RCBs implies that they are very rare stars. Together with statistics for related stars, the total number of hydrogen-deficient stars in the Galaxy is estimated to be about 1000 ([ Warner 1967 ]). Whilst the luminosity of RCBs is similar to that of other low-mass stars as they evolve rapidly from the asymptotic giant branch to become white dwarfs, their frequency is much lower. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/research/rcb_review/node6.html -- 3.6 Кб -- 25.01.2002
Похожие документы

13. Stellarium: core/modules/Nebula.hpp Source File
Stellarium 0.12.3 . ... Classes . ... FileљStructure . FileљList . FileљMembers . core . modules . Nebula.hpp . ... 51 љ virtual QString getInfoString ( const StelCore *core, const InfoStringGroup& flags) const ; . ... 54 љ virtual double getCloseViewFov ( const StelCore * core = NULL) const ; . 55 љ virtual float getVMagnitude ( const StelCore * core, bool withExtinction= false ) const ; . 56 љ virtual float getSelectPriority ( const StelCore * core) const ; . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/Nebula_8hpp_source.html -- 26.2 Кб -- 28.02.2014
Похожие документы

14. Preface
Next: Participants Up: Contents Previous: Cover This volume contains the papers presented at the fourth annual conference on Astronomical Data Analysis Software and Systems (ADASS IV) which was held at the Omni Inner Harbor Hotel in Baltimore, Maryland, from the 26th through the 28th of October 1994. ... To help keep up with new trends in software as they relate to advances in astronomy, the ADASS conferences are organized around certain topics of current interest. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/node1.html -- 9.1 Кб -- 03.11.2000
Похожие документы

15. extractStat
... CREATED are counted): we count executed AND created ABs, to include the science associations . ... number and size of raw and product CALIB files (if from executed ABs) . number of ABs (created and executed) . ... Raw files: Number of raw frames are extracted from executed ABs which effectively means that only raw frames are counted which have been processed. ... Every raw SCIENCE frame from RAWFILE section in an executed AB is counted (before 2011-10-01: every associated and packed raw file) . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/extractStat.html -- 21.3 Кб -- 03.09.2014
Похожие документы

16. A quick look at tweets about JWST@SXSW
... Users . ... Here are a few features of the tweets from the JWST appearance at SXSW ( JWST@SXSW ). ... The retweet numbers are close to the values that Twitter has for the tweets, which means that I can't have messed up too much (I wouldn't expect perfect agreement since Twitter does not guarantee that any search will return all matching tweets). The most re-tweeted accounts. ... Number of re-tweets . ... The number of tweets used in this analysis is and the graph accounts for of this total. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/jwst-sxsw/overview.html -- 12.1 Кб -- 28.02.2014
Похожие документы

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

18. http://crydee.sai.msu.ru/ftproot/pub/MESA-models/M9_Z002/inlist_project
... ONLY include the controls you are actually using. ... only used if > -100 !Profile_xmax = 1.2 !-101 ! ... only used if > -100 Profile_other_ymax = -101 ! ... step number. negative means use default. ... negative means use same value as for window CONV_file_aspect_ratio = -1 ! negative means use same value as for window ! ... negative means use same value as for window Surf_Hist_file_aspect_ratio = -1 ! ... negative means use same value as for window Power_file_aspect_ratio = -1 ! ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/MESA-models/M9_Z002/inlist_project -- 11.8 Кб -- 11.06.2013
Похожие документы

19. Раннее обучение английскому языку. Мои первые слова - Ирина Френк - Ирина Френк
... Данная книга поможет вашему ребенку сделать первые шаги в изучении английских слов. ... The Number Game is an easy and effective way of introducing students to the world of numbers. The Teacher's Guide included contains suggestions for a variety of games and language activities to play time and time again. 100 cards with the numbers in written and digit format 36 bingo cards Teacher's Guide Размер карт с числами: 9 см х 6,5 см. ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku8715.html -- 23.9 Кб -- 14.02.2016
Похожие документы

20. Extended time series of Solar Activity Indices
Extended time series of Solar Activity Indices (ESAI) is database including observational, synthetic and simulated sets to study Solar magnetic field variations and their influence on the Earth. ESAI extend the ordinary lengths of some traditional indices of solar activity: sunspot areas, Wolf numbers (equatorial component of magnetic field of the Sun), polar faculae numbers (polar component), mean latitudes, N-S asymmetry of hemispheres (location of activity). Series . ...
[ Сохраненная копия ]  Ссылки http://www.gao.spb.ru/database/esai/readme.html -- 5.0 Кб -- 21.05.2007
Похожие документы

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


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

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

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