Alexander S. Antonov . ... M.V.Lomonossov Moscow State University . ... June 4, 1999, Moscow State University . ... 1994-2000: programmer, Laboratory of Parallel Information Technologies, Research Computer Center, Moscow State University . ... A.S. Antonov, A.M. Teplov. ... Antonov A.S., Voevodin Vl.V., Sobolev S.I., Filamophitskiy M.P. Internet-Auditorium of Lomonosov Moscow State University // Abstracts of the All-Russian scientific conference "Scientific Services Internet" (Novorossiysk, 2000). ...
Программные средства построения интернет-атласов . ... В работе описывается разрабатываемая в НИВЦ МГУ технология и поддерживающие ее программные средства комплексного отображения разнородной пространственно распределенной информации, в том числе в среде Интернет. ... Описываемая технология состоит в подготовке на инструментальной машине файлов (HTML-страниц, файлов с программами управления данными и их визуальным представлением и файлов данных), представляющих собой Интернет публикацию. ...
... The data on UV glow of the atmosphere obtained in operation of one pixel of the TUS detector on board the Moscow State University "Universitetsky-Tatiana" satellite was taken into account in design of the updated TUS detector. ... The main feature of the design is use of MEMS technology scanning mirror controlled by the TUS computer, analyzing the recorded EAS data and directing the laser to the atmosphere spot, where back scattered Cherenkov light came from. ... Monitoring of UV intensity on-route....
[
Текст
]
Ссылки http://cosrad.sinp.msu.ru/experiments/tus/doc/HO2COSPAR2006.pdf -- 237.2 Кб -- 19.03.2008 Похожие документы
... Публикации . ... 1, 012506 DOI . ... 1, 012509 DOI . ... 1, 103598 DOI . ... Edge field emission of large-area single layer graphene Kleshch V.I., Bandurin D.A., Orekhov A.S., Purcell S.T., Obraztsov A.N. Applied Surface Science, Elsevier BV (Netherlands) DOI . ... Graphene Formation on Surfaces of Single Crystal Metals Shvets P.V., Soon J.M., Verger A., Obraztsov A.N Journal of Nanoelectronics and Optoelectronics, American Scientific Publishers (United States) DOI . ... Материалы, ? ...
... a) int x = 0; int f ( int a, int b) { return x = a + b; } class A { int x; public : A ( int n = 1) { x = n; } int f() { return ::x = x; } }; class B { int x; public : B ( int n = 2) { x = n; } }; class C: public A, public B { int x; public : int f( int a) { return ::x = x; } void g (); }; ... class X { public: void g () {cout << "g" << endl;} int h (int n) {cout << "f" << endl; return n} }; int main () { int k; const X x; X::g(); k = x.h(5); return 0; } 6.3. ...
[
Текст
]
Ссылки http://al.cs.msu.ru/files/cpp.tasks.2013.pdf -- 754.3 Кб -- 25.01.2014
[
Текст
]
Ссылки http://al.cs.msu.su/files/cpp.tasks.2013.pdf -- 754.3 Кб -- 25.01.2014
[
Текст
]
Ссылки http://al.cmc.msu.ru/files/cpp.tasks.2013.pdf -- 754.3 Кб -- 25.01.2014 Похожие документы
Lomonosov Moscow State University FACULTY OF ARTS 2011 ALEXANDER LOBODANOV DEAN OF THE FACULTY OF ARTS WxtЊ vҐЂЂxtzтxс4 g{x YtvтЂрч Ґy TЊрс уxЊx tvvx¶рxw |° ... Since 2003 he has been chairman of the Department of Semiotics and the General Theory of History, founded by him, the first of its kind in Europe. ... Department of Semiotics and the General Theory of Arts The Department of Semiotics and the General Theory of Arts is a theoretical department. ... Galina Zadneprovskaya manages this department. ...
BIRD SPECIES DATABASE . of the Arctic Birds Breeding Conditions Survey . ... Queries . View list of species . ... Get list of species, for which data are available by pushing "Query" button below "View list of species" invitation. Latin name of a species can be copied from the list to the "Species name" field or typed-in there (but exactly as it appears in the species list). ... Query results will be tabulated in the window below the map, and can be browsed through or copied. ...
... 9 , 2010 MPI/OpenMP 60 1 2 3 ( PARALLEL) #pragma omp parallel [ [ [, ] ] ...] : default(shared | ... include stdio.h int main () { int n =100000, i; double pi, h, sum , x; h = 1.0 / ( double ) n; sum = 0.0; for (i = 1; i = n; i ++) { x = h * (( double )i - 0.5); sum += (4.0 / (1.0 + x*x)); } pi = h * sum ; printf( pi is approximately %.16f , pi); return 0; } 9 , 2010 MPI / OpenMP 84 1 2 3 OpenMP int main () { int n =100, i; double pi, h, sum , x; h = 1.0 / ( double ) n; ...
[
Текст
]
Ссылки http://angel.cmc.msu.ru/~basrav/supercomp2010/Lecture_20100309.pdf -- 777.5 Кб -- 23.03.2010 Похожие документы