代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/461294/7229937
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/461294/7229992
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/460016/7258909
m 例7-5.m
>> Hc_boxon=uicontrol(gcf,'style','radio',...
'position',[20 45 100 20],...
'string','Set box on'...
'callback',[...
www.eeworm.com/read/460016/7258921
m 例7-12.m
>> Hc_label=uicontrol(gcf,'style','text',...
'position',[10 10 70 20],...
'string','Clormap:');
>> Hc_map=uicontrol(gcf,'style','text',...
www.eeworm.com/read/460016/7258922
m 例7-1.m
>> figure
>> h_menu=uimenu(gcf,'label','&color');
>> h_submenu1=uimenu(h_menu,'label','&green','Callback','set(gcf,''color'',''green'')')
>>h_submenu2=uimenu(h_menu,'label','&black','Callback','set
www.eeworm.com/read/457219/7331744
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/457219/7331748
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/457219/7332006
&&& 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/457219/7332022
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/457219/7332043
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;