资源简介
线性神经网络,BP神经网络,Hopfield神经网格,Elman神经网络,RBF神经网络;在模型应用模块中实现了六种实际应用:RBF网络的船用柴油机故障诊断,BP网络的齿轮箱故障诊断,SOM网络的回热系统故障诊断,BP网络的设备状态分类器,SOM网络的人口比例样本分类,SOM网络的土壤性状样本分类
代码片段和文件信息
function varargout = AboutDlg(varargin)
% ABOUTDLG M-file for AboutDlg.fig
% ABOUTDLG by itself creates a new ABOUTDLG or raises the existing
% singleton*.
%
% H = ABOUTDLG returns the handle to a new ABOUTDLG or the handle to
% the existing singleton*.
%
% ABOUTDLG(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in ABOUTDLG.M with the given input arguments.
%
% ABOUTDLG(‘Property‘‘Value‘...) creates a new ABOUTDLG or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before AboutDlg_OpeningFunction gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to AboutDlg_OpeningFcn via varargin.
%
% *See GUI Options on GUIDE‘s Tools menu. Choose “GUI allows only one
% instance to run (singleton)“.
%
% See also: GUIDE GUIDATA GUIHANDLES
% Copyright 2002-2003 The MathWorks Inc.
% Edit the above text to modify the response to help AboutDlg
% Last Modified by GUIDE v2.5 14-Apr-2006 17:58:45
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @AboutDlg_OpeningFcn ...
‘gui_OutputFcn‘ @AboutDlg_OutputFcn ...
‘gui_LayoutFcn‘ [] ...
‘gui_Callback‘ []);
if nargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
end
if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State varargin{:});
else
gui_mainfcn(gui_State varargin{:});
end
% End initialization code - DO NOT EDIT
% --- Executes just before AboutDlg is made visible.
function AboutDlg_OpeningFcn(hobject eventdata handles varargin)
% This function has no output args see OutputFcn.
% hobject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% varargin command line arguments to AboutDlg (see VARARGIN)
% Choose default command line output for AboutDlg
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes AboutDlg wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = AboutDlg_OutputFcn(hobject eventdata handles)
% varargout cell array for returning output args (see VARARGOUT);
% hobject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Get default command line output from handles structure
varargout{1} = handles.output;
% --- Executes on button press in MAboutCB.
function MAboutCB_Callback(hObje
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..A..H. 162 2008-10-27 16:33 神经网络\~$毕业论文.doc
文件 43520 2006-05-08 13:13 神经网络\中期检查报告.doc
文件 166437 2006-03-14 08:40 神经网络\原文及翻译\leow.rep-schema.pdf
文件 151040 2006-03-24 02:15 神经网络\原文及翻译\场景分析中的神经网络视觉计划表示.doc
文件 50688 2006-03-28 01:39 神经网络\毕业设计开题报告.doc
文件 44032 2006-03-28 01:43 神经网络\湖南大学毕业设计(论文)任务书.doc
文件 206336 2006-06-06 02:55 神经网络\用户手册.doc
文件 182784 2006-06-05 03:13 神经网络\程序清单.doc
文件 1434 2006-04-19 22:15 神经网络\程序源代码\AboutDlg.fig
文件 3226 2006-04-14 19:21 神经网络\程序源代码\AboutDlg.m
文件 12626 2006-06-05 00:45 神经网络\程序源代码\BHEAT.asv
文件 4106 2006-05-09 22:08 神经网络\程序源代码\BHEAT.fig
文件 12649 2006-06-05 00:47 神经网络\程序源代码\BHEAT.m
文件 1121 2005-05-22 20:27 神经网络\程序源代码\BPchilunInput.mat
文件 196 2005-05-22 23:19 神经网络\程序源代码\BPchilunTarget.mat
文件 526 2005-05-22 20:31 神经网络\程序源代码\BPchilunTest.mat
文件 889 2005-05-22 23:01 神经网络\程序源代码\BPdevInput.mat
文件 539 2005-06-07 01:52 神经网络\程序源代码\BPdevresult.m
文件 195 2005-05-22 23:05 神经网络\程序源代码\BPdevTarget.mat
文件 388 2005-05-22 23:05 神经网络\程序源代码\BPdevTest.mat
文件 20102 2006-05-29 04:01 神经网络\程序源代码\BPNN.asv
文件 4877 2006-06-05 15:28 神经网络\程序源代码\BPNN.fig
文件 20463 2006-06-06 12:11 神经网络\程序源代码\BPNN.m
文件 555 2005-06-07 01:56 神经网络\程序源代码\BPresult.m
文件 12928 2006-05-09 13:50 神经网络\程序源代码\BP_Axles.asv
文件 5110 2006-05-11 01:03 神经网络\程序源代码\BP_Axles.fig
文件 12999 2006-05-09 13:52 神经网络\程序源代码\BP_Axles.m
文件 12988 2006-05-09 21:32 神经网络\程序源代码\BP_Classifer.asv
文件 5257 2006-06-04 23:03 神经网络\程序源代码\BP_Classifer.fig
文件 13381 2006-06-05 00:28 神经网络\程序源代码\BP_Classifer.m
............此处省略45个文件信息
- 上一篇:地质灾害预警系统设计与实现
- 下一篇:校医院门诊收费管理系统设计
评论
共有 条评论