代码搜索:CallBack

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

代码结果 10,000
www.eeworm.com/read/137229/13338816

m gafil.m

% % gafil.m % % Uses a GA to pick a set of filters for a set of data % % % Default values % out_col=1; df_name1=[]; df_path1=[]; mut_rat=0.2; cro_rat=0.6; scale_data=1; save_data=0; save_data_name=''
www.eeworm.com/read/137229/13338847

m% gafil.m%

% % gafil.m % % Uses a GA to pick a set of filters for a set of data % % % Default values % out_col=1; df_name1=[]; df_path1=[]; mut_rat=0.2; cro_rat=0.6; scale_data=1; save_data=0; save_data_name=''
www.eeworm.com/read/137229/13338958

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/136685/13365862

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/136685/13366129

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/136685/13366343

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/320558/13423919

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/320558/13423923

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/320558/13424142

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/319871/13440912

m exm11332_1.m

%exm11332_1.m figure h_menu=uimenu(gcf,'Label','&Color'); %带简捷键C的用户菜单Color h_submenu1=uimenu(h_menu,'Label','&Blue',... %带简捷键B的的下拉菜单Blue 'Callback','set(gcf,''color'',''blue'')'); h_su