基本信息
源码名称:基于产生式的动物识别专家系统
源码大小:0.04M
文件格式:.zip
开发语言:Python
更新时间:2020-07-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

基于产生式的动物专家识别系统,实现了可视化功能,基本的增加规则功能。 直接打开myanimal.py 即可,必须导入一些库。

idea

├── MAIN.py
├── MAIN.ui
├── RD.txt
├── __pycache__
│   ├── MAIN.cpython-37.pyc
│   ├── alert.cpython-37.pyc
│   └── bye.cpython-37.pyc
├── alert.py
├── alert.ui
├── animal.py
├── bye.py
├── bye.ui
├── inspectionProfiles
│   └── profiles_settings.xml
├── misc.xml
├── modules.xml
├── myanimal.py
├── workspace.xml
└── 人工智能导论.iml

2 directories, 17 files