Курсы (МООС)
Список онлайн курсов, изучаемых студентами в рамках дисциплины учебного плана (blended курса):
Курсы (МООС) | Электронный адрес |
---|---|
4 курс. Экзамен: Абрашкин А.А. | Курс: Концепции современного естествознания https://openedu.ru/course/spbstu/CONCMOD/ Преподаватель: Абрашкин Анатолий Александрович https://www.hse.ru/org/persons/202078
|
3 курс. «Многопоточное программирование» Экзамен: Бацын М.В. | Аннотация: This course teaches learners (industry professionals and students) the fundamental concepts of parallel programming in the context of Java 8. Parallel programming enables developers to use multicore computers to make their applications run faster by using multiple processors at the same time. By the end of this course, you will learn how to use popular parallel Java frameworks (such as ForkJoin, Stream, and Phaser) to write parallel programs for a wide range of multicore platforms including servers, desktops, or mobile devices, while also learning about their theoretical foundations including computation graphs, ideal parallelism, parallel speedup, Amdahl's Law, data races, and determinism. Аннотация: This course teaches learners (industry professionals and students) the fundamental concepts of concurrent programming in the context of Java 8. Concurrent programming enables developers to efficiently and correctly mediate the use of shared resources in parallel programs. By the end of this course, you will learn how to use basic concurrency constructs in Java such as threads, locks, critical sections, atomic variables, isolation, actors, optimistic concurrency and concurrent collections, as well as their theoretical foundations (e.g., progress guarantees, deadlock, livelock, starvation, linearizability).
|