Этот коммит содержится в:
2023-06-04 18:13:02 +03:00
родитель 1d79fb1d77
Коммит 069c2a8bf5
8 изменённых файлов: 32 добавлений и 16 удалений

1
.gitignore поставляемый
Просмотреть файл

@@ -1,4 +1,3 @@
/bin
/obj /obj
/unittest.depend /unittest.depend
/unittest.layout /unittest.layout

Двоичные данные
bin/Debug/lab01.exe Обычный файл

Двоичный файл не отображается.

0
bin/Debug/marks.svg Обычный файл
Просмотреть файл

3
bin/Debug/marks.txt Обычный файл
Просмотреть файл

@@ -0,0 +1,3 @@
10
3 3 4 4 4 4 4 5 5 5
3

Двоичные данные
bin/Debug/unittest.exe Обычный файл

Двоичный файл не отображается.

Просмотреть файл

@@ -36,6 +36,8 @@
<Unit filename="histogram.h" /> <Unit filename="histogram.h" />
<Unit filename="histogram_internal.h" /> <Unit filename="histogram_internal.h" />
<Unit filename="main.cpp" /> <Unit filename="main.cpp" />
<Unit filename="svg.cpp" />
<Unit filename="svg.h" />
<Unit filename="text.cpp" /> <Unit filename="text.cpp" />
<Unit filename="text.h" /> <Unit filename="text.h" />
<Extensions> <Extensions>

Просмотреть файл

@@ -1,10 +1,11 @@
# depslib dependency file v1.0 # depslib dependency file v1.0
1685290831 source:c:\users\kasma\desktop\lab03\lab01\main.cpp 1685881811 source:c:\users\kasma\desktop\lab03\lab01\main.cpp
<iostream> <iostream>
<vector> <vector>
<conio.h> <conio.h>
"histogram.h" "histogram.h"
"text.h" "text.h"
"svg.h"
1685289785 source:c:\users\kasma\desktop\lab03\lab01\text.cpp 1685289785 source:c:\users\kasma\desktop\lab03\lab01\text.cpp
<iostream> <iostream>
@@ -16,8 +17,19 @@
1685291232 c:\users\kasma\desktop\lab03\lab01\histogram.h 1685291232 c:\users\kasma\desktop\lab03\lab01\histogram.h
<vector> <vector>
1685292419 source:c:\users\kasma\desktop\lab03\lab01\histogram.cpp 1685302238 source:c:\users\kasma\desktop\lab03\lab01\histogram.cpp
"histogram.h" "histogram.h"
<iostream> <iostream>
<vector> <vector>
1685881811 c:\users\kasma\desktop\lab03\lab01\svg.h
<vector>
1685881811 source:c:\users\kasma\desktop\lab03\lab01\svg.cpp
<math.h>
<iostream>
<conio.h>
<vector>
<string>
"svg.h"

Просмотреть файл

@@ -7,22 +7,12 @@
<Cursor1 position="0" topLine="0" /> <Cursor1 position="0" topLine="0" />
</Cursor> </Cursor>
</File> </File>
<File name="histogram_internal.h" open="1" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> <File name="main.cpp" open="1" top="1" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor> <Cursor>
<Cursor1 position="0" topLine="0" /> <Cursor1 position="582" topLine="3" />
</Cursor> </Cursor>
</File> </File>
<File name="main.cpp" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0"> <File name="histogram.cpp" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="582" topLine="2" />
</Cursor>
</File>
<File name="histogram.h" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="60" topLine="0" />
</Cursor>
</File>
<File name="histogram.cpp" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor> <Cursor>
<Cursor1 position="278" topLine="0" /> <Cursor1 position="278" topLine="0" />
</Cursor> </Cursor>
@@ -32,4 +22,14 @@
<Cursor1 position="57" topLine="0" /> <Cursor1 position="57" topLine="0" />
</Cursor> </Cursor>
</File> </File>
<File name="histogram_internal.h" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
<File name="histogram.h" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="60" topLine="0" />
</Cursor>
</File>
</CodeBlocks_layout_file> </CodeBlocks_layout_file>