readme
来自「径向基RBF多维空间插值算法」· 代码 · 共 41 行
TXT
41 行
RBF++ Radial Basis Functions Network Simulator----------------------------------------------------------------------------Copyright (c) 2002 Munich University of TechnologyAll Rights Reserved.Permission to use, copy, and distribute this software and its documentation is hereby granted free of charge, provided that (1) it is not a component of a commercial product, and (2) this notice appears in all copies of the software and related documentation. This software may be distributed by any means, provided that the originalfiles remain intact, and no charge is made other than for reasonabledistribution costs.Disclaimer----------The Munich University of Technology and the authors make no representationsabout the suitability or fitness of this software for any purpose.It is provided "as is" without express or implied warranty.Author(s)--------Sebastian BuckCompiling---------A sample for compiling can be found in src/makefileRunning-------In order to use the software in a C++ program, the program must include the header file: #include "RBF_Net.h"This should at least work under Linux, Solaris, and HP-UX.S. Buck, March 2002
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?