... Ядро МАТЛАБ содержит более тысячи функций. ... Кадр из анимационной сцены [pic] Исходный код S- функции , написанной на языке C++ с использованием библиотеки OpenGL для отображения анимационной картинки перемещения маятника на движущейся ... _GENERATE_TLC 1 #define SOURCEFILES #define PANELINDEX 6 #define SFUNWIZ_REVISION 2.0 #include simstruc.h static double x1 = 0, x2 = 0, x1_ = 0, x2_ = 0, X = 0; static double l1,l2; static int glInited = 0; static HWND hGlWindow = NULL ; static ...
[
Текст
]
Ссылки http://ndsipu.cmc.msu.ru/files/Kraev/MATLAB_FOR_STUDENTS.DOC -- 475.0 Кб -- 25.02.2008 Похожие документы
... Authors requiring further information regarding Elsevier's archiving and manuscript policies are encouraged to visit: http://www.elsevier.com/copyright Author's personal copy Neuroscience Letters 496 (2011) 9599 Contents lists available at ScienceDirect Neuroscience Letters journal homepage: www.elsevier.com/locate/neulet Event-related potentials in a moving matrix modification of the P300 braincomputer interface paradigm Sergei L. Shishkin a b a,b, , Ilya P. Ganin a,b , Alexander Ya. ...
[
Текст
]
Ссылки http://brain.bio.msu.ru/papers/Shishkin_Ganin_Kaplan_2011_NSciLet__ERP_moving_matrix_P300_BCI.pdf -- 482.3 Кб -- 13.05.2011 Похожие документы
An Evolving Algebra Approach to Formal Description of one class of Automata Networks V. M. Severyanov 1 Laboratory of Information Technologies Joint Institute for Nuclear Research 141980 Dubna, Moscow region, Russia Abstract The Automata Networks considered here and called Hyperbolic Cellu lar Automata are based on Iterated Function Systems and originally were designed for constructing fractal objects. ... C is a set of cells; . ... System states are represented here as static algebras. ...
[
Текст
]
Ссылки http://acat02.sinp.msu.ru/presentations/severyanov/Severyanov-poster.ps -- 239.8 Кб -- 18.07.2002 Похожие документы
... Labour recruiting policy and the Nobel Association of Oil Producers. A Set of Dbase Language Programs for Studying Social Dynamics . ... Our work was based on the personnel files of 2000 workers of the "Nobel Association of Oil Producers" (Garskova and Akhanchi 1993; see also Garskova and Akhanchi 1994). ... A set of dBase language programs . ... For this purpose a package of dBASE IV language programs has been created. ... The largest group of Nobel Brothers workers was Russians. ...
ISTITUTO NAZIONALE DI FISICA NUCLEARE Sezione di Genova INFN/TC-06/14 October 17, 2006 A FIBER OPTIC AIR BACKED MANDREL HYDROPHONE TO DETECT HIGH ENERGY HADRONIC SHOWERS IN THE WATER M.Anghinolfi1, A.Calvi3, A.Cotrufo3, M.Ivaldi1, O.Yershova2, F.Parodi1, D.Piombo1, A.Plotnikov2 and L.Repetto3 1) INFN-Sezione di ... UniversitЮ degli Studi di Genova, Dipartimento di Fisica Via Dodecaneso 33, I-16146 Genova, Italy Abstract We have studied the design of an air-backed ...
Research paper Struct Multidisc Optim 27, 435 445 (2004) DOI 10.1007/s00158-004-0388-x Optimal shapes of parametrically excited beams A.A. Mailybaev, H. Yabuno, and H. Kaneko Abstract Straight elastically supported beams of variable width under the action of a periodic axial force are considered. Two shape optimization problems for reducing parametric resonance zones are studied. In the first problem, the minimal (critical) amplitude of the excitation force is maximized. ...
Strict Standards : Non-static method JLoader::import() should not be called statically in /wcmc/ms/ms/libraries/joomla/import.php on line 29 . Strict Standards : Non-static method JLoader::register() should not be called statically in /wcmc/ms/ms/libraries/loader.php on line 71 . ... Deprecated : Non-static method JFactory::getConfig() should not be called statically, assuming $this from incompatible context in /wcmc/ms/ms/libraries/joomla/application/application.php on line 726 . ...
... Гостева О.Ю., Изосимов А.А., Пацаева С.В., Южаков В.И., Якименко О.С. Спектрально-люминесцентные свойства водных растворов гуминовых препаратов. ... Пацаева С.В., Полякова И.Б., Хунджуа Д.А., Южаков В.И. Спектральные методы оценки концентрации клеток водорослей в суспензиях с коррекцией на светорассеяние. ... Burikov S., Dolenko T., Patsaeva S., Yuzhakov V. Decomposition of water Raman stretching band with a combination of optimization methods. ... Burikov S., Dolenko T., Patsaeva S., Starokurov Yu....
... Supercomputing Technologies in Science, Education and Industry Almanac Series . ... Octotron: Active Control for Reliable Functioning of Supercomputers . ... DiMMon: a New Approach to Supercomputer Monitoring . ... X-COM: Distributed Computing Software . ... We propose a new approach to building distributed modular monitoring system named DiMMon, both for current and future systems, with an extremely high degree of parallelism. ... Research Computing Center (RCC) of Lomonosov Moscow State University...
... I. The Essence of Systemology and its Concepts . 1.1 Primary Concepts of Systemology (The Logic of Systems) . ... 1.5 The Essence of the System, and the Foundations of its development and Determinants . The foundation, the essence, and the essential and "essence" properties of the system. ... Adaptivity and Reflection . ... Advanced Reflection. ... The Communicative Situation and the Communicative Act. ... Meaning, sense, the linguistic sign, the speech sign, the moneme, and natural language. ...
... Главная Новости Программный комитет Организационный комитет Программа Пленарные доклады Специальные сессии Регистрация Тезисы Размещение Важные даты Контакты Постер Ссылки Место проведения Видео . Ссылки . ... Прогноз погоды на 3 дня по Москве . ... Международный аэропорт Домодедово (Россия, Москва) . ... Международный аэропорт Шереметьево (Россия, Москва) . ... Международный аэропорт Внуково (Россия, Москва) . ...
... 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 Похожие документы