Skip to content

Commit 02e97ec

Browse files
committed
加入WM Fuzzy演算法
1 parent 7009215 commit 02e97ec

36 files changed

+220938
-0
lines changed

WM_Fuzzy/WM_Fuzzy.sln

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WM_Fuzzy", "WM_Fuzzy\WM_Fuzzy.csproj", "{F9F38C2A-C042-408C-8509-F2BBB279C4C3}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{F9F38C2A-C042-408C-8509-F2BBB279C4C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{F9F38C2A-C042-408C-8509-F2BBB279C4C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{F9F38C2A-C042-408C-8509-F2BBB279C4C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{F9F38C2A-C042-408C-8509-F2BBB279C4C3}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal

WM_Fuzzy/WM_Fuzzy/App.config

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+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
5+
</startup>
6+
</configuration>

WM_Fuzzy/WM_Fuzzy/Form1.Designer.cs

Lines changed: 341 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)