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

資源簡介

框架為基于MATLB的圖像加密解密系統(tǒng)。采用2種方法,分別是arnold和混沌系列加密解密,帶有一個GUI界面,把兩種算法做進一個GUI界面,很好看,對比加密前后圖像,并且后續(xù)可增加評判標準。

資源截圖

代碼片段和文件信息

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

%?Edit?the?above?text?to?modify?the?response?to?help?GUI

%?Last?Modified?by?GUIDE?v2.5?29-Mar-2020?13:15:46

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

%?Choose?default?command?line?output?for?GUI
handles.output?=?hobject;

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

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


%?---?Outputs?from?this?function?are?returned?to?the?command?line.
function?varargout?=?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)
%?hobject????handle?to?edit1?(see?GCBO)
%?eventdata??reserved?-?to?be?defined?in?a?future?version?of?MATLAB
%?handles????structure?with?handles?and?user?data?(see?GUIDATA)

%?Hints:?get(hobject‘String‘)?returns?contents?of?edit1?as?text
%????????str2do

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-12-01?18:42??MATLAB圖像加密解密GUI\
?????文件??????266232??2016-04-10?21:32??MATLAB圖像加密解密GUI\123.png
?????文件???????15214??2020-11-26?20:16??MATLAB圖像加密解密GUI\GUI.fig
?????文件????????7132??2020-11-26?20:17??MATLAB圖像加密解密GUI\GUI.m
?????文件???????20401??2012-11-29?19:15??MATLAB圖像加密解密GUI\b.jpg
?????文件??????196662??2020-11-26?20:13??MATLAB圖像加密解密GUI\加密后的X.bmp
?????文件???????23750??2013-01-07?17:22??MATLAB圖像加密解密GUI\加密后的b.jpg
?????文件??????478918??2001-08-16?16:08??MATLAB圖像加密解密GUI\密圖.bmp
?????文件?????????413??2020-12-01?18:40??MATLAB圖像加密解密GUI\打開步驟.txt
?????文件???????12346??2016-04-10?20:43??MATLAB圖像加密解密GUI\解密后的b.jpg

評論

共有 條評論