Aghanimoff / cpp_matrix_multiply

simple project for matrix multiply with QtCreator interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp_matrix_multiply

Simple project for matrix multiply with QtCreator interface

For launch, you need:

  • open proj.pro with project manger in Qt Creator;
  • choose signal clicked() in interface manager for button "Start". It will automatically add the dependency for the function void MainWindow::on_pushButton_clicked();
  • build & run project.

console_version folder - just colnsole verstion translated by makefile into object and assembler code

About

simple project for matrix multiply with QtCreator interface


Languages

Language:Assembly 96.4%Language:C++ 2.9%Language:QMake 0.6%Language:Makefile 0.1%