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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.armaghplanet.com/html/demo_static_magic.html.

1. Science Demonstration Videos
... These short Flash videos are designed to show how to conduct simple experiments in physics. Click on the thumbnails to view the videos. All videos are in Flash format. ... Video Demos . ... Demo Video . ... Electricity Demo Video . ... Flash Video 2.31 mins 2.51MB . Flash Video 3.58min 7MB . ... Making Electricity . ... Flash Video 1.16min 3.4MB . ... Flash Video 1.40mins 3.4Mb . ... All videos are Armagh Planetarium, if you would like to use any of them please contact us for permission. ...
[ Сохраненная копия ]  Ссылки http://www.armaghplanet.com/html/gallery_demo_videos.html -- 33.0 Кб -- 06.10.2011
Похожие документы
Еще в разделе: (Показать все результаты (>1436) - www.armaghplanet.com/ )

2. Optical static Fourier spectrometer
Static Fourier spectrometers are often used for spectral measurements of the ionosphere emissions. There are two main advantages of Fourier spectrometers (FS) - large geometric factor and high spectral resolution; these parameters are two orders better than for grating spectral instruments. ... In scanning Fourier spectrometer optical and electric modulation of signal is used to avoid this problem, for static Fourier spectrometer there are no such ways. ...
[ Сохраненная копия ]  Ссылки http://space.univ.kiev.ua/~lapchuk/my_web/Spectrometer.htm -- 10.1 Кб -- 21.02.2000
Похожие документы
Еще в разделе: (Показать все результаты (>8) - space.univ.kiev.ua/ )

3. casacore: casa::LatticeHistSpecialize Class Reference
... casa::LatticeHistSpecialize . ... makeCumulative ( Vector < Float > &counts, Float &yMax, uInt nBins, Float scale) . ... makeCumulative ( Vector < Complex > &counts, Complex &yMax, uInt nBins, Float scale) . ... plot ( PGPlotter &plot, Bool doGauss, Bool doCumu, Bool doLog, Float linearSum, Float yMax, Float binWidth, const Vector < Float > &values, const Vector < Float > &counts, const Vector < Float > &stats, uInt whereLabel, uInt ci, Bool page) . ... static uInt casa::LatticeHistSpecialize::bin ....
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1LatticeHistSpecialize.html -- 52.8 Кб -- 14.02.2011
Похожие документы

4. Stellarium: SphericalRegionP Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ... SphericalRegionP Class Reference . ... SphericalRegionP (const SphericalRegionP &other) . ... Create a SphericalRegion from the given input JSON stream. ... ra,dec], [ra,dec], [ra,dec], [ra,dec]] A list of points connected by great circles with the last point connected to the first one. ... a valid QVariantMap which can be created e.g. from parsing a JSON file with the StelJsonParser class. static void SphericalRegionP::serializeToJson . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classSphericalRegionP.html -- 20.2 Кб -- 28.02.2014
Похожие документы

5. EIT Static Image Reconstruction
. Select the file, from which you want to reconstruct image: . Frame number: . (for multiframe binary files only) . Click here to view additional information about preparing text files for uploading . If your internet browser doesn't support file uploading, you can use alternative method (applicable only for text file formats). Open your file in text editor, select and copy all to clipboard and then paste it into the following form: . Description page . EIT Gallery
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/tserver/eitupload.php -- 2.5 Кб -- 01.10.2012
Похожие документы

6. Index of /po/visipre-working-2015-03-12.TBD/root/static
. Name . Last modified . Size . Description . Parent Directory . - . images/ . 2015-11-03 13:51 . - .
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/po/visipre-working-2015-03-12.TBD/root/static/ -- 2.0 Кб -- 10.04.2016
Похожие документы

7. Apache module mod_mmap_static
This module provides mmap()ing of a statically configured list of frequently requested but not changed files. Status: Experimental . ... Compatibility: Available in Apache 1.3 and later. ... You can easily create a broken site using this module, read this document carefully. mod_mmap_static maps a list of statically configured files (via MMapFile directives in the main server configuration) into memory through the system call mmap() . ... Context: server-config . ... Module: mod_mmap_static . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_mmap_static.html -- 6.6 Кб -- 01.08.2003
Похожие документы
Еще в разделе: (Показать все результаты (>30) - neptun.sai.msu.ru/ )

