65.9K
CodeProject 正在变化。 阅读更多。
Home

Amzi! Prolog + Logic Server ASP.NET 包装类

starIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIconemptyStarIcon

1.20/5 (5投票s)

2004 年 2 月 24 日

viewsIcon

41946

downloadIcon

1277

用于构建基于规则的专家系统的 Amzi! Prolog + Logic Server 的 C++ ASP.NET 接口

Sample Image - logo_small.gif

引言

该 .NET 类封装了 Amzi! Logic Server,供 .NET 应用程序和 applet 使用。它包括

  • 一个封装了 Logic Server 引擎的 .NET 类包
  • 与 Logic Server API 函数对应的函数
  • 使用 .NET 的异常处理机制处理 API 错误,以及
  • .NET 风格的方法接口。

此外,您可以扩展 .NET 类,允许 Prolog 调用 .NET 代码中的方法。

该类对于从 .NET 应用程序调用 Amzi! 以实现智能逻辑库非常有用。它对其他包装器开发者也可能有用,因为它演示了在现有的 Windows DLL 上编写包装器类。

您可以从 www.amzi.com/download 下载 Amzi! Prolog + Logic Server。文档可在 www.amzi.com/manuals/amzi7/amzidoc.htm 处获取。

© . All rights reserved.