-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Wonse Jo
committed
Nov 30, 2017
1 parent
bf9218c
commit 2049acb
Showing
35 changed files
with
1,518 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+55 KB
...ware/object classification by sound with k-nn algorithm/.vs/SmartCane_Monitoring/v14/.suo
Binary file not shown.
22 changes: 22 additions & 0 deletions
22
Software/object classification by sound with k-nn algorithm/SmartCane_Monitoring.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 14 | ||
VisualStudioVersion = 14.0.25420.1 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartCane_Monitoring", "SmartCane_Monitoring\SmartCane_Monitoring.csproj", "{7B3019F8-AA04-4263-B396-2EC263BE2BE2}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{7B3019F8-AA04-4263-B396-2EC263BE2BE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{7B3019F8-AA04-4263-B396-2EC263BE2BE2}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{7B3019F8-AA04-4263-B396-2EC263BE2BE2}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{7B3019F8-AA04-4263-B396-2EC263BE2BE2}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
6 changes: 6 additions & 0 deletions
6
Software/object classification by sound with k-nn algorithm/SmartCane_Monitoring/App.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" /> | ||
</startup> | ||
</configuration> |
238 changes: 238 additions & 0 deletions
238
...object classification by sound with k-nn algorithm/SmartCane_Monitoring/Form1.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.