将 CLIPS 与用户界面集成
我正在使用基于规则的系统 CLIPS 开发一个项目。我还需要为我的项目开发一个好的 GUI。哪些语言可以与 CLIPS 集成? .NET 可以集成吗?请建议可以与CLIPS引擎集成的语言。
I am developing a project using CLIPS, the rules based system. I need to develop a good GUI as well for my project. Which language can be integrated with CLIPS? Can .NET be intergrated? Please suggest the languages which can be intergrated with the CLIPS engine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
CLIPS 提供了一个 C 语言库,任何可以使用 C 库的语言都可以使用该库。
CLIPS的FAQ页面有这样的内容:
http://clipsrules.sourceforge.net/FAQ.html#Q8
Clips .NET Lib 集成了 .NET 和 CLIPS。该库随源代码一起分发。
CLIPS provides a library in C that can be used by any language that can work with C libraries.
In the FAQ page of CLIPS there is this:
http://clipsrules.sourceforge.net/FAQ.html#Q8
The Clips .NET Lib integrates .NET and CLIPS. This library is distributed with source code.
我创建了一些示例,演示如何将本机 CLIPS 代码周围的 .NET 公共语言运行时包装器与 Windows Forms 和 Windows Presentation Foundation 项目集成。信息可在此处获取:http://clipsrules.sourceforge.net/CLIPSNETBeta.html
I've created some examples which demonstrate how to integrate a .NET Common Language Runtime wrapper around the native CLIPS code with Windows Forms and Windows Presentation Foundation projects. Information is available here: http://clipsrules.sourceforge.net/CLIPSNETBeta.html