fuzzyj110a

所属分类:Java编程
开发工具:Java
文件大小:2073KB
下载次数:15
上传日期:2010-01-04 13:51:59
上 传 者yubiao
说明:  fuzzyj,java模糊推理类库,fuzzyj,java模糊推理类库
(fuzzyj,java fuzzy reasoning library,fuzzyj,java fuzzy reasoning library,)

文件列表:
FuzzyJToolkit\examples\fuzzycompiler\AboutDialog.java (3575, 2002-04-04)
FuzzyJToolkit\examples\fuzzycompiler\Frame1.java (17908, 2005-11-03)
FuzzyJToolkit\examples\fuzzycompiler\FuzzyCompilerApplet.java (1161, 2002-10-01)
FuzzyJToolkit\examples\fuzzycompiler\QuitDialog.java (3890, 2002-04-04)
shower.gif (3104, 1999-11-22)
sfc.jar (900277, 2000-12-12)
symbeans.jar (1126708, 2000-08-14)
FuzzyShowerJess.clp (7102, 2006-03-15)
FuzzyJToolkit\examples\fuzzyshower\AboutDialog.java (5673, 2006-03-29)
FuzzyJToolkit\examples\fuzzyshower\FuzzyShowerApplet.java (1847, 2002-08-01)
FuzzyJToolkit\examples\fuzzyshower\InferenceCycleFrame.java (2621, 2002-04-04)
FuzzyJToolkit\examples\fuzzyshower\QuitDialog.java (3888, 2002-04-04)
FuzzyJToolkit\examples\fuzzyshower\ShowerFrame.java (30199, 2002-07-24)
FuzzyJToolkit\examples\fuzzyshower\ShowerSimulate.java (24057, 2005-06-28)
FuzzyJToolkit\examples\fuzzyshower\shower.gif (3104, 2002-04-04)
FuzzyJToolkit\examples\fuzzyshowerjess\AboutDialogJess.java (5697, 2006-03-29)
FuzzyJToolkit\examples\fuzzyshowerjess\FuzzyShowerJessApplet.java (1885, 2002-08-01)
FuzzyJToolkit\examples\fuzzyshowerjess\InferenceCycleFrameJess.java (2625, 2002-04-04)
FuzzyJToolkit\examples\fuzzyshowerjess\QuitDialogJess.java (3908, 2002-04-04)
FuzzyJToolkit\examples\fuzzyshowerjess\ShowerFrameJess.java (29922, 2002-04-18)
FuzzyJToolkit\examples\fuzzyshowerjess\ShowerSimulateJess.java (17082, 2005-05-26)
FuzzyJToolkit\examples\fuzzyshowerjess\shower.gif (3104, 2002-04-04)
FuzzyJToolkit\examples\fuzzyshowerjess\FuzzyShowerJess.clp (7102, 2006-03-15)
FuzzyJToolkit\examples\fuzzytruckswing\DrawPanel.java (3739, 2002-04-05)
FuzzyJToolkit\examples\fuzzytruckswing\FuzzyTruckJApplet.java (21943, 2002-10-01)
FuzzyJToolkit\examples\fuzzytruckswing\TruckSimulation.java (16646, 2002-04-05)
FuzzyJToolkit\examples\fuzzypendulum\AntecedentConclusionDataSource.java (6862, 2002-04-05)
FuzzyJToolkit\examples\fuzzypendulum\CurrentTraceDataSource.java (2449, 2002-04-05)
FuzzyJToolkit\examples\fuzzypendulum\FinalCurrentDataSource.java (2717, 2002-04-18)
FuzzyJToolkit\examples\fuzzypendulum\FuzzyPendulumJApplet.java (53859, 2002-10-01)
FuzzyJToolkit\examples\fuzzypendulum\FuzzyPendulumModel.java (26185, 2002-04-05)
FuzzyJToolkit\examples\fuzzypendulum\PendulumSimulationJPanel.java (7107, 2002-04-05)
FuzzyJToolkit\examples\fuzzypendulum\FuzzyPendulumUtil.jar (427501, 2002-07-26)
FuzzyJToolkit\examples\simplerule\simpleRule.java (5339, 2006-07-26)
FuzzyJToolkit\examples\sugenorule\sugenoRule.java (3596, 2005-11-04)
FuzzyJToolkit\examples\tsukamotorule\tsukamotoRule.java (3630, 2005-11-04)
fuzzyJ110a.jar (100415, 2006-09-01)
fuzzyJDocs110a.zip (936274, 2006-09-05)

