用于CLIPS专家系统的CLIPSNet GUI [英] CLIPSNet GUI for CLIPS expert system

查看:130
本文介绍了用于CLIPS专家系统的CLIPSNet GUI的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我是waqar ahmad计算机科学系的学生.我正在研究一种使用CLIPS诊断眼疾的专家系统,我将其作为我的最后一个项目.
现在,对于GUI(图形用户界面),我搜索了许多与此相关的材料,但我发现CLIPSNet是适合我的项目的最佳DLL,但是我希望基于Windows的GUI而不是基于控制台或基于命令提示符的GUI.
您是否拥有有关带有Windows应用程序的CLIPS Expert System的GUI的信息.我具有C语言编程语言.NET技术的专业知识
最好的问候
WAQAR AHMAD.

Hi
I am waqar ahmad student of computer science. I am working on, "AN EXPERT SYSTEM FOR DIAGNOSING EYE DISEASES USING CLIPS, I choose this as my final year project.
And now for GUI (graphical user interface) i search many material regarding to this but I found CLIPSNet the best DLL for my project, but I wanna windows based GUI for this not console base or command prompt based GUI.
Do u have and information about GUI for CLIPS expert system with windows applications. I have expertise in C shapr programming language .NET technologies
Best regards
WAQAR AHMAD.

推荐答案

如果关注点分离,每个人都可以吗?不要将两种不同的问题混在一起.

希望您在谈论CLIPS.NET, http://clips.codeplex.com/ [
其余部分是UI.但是CLIPS是用于构建专家系统的软件工具(
http://en.wikipedia.org/wiki/CLIPS [ ^ ], ^ ]).此主题与UI无关.

这意味着您可以使用任何喜欢的UI库.可以是WPF或System.Windows.Forms,因为这些库已经足够好并且可以作为.NET的一部分使用.另外,System.Windows.Forms在Mono中具有非常兼容的实现( http://en.wikipedia.org/wiki/Mono_ %28software%29 [ ^ ] , http://www.mono-project.com/ [
Ever head if separation of concerns? Don''t mix two different kinds of issues together.

I hope you''re talking about CLIPS.NET, http://clips.codeplex.com/[^].
If this is what you want to use in your .NET projects, your main problem "how to use CLIPS in .NET" is already solved.

The remaining part is UI. But CLIPS is a software tool for building expert systems (http://en.wikipedia.org/wiki/CLIPS[^], http://en.wikipedia.org/wiki/Expert_systems[^]). This topic has nothing to do with UI.

It means you can use any UI library you like. It could be WPF or System.Windows.Forms as these libraries are good enough and readily available being part of .NET. Also, System.Windows.Forms has a very compatible implementation in Mono (http://en.wikipedia.org/wiki/Mono_%28software%29[^], http://www.mono-project.com/[^]) and can be used in many platforms, not just Windows. Finally, you can find 3-rd party cross-platform libraries for .NET such as those based on GTK, Qt and more.

Pick one which better suit your needs. I hardly can advice you on particular selection of the UI library as your requirements are totally unknown to me. Most likely you will need to choose between WPF or System.Windows.Forms. (You can also combine these two by either hosting a Forms controls in WPF application or WPF controls in Forms application, but better avoid it.)

—SA


这篇关于用于CLIPS专家系统的CLIPSNet GUI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