Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 VB.net 2010 制作专家系统 我已经在 CLIPS.NET 中下载了 Mommosoft.ExpertSystem.dll 假设我已经使用 CLIPS 制作了基于知识的文件,如何将其集成到 VB.NET?
在 Visual Studio 中,您右键单击解决方案文件 > 单击添加引用 > 添加 Mommosoft.ExpertSystem.dll
然后在您的 VB.Net 项目中,您将能够调用 DLL 中的方法,例如
Mommosoft.ExpertSystem.DoSomething()