This website works better with JavaScript.
Home
Help
Sign In
pioder
/
prir
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
wykresy + poprawki makefile zgodne z cudami
master
Piotr Dergun
8 years ago
parent
17481a4b73
commit
b1588973b7
4 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
DergunPiotr-WaskoDominik/zad4/Makefile
BIN
DergunPiotr-WaskoDominik/zad4/dane/czas.jpg
BIN
DergunPiotr-WaskoDominik/zad4/dane/przyspieszenie.jpg
+1
-1
DergunPiotr-WaskoDominik/zad4/dane/wykres.gnuplot
+ 1
- 1
DergunPiotr-WaskoDominik/zad4/Makefile
View File
@ -1,5 +1,5 @@
macierz_omp
:
gauss_omp
.
cpp
g++ -O3 -fopenmp -Wall
`
pkg-config opencv --cflags --libs
`
-o gauss_omp gauss_omp.cpp
g++ -O3 -fopenmp -Wall
-o gauss_omp gauss_omp.cpp
`
pkg-config opencv --cflags --libs
`
clean
:
rm -rf gauss_omp
BIN
DergunPiotr-WaskoDominik/zad4/dane/czas.jpg
View File
Before
After
Width:
640
| Height:
480
| Size:
27 KiB
Width:
640
| Height:
480
| Size:
28 KiB
BIN
DergunPiotr-WaskoDominik/zad4/dane/przyspieszenie.jpg
View File
Before
After
Width:
640
| Height:
480
| Size:
25 KiB
Width:
640
| Height:
480
| Size:
26 KiB
+ 1
- 1
DergunPiotr-WaskoDominik/zad4/dane/wykres.gnuplot
View File
@ -1,7 +1,7 @@
#set terminal x11
set terminal jpeg
set xrange [0:16]
set yrange [0:
6
]
set yrange [0:
7
]
set xlabel "Liczba watkow [n]"
set ylabel "Przyspieszenie [n]"
Write
Preview
Loading…
Cancel
Save