Click here to Skip to main content
15,896,154 members
Articles / Artificial Intelligence

C++ Fuzzy Logic API + Simple DSL

Rate me:
Please Sign up or sign in to vote.
4.59/5 (11 votes)
18 Jan 2012CPOL8 min read 56.3K   1.7K   35  
Fuzzy Logic API and Fuzzy Logic DSL implemented with C++.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FuzzyLogic", "FuzzyLogic\FuzzyLogic.vcproj", "{D738C2D9-9855-4B09-B801-14AD4CBD35DF}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{D738C2D9-9855-4B09-B801-14AD4CBD35DF}.Debug|Win32.ActiveCfg = Debug|Win32
		{D738C2D9-9855-4B09-B801-14AD4CBD35DF}.Debug|Win32.Build.0 = Debug|Win32
		{D738C2D9-9855-4B09-B801-14AD4CBD35DF}.Release|Win32.ActiveCfg = Release|Win32
		{D738C2D9-9855-4B09-B801-14AD4CBD35DF}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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
Team Leader
Slovenia Slovenia
Hey, if you like my content fell more than welcome to contact me on LinkedIn or send me an email to saso.madaric@gmail.com

http://www.linkedin.com/pub/saso-madaric/72/372/b1a

Passionate Team Leader with purpose to keep his team happy and Senior Java Developer who started his first professional software development job at age 20. An enthusiastic believer that technical knowledge is not enough for successfully delivered project - without understanding business domain in detail, project quickly becomes unsuccessful.

Comments and Discussions