摘要
文章首先介绍了知识系统的基本工作原理,并对动物识别知识系统的问题和要求作了简单的介绍,然后用C语言实现了动物识别知识系统。在该知识系统中,事实和规则库都采用链表的形式来存储,因为链表是一种比较灵活的存储方式,便于规则库的扩展。该系统具有启发性、透明性和灵活性等特点。
In this paper, the essential principles of knowledge system are introduced, and the requirements of expert system of animal identifiers is briefly discussed. The knowledge system of animal identifiers is implemented by C language. In the knowledge system, the facts and production rules are stored by linked list which is flexible and convenient for expanding production rulebase.
出处
《广西大学梧州分校学报》
2006年第1期95-98,共4页
Journal of Guangxi University Wuzhou Branch
关键词
知识系统
动物识别
产生式规则
C语言
expert system
animal identifier
production rule
C language