資源簡(jiǎn)介
包含用戶界面設(shè)計(jì)、程序代碼、課程設(shè)計(jì)報(bào)告(終結(jié)版)

代碼片段和文件信息
function?varargout?=?design2(varargin)
%?DESIGN2?M-file?for?design2.fig
%??????DESIGN2?by?itself?creates?a?new?DESIGN2?or?raises?the?existing
%??????singleton*.
%
%??????H?=?DESIGN2?returns?the?handle?to?a?new?DESIGN2?or?the?handle?to
%??????the?existing?singleton*.
%
%??????DESIGN2(‘CALLBACK‘hobjecteventDatahandles...)?calls?the?local
%??????function?named?CALLBACK?in?DESIGN2.M?with?the?given?input?arguments.
%
%??????DESIGN2(‘Property‘‘Value‘...)?creates?a?new?DESIGN2?or?raises?the
%??????existing?singleton*.??Starting?from?the?left?property?value?pairs?are
%??????applied?to?the?GUI?before?design2_OpeningFunction?gets?called.??An
%??????unrecognized?property?name?or?invalid?value?makes?property?application
%??????stop.??All?inputs?are?passed?to?design2_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?design2
%?Last?Modified?by?GUIDE?v2.5?17-Dec-2009?19:48:19
%?Begin?initialization?code?-?DO?NOT?EDIT
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘???????mfilename?...
???????????????????‘gui_Singleton‘??gui_Singleton?...
???????????????????‘gui_OpeningFcn‘?@design2_OpeningFcn?...
???????????????????‘gui_OutputFcn‘??@design2_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?design2?is?made?visible.
function?design2_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?design2?(see?VARARGIN)
%?Choose?default?command?line?output?for?design2
handles.output?=?hobject;
%?Update?handles?structure
guidata(hobject?handles);
%?UIWAIT?makes?design2?wait?for?user?response?(see?UIRESUME)
%?uiwait(handles.figure1);
%?---?Outputs?from?this?function?are?returned?to?the?command?line.
function?varargout?=?design2_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?only.
function?only_Callback(hobject?eventdata?handles)
%?hOb
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????185544??2007-07-03?08:44??終結(jié)版\GDGvoice8000.wav
?????文件???????7921??2009-12-17?15:32??終結(jié)版\design2.m
?????文件???????7037??2009-12-17?15:38??終結(jié)版\design2.fig
?????文件?????324096??2009-12-23?15:10??終結(jié)版\課程設(shè)計(jì)報(bào)告.doc
?????文件?????????18??2009-12-23?15:11??終結(jié)版\新建?文本文檔.txt
?????目錄??????????0??2009-12-23?15:04??終結(jié)版
-----------?---------??----------?-----??----
???????????????524616????????????????????6
評(píng)論
共有 條評(píng)論