8. Resource IDs beginning with ivo://org.gavo.dc/static/
... AstroGrid Registry . AstroGrid . 1.Home . 2.Admin Home . ... 1.Submit new resource . 2.Low Level(XML) Submit Resource . 3.Low Level(XML) Back Door Submit . ... 3.Get/Find New Registries . 4.Manage New Authority . 5.Remove Resource . ... 7.Resource(s) Status Change . ... 9.Admin Home (Other Tasks) . ... 8.Resource Help . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/astrogrid-registry/tree/org.gavo.dc/static/ -- 5.8 Кб -- 02.10.2012
Похожие документы

9. static.c
. Next: malloc.c Up: Program Listings Previous: Makefile . #include <stdio.h> void stat(); main() { int counter; /* loop counter */ for (counter = 0; counter < 5; counter++) { stat(); } } void stat() { int temporary = 1; static int permanent = 1; (void)printf("Temporary %d Permanent %d\n", temporary, permanent); temporary++; permanent++; } . Dave.Marshall@cm.cf.ac.uk . Wed Sep 14 10:06:31 BST 1994
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/section2_22_12.html -- 2.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/section2_22_12.html -- 2.2 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/section2_22_12.html -- 2.2 Кб -- 02.10.2012
Похожие документы

10. Tools (ImageJ API)
... public class Tools . ... Tools () . ... static java.lang.String . ... Converts a Color to an 7 byte hex string starting with '#'. public static java.lang.String f2hex (float f) . Converts a float to an 9 byte hex string starting with '#'. public static double[] getMinMax (double[] a) . ... Converts the float array 'a' to a double array. public static float[] toFloat (double[] a) . Converts the double array 'a' to a float array. public static java.lang.String fixNewLines (java.lang.String s) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/util/Tools.html -- 19.2 Кб -- 02.12.2010
Похожие документы

11. Black Holes And Static Photon Packets - an Astronomy Net Blackholes Forum
Blackholes Forum Message . Forums: . ... Black Holes And Static Photon Packets . ... If light has no mass at zero velocity, is it not possible that there is a shell of photon packets surrounding a black hole? ... You could theorise that it would be in a constant state of mass/no mass. ie.. at zero mass the black hole has no effect so the photon packet attempts to escape, whereupon it gains mass and is dragged back to zero mass again. ... www.astronomy.net . About Astronomy Net | ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/blackholes/messages/6645.shtml -- 13.6 Кб -- 09.04.2016
Похожие документы

12. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/user/v2_2/Sun/outram.cnew
include prog.h static void monsub ( int v[], int i1, int tt); /* pjp001 prototypes*/ static void monclr ( int v[], int i1, int tt); static int monpos ( int iz, int is); static void monopt ( int v[], int i1, int tt); static void monops ( int v[], int i1, int tt); static void monopc ( int v[], int i1, ... hell nicht clr | nur Option Bit setzen */ /* | nur Option Bit clr. */ /* +------ nur Option wechseln */ /* */ /* x 0 x x x x 0 x */ /* | ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/user/v2_2/Sun/outram.cnew -- 7.5 Кб -- 05.03.2001
Похожие документы

13. Constant Field Values
... Class . ... FRAMES NO FRAMES All Classes . ... org.eso.fits. ... public static final int . ... INT . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~pgrosbol/fits_java/docs/constant-values.html -- 17.2 Кб -- 16.05.2008
Похожие документы

14. Summary of Friction
.
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1995/ph161/friction.html -- 4.9 Кб -- 23.09.1997
Похожие документы
Еще в разделе: (Показать все результаты (>24) - zebu.uoregon.edu/ )

15. Astronomy is Moving
Astronomy suffers from the `Static Illusion' - because astronomical changes usually occur over intervals much longer than a human lifetime they appear static. This illusion affects our understanding of how astronomical objects work. ... Observations at the 1/10th arcsecond level with HST and near-infrared adaptive optics on ground based telescopes are beginning to create movies of `astronomy in motion'. ... Proto-star HH-30 expanding jet HST.. Young binary, XZ Tau, expanding `bubbles' HST.. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~elvis/motion.html -- 4.5 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>227) - hea-www.harvard.edu/ )

16. Index of /ftproot/users/asv/nftp/beta
... nftp-1.72.b1-i386-beos4.zip . ... BFS-attributes- . nftp-1.72.b1-i386-freebsd2-static.tar.gz . nftp-1.72.b1-i386-freebsd2.tar.gz . nftp-1.72.b1-i386-freebsd3-static.tar.gz . nftp-1.72.b1-i386-freebsd3.tar.gz . nftp-1.72.b1-i386-freebsd4-static.tar.gz . nftp-1.72.b1-i386-freebsd4.tar.gz . nftp-1.72.b1-i386-linuxlibc5-static.tar.gz . nftp-1.72.b1-i386-linuxlibc5.tar.gz . nftp-1.72.b1-i386-linuxlibc6-static.tar.gz . ... nftp-1.72.b1-i386-os2.zip . ... readme.BETA ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/users/asv/nftp/beta/ -- 8.6 Кб -- 10.04.2016
Похожие документы

17. lsst.coordConv: src/fk4CoordSys.cc Source File
lsst.coordConv љ unknown . ... Files . FileљList . ... src . fk4CoordSys.cc . ... 12 љ // WARNING: this data is all transposed from how it will be in the Eigen matrix . 13 љ static double const _fromFK5J2000PPCArr[9] = { . ... 113 љ Coord FK4CoordSys::fromFK5J2000 ( Coord const &coord, Site const &site) const { . 114 љ Eigen::Vector3d fk5J2000Pos = coord. getVecPos (); . ... coordConv::Coord . ... Eigen::Vector3d const getVecPM() const . ... Eigen::Vector3d const getVecPos() const . ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Telescopes/coordConv/html/fk4_coord_sys_8cc_source.html -- 43.2 Кб -- 07.05.2015
Похожие документы

18. Master net
... Master . Master net Homepage . ... MASTER-Amur . ... Amb: . Dust: . ... Direct . 23s . ... 45s . ... observed area: . best limit: . Cameras . ... MASTER-Tunka . ... MASTER-Ural . master.kourovka.ru . ... MASTER-Kislovodsk . ... MASTER-Crimea . ... MASTER-SAAO . ... MASTER-IAC . ... MASTER-Argentina . master.sai.msu.ru:8080 . master.sai.msu.ru . ...
[ Сохраненная копия ]  Ссылки http://master.sai.msu.ru/masternet/ -- 36.8 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>15) - master.sai.msu.ru/ )

19. DUST: nrutil.h Source File
... Files . ... fabs(a) : -fabs(a)) 00045 00046 #if defined(__STDC__) || defined(ANSI) || defined(NRANSI) /* ANSI */ 00047 00048 void nrerror( char error_text[]); 00049 float *vector( long nl, long nh); 00050 int *ivector( long nl, long nh); 00051 unsigned char *cvector( long nl, long nh); 00052 unsigned long *lvector( long nl, long nh); 00053 double *dvector( long nl, long nh); 00054 float **matrix( long nrl, Generated on Fri Jul 11 07:32:07 2008 for DUST by 1.5.5 ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/devman/dust/nrutil_8h-source.html -- 14.6 Кб -- 11.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>134) - www.mrao.cam.ac.uk/ )

20. Мелки для аквагрима "Multiart", 6 цветов, Тачки Ботинки женские. 143-14 143-14
... Комплектация: 6 разноцветных мелков . ... Мелки для аквагрима 'Multiart' (Мультиарт), 6 цветов, Тачки можно купить в нашем магазине. ... С набором Мелков для аквагрима 'Multiart' (Мультиарт), 6 цветов, Тачки даже самый обычный день превратится в замечательный праздник! 6 разноцветных мелков в индивидуальной обертке на водной основе созданы специально для детей, прекрасно ложатся на лицо и потом смываются водой. ... Стильные женские ботинки от Nobbaro придутся по душе любой моднице. ... пол: Женский ...
[ Сохраненная копия ]  Ссылки http://astrokuban.info/astroku5727.html -- 16.6 Кб -- 14.02.2016
Похожие документы

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


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

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

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