91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

基于MATLAB的圖像處理的課程設計 該系統為簡易的圖像處理系統,能完成圖像處理的一切基本問題

資源截圖

代碼片段和文件信息

function?varargout?=?IMP(varargin)
%IMP?M-file?for?IMP.fig
%??????IMP?by?itself?creates?a?new?IMP?or?raises?the?existing
%??????singleton*.
%
%??????H?=?IMP?returns?the?handle?to?a?new?IMP?or?the?handle?to
%??????the?existing?singleton*.
%
%??????IMP(‘Property‘‘Value‘...)?creates?a?new?IMP?using?the
%??????given?property?value?pairs.?Unrecognized?properties?are?passed?via
%??????varargin?to?IMP_OpeningFcn.??This?calling?syntax?produces?a
%??????warning?when?there?is?an?existing?singleton*.
%
%??????IMP(‘CALLBACK‘)?and?IMP(‘CALLBACK‘hobject...)?call?the
%??????local?function?named?CALLBACK?in?IMP.M?with?the?given?input
%??????arguments.
%
%??????*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?IMP

%?Last?Modified?by?GUIDE?v2.5?01-Dec-2008?13:37:19

%?Begin?initialization?code?-?DO?NOT?EDIT
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘???????mfilename?...
???????????????????‘gui_Singleton‘??gui_Singleton?...
???????????????????‘gui_OpeningFcn‘?@IMP_OpeningFcn?...
???????????????????‘gui_OutputFcn‘??@IMP_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?IMP?is?made?visible.
function?IMP_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?mhlp_usermanual?data?(see?GUIDATA)
%?varargin???unrecognized?PropertyName/PropertyValue?pairs?from?the
%????????????command?line?(see?VARARGIN)
handles.n=1;

handles.isfigA=0;
handles.isfigB=0;
handles.updown=‘none‘;
try
????fidwel=fopen(‘boottext.bin‘‘rb‘);str=fscanf(fidwel‘%s‘);
????md=msgbox(str‘歡迎使用!‘‘modal‘);
????uiwait(md5);
????if?ishandle(md)
????????delete(md)
????end
catch
????msb=errordlg(‘找不到boottext.bin文件!‘‘錯誤‘‘modal‘);
????uiwait(msb5);
????if?ishandle(md)
????????delete(md)
????end
end

set(handles.text_state‘string‘‘IMP打開成功‘)
handles.isload=0;???%打開時禁止除【加載】鍵外的所有功能?標志位
%?Choose?default?command?line?output?for?IMP
handles.output?=?hobject;

%?Update?handles?structure
guidata(hobject?handles);


%?UIWAIT?makes?IMP?wait?for?mhlp_usermanual?response?(see?UIRESUME)
%?uiwait(handles.figure1);


%?---?Outputs?from?this?function?are?returned?to?the?command?line.
function?varargout?=?IMP_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?hand

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????目錄??????????0??2008-12-01?22:34??IMP

?????文件?????????35??2008-11-29?08:48??IMP\boottext.bin

?????文件??????12695??2008-12-01?13:37??IMP\IMP.fig

?????文件??????31853??2008-12-01?22:25??IMP\IMP.m

?????文件??????75542??2008-12-01?22:33??IMP\使用指南.pdf

?????文件??????81726??2008-12-01?21:16??IMP\關于IMP.pdf

-----------?---------??----------?-----??----

???????????????201851????????????????????6


評論

共有 條評論