摘要:
#include "iostream.h"#include "stdio.h"#include "conio.h"#include "string.h" typedef struct Rule//第一规则库{ char Condition[6][20]; char Result[20]; int Cnum; bool used;}rule; typedef struct Fact//定义事实库{... 阅读全文
posted @ 2005-05-21 11:06 探索 阅读(961) 评论(0) 推荐(0) 编辑