将 CLIPS 与用户界面集成

发布于 2024-10-16 09:37:51 字数 165 浏览 2 评论 0原文

我正在使用基于规则的系统 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

意中人 2024-10-23 09:37:51

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.

请别遗忘我 2024-10-23 09:37:51

我创建了一些示例,演示如何将本机 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文