Coder Social home page Coder Social logo

mansurow / bmstu-iu7-4sem-oop Goto Github PK

View Code? Open in Web Editor NEW
19.0 1.0 2.0 989 KB

⛔ Объектно-ориентированное программирование (4 семестр)

C 2.07% C++ 94.30% QMake 3.63%
bmstu bmstu-iu7 config cpp iu7 object-oriented-programming oop qmake qt qtcreator

bmstu-iu7-4sem-oop's Introduction

Объектно-ориентированное программирование

bmstu, Object-Oriented Programming (4 семестр - 2022 год)
Lab № Название Status Оценка
1 3D Viewer(используя СП) 10/10
2 Контейнерный класс 10/10
3 3D Viewer(используя ООП) 20/20
4 Работа с ассинхронными сигналами. Лифт 10/10
5 Диаграммы работоспособности электроприбора 8/10

Хотите лекции почитать - то вот Wiki

PS: Не забудь поставить звезду.

bmstu-iu7-4sem-oop's People

Contributors

mansurow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bmstu-iu7-4sem-oop's Issues

Вращение вокруг осей x и z с ошибками в знаках

https://ru.wikipedia.org/wiki/Матрица_поворота#Матрица_поворота_в_трёхмерном_пространстве

point.y = (point.y - r_center.y) * r_cos + (point.z - r_center.z) * r_sin + r_center.y;

point.x = (point.x - r_center.x) * r_cos + (point.y - r_center.y)* r_sin + r_center.x;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.