Skip to content

Commit 4ce15e9

Browse files
committed
增加代码
1 parent f9fa33d commit 4ce15e9

File tree

78 files changed

+392
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+392
-86
lines changed

codes/BK1_c3_19-20/BK1_c3_19-20.sdf

192 KB
Binary file not shown.
7.5 KB
Binary file not shown.

codes/BK1_c3_19-20/BK1_c3_19-20/BK1_c3_19-20.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
</Link>
7777
</ItemDefinitionGroup>
7878
<ItemGroup>
79-
<ClCompile Include="main.cpp" />
79+
<ClCompile Include="main_stack.cpp" />
80+
<ClCompile Include="main_vector.cpp" />
8081
</ItemGroup>
8182
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
8283
<ImportGroup Label="ExtensionTargets">

codes/BK1_c3_19-20/BK1_c3_19-20/BK1_c3_19-20.vcxproj.filters

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
</Filter>
1616
</ItemGroup>
1717
<ItemGroup>
18-
<ClCompile Include="main.cpp">
18+
<ClCompile Include="main_vector.cpp">
19+
<Filter>源文件</Filter>
20+
</ClCompile>
21+
<ClCompile Include="main_stack.cpp">
1922
<Filter>源文件</Filter>
2023
</ClCompile>
2124
</ItemGroup>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
4+
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
5+
</PropertyGroup>
6+
</Project>
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
C:\USERS\JING\DESKTOP\计算机\CODES\BK1_C3_19-20\BK1_C3_19-20\DEBUG\VC110.PDB
2+
C:\USERS\JING\DESKTOP\计算机\CODES\BK1_C3_19-20\BK1_C3_19-20\DEBUG\MAIN.OBJ
3+
C:\USERS\JING\DESKTOP\计算机\CODES\BK1_C3_19-20\BK1_C3_19-20\DEBUG\MAIN_VECTOR.OBJ
4+
C:\USERS\JING\DESKTOP\计算机\CODES\BK1_C3_19-20\BK1_C3_19-20\DEBUG\MAIN_STACK.OBJ
5+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\main.obj
6+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\main_stack.obj
7+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\main_vector.obj
8+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\cl.command.1.tlog
9+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\CL.read.1.tlog
10+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\CL.write.1.tlog
11+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link-cvtres.read.1.tlog
12+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link-cvtres.write.1.tlog
13+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link-rc.read.1.tlog
14+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link-rc.write.1.tlog
15+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.5800-cvtres.read.1.tlog
16+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.5800-cvtres.write.1.tlog
17+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.5800-rc.read.1.tlog
18+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.5800-rc.write.1.tlog
19+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.5800.read.1.tlog
20+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.5800.write.1.tlog
21+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.9668-cvtres.read.1.tlog
22+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.9668-cvtres.write.1.tlog
23+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.9668-rc.read.1.tlog
24+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.9668-rc.write.1.tlog
25+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.9668.read.1.tlog
26+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.9668.write.1.tlog
27+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.command.1.tlog
28+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.read.1.tlog
29+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\link.write.1.tlog
30+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\vc110.idb
31+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\Debug\vc110.pdb
32+
C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\Debug\BK1_c3_19-20.pdb
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
生成启动时间为 2015/6/10 23:41:35
1+
生成启动时间为 2015/6/12 10:38:03
22
1>项目“C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\BK1_c3_19-20\BK1_c3_19-20.vcxproj”在节点 2 上(Build 个目标)。
33
1>InitializeBuildStatus:
44
正在对“Debug\BK1_c3_19-20.unsuccessfulbuild”执行 Touch 任务。
55
ClCompile:
6-
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:prompt main.cpp
7-
main.cpp
6+
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc110.pdb" /Gd /TP /analyze- /errorReport:prompt main_stack.cpp
7+
main_stack.cpp
8+
1>c:\users\jing\desktop\计算机\codes\bk1_c3_19-20\bk1_c3_19-20\main_stack.cpp(110): warning C4244: “初始化”: 从“double”转换到“float”,可能丢失数据
9+
1>c:\users\jing\desktop\计算机\codes\bk1_c3_19-20\bk1_c3_19-20\main_stack.cpp(113): warning C4244: “初始化”: 从“double”转换到“float”,可能丢失数据
810
Link:
9-
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\Debug\BK1_c3_19-20.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\Debug\BK1_c3_19-20.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\Debug\BK1_c3_19-20.lib" /MACHINE:X86 Debug\main.obj
11+
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\Debug\BK1_c3_19-20.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\Debug\BK1_c3_19-20.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\Debug\BK1_c3_19-20.lib" /MACHINE:X86 Debug\main_stack.obj
12+
Debug\main_vector.obj
1013
BK1_c3_19-20.vcxproj -> C:\Users\Jing\Desktop\计算机\codes\BK1_c3_19-20\Debug\BK1_c3_19-20.exe
1114
FinalizeBuildStatus:
1215
正在删除文件“Debug\BK1_c3_19-20.unsuccessfulbuild”。
@@ -15,4 +18,4 @@
1518

1619
生成成功。
1720

18-
已用时间 00:00:04.90
21+
已用时间 00:00:02.75
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
��
Binary file not shown.
Binary file not shown.
Binary file not shown.
-382 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

codes/BK1_c3_19-20/BK1_c3_19-20/main.cpp

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)