代码搜索:CallBack

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

代码结果 10,000
www.eeworm.com/read/138268/13243512

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/138268/13243520

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/138268/13243987

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/239056/13304535

m zongtikuangjia.m

clf reset %H_fig=figure; %--------------------------------自制平台菜单--------------------------------- set(gcf,'MenuBar',menubar); h_menu=uimenu(gcf,'label','运动方程'); h_submenu1=uimenu(h_menu,'label'
www.eeworm.com/read/137229/13337786

m ga_init.m

clear all close all; data_comb=0; output_var=[]; main=figure('Number','Off','Name','遗传程序设计','Menubar','None','Resize','off',... 'Units','Pixels','Position',[0 0 636 455]); datitle_rb = u
www.eeworm.com/read/137229/13337790

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/137229/13338545

&&& da_gp1.&&&

% % da_gp1.m % % GP initialisation script % da_front; drawnow; % % Initialise variables % pop_size=50; p_mutate=0.25; p_cross=0.65; p_perm=0.1; p_old=0.1; num_gen=50; gp_function(
www.eeworm.com/read/137229/13338579

m da_tshft.m

% % da_tshft.m % % Programme to time shift a data % set % % % Sort the screen out % da_front; set(w1,'NumberTitle','off','Name','Timeshifting Data Set'); drawnow; % % Initialise the t
www.eeworm.com/read/137229/13338642

m da_gp1.m

% % da_gp1.m % % GP initialisation script % da_front; drawnow; % % Initialise variables % pop_size=20; p_mutate=0.25; p_cross=0.65; p_perm=0.1; p_old=0.1; num_gen=50; tr_split=50;
www.eeworm.com/read/137229/13338724

m da_olset.m

% % da_olset % % Sets up the programme to run in on-line % mode. % % In order for the communications to function % the Serial Port communcations interface MUST % be running otherwise errors wi