https://github.com/ptrvsrg/nsu-computer-and-peripherals
Лабораторные работы по дисциплине "ЭВМ и ПУ" 3 семестра ФИТ НГУ.
https://github.com/ptrvsrg/nsu-computer-and-peripherals
arm blas branch-prediction cache gcc intrinsics libusb matrix-multiplication opencv optimization vectorization x86 x86-64
Last synced: about 2 months ago
JSON representation
Лабораторные работы по дисциплине "ЭВМ и ПУ" 3 семестра ФИТ НГУ.
- Host: GitHub
- URL: https://github.com/ptrvsrg/nsu-computer-and-peripherals
- Owner: ptrvsrg
- License: mit
- Created: 2022-09-08T02:57:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T17:51:18.000Z (over 2 years ago)
- Last Synced: 2025-03-20T22:29:04.902Z (7 months ago)
- Topics: arm, blas, branch-prediction, cache, gcc, intrinsics, libusb, matrix-multiplication, opencv, optimization, vectorization, x86, x86-64
- Language: Assembly
- Homepage:
- Size: 7.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
В данном репозитории лежат лабораторные работы по дисциплине "ЭВМ и ПУ" 3 семестра ФИТ НГУ.
+ [Определение времени работы прикладных программ](https://github.com/ptrvsrg/NSU_Computer_And_Peripherals/tree/master/lab1)
+ [Изучение оптимизирующего компилятора](https://github.com/ptrvsrg/NSU_Computer_And_Peripherals/tree/master/lab2)
+ [Введение в архитектуру x86/x86-64](https://github.com/ptrvsrg/NSU_Computer_And_Peripherals/tree/master/lab3)
+ [Введение в архитектуру ARM](https://github.com/ptrvsrg/NSU_Computer_And_Peripherals/tree/master/lab4)
+ [Высокоуровневая работа с периферийными устройствами (OpenCV)](https://github.com/ptrvsrg/NSU_Computer_And_Peripherals/tree/master/lab5)
+ [Низкоуровневая работа с периферийными устройствами (LibUSB)](https://github.com/ptrvsrg/NSU_Computer_And_Peripherals/tree/master/lab6)
+ [Векторизация вычислений](https://github.com/ptrvsrg/NSU_Computer_And_Peripherals/tree/master/lab7)
+ [Влияние кэш-памяти на время обработки массивов](https://github.com/ptrvsrg/NSU_Computer_And_Peripherals/tree/master/lab8)
+ [Измерение степени ассоциативности кэш-памяти](https://github.com/ptrvsrg/NSU_Computer_And_Peripherals/tree/master/lab9)
+ [Изучение модуля предсказания ветвлений](https://github.com/ptrvsrg/NSU_Computer_And_Peripherals/tree/master/lab10)