переход на второй компьютер
Этот коммит содержится в:
4
.gitignore
поставляемый
4
.gitignore
поставляемый
@@ -1,2 +1,2 @@
|
||||
/bin
|
||||
/obj
|
||||
/bin/
|
||||
/obj/
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
9|*********
|
||||
33|*********************************
|
||||
100|****************************************************************************************************
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
142
|
||||
1 1 1 1 1 1 1 1 1
|
||||
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
|
||||
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
|
||||
3
|
||||
@@ -1,3 +0,0 @@
|
||||
9|******
|
||||
33|*************************
|
||||
100|****************************************************************************
|
||||
@@ -1,5 +0,0 @@
|
||||
142
|
||||
1 1 1 1 1 1 1 1 1
|
||||
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
|
||||
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
|
||||
3
|
||||
@@ -1,3 +0,0 @@
|
||||
2|**
|
||||
5|*****
|
||||
3|***
|
||||
@@ -1,3 +0,0 @@
|
||||
9|******
|
||||
33|*************************
|
||||
100|****************************************************************************
|
||||
@@ -1,3 +0,0 @@
|
||||
10
|
||||
4 4 3 5 3 4 5 5 4 4
|
||||
3
|
||||
Двоичные данные
bin/Debug/lab01.exe
Двоичные данные
bin/Debug/lab01.exe
Двоичный файл не отображается.
@@ -1,3 +0,0 @@
|
||||
2|**
|
||||
5|*****
|
||||
3|***
|
||||
@@ -1,2 +0,0 @@
|
||||
lab01.exe < input.txt > actual.txt 2>NUL
|
||||
fc actual.txt output.txt
|
||||
@@ -1,2 +0,0 @@
|
||||
lab01.exe < 02-alignment.input.txt > testactual.txt 2>NUL
|
||||
fc testactual.txt 02-alignment.expected.txt
|
||||
@@ -1,2 +0,0 @@
|
||||
lab01.exe < 03-scaling.input.txt > actual3.txt 2>NUL
|
||||
fc /N actual3.txt 03-scaling.expected.txt
|
||||
@@ -1,3 +0,0 @@
|
||||
9|******
|
||||
33|*************************
|
||||
100|****************************************************************************
|
||||
Двоичные данные
bin/Release/lab01.exe
Двоичные данные
bin/Release/lab01.exe
Двоичный файл не отображается.
7106
doctest.h
Обычный файл
7106
doctest.h
Обычный файл
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
12
lab01.cbp
12
lab01.cbp
@@ -32,7 +32,19 @@
|
||||
<Add option="-Wall" />
|
||||
<Add option="-fexceptions" />
|
||||
</Compiler>
|
||||
<Unit filename=".gitignore" />
|
||||
<Unit filename="histogram.cpp" />
|
||||
<Unit filename="histogram.h" />
|
||||
<Unit filename="histogram_internal.h">
|
||||
<Option target="<{~None~}>" />
|
||||
</Unit>
|
||||
<Unit filename="main.cpp" />
|
||||
<Unit filename="svg.cpp" />
|
||||
<Unit filename="svg.h" />
|
||||
<Unit filename="text.cpp" />
|
||||
<Unit filename="text.h" />
|
||||
<Unit filename="unittest.cbp" />
|
||||
<Unit filename="unittest.cpp" />
|
||||
<Extensions>
|
||||
<lib_finder disable_auto="1" />
|
||||
</Extensions>
|
||||
|
||||
32
lab01.depend
Обычный файл
32
lab01.depend
Обычный файл
@@ -0,0 +1,32 @@
|
||||
# depslib dependency file v1.0
|
||||
1746381610 source:c:\users\i\desktop\lab01\histogram.cpp
|
||||
"histogram.h"
|
||||
<iostream>
|
||||
<vector>
|
||||
|
||||
1746379115 c:\users\i\desktop\lab01\histogram.h
|
||||
<vector>
|
||||
|
||||
1746387234 source:c:\users\i\desktop\lab01\main.cpp
|
||||
<iostream>
|
||||
<vector>
|
||||
"histogram.h"
|
||||
"text.h"
|
||||
"svg.h"
|
||||
|
||||
1746379236 c:\users\i\desktop\lab01\text.h
|
||||
<vector>
|
||||
|
||||
1746379236 source:c:\users\i\desktop\lab01\text.cpp
|
||||
"text.h"
|
||||
<iostream>
|
||||
<vector>
|
||||
|
||||
1746387234 c:\users\i\desktop\lab01\svg.h
|
||||
<iostream>
|
||||
<vector>
|
||||
|
||||
1746387234 source:c:\users\i\desktop\lab01\svg.cpp
|
||||
"svg.h"
|
||||
<string>
|
||||
|
||||
45
lab01.layout
Обычный файл
45
lab01.layout
Обычный файл
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<FileVersion major="1" minor="0" />
|
||||
<ActiveTarget name="Release" />
|
||||
<File name="unittest.cbp" open="1" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="histogram.cpp" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="1422" topLine="1" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="text.cpp" open="1" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="1169" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name=".gitignore" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="10" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="main.cpp" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="64" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="histogram.h" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="183" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="unittest.cpp" open="1" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="642" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="text.h" open="1" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="175" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
||||
Двоичные данные
obj/Debug/main.o
Двоичные данные
obj/Debug/main.o
Двоичный файл не отображается.
Двоичные данные
obj/Release/main.o
Двоичные данные
obj/Release/main.o
Двоичный файл не отображается.
Ссылка в новой задаче
Block a user