代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/457219/7332070
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
www.eeworm.com/read/457219/7332100
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/457219/7332110
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/457219/7332165
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/456193/7354707
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/454809/7382591
m 例7-5.m
>> Hc_boxon=uicontrol(gcf,'style','radio',...
'position',[20 45 100 20],...
'string','Set box on'...
'callback',[...
www.eeworm.com/read/454809/7382603
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/454809/7382604
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/453779/7412376
h main.h
/*==============================================================================
文件: main.h
说明:进程模块管理
时间:2006-07-03
编写:oshj || oshj@21cn.com
环境:VC6.0/WinXP/SP2/1024*768分辨率
特别说明:界面和功能仿照李马的 July 程
www.eeworm.com/read/452217/7444928
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