• 大小: 2.79M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-21
  • 语言: 其他
  • 标签: 其他  

资源简介

FruitFinal.rar

资源截图

代码片段和文件信息

function varargout = Fruit(varargin)
% FRUIT MATLAB code for Fruit.fig
%      FRUIT by itself creates a new FRUIT or raises the existing
%      singleton*.
%
%      H = FRUIT returns the handle to a new FRUIT or the handle to
%      the existing singleton*.
%
%      FRUIT(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in FRUIT.M with the given input arguments.
%
%      FRUIT(‘Property‘‘Value‘...) creates a new FRUIT or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before Fruit_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to Fruit_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

% Edit the above text to modify the response to help Fruit

% Last Modified by GUIDE v2.5 15-Dec-2017 21:56:12

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘       mfilename ...
                   ‘gui_Singleton‘  gui_Singleton ...
                   ‘gui_OpeningFcn‘ @Fruit_OpeningFcn ...
                   ‘gui_OutputFcn‘  @Fruit_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 Fruit is made visible.
function Fruit_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 Fruit (see VARARGIN)

% Choose default command line output for Fruit
handles.output = hobject;
im=imread(‘timg.jpg‘);%界面背景
axes(handles.axes4)
imshow(im)
% Update handles structure
guidata(hobject handles);

% UIWAIT makes Fruit wait for user response (see UIRESUME)
% uiwait(handles.figure1);


% --- Outputs from this function are returned to the command line.
function varargout = Fruit_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 pushbutton1.
function pushbutton1_Callback(hobject eventdata handles)
% hobject    handle to pushbutton1 (see GCBO)
% eventdata  reserved - to be defined in a futur

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

     文件     227944  2017-12-16 10:55  FruitFinal\7722429_133841342000_2.jpg

     文件      68349  2018-01-30 19:31  FruitFinal\Fruit.fig

     文件      23717  2018-01-30 19:31  FruitFinal\Fruit.m

     文件     124311  2017-12-16 00:24  FruitFinal\timg.jpg

     文件     134337  2017-12-15 23:49  FruitFinal\桃子\03.jpg

     文件      88745  2017-12-15 23:55  FruitFinal\桃子\5736135_162610159170_2.jpg

     文件     193542  2017-12-17 15:02  FruitFinal\桃子\b1peach01.jpg

     文件     684115  2017-12-15 18:09  FruitFinal\桃子\peach1.jpg

     文件     113738  2017-12-16 00:30  FruitFinal\梨\1395193610A0-16052.jpg

     文件     111077  2017-12-14 22:23  FruitFinal\梨\pear.jpg

     文件      27884  2017-12-17 15:05  FruitFinal\梨\timg.jpg

     文件     146933  2012-05-21 00:20  FruitFinal\水果大杂烩\new1.jpg

     文件     148005  2012-05-21 00:23  FruitFinal\水果大杂烩\new2.jpg

     文件     145979  2012-05-21 00:26  FruitFinal\水果大杂烩\new3.jpg

     文件      72419  2012-06-08 10:53  FruitFinal\水果大杂烩\new4.jpg

     文件     104397  2012-06-08 12:03  FruitFinal\水果大杂烩\new5.jpg

     文件      90569  2012-06-08 12:05  FruitFinal\水果大杂烩\new6.jpg

     文件      65608  2012-06-08 12:09  FruitFinal\水果大杂烩\new7.jpg

     文件      84681  2012-06-08 13:33  FruitFinal\水果大杂烩\new8.jpg

     文件      68236  2017-12-15 23:59  FruitFinal\苹果\19300273398294135409435447574.jpg

     文件     245767  2017-12-15 23:57  FruitFinal\苹果\2007929141656461_2.jpg

     文件     106047  2017-12-14 22:21  FruitFinal\苹果\apple.jpg

     文件     119210  2017-12-16 00:36  FruitFinal\菠萝\2316055_152812086138_2.jpg

     文件     120482  2017-12-14 22:24  FruitFinal\菠萝\pineapple.jpg

     文件      54292  2017-12-16 00:37  FruitFinal\香蕉\6608733_124234572000_2.jpg

     文件      31376  2017-12-17 15:11  FruitFinal\香蕉\bu1.jpg

     文件      29265  2017-12-14 22:19  FruitFinal\香蕉\bunana.jpg

     目录          0  2017-12-17 15:04  FruitFinal\桃子

     目录          0  2017-12-18 10:34  FruitFinal\梨

     目录          0  2017-12-15 23:32  FruitFinal\水果大杂烩

............此处省略7个文件信息

评论

共有 条评论