Skip to content

Commit 1a568d1

Browse files
committed
Implement Program2
1 parent 902b0d3 commit 1a568d1

9 files changed

+474
-1
lines changed

ArgSort/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ int main()
2121
});
2222

2323
for (auto v : indices)
24-
std::cout << v << " ";
24+
std::cout << v << " "; //4, 1, 0, 2, 3
2525
std::cout << std::endl;
2626

2727
while (true)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
2 4 1
2+
0 0 2 148 214
3+
0 0 2 186 214
4+
0 0 2 179 250
5+
0 0 2 139 250
6+
0 0 2 2.70287 0.0199571 -0.0832526 -0.125519 -0.00626915 0.307689
7+
0 0 3 228 213
8+
0 0 3 267 212
9+
0 0 3 263 250
10+
0 0 3 222 249
11+
0 0 3 2.7149 0.0320224 -0.141802 -0.0587661 -0.00691248 0.300709
12+
0 0 0 136 260
13+
0 0 0 177 260
14+
0 0 0 169 301
15+
0 0 0 126 300
16+
0 0 0 2.6968 0.0218872 -0.0521931 -0.125953 0.0301815 0.288628
17+
0 0 1 222 259
18+
0 0 1 263 260
19+
0 0 1 259 301
20+
0 0 1 215 301
21+
0 0 1 2.70407 0.0288285 -0.113257 -0.0592367 0.0296323 0.283432
22+
0 1 3 320 233
23+
0 1 3 360 233
24+
0 1 3 361 269
25+
0 1 3 319 269
26+
0 1 3 2.62632 0.0189376 -0.0777901 0.0172383 0.00563444 0.300905
27+
0 1 2 402 233
28+
0 1 2 443 232
29+
0 1 2 448 269
30+
0 1 2 406 269
31+
0 1 2 2.66165 0.00295325 -0.0963965 0.0838094 0.00547895 0.302003
32+
0 1 1 319 279
33+
0 1 1 362 279
34+
0 1 1 363 320
35+
0 1 1 318 319
36+
0 1 1 2.58198 0.0242173 -0.0730441 0.016444 0.0403784 0.28074
37+
0 1 0 407 278
38+
0 1 0 449 278
39+
0 1 0 456 320
40+
0 1 0 411 320
41+
0 1 0 2.69226 0.000856634 0.00154872 0.0828815 0.0405345 0.282607
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
4
2+
2 0 0 0
3+
4 0.056 0 0
4+
8 0 0.04 0
5+
23 0.056 0.04 0

Common/Image/IR/0/819612072493.png

125 KB
Loading

Common/Image/IR/0/825312072048.png

