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

資源簡介

萬年歷制作,有農歷顯示,附加記事功能,能夠調用Word控件,親自測試有用

資源截圖

代碼片段和文件信息

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

%?Last?Modified?by?GUIDE?v2.5?19-Oct-2014?15:48:19

%?Begin?initialization?code?-?DO?NOT?EDIT
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘???????mfilename?...
???????????????????‘gui_Singleton‘??gui_Singleton?...
???????????????????‘gui_OpeningFcn‘?@zibian_OpeningFcn?...
???????????????????‘gui_OutputFcn‘??@zibian_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?zibian?is?made?visible.
function?zibian_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?zibian?(see?VARARGIN)
%{
if?exist(‘D:\riji‘‘file‘)~=7
mkdir(‘D:\riji‘);
end
%}


tian=?get(handles.listbox1‘value‘);
nian=get(handles.popupmenu1‘Value‘);
yue=get(handles.popupmenu1‘Value‘);
if?nian~=1
??sy=nian;
??sm=yue;
??sd0=tian;
else
tdy=today();
sy=year(tdy);
sm=month(tdy);
sd0=day(tdy);
end

global?LunarInfoglobal?TianGaninfoglobal?DiZhiInfoglobal??text
global?ShengXiaoInfoglobal?YueFenInfoglobal?RiQiInfoglobal?XingQiInfo

%下面是一些參數請勿改動(該數據源自互聯網,僅供參考,勿用于商業用途)
LunarInfo=[
19416191684235221717538565563291476221763963221970...
191684242242192538401193814640054944444503832084343...
188004216046261272162796810939611104382562123418800...
2595854432599842830923248111041000673760011695151536...
544321209984641622176107956968037584539384334446423...
27808464168686919872424488331521200434325972827296...
4471043856192964374842352210886205155632233832

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

?????文件??????29127??2014-10-19?18:35??xiugai\zibian.asv

?????文件???????9440??2014-10-19?18:53??xiugai\zibian.fig

?????文件??????29070??2014-10-19?18:46??xiugai\zibian.m

?????目錄??????????0??2014-10-19?20:36??xiugai

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

????????????????67637????????????????????4


評論

共有 條評論