代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/145329/12735818
m vtb5_6.m
function vtb5_6(mu,beta,rmin,rmax)
%VTB5_6 Surface plot of the normalized amplitude of the primary
% mass for a damped absorber design.
% VTB5_6(mu,beta,rmin,rmax) displays the 3-D plot for normaliz
www.eeworm.com/read/144543/12785591
c usbuser.c
/*----------------------------------------------------------------------------
* U S B - K e r n e l
*----------------------------------------------------------------------------
* N
www.eeworm.com/read/331448/12827485
m sompak_gui.m
function sompak_gui()
%SOMPAK_GUI A GUI for using SOM_PAK functions from Matlab.
%
% sompak_gui
%
% Launches a GUI which allows the use of SOM_PAK functions from
% Matlab. Notice that to use this f
www.eeworm.com/read/244790/12843735
m sompak_gui.m
function sompak_gui()
%SOMPAK_GUI A GUI for using SOM_PAK functions from Matlab.
%
% sompak_gui
%
% Launches a GUI which allows the use of SOM_PAK functions from
% Matlab. Notice that to use this f
www.eeworm.com/read/143706/12849969
m demtrain.m
function demtrain(action);
%DEMTRAIN Demonstrate training of MLP network.
%
% Description
% DEMTRAIN brings up a simple GUI to show the training of an MLP
% network on classification and regression pr
www.eeworm.com/read/244076/12890936
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/244076/12890946
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/244076/12891901
&&& 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/244076/12891939
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/244076/12892006
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;