oaa2.3.1

所属分类:Java编程
开发工具:JavaScript
文件大小:20746KB
下载次数:9
上传日期:2007-09-18 14:39:44
上 传 者aqingsao
说明:  SRI international 发布的OAA框架软件,包含大量创建OAA的Java类库。方便用户创建自己的智能库。

文件列表:
oaa2.3.1\doc (0, 2005-11-03)
oaa2.3.1\doc\history.txt (31463, 2005-11-02)
oaa2.3.1\doc\setup1.pl (758, 2005-10-18)
oaa2.3.1\lib (0, 2005-04-06)
oaa2.3.1\lib\jar (0, 2005-04-06)
oaa2.3.1\lib\jar\ant-1.5.2.jar (732490, 2003-12-18)
oaa2.3.1\lib\jar\ant-1.6.2.jar (999966, 2005-04-01)
oaa2.3.1\lib\jar\ant-junit-1.6.2.jar (73665, 2005-04-01)
oaa2.3.1\lib\jar\antlr-oaa.jar (95387, 2005-03-31)
oaa2.3.1\lib\jar\backport-util-concurrent.jar (188994, 2005-03-28)
oaa2.3.1\lib\jar\dom4j-1.5.2.jar (312509, 2005-03-29)
oaa2.3.1\lib\jar\java-getopt-1.0.8.jar (49643, 2003-06-25)
oaa2.3.1\lib\jar\junit-3.8.1.jar (121070, 2003-11-21)
oaa2.3.1\lib\jar\log4j-1.2.7.jar (350677, 2002-11-21)
oaa2.3.1\lib\jar\oaa2.jar (296309, 2005-10-25)
oaa2.3.1\lib\jar\oaa2webl.jar (6621, 2005-03-31)
oaa2.3.1\lib\jar\trayicon-1.7.9b.jar (16320, 2005-03-25)
oaa2.3.1\lib\jar\WebL.jar (832950, 2002-09-28)
oaa2.3.1\lib\sparc-solaris (0, 2005-04-06)
oaa2.3.1\lib\sparc-solaris-5.6 (0, 2005-04-06)
oaa2.3.1\lib\win32 (0, 2005-04-23)
oaa2.3.1\lib\win32\iconv.dll (843776, 2003-09-09)
oaa2.3.1\lib\win32\libglib-2.0-0.dll (506486, 2003-09-09)
oaa2.3.1\lib\win32\libintl-1.dll (47027, 2003-09-09)
oaa2.3.1\lib\win32\libpl.dll (30720, 1999-11-10)
oaa2.3.1\lib\win32\libplm.dll (8192, 1999-11-10)
oaa2.3.1\lib\win32\libqp.dll (25600, 1999-11-10)
oaa2.3.1\lib\win32\msvcrtd.dll (401484, 2005-04-23)
oaa2.3.1\lib\win32\Oaa2JavaNet.dll (1208320, 2005-03-29)
oaa2.3.1\lib\win32\Oaa2JavaNet_Debug (0, 2005-03-29)
oaa2.3.1\lib\win32\Oaa2JavaNet_Debug\Oaa2JavaNet.dll (1224704, 2005-03-29)
oaa2.3.1\lib\win32\oaalib.dll (663620, 2005-11-03)
oaa2.3.1\lib\win32\oaalib.lib (71964, 2005-11-03)
oaa2.3.1\lib\win32\qpeng.dll (360448, 2001-07-29)
oaa2.3.1\lib\win32\tcp_p.dll (36864, 2000-01-20)
oaa2.3.1\lib\win32\TrayIcon12.dll (51200, 2005-03-25)
... ...

OAA 2.3.1 Distribution Thank you for downloading the OAA 2.3.1 runtime package. A more up-to-date or more complete version of this file may be found here: http://www.ai.sri.com/oaa/distribution/v2.3/2.3.1/documentation.html#release -- CONTENTS -- This distribution includes both the source code and the compiled forms of the libraries and demo agents, for several platforms. Whereas earlier releases of OAA were packaged in 2 separate distribution files -- source distribution and runtime distribution, this release combines both into a single distribution file (one for Unix and one for Windows). Note that the UNIX and Windows run-time distributions are *identical* in the src/ directory, except that in non-binary files, the end-of-line characters differ in accordance with the conventions of the two platforms. In the lib and run-time directories, the Windows distribution omits binary files for Unix architectures, and conversely, the Unix distribution omits binary files for Windows. -- ORGANIZATION -- This release reflects significant changes to the directory structure. There are now these top-level directories: src/ contains all OAA source code, including source for the facilitator, the language libraries, and the demo and sample agents. It also contains a good deal of source code from third parties, which is used in building the language libraries. lib/ contains library files of different types, some from outside sources and some resulting from building OAA library code. runtime/ contains the executable forms of the demo and sample agents, all of which are derived from source code included under src/. doc/ contains this file and other general, high-level documentation. More detailed documentation is available online (see below). -- INSTALLATION -- Installation is simply a matter of decompressing the distribution file. On PCs, just double-click on the .zip file to open the winzip program, and use the "Extract" button. On UNIX or Macintosh, use gunzip oaax.y.z.tar.gz followed by tar xf oaax.y.z.tar This will create a directory named oaax.y.z (with version numbers instead of x.y.z), containing subdirectories doc, lib, runtime, and src. Following this, you should configure and test out your installation by following the instructions in the doc/README_RUNTIME.txt file. If you are new to OAA, this is also a good way to begin to see how things work. Although source code is included for the facilitator, libraries and sample agents, the build procedure is not particularly well documented, and not as well-organized as it might be (especially under Windows). Therefore, compiling the source code may require some expertise. -- DOCUMENTATION -- A wide variety of documentation, samples, publications, and other materials can be found on the OAA Web site, here: http://www.ai.sri.com/oaa/ Documentation, both general and specific for the various language libraries, is summarized and linked from here: http://www.ai.sri.com/oaa/distribution/v2.3/2.3.1/documentation.html This includes the latest versions of this and the other README files in the doc/ directory of the distribution. If you want to write a new agent (or wrap existing code as an agent), your best starting point, for general information, is the Developer's Guide, which is linked from the documentation page mentioned just above. -- FEEDBACK -- Feedback and bug reports are very much appreciated. Visit the Community page of the OAA Web site for contact and mailing list information. You are strongly encouraged to join the mailing list; it's normally the best resource for asking questions and making comments.

近期下载者

相关文件


收藏者