中南大学 智能系统与智能软件研究所 * 动物识别专家系统的程序(animal.h) #ifndef ANIMAL_H#define ANIMAL_H#define True 1#define False 0#define DontKnow -1 #includestdio.h#includemath.h#includestring.h//事实集(概念集)char *str[]={,??? chew_cud??? /*? 1 */,? hooves???? /* 2 */,?? mammal??????? /* 3 */,??? forward_eyes/*? 4 */,? claws???? /* 5 */,?? pointed_teeth /* 6 */,????eat_meat??? /*? 7 */,? lay_eggs?? /* 8 */,?? fly???? ?????? /* 9 */,????feathers??? /* 10 */,? ungulate??? /* 11 */,? carnivore“ ???? /* 12 */,????bird??????? /* 13 */,? give_milk???/* 14 */,? has_hair? ???? /* 15 */,????fly_well
原创力文档

文档评论(0)