代码搜索:CallBack

找到约 10,000 项符合「CallBack」的源代码

代码结果 10,000
www.eeworm.com/read/214740/15090279

m gobck.m

% % when finished initial viewing of data return to % the previous screen ..... close_btn=uicontrol(main,... 'Style','Push',... 'units','Pixels',... 'Position',[420 12
www.eeworm.com/read/214672/15092158

h tut_restartable.h

#ifndef TUT_RESTARTABLE_H_GUARD #define TUT_RESTARTABLE_H_GUARD #include "tut.h" #include #include /** * Template Unit Tests Framework for C++. * http://tut.dozen.ru
www.eeworm.com/read/213114/15142288

m mmctl2.m

% mmctl2.m Hc_boxon = uicontrol(gcf,'Style','radio',... 'Position',[20 45 100 20],... 'String','Set Box On',... 'Value',0,... 'CallBack',[... 's
www.eeworm.com/read/213114/15142292

m mmenu3.m

% mmenu3.m Hm_top = uimenu('Label','Example'); Hm_box = uimenu(Hm_top,'Label','Axis Box',... 'CallBack',[... 'if strcmp(get(gca,''Box''),''on''),',... 'set(g
www.eeworm.com/read/213114/15142511

m mmenu2.m

% mmenu2.m Hm_top = uimenu('Label','Example'); Hm_box = uimenu(Hm_top,'Label','Axis Box',... 'CallBack',[... 'if strcmp(get(gca,''Box''),''on''),',... 'set(g
www.eeworm.com/read/212602/15151939

m fval.m

function val_out = fval(co,val_in,gtzero) % FVAL sets parameters in graphical user interfaces % % OUT = FVAL(HDL,IN [,GTZERO]) % HDL object handle % IN input value % GTZERO check if
www.eeworm.com/read/212376/15156908

m exm10032_1.m

% exm10032_1.m figure h_menu=uimenu(gcf,'label','Color'); h_submenu1=uimenu(h_menu,'label','Blue',... 'callback','set(gcf,''Color'',''blue'')'); h_submenu2=uimenu(h_menu,'label','Red'
www.eeworm.com/read/212376/15157051

m exm100332_1.m

% exm100332_1.m figure h_menu=uimenu(gcf,'Label','&Color'); h_submenu1=uimenu(h_menu,'Label','&Blue',... 'Callback','set(gcf,''color'',''blue'')'); h_submenu2=uimenu(h_menu,'label','Red',...
www.eeworm.com/read/212376/15157168

m exm100333_2.m

% exm100333_2.m figure h_menu=uimenu('label','Option'); h_sub1=uimenu(h_menu,'label','Grid on',... % 'callback',[... 'grid on,',... 'set(h_sub1,''checked'',''on''),',... 'set(h
www.eeworm.com/read/212343/15159242

m c2fgui4.m

function varargout = c2fgui4(varargin) % C2FGUI4 Application M-file for c2fgui4.fig % FIG = C2FGUI4 launch c2fgui4 GUI. % C2FGUI4('callback_name', ...) invoke the named callback. % Last Modifie