数据库及专家系统在材料科学与工程中的应用
2022-06-05 15:03:37 3.11MB 文档资料 数据库 database
C# 人工智能课程设计 用C#实现,人工智能的应用
2022-05-30 12:41:50 82KB C# 人工智能课程设计
1
学习笔记摘录:专家系统的开发工具,准备选用GNU Prolog, CLIPS, PyCLIPS, EreSye。其实,这4个工具分属2类语言,第一个是逻辑编程的Prolog,其他3个是函数编程的LISP。 它们都是比较冷门的语言工具。LISP类的那3个比较陌生,还需努力学习掌握。
2022-05-30 12:32:04 25KB Prolog 专家系统
1
用C++建造专家系统,网上下载的原版教程。
2022-05-23 20:46:22 4.04MB C++ 建造 专家系统 教程
1
database xpositive(symbol,symbol) xnegative(symbol,symbol) predicates run plant_is(symbol) it_is(symbol) positive(symbol,symbol) negative(symbol,symbol) clear_facts remember(symbol,symbol,symbol) ask(symbol,symbol) goal run. clauses run:- plant_is(X),!, write("\nYour plant may be a(n) ",X), nl,nl,clear_facts. run:- write("\nUnable to determine what"), write(" your plant is. \n\n"),clear_facts. positive(X,Y) if xpositive(X,Y),!. positive(X,Y) if not(negative(X,Y)),! and ask(X,Y). negative(X,Y) if xnegative(X,Y),!. ask(X,Y):- write(X," it ",Y,"?\n"), readln(Reply), remember(X,Y,Reply). remember(X,Y,y):- asserta(xpositive(X,Y)). remember(X,Y,n):- asserta(xnegative(X,Y)), fail. clear_facts:- retract(xpositive(_,_)),fail. clear_facts:- retract(xnegative(_,_)),fail. clear_facts:- write("\n\nPlease press the space bar to Exit"), readchar(_). plant_is(chrysanthemum) if it_is(ornamental)and positive(has,colorful_flowers). plant_is(rose) if it_is(ornamental) and positive(has,sting)and positive(does,defoliate). plant_is(cacti) if it_is(ornamental)and it_is(food)and positive(has,lanceolar_leaf). plant_is(apple) if it_is(wood) and it_is(food)and not(positive(has,nice_flower))and positive(does,defoliate). plant_is(peach) if it_is(wood) and it_is(food)and positive(has,nice_flower)and positive(does,defoliate). plant_is(aloe) if it_is(ornamental) and it_is(food)and positive(has,succulent_leaf). plant_is(pea) if it_is(ornamental) and it_is(food). plant_is(pinee) if it_is(wood) and positive(had,big_body)and positive(has,lanceolar_leaf). it_is(ornamental) if it_is(herbage) and positive(has,nice_flower). it_is(herbage) if positive(is,herb). it_is(wood) if positive(is,perennial). it_is(wood) if positive(is,woody). it_is(food) if positive(is,food). it_is(herbage) if positive(is,annual).
2022-05-23 15:06:09 3KB 植物专家系统
1
专家系统PROLOG程序设计
超星号:10940179
2022-05-23 14:11:21 1.11MB PROLOG 专家系统
1
基于专家系统的迭代学习控制设计,陶阿嵘,,针对PID型迭代学习控制算法中学习增益选取的优化问题,提出了基于专家系统的迭代学习控制设计。该算法将专家系统用于PID控制参数整
2022-05-21 18:12:31 172KB PID型迭代学习控制
1
介绍了利用人工神经网络建立深熔激光焊焊缝形状模型和基于人工神经网络的混合专家系统模型。以Nd:YAG激光焊接Monel 400的实例介绍了应用ANN模型研究激光焊接规范参数和焊缝形状的关系,并提出了基于ANN的焊接规范参数优化方法。结果显示,模型具有很好性能。
2022-05-19 17:29:52 1.17MB 深熔激光 人工神经 专家系统
1
对专家系统和用于实现专家系统的Prolog语言及其编译环境Visual Prolog作了简述。并应用Prolog语言实现了注射成型过程工艺参数设置的专家系统ES-IMPPS (InjectionMolding Process Parameters’Setting),并将此专家系统在Visual Prolog中运行,通过设计的实例表明:用Prolt)g语言编写的此专家系统,符合注塑过程工艺参数的设定要求,而且运行速度快,程序容易理解。
2022-05-19 16:34:15 339KB 自然科学 论文
1
毕业设计论文-源码-PB糖尿病专家系统(设计源码).zip
2022-05-17 17:02:55 1.59MB 源码软件