Modified September 5, 2006 ------------------------ The contents of the fuzzyJ110a.zip file are: fuzzyJ110a.jar - the FuzzyJ Toolkit classes (version 1.10a) FuzzyJDocs110a.zip - FuzzyJ 1.10a User Guide FuzzyShowerJess.clp - the Jess program used with the FuzzyShowerJess example symbeans.jar - needed for the FuzzyShower example (from Symantec Visual Cafe version 4.x -- very old) sfc.jar - may no longer be needed (also from Symantec) FuzzyCompiler - source files in this directory for the Fuzzy Compiler example FuzzyShower - source and support files in this directory for the Fuzzy Shower example (no Jess code) FuzzyShowerJess - source and support files in this directory for the Fuzzy Shower example (with Jess code) FuzzyTruckSwing - source and support files in this directory for the Fuzzy Truck example -- this is an applet -- however, there is a main method, so it can be run as an application also. Requires the JFC/Swing classes. FuzzyPendulum - source and support files in this directory for the FuzzyPendulum example -- can be run as an applet or an application. The file FuzzyPendulumUtil.jar contains some classes necessary to run the example (for the graphs). Requires the JFC/Swing classes. simpleRule - source file for the example program shown in the FuzzyJ User Guide The FuzzyJess extensions require that Jess version 7.x or later be used. Also Jess 7.x must be compiled with Java 2 (i.e. 1.2.x or later) and the FuzzyJ Toolkit and FuzzyJess packages have been compiled with Java 2 (1.3.x or later). The files should be extracted to an appropriate place. The CLASSPATH variable must include the FuzzyJ Toolkit classes jar file. All of the java files for the demos that are to be run should be compiled. To compile the demos use commands like: All demos javac -classpath %classpath%;... examples\fuzzyshower\*.java To run the demos use commands like: FuzzyCompiler demo java -classpath %classpath%;... examples.fuzzycompiler.Frame1 FuzzyShower demo java -classpath %classpath%;... examples.fuzzyshower.ShowerFrame FuzzyShowerJess demo java -classpath %classpath%;... examples.fuzzyshowerjess.ShowerFrameJess FuzzyTruck demo java -classpath %classpath%;... examples.fuzzytruckswing.FuzzyTruckJApplet FuzzyPendulum demo java -classpath %classpath%;... examples.fuzzypendulum.FuzzyPendulumJApplet Explicit examples of compiling and running the FuzzyTruck demo (adjust the paths to suit the directory locations of the java jdk, swing files etc.): 1. to compile c:\jdk1.3\bin\javac -classpath c:\FuzzyJ\fuzzyJ110a.jar; c:\FuzzyJ\sfc.jar examples/fuzzytruckswing/*.java 2. to run the demo program c:\jdk1.3\jre\bin\java -classpath c:\FuzzyJ\fuzzyJ110a.jar; c:\FuzzyJ\sfc.jar examples.fuzzytruckswing.FuzzyTruckJApplet Note that the above commands are single line commands (formatting is for display purposes only) like the following: c:\jdk1.3\jre\bin\java -classpath c:\FuzzyJ\fuzzyJ110a.jar;c:\FuzzyJ\sfc.jar examples.fuzzytruckswing.FuzzyTruckJApplet If the jar files and zip files and paths are in an environment variable such as CLASSPATH and your PATH variable points to the location of the java and javac programs you can shorten the commands to look like: java -classpath %CLASSPATH%;. FuzzyTruckSwing

近期下载者

相关文件


收藏者