INIT: zad5 (dziala)
This commit is contained in:
BIN
DergunPiotr-WaskoDominik/zad5/dane/czas.jpg
Normal file
BIN
DergunPiotr-WaskoDominik/zad5/dane/czas.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
DergunPiotr-WaskoDominik/zad5/dane/przyspieszenie.jpg
Normal file
BIN
DergunPiotr-WaskoDominik/zad5/dane/przyspieszenie.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
19
DergunPiotr-WaskoDominik/zad5/dane/wykres.gnuplot
Normal file
19
DergunPiotr-WaskoDominik/zad5/dane/wykres.gnuplot
Normal file
@@ -0,0 +1,19 @@
|
||||
#set terminal x11
|
||||
set terminal jpeg
|
||||
set xrange [0:16]
|
||||
set yrange [0:7]
|
||||
|
||||
set xlabel "Liczba watkow [n]"
|
||||
set ylabel "Przyspieszenie [n]"
|
||||
|
||||
set out "przyspieszenie.jpg"
|
||||
plot \
|
||||
"wyniki.txt" using 1:3 with points ls 3 lc rgb "red" title "przyspieszenie", \
|
||||
"wyniki.txt" using 1:3 with lines ls 3 lc rgb "blue" notitle
|
||||
|
||||
set out "czas.jpg"
|
||||
set ylabel "Czas obliczen [ms]"
|
||||
set yrange [0:16000]
|
||||
plot \
|
||||
"wyniki.txt" using 1:2 with points ls 3 lc rgb "red" title "czas", \
|
||||
"wyniki.txt" using 1:2 with lines ls 3 lc rgb "blue" notitle
|
||||
15
DergunPiotr-WaskoDominik/zad5/dane/wyniki.txt
Normal file
15
DergunPiotr-WaskoDominik/zad5/dane/wyniki.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
1 13230 1.0
|
||||
2 6706 1.9729
|
||||
3 4462 2.965
|
||||
4 3344 3.9563
|
||||
5 2690 4.9182
|
||||
6 2271 5.8256
|
||||
7 2689 4.92
|
||||
8 2529 5.2313
|
||||
9 2459 5.3802
|
||||
10 2358 5.6107
|
||||
11 2348 5.6346
|
||||
12 2257 5.8618
|
||||
13 2351 5.6274
|
||||
14 2327 5.6854
|
||||
15 2310 5.7273
|
||||
Reference in New Issue
Block a user