Click here to Skip to main content
15,884,298 members
Articles / Programming Languages / C#

Fuzzy Logic Dot Net Sample

Rate me:
Please Sign up or sign in to vote.
4.58/5 (28 votes)
5 Dec 200513 min read 157.4K   6.4K   82  
A Fuzzy Logic Library in C#
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fuzzy Dot Net Sample", "Fuzzy Dot Net Sample\Fuzzy Dot Net Sample.csproj", "{BFC61D89-729E-4E54-9108-3F43F3F09C5E}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FuzzyGraphic", "FuzzyGraphic\FuzzyGraphic.csproj", "{0993812C-E183-4AF2-B57E-BF4138CDED3B}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fuzzy Logic Library", "Fuzzy Logic Library\Fuzzy Logic Library.csproj", "{7A8DA3AE-E6F8-4D37-A571-72CFDA61B99E}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{BFC61D89-729E-4E54-9108-3F43F3F09C5E}.Debug.ActiveCfg = Debug|.NET
		{BFC61D89-729E-4E54-9108-3F43F3F09C5E}.Debug.Build.0 = Debug|.NET
		{BFC61D89-729E-4E54-9108-3F43F3F09C5E}.Release.ActiveCfg = Release|.NET
		{BFC61D89-729E-4E54-9108-3F43F3F09C5E}.Release.Build.0 = Release|.NET
		{0993812C-E183-4AF2-B57E-BF4138CDED3B}.Debug.ActiveCfg = Debug|.NET
		{0993812C-E183-4AF2-B57E-BF4138CDED3B}.Debug.Build.0 = Debug|.NET
		{0993812C-E183-4AF2-B57E-BF4138CDED3B}.Release.ActiveCfg = Release|.NET
		{0993812C-E183-4AF2-B57E-BF4138CDED3B}.Release.Build.0 = Release|.NET
		{7A8DA3AE-E6F8-4D37-A571-72CFDA61B99E}.Debug.ActiveCfg = Debug|.NET
		{7A8DA3AE-E6F8-4D37-A571-72CFDA61B99E}.Debug.Build.0 = Debug|.NET
		{7A8DA3AE-E6F8-4D37-A571-72CFDA61B99E}.Release.ActiveCfg = Release|.NET
		{7A8DA3AE-E6F8-4D37-A571-72CFDA61B99E}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(SolutionItems) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions