?? factmch.h
字號:
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.20 01/31/02 */ /* */ /* FACT MATCH HEADER FILE */ /*******************************************************//*************************************************************//* Purpose: *//* *//* Principal Programmer(s): *//* Gary D. Riley *//* *//* Contributing Programmer(s): *//* *//* Revision History: *//* *//*************************************************************/#ifndef _H_factmch#define _H_factmch#ifndef _H_evaluatn#include "evaluatn.h"#endif#ifndef _H_factmngr#include "factmngr.h"#endif#ifndef _H_factbld#include "factbld.h"#endif#ifdef LOCALE#undef LOCALE#endif#ifdef _FACTMCH_SOURCE_#define LOCALE#else#define LOCALE extern#endif LOCALE void FactPatternMatch(void *,struct fact *, struct factPatternNode *,int, struct multifieldMarker *, struct multifieldMarker *); LOCALE void MarkFactPatternForIncrementalReset(void *,struct patternNodeHeader *,int); LOCALE void FactsIncrementalReset(void *);#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -