Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joop23 committed Jan 25, 2017
0 parents commit ee77be7
Show file tree
Hide file tree
Showing 44 changed files with 5,306 additions and 0 deletions.
Binary file added .vs/CS_2C/v14/.suo
Binary file not shown.
Binary file added CS_2C.VC.db
Binary file not shown.
28 changes: 28 additions & 0 deletions CS_2C.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CS_2C", "CS_2C\CS_2C.vcxproj", "{B08C8337-5D5D-4B21-9BA5-6C76427409D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B08C8337-5D5D-4B21-9BA5-6C76427409D6}.Debug|x64.ActiveCfg = Debug|x64
{B08C8337-5D5D-4B21-9BA5-6C76427409D6}.Debug|x64.Build.0 = Debug|x64
{B08C8337-5D5D-4B21-9BA5-6C76427409D6}.Debug|x86.ActiveCfg = Debug|Win32
{B08C8337-5D5D-4B21-9BA5-6C76427409D6}.Debug|x86.Build.0 = Debug|Win32
{B08C8337-5D5D-4B21-9BA5-6C76427409D6}.Release|x64.ActiveCfg = Release|x64
{B08C8337-5D5D-4B21-9BA5-6C76427409D6}.Release|x64.Build.0 = Release|x64
{B08C8337-5D5D-4B21-9BA5-6C76427409D6}.Release|x86.ActiveCfg = Release|Win32
{B08C8337-5D5D-4B21-9BA5-6C76427409D6}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
173 changes: 173 additions & 0 deletions CS_2C/CS_2C.vcxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="EBookEntry.cpp" />
<ClCompile Include="iTunes.cpp" />
<ClCompile Include="Sparse.cpp" />
<ClCompile Include="StarNearEarth.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="EBookEntry.h" />
<ClInclude Include="FHavlTree.h" />
<ClInclude Include="FHbinHeap.h" />
<ClInclude Include="FHgraph.h" />
<ClInclude Include="FHhashQP.h" />
<ClInclude Include="FHhashSC.h" />
<ClInclude Include="FHkruskal.h" />
<ClInclude Include="FHlist.h" />
<ClInclude Include="FHsearch_tree.h" />
<ClInclude Include="FHsort.h" />
<ClInclude Include="FHthreadedBST.h" />
<ClInclude Include="FHtree.h" />
<ClInclude Include="FHvector.h" />
<ClInclude Include="Foothill_Sort.h" />
<ClInclude Include="iTunes.h" />
<ClInclude Include="StarNearEarth.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{B08C8337-5D5D-4B21-9BA5-6C76427409D6}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>CS_2C</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeaderFile />
<PrecompiledHeaderOutputFile />
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
81 changes: 81 additions & 0 deletions CS_2C/CS_2C.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
<Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions>
</Filter>
<Filter Include="Resource Files">
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="EBookEntry.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="iTunes.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="StarNearEarth.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="Sparse.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="EBookEntry.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="FHavlTree.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="FHbinHeap.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="FHgraph.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="FHhashQP.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="FHhashSC.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="FHkruskal.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="FHlist.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="FHsearch_tree.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="FHsort.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="FHthreadedBST.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="FHtree.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="FHvector.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Foothill_Sort.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="iTunes.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="StarNearEarth.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
15 changes: 15 additions & 0 deletions CS_2C/Debug/CS_2C.Build.CppClean.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
c:\users\admin\documents\cs_2c\cs_2c\debug\vc140.pdb
c:\users\admin\documents\cs_2c\cs_2c\debug\vc140.idb
c:\users\admin\documents\cs_2c\cs_2c\debug\ebookentry.obj
c:\users\admin\documents\cs_2c\cs_2c\debug\itunes.obj
c:\users\admin\documents\cs_2c\cs_2c\debug\sparse.obj
c:\users\admin\documents\cs_2c\cs_2c\debug\starnearearth.obj
c:\users\admin\documents\cs_2c\debug\cs_2c.ilk
c:\users\admin\documents\cs_2c\debug\cs_2c.exe
c:\users\admin\documents\cs_2c\debug\cs_2c.pdb
c:\users\admin\documents\cs_2c\cs_2c\debug\cs_2c.tlog\cl.command.1.tlog
c:\users\admin\documents\cs_2c\cs_2c\debug\cs_2c.tlog\cl.read.1.tlog
c:\users\admin\documents\cs_2c\cs_2c\debug\cs_2c.tlog\cl.write.1.tlog
c:\users\admin\documents\cs_2c\cs_2c\debug\cs_2c.tlog\link.command.1.tlog
c:\users\admin\documents\cs_2c\cs_2c\debug\cs_2c.tlog\link.read.1.tlog
c:\users\admin\documents\cs_2c\cs_2c\debug\cs_2c.tlog\link.write.1.tlog
2 changes: 2 additions & 0 deletions CS_2C/Debug/CS_2C.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
 Sparse.cpp
CS_2C.vcxproj -> C:\Users\Admin\documents\CS_2C\Debug\CS_2C.exe
Binary file added CS_2C/Debug/CS_2C.tlog/CL.command.1.tlog
Binary file not shown.
Binary file added CS_2C/Debug/CS_2C.tlog/CL.read.1.tlog
Binary file not shown.
Binary file added CS_2C/Debug/CS_2C.tlog/CL.write.1.tlog
Binary file not shown.
2 changes: 2 additions & 0 deletions CS_2C/Debug/CS_2C.tlog/CS_2C.lastbuildstate
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#TargetFrameworkVersion=v4.0:PlatformToolSet=v140:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=8.1
Debug|Win32|C:\Users\Admin\documents\CS_2C\|
Binary file added CS_2C/Debug/CS_2C.tlog/link.command.1.tlog
Binary file not shown.
Binary file added CS_2C/Debug/CS_2C.tlog/link.read.1.tlog
Binary file not shown.
Binary file added CS_2C/Debug/CS_2C.tlog/link.write.1.tlog
Binary file not shown.
Binary file added CS_2C/Debug/EBookEntry.obj
Binary file not shown.
Binary file added CS_2C/Debug/Sparse.obj
Binary file not shown.
Binary file added CS_2C/Debug/StarNearEarth.obj
Binary file not shown.
Binary file added CS_2C/Debug/iTunes.obj
Binary file not shown.
Binary file added CS_2C/Debug/vc140.idb
Binary file not shown.
Binary file added CS_2C/Debug/vc140.pdb
Binary file not shown.
Loading

0 comments on commit ee77be7

Please sign in to comment.