代码搜索:CallBack

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

代码结果 10,000
www.eeworm.com/read/147422/5729341

m ti_thresh_edit.m

%Callback routine for the text box in the window %function %Written on 05/12/97 %Get value in the edit box thresh = round(eval(get(ti_thresh_txt1_h,'String'))); %Set slider value to corresp
www.eeworm.com/read/147422/5729342

m ti_pr_ok.m

% % Callback function for Cancel button of property_analysis window % Author : Minkyu Lee % Date : 4-Feb-1995 % close(time_pr_win_h); clear time_pr_win_h;
www.eeworm.com/read/147422/5729352

m ti_ov_edit.m

%Callback routine for the text box in the window %function %Written on 05/12/97 %Get value in the edit box overlap = round(eval(get(ti_ov_txt1_h,'String'))); %Set slider value to correspond
www.eeworm.com/read/147422/5729353

m ti_thresh_sl.m

%Callback function for the slider in the windowing % function of the time folder %Written on 05/12/97 %Get slider value thresh = round(get(ti_thresh_fl_h,'Value')); %Set edit box to reflec
www.eeworm.com/read/147422/5729359

m ti_ov_sl.m

%Callback routine for the text box in the window %function %Written on 05/12/97 %Get value in the slider overlap = round(get(ti_ov_fl_h,'Value')); %Set edit box value to correspond to this
www.eeworm.com/read/147422/5729422

m speech_1_display.m

%This is a special data display program to facilitate the display %of 1 speech signal % close all; clear; clc; global BACK_COLOR TEXT_COLOR LINE_COLOR; BACK_COLOR=[1 1 1]; %white TE
www.eeworm.com/read/147422/5729432

m main_speech_1_display.m

%This is a special data display program to facilitate the display %of 1 speech signal % close all; clear; clc; global BACK_COLOR TEXT_COLOR LINE_COLOR; BACK_COLOR=[1 1 1]; %white TE
www.eeworm.com/read/147422/5729433

m main.m

%This is a special data display program to facilitate the display %of 1 speech signal % close all; clear; clc; global BACK_COLOR TEXT_COLOR LINE_COLOR; BACK_COLOR=[1 1 1]; %white TE
www.eeworm.com/read/147422/5729439

m dur_edit.m

%Callback function for the dur edit box %Author Karthik val = eval(get(src_dur_edit,'String')); set(src_dur_slider,'Value',val);
www.eeworm.com/read/147422/5729441

m offset_slider.m

%Callback function for the offset slider box %Author Karthik val = get(src_offset_slider,'Value'); set(src_offset_edit,'String',val);