Skip to content

lepesevichnikita/vsdt-lab-work-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sixth laboratory work on the subject "Visual software development tools"

Project on c++/Qt(Qt Quick)/CMake

Task 1

Find row with max sum of items in matrix 6X5. Calculate product of non-zero items. Each item of matrix calculates by given formula.

formula

Task 2

Check each pixel of selected image and set it lightness in HSL-model to 255 if lightness is greater than max value, 0 if less than min value. Min- and max-value of lightness enter by user.

Task 3

Build matrix of random numbers, width and height enter by user. Generate array, each item is a product of even items of column of matrix.

Task 4

Create static array of 8 real numbers.

source array

Calculate new array, each item calculates by given formula.

formula

About

Another one project on C++/Qt/CMake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published