113 KB
Loading
+124
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|Win32">
5+
<Configuration>Debug</Configuration>
6+
<Platform>Win32</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Release|Win32">
9+
<Configuration>Release</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Debug|x64">
13+
<Configuration>Debug</Configuration>
14+
<Platform>x64</Platform>
15+
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Release|x64">
17+
<Configuration>Release</Configuration>
18+
<Platform>x64</Platform>
19+
</ProjectConfiguration>
20+
</ItemGroup>
21+
<PropertyGroup Label="Globals">
22+
<VCProjectVersion>15.0</VCProjectVersion>
23+
<ProjectGuid>{270CC640-7953-42DD-951F-B2CDC39BDB48}</ProjectGuid>
24+
<RootNamespace>GetCorrespondence</RootNamespace>
25+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
26+
</PropertyGroup>
27+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29+
<ConfigurationType>Application</ConfigurationType>
30+
<UseDebugLibraries>true</UseDebugLibraries>
31+
<PlatformToolset>v141</PlatformToolset>
32+
<CharacterSet>MultiByte</CharacterSet>
33+
</PropertyGroup>
34+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35+
<ConfigurationType>Application</ConfigurationType>
36+
<UseDebugLibraries>false</UseDebugLibraries>
37+
<PlatformToolset>v141</PlatformToolset>
38+
<WholeProgramOptimization>true</WholeProgramOptimization>
39+
<CharacterSet>MultiByte</CharacterSet>
40+
</PropertyGroup>
41+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42+
<ConfigurationType>Application</ConfigurationType>
43+
<UseDebugLibraries>true</UseDebugLibraries>
44+
<PlatformToolset>v141</PlatformToolset>
45+
<CharacterSet>MultiByte</CharacterSet>
46+
</PropertyGroup>
47+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48+
<ConfigurationType>Application</ConfigurationType>
49+
<UseDebugLibraries>false</UseDebugLibraries>
50+
<PlatformToolset>v141</PlatformToolset>
51+
<WholeProgramOptimization>true</WholeProgramOptimization>
52+
<CharacterSet>MultiByte</CharacterSet>
53+
</PropertyGroup>
54+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55+
<ImportGroup Label="ExtensionSettings">
56+
</ImportGroup>
57+
<ImportGroup Label="Shared">
58+
</ImportGroup>
59+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
60+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61+
</ImportGroup>
62+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64+
</ImportGroup>
65+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
66+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67+
<Import Project="..\RSCalibration\PropertySheet.props" />
68+
</ImportGroup>
69+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
70+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71+
</ImportGroup>
72+
<PropertyGroup Label="UserMacros" />
73+
<PropertyGroup />
74+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75+
<ClCompile>
76+
<WarningLevel>Level3</WarningLevel>
77+
<Optimization>Disabled</Optimization>
78+
<SDLCheck>true</SDLCheck>
79+
<ConformanceMode>true</ConformanceMode>
80+
</ClCompile>
81+
</ItemDefinitionGroup>
82+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
83+
<ClCompile>
84+
<WarningLevel>Level3</WarningLevel>
85+
<Optimization>Disabled</Optimization>
86+
<SDLCheck>true</SDLCheck>
87+
<ConformanceMode>true</ConformanceMode>
88+
</ClCompile>
89+
</ItemDefinitionGroup>
90+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
91+
<ClCompile>
92+
<WarningLevel>Level3</WarningLevel>
93+
<Optimization>MaxSpeed</Optimization>
94+
<FunctionLevelLinking>true</FunctionLevelLinking>
95+
<IntrinsicFunctions>true</IntrinsicFunctions>
96+
<SDLCheck>true</SDLCheck>
97+
<ConformanceMode>true</ConformanceMode>
98+
</ClCompile>
99+
<Link>
100+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
101+
<OptimizeReferences>true</OptimizeReferences>
102+
</Link>
103+
</ItemDefinitionGroup>
104+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
105+
<ClCompile>
106+
<WarningLevel>Level3</WarningLevel>
107+
<Optimization>MaxSpeed</Optimization>
108+
<FunctionLevelLinking>true</FunctionLevelLinking>
109+
<IntrinsicFunctions>true</IntrinsicFunctions>
110+
<SDLCheck>true</SDLCheck>
111+
<ConformanceMode>true</ConformanceMode>
112+
</ClCompile>
113+
<Link>
114+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
115+
<OptimizeReferences>true</OptimizeReferences>
116+
</Link>
117+
</ItemDefinitionGroup>
118+
<ItemGroup>
119+
<ClCompile Include="correspondence.cpp" />
120+
</ItemGroup>
121+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
122+
<ImportGroup Label="ExtensionTargets">
123+
</ImportGroup>
124+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Filter Include="ソース ファイル">
5+
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6+
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7+
</Filter>
8+
<Filter Include="ヘッダー ファイル">
9+
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
10+
<Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions>
11+
</Filter>
12+
<Filter Include="リソース ファイル">
13+
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
14+
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
15+
</Filter>
16+
</ItemGroup>
17+
<ItemGroup>
18+
<ClCompile Include="correspondence.cpp">
19+
<Filter>ソース ファイル</Filter>
20+
</ClCompile>
21+
</ItemGroup>
22+
</Project>

0 commit comments

Comments
 (0)