• 大小: 792KB
    文件类型: .rar
    金币: 2
    下载: 2 次
    发布日期: 2021-06-12
  • 语言: Matlab
  • 标签: RFID  防碰撞  MATLAB  

资源简介

RFID标签防碰撞算法研究 包括二进制和ALOHA 毕业设计专用

资源截图

代码片段和文件信息

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)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       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个文件信息

评论

共有 条评论