?? hedges-2.txt
字號(hào):
;***********************************************************************;HEDGES.BAT;; File containing definitions of fuzzy modifiers ("hedges") for the; WEATHER.CLP expert system.;; requires FuzzyCLIPS version 6.0.4 or later;; Copyright (c) 1997 by the authors:; Walter Maner, Ph.D.; Department of Computer Science, Bowling Green State University; Bowling Green, Ohio; email: maner@cs.bgsu.edu;; Sean Joyce, M.S.; Department of Computer Science, Heidelberg College; Tiffin, Ohio; email: sjoyce@mail.heidelberg.edu;***********************************************************************;***********************************************************************;Note: This is a file containing user-defined, fuzzy "hedges" for the ; "WEATHER.CLP" fuzzy logic expert system. This file must be ; loaded with the; (batch "HEDGES.BAT"); command prior to loading the "WEATHER.CLP" code file.;***********************************************************************;**********;Definition of a square function (X^2 = X * X).;**********(deffunction square-function (?x) (** ?x 2)) ;**********;Definition of the "rapidly" hedge.;**********(add-fuzzy-modifier rapidly square-function)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -