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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.naic.edu/~phil/hardware/pdev/fpga/gx/sp/src/sp.vh.

1. casacore: casa::Register_global_functions_register Struct Reference
... Classes . ... Class List . ... casa . casa::Register_global_functions_register . ... include < casa/Utilities/Register.h > #include <iostream> class foo { public : virtual uInt type() { return Register ( this );}}; class bar : public foo { public : uInt type() { return Register ( this );}}; main() { foo *b = new bar(); foo *f = new foo(); cout << "f: type()=" << f->type() << " Register()=" << Register (f) << endl; cout << "b: type()=" << b->type() << " Register()=" << Register (b) << endl; } . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/structcasa_1_1Register__global__functions__register.html -- 14.3 Кб -- 14.02.2011
Похожие документы

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

3. Register a Private Laptop
. In order to use a private laptop at HEA network you have to register the owner's name and the MAC address of the laptop. Laptop Owner: . Просьба писать полное имя владельца компьютера латинскими буквами. Иначе, запись будет удаляться администратором. Room: . MAC Address . : . : . : . : . : . (Click here , if you need help to find your MAC address) Please fill in the fields and submit this form.
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/local/laptop.html -- 3.1 Кб -- 17.12.2015
Похожие документы
Еще в разделе: (Показать все результаты (>519) - hea.iki.rssi.ru/ )

4. East Siberian Center for the Earth's Ionosphere Research. Ionospheric parameter
Russian SHAREABLE DATA CENTER Institute of Solar-Terrestial Physics SB RAS . ... Investigations of the ionospheric response to strong magnetics storms which are usual for our latitudes, are of great interest. ... In the figure, we present ionospheric parameter dynamics during three perturbed days in July 2000. ...
[ Сохраненная копия ]  Ссылки http://rp.iszf.irk.ru/esceir/isr/vozmnr2en.htm -- 3.9 Кб -- 04.06.2001
Похожие документы
Еще в разделе: (Показать все результаты (>22) - rp.iszf.irk.ru/ )

5. The pyramidal (multi-resolution) CCT
... The value of tile-size, NW , may be thought of as a sixth coordinate axis in the chirplet transform parameter space - TF-area. Including this sixth coordinate axis provides us with a hierarchical (multi-resolution) CCT. ... Various 2- D slices through the multiresolution CCT may correspond to useful tilings of the TF plane with true parallelograms (true to the extent that the DPSS define a truly rectangular region in the TF plane). ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/Wavelet.rsc/Chirplet.dir/node16.html -- 4.2 Кб -- 15.04.1998
Похожие документы

6. high resolution decimation test
... Overplot the 20 bandpasses normalized to 1 sec (.ps) ( .pdf ): . ... Mean power, voltage, and spectral jumps vs decimation (.ps) ( .pdf ) . ... The mock spectrometer has a high resolution mode that will digitally filter the input bandwidth from 2 to 1024 in steps of 1. ... For each decimation, the input rms levels was to so that 30 counts=1 sigma. ... The plots show the results of the test: . ... Top mean power vs decimation normalized to the mean power with no decimation (dec=1). ... No decimation ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/pdev/decimationTest_20may10.html -- 7.6 Кб -- 24.05.2010
Похожие документы

7. Sfit Control Language: Classified Listing
... spectrum . ... sfit . ... define >macro_name< : define a macro . ... meth_range <w1> <w2>: Set wavelength range for fit . data_spectrum <name> : data in "spectrum" format . ... data_sigma <sigma> : define mean standard error in data . ... data_line_set | ... NB: synth uses multiple calls to spectrum , so various Spectrum commands may also be required. synth : find optimum fit by adjusting abundances, v turb , v sin i , and v rad . ... save <fit> : Save the spectrum and best fit from synth . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/scl_classified.html -- 12.8 Кб -- 18.08.2010
Похожие документы

8. *plcreate* -- Defining a Region
Next: *pllist* - Look at Up: Regions and Source Parameters Previous: Regions and Source Parameters . ... cl> xray xr> ximages xi> plcreate region description: c 6930 9390 240 reference image file or 2 dims for mask: xdata$rp110590.qp output mask data file [root.pl]: rp110590 # =rp110590.pl file . ... xi> plcreate region descriptor: saoimage # default output file from SAOimage reference image file or 2 dims for mask: xdata$rp110590.qp output mask data file [root.pl]: rp110590 # =rp110590.pl file . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/PROS/PUG/node90.html -- 6.5 Кб -- 01.10.2012
Похожие документы

9. Примеры. Хрестоматия по программированию на Си в Unix
extern char *gets(); #define WIDTH 60 /* ширина листа */ main(){ char rd[81]; register char *s; char *head, /* начало текста */ *tail; /* конец текста */ register int len, i; int shift; /* отступ */ /* Читать со стандартного ввода в rd по одной строке, * пока файл не кончится. ... NULL ){ if( !*rd ){ /* Строка пуста */ putchar( '\n' ); continue; } /* пропуск пробелов в начале строки */ for( s = rd; *s == ' ' ; s++ ); if( ! ... Си в UNIX . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/bogatyrev_c_unix/ex_3.shtml -- 4.0 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/bogatyrev_c_unix/ex_3.shtml -- 4.0 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/bogatyrev_c_unix/ex_3.shtml -- 4.0 Кб -- 02.10.2012
Похожие документы

10. Stellarium: StelModuleMgr Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ClassљIndex . ... StelModuleMgr Class Reference . Manage a collection of StelModules including both core and plugin modules. ... voidљ . ... Register a new StelModule to the list The module is later referenced by its QObject name. ... unloadModule (const QString &moduleID, bool alsoDelete=true) . ... Register a new StelModule to the list The module is later referenced by its QObject name. void StelModuleMgr::setPluginLoadAtStartup . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelModuleMgr.html -- 21.4 Кб -- 28.02.2014
Похожие документы

11. pyQC: script structure
... overview of pyQC . ... output used by . ... All pyQC scripts and modules share a similar structure. Python offers to group functions, classes, etc. into modules which can be imported by different scripts. ... In order to avoid confusion if names are used by different (especially external) modules, the QC scripts use the 'from' statement only for pyQC modules, i.e.: . ... For other modules, the simple 'import' statement is used: . ... Python modules are also used for keeping script configuration. ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/script_struct.html -- 12.3 Кб -- 20.05.2014
Похожие документы

12. Model realization and some results
... The perceptron structure, on the basis of which the database is built, is defined by a number of the input and output parameters and a required accuracy. ... The output perceptron data are the expansion coefficients of the scattering matrix elements in series of the generalized spherical functions. ... As the cluster structure depends on the generation conditions the expansion coefficients were averaged over 5--7 realizations of the clusters (for N . ... is the coefficient number. ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/A-PERC/PAPER2/node4.html -- 10.8 Кб -- 19.11.2010
Похожие документы

13. Configuring Multiple IP Addresses
... The question is, how to get a machine with one network interface to respond to more than one IP addresses. ... changes (most likely only in the includes). ---------------------netinet/if_vif.h-------------------------------------- typedef struct { struct ifnet vif_if; struct ifnet *vif_sif; /* slave interface */ int vif_flags; } vif_softc_t; #define VIFMTU (1024+512) --------------------------------------------------------------------------- ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/misc/vif-info.html -- 12.8 Кб -- 15.10.2001
Похожие документы
Еще в разделе: (Показать все результаты (>100) - neptun.sai.msu.ru/ )

14. From Stargazers to Starships
... Stargazers' in the Classroom . Other material for Teachers --guide, problems, inventory of concepts, article about this site. ... The Path of the Sun, the Ecliptic . ... The Round Earth and Christopher Columbus . Includes 8a. Distance to the Horizon . ... 11a. Ellipses and Kepler's First Law . ... Kepler's Third Law Includes: . ... Rotating Frames of Reference in Space and on Earth . ... From Stargazers to Starships" follows an earlier site "The Exploration of the Earth's Magnetosphere" . ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/mirrors/stern/stargaze/ILintro.htm -- 10.2 Кб -- 02.12.2004
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/mirrors/stern/stargaze/ILintro.htm -- 10.2 Кб -- 22.12.2007
Похожие документы

15. Astronomy Magazine - Interactive Star Charts, Planets, Meteors, Comets,
... Tonight's Sky . ... The Magazine . ... Star Atlas . ... An artificial comet holds secrets to Earths life . ... Astronomy for Kids . ... Observing springtime deep-sky objects with a large telescope . ... The planet has extreme temperature swings and perhaps active lava flows. ... A digital supplement to Astronomy magazine. ... Join TravelQuest International with Astronomy and Discover magazines on one of three great tour options surrounding this celestial spectacle . ... Astronomy Magazine . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/ -- 79.0 Кб -- 09.04.2016
Похожие документы

16. A New Entropy Measure Based on Multiple Resolution and Noise Modeling
... Previous: Background Fluctuation Analysis from the Multiscale Entropy . ... A new measure of information is defined which is based on noise modeling and incorporates resolution scale. Properties of this measure are discussed. ... Additionally it allows for image noise modeling, and subsequent noise removal. ... Hence information- and entropy-based processing technologies will be necessary for the effective design and implementation of large, future generation, image databases. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass98/murtaghfd/ -- 17.8 Кб -- 16.07.1999
Похожие документы

17. Understanding HTML and MIME
I have dropped the differentiation of HTML into a sequence of conformance levels. ... This (and upward compatible specifications) define the Internet Media Type (RFC 1590) and MIME Content Type (RFC 1521) called "text/html". The type "text/html" accepts the following parameters: . ... Character sets . The charset parameter (as defined in section 7.1.1 of RFC 1521) may be used with the text/html content type to specify the encoding used to represent the HTML document as a sequence of bytes. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/webdesign/html-3.0/HTMLandMIME.html -- 3.3 Кб -- 19.12.1996
Похожие документы
Еще в разделе: (Показать все результаты (>236) - comet.sai.msu.ru/ )

18. GOVERNMENT OPEN SYSTEMS INTERCONNECTION PROFILE (GOSIP)
... Federal Information Processing Standards Puplication (FIBS PUB 146-1) . ... PIPS 146 adopted the Government Open Systems Interconnection Profile (GOSIP) which defines a common set of data communication protocols that enable systems developed by different vendors to interoperate and the users of different applications on those systems to exchange information. ... 4.1 USE OF THE LAYERED PROTOCOL SPECIFICATIONS 12 . ... 4.2.3.3 Network Layer Protocol Identification 15 . ... SECURITY OPTIONS / 26 . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/rus/os/3_6/2.htm -- 14.2 Кб -- 21.12.1999
Похожие документы

19. AAVP 2010
Please register online by 30 September 2010 using this form . A conference fee of бе160 is required.This will include lunches, coffee and conference dinner costs. ... Alternatively, should you wish to make a bank transfer, please use the details below: Account Holder: University of Cambridge . ... Once you've payed by bank tranfer, download and fill in this form ( pdf or doc ) and email it to aavp@mrao.cam.ac.uk or fax it to +44 (0)1223 354599, making sure you quote invoice number with remittance. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/aavp/registration.htm -- 6.2 Кб -- 18.08.2010
Похожие документы

20. http://selena.sai.msu.ru/Pug/Publications/ms42/m42_60.pdf
THE PARAMETERS INVOLVED IN HAPKE'S MODEL FOR ESTIMATION OF THE COMPOSITION OF THE EJECTA LUNAR TERRAINS. ... In the previous papers we were estimated the surface roughness of the ejecta lunar terrains by means comparison of the local phase function and the average integrated lunar indicatrix. ... The Hapke's theoretical model of the lunar surface reflection. ... For THE PARAMETERS INVOLVED IN HAPKE'S MODEL: S.G. Pugacheva, V.V. Shevchenko a low-albedo lunar surface parameter Bo = 1. ...
[ Текст ]  Ссылки http://selena.sai.msu.ru/Pug/Publications/ms42/m42_60.pdf -- 43.9 Кб -- 06.10.2008
Похожие документы

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


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

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

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