Skip to content

Commit 8450a31

Browse files
committed
Test
1 parent 8389fd8 commit 8450a31

8 files changed

+2012
-0
lines changed

bin/Debug/课程设计课程表.exe

1.11 MB
Binary file not shown.

main.cpp

+1,896
Large diffs are not rendered by default.

main.o

48 KB
Binary file not shown.

obj/Debug/main.o

168 KB
Binary file not shown.

课程设计课程表.cbp

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
<CodeBlocks_project_file>
3+
<FileVersion major="1" minor="6" />
4+
<Project>
5+
<Option title="课程设计课程表" />
6+
<Option pch_mode="2" />
7+
<Option compiler="gcc" />
8+
<Build>
9+
<Target title="Debug">
10+
<Option output="bin/Debug/课程设计课程表" prefix_auto="1" extension_auto="1" />
11+
<Option object_output="obj/Debug/" />
12+
<Option type="1" />
13+
<Option compiler="gcc" />
14+
<Compiler>
15+
<Add option="-g" />
16+
</Compiler>
17+
</Target>
18+
<Target title="Release">
19+
<Option output="bin/Release/课程设计课程表" prefix_auto="1" extension_auto="1" />
20+
<Option object_output="obj/Release/" />
21+
<Option type="1" />
22+
<Option compiler="gcc" />
23+
<Compiler>
24+
<Add option="-O2" />
25+
</Compiler>
26+
<Linker>
27+
<Add option="-s" />
28+
</Linker>
29+
</Target>
30+
</Build>
31+
<Compiler>
32+
<Add option="-Wall" />
33+
<Add option="-fexceptions" />
34+
</Compiler>
35+
<Unit filename="main.cpp" />
36+
<Extensions>
37+
<code_completion />
38+
<envvars />
39+
<debugger />
40+
</Extensions>
41+
</Project>
42+
</CodeBlocks_project_file>

课程设计课程表.depend

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# depslib dependency file v1.0
2+
1483433342 source:c:\users\lenovo\desktop\�γ���ƿγ̱�\main.cpp
3+
<stdio.h>
4+
<string>
5+
<iostream>
6+
<stdlib.h>
7+
<stack>
8+
<queue>
9+
<windows.h>
10+
<list>
11+
<time.h>
12+
<math.h>
13+
<cstring>
14+
15+
1575532785 source:d:\baidunetdiskdownload\�γ���ƿγ̱�\main.cpp
16+
<stdio.h>
17+
<string>
18+
<iostream>
19+
<stdlib.h>
20+
<stack>
21+
<queue>
22+
<windows.h>
23+
<list>
24+
<time.h>
25+
<math.h>
26+
<cstring>
27+

课程设计课程表.layout

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
<CodeBlocks_layout_file>
3+
<FileVersion major="1" minor="0" />
4+
<ActiveTarget name="Debug" />
5+
<File name="main.cpp" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="1" zoom_2="0">
6+
<Cursor>
7+
<Cursor1 position="58" topLine="0" />
8+
</Cursor>
9+
</File>
10+
</CodeBlocks_layout_file>

课表.txt

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
|-----------------------------------------------------------------------------|
2+
| |
3+
| ���ӿα� |
4+
| |
5+
|-----------------------------------------------------------------------------|
6+
*����*
7+
��һ�� �ڶ��� ������ ���Ľ�
8+
9+
-----------------------------------------------------------------------------
10+
11+
��һ ��ѧ Ӣ��
12+
13+
�ܶ�
14+
15+
���� ��ѧ Ӣ��
16+
17+
����
18+
19+
���� ����
20+
21+
------------------------------------------------------------------------------
22+
*˫��*
23+
��һ�� �ڶ��� ������ ���Ľ�
24+
25+
-----------------------------------------------------------------------------
26+
27+
��һ ��ѧ Ӣ��
28+
29+
�ܶ�
30+
31+
���� ��ѧ Ӣ��
32+
33+
����
34+
35+
���� ����
36+
37+
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)