Click here to Skip to main content
15,895,192 members
Articles / Desktop Programming / Win32

Introduction to C# and Fuzzy Logic

Rate me:
Please Sign up or sign in to vote.
3.00/5 (18 votes)
2 Feb 2008CPOL3 min read 146.5K   5.3K   40  
This article gives a brief introduction to the basic technology of rule based fuzzy logic systems using a container crane control example
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsApplication3", "WindowsApplication3.csproj", "{2125DC64-6958-49FB-B6F1-31718DCFA9E2}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{2125DC64-6958-49FB-B6F1-31718DCFA9E2}.Debug.ActiveCfg = Debug|.NET
		{2125DC64-6958-49FB-B6F1-31718DCFA9E2}.Debug.Build.0 = Debug|.NET
		{2125DC64-6958-49FB-B6F1-31718DCFA9E2}.Release.ActiveCfg = Release|.NET
		{2125DC64-6958-49FB-B6F1-31718DCFA9E2}.Release.Build.0 = Release|.NET
	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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Other
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions