資源簡介
RFID標(biāo)簽防碰撞算法研究 包括二進(jìn)制和ALOHA 畢業(yè)設(shè)計(jì)專用
代碼片段和文件信息
function?varargout?=?aloha_gui(varargin)
%?ALOHA_GUI?M-file?for?aloha_gui.fig
%??????ALOHA_GUI?by?itself?creates?a?new?ALOHA_GUI?or?raises?the?existing
%??????singleton*.
%
%??????H?=?ALOHA_GUI?returns?the?handle?to?a?new?ALOHA_GUI?or?the?handle?to
%??????the?existing?singleton*.
%
%??????ALOHA_GUI(‘CALLBACK‘hobjecteventDatahandles...)?calls?the?local
%??????function?named?CALLBACK?in?ALOHA_GUI.M?with?the?given?input?arguments.
%
%??????ALOHA_GUI(‘Property‘‘Value‘...)?creates?a?new?ALOHA_GUI?or?raises?the
%??????existing?singleton*.??Starting?from?the?left?property?value?pairs?are
%??????applied?to?the?GUI?before?aloha_gui_OpeningFunction?gets?called.??An
%??????unrecognized?property?name?or?invalid?value?makes?property?application
%??????stop.??All?inputs?are?passed?to?aloha_gui_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?aloha_gui
%?Last?Modified?by?GUIDE?v2.5?31-May-2009?11:13:06
%?Begin?initialization?code?-?DO?NOT?EDIT
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘???????mfilename?...
???????????????????‘gui_Singleton‘??gui_Singleton?...
???????????????????‘gui_OpeningFcn‘?@aloha_gui_OpeningFcn?...
???????????????????‘gui_OutputFcn‘??@aloha_gui_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?aloha_gui?is?made?visible.
function?aloha_gui_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?aloha_gui?(see?VARARGIN)
%?Choose?default?command?line?output?for?aloha_gui
handles.output?=?hobject;
%?Update?handles?structure
guidata(hobject?handles);
%?UIWAIT?makes?aloha_gui?wait?for?user?response?(see?UIRESUME)
%?uiwait(handles.figure1);
%?---?Outputs?from?this?function?are?returned?to?the?command?line.
function?varargout?=?aloha_gui_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;
function?edit1_Callback(hobject?eventdata?handles)
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????1170??2009-04-17?10:08??原代碼\f2c1.m
?????文件????????839??2009-05-11?20:54??原代碼\bb.txt
?????文件??????71531??2009-05-28?22:34??原代碼\555.jpg
?????文件??????30968??2009-05-28?22:36??原代碼\006.jpg
?????文件??????21385??2009-05-31?21:21??原代碼\111.jpg
?????文件??????61719??2009-05-29?22:09??原代碼\0.jpg
?????文件????????127??2009-05-12?10:14??原代碼\aa.txt
?????文件?????162039??2009-06-07?15:42??原代碼\god.fig
?????文件???????2314??2009-06-07?15:31??原代碼\mygod5.fig
?????文件???????8642??2009-06-07?15:03??原代碼\god.m
?????文件???????3708??2009-06-04?22:30??原代碼\mygod4.m
?????文件???????2293??2009-06-04?22:29??原代碼\mygod4.fig
?????文件?????118999??2009-06-02?08:07??原代碼\change.fig
?????文件??????84018??2009-06-02?07:59??原代碼\tree_pic.fig
?????文件???????4172??2009-06-01?22:26??原代碼\daloha.fig
?????文件???????4126??2009-06-01?22:24??原代碼\ulow.fig
?????文件???????3693??2009-06-01?22:05??原代碼\cycle.fig
?????文件???????4193??2009-06-01?22:03??原代碼\aloha_gui.fig
?????文件??????13478??2009-06-01?10:20??原代碼\change.m
?????文件???????3834??2009-06-01?09:54??原代碼\mygod2.m
?????文件???????2313??2009-06-01?09:54??原代碼\mygod2.fig
?????文件??????15206??2009-05-31?21:52??原代碼\cycle.m
?????文件??????13671??2009-05-31?21:33??原代碼\ulow.m
?????文件???????3843??2009-05-31?20:14??原代碼\mygod5.m
?????文件???????3718??2009-05-31?19:40??原代碼\mygod3.m
?????文件???????2322??2009-05-31?19:40??原代碼\mygod3.fig
?????文件???????2804??2009-05-31?19:34??原代碼\mygod.fig
?????文件???????3707??2009-05-31?19:01??原代碼\mygod.m
?????文件???????9496??2009-06-01?10:21??原代碼\tree_pic.m
?????文件??????13488??2009-05-31?11:35??原代碼\daloha.m
............此處省略22個(gè)文件信息
評論
共有 條評論