代码搜索:CallBack

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

代码结果 10,000
www.eeworm.com/read/306131/13752196

m mmenu1.m

% mmenu1.m Hm_ex = uimenu(gcf,'Label','Example'); Hm_grid = uimenu(Hm_ex,'Label','Grid','CallBack','grid'); Hm_view = uimenu(Hm_ex,'Label','View'); Hm_2d = uimenu(Hm_view,'Label','2-D','CallBack','vi
www.eeworm.com/read/152843/5665761

c pdaudiocf_pcm.c

/* * Driver for Sound Core PDAudioCF soundcards * * PCM part * * Copyright (c) 2003 by Jaroslav Kysela * * This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/149476/5699484

h updatecallbackgui.h

// UpdateCallbackGUI.h #ifndef __UPDATE_CALLBACK_GUI_H #define __UPDATE_CALLBACK_GUI_H #include "../Common/Update.h" #include "../../FileManager/Resource/ProgressDialog2/ProgressDialog.h" c
www.eeworm.com/read/147422/5729274

m f_rate.m

% % Callback function for "Rate Conversion" button of File window % Author : Minkyu Lee % Date : 23-Feb-1995 % Modified by Karthik May 25 1997 % Modified by D. G. Childers PV=[2 210 267 270];
www.eeworm.com/read/147422/5729275

m pr_canc.m

% % Callback function for Cancel button of main_property window %Karthik 05/17/97 while exist('m_pr_win_h') try1 = get(m_pr_win_h,'position'); eval(try1,catch1); close(m_pr_win_h);
www.eeworm.com/read/147422/5729276

m f_ok.m

% % Callback function for OK button of main_file window % Author : Karthik % May 25 1997 rc_ok; wg_ok; if exist('m_fi_win_h') eval('close(m_fi_win_h);',catch1); clear m_fi_win_h; e
www.eeworm.com/read/147422/5729286

m rc_ok.m

% % Callback function for OK button of main_file window % Author : Karthik % Date : MAy 25 1997 if exist('fi_rc_win_h') eval('close(fi_rc_win_h);',catch1); clear fi_rc_win_h; end;
www.eeworm.com/read/147422/5729292

m wg_ok.m

% % Callback function for OK button of main_file window % Author : Karthik % Date : May 25 1997 % if exist('fi_wg_win_h') eval('close(fi_wg_win_h);',catch1); clear fi_wg_win_h; end;
www.eeworm.com/read/147422/5729302

m e_wg_ok.m

% % Callback function for OK (cancel) button of main_file window % Author : Karthik % Date : May 27 1997 while exist('ed_wg_win_h') eval('close(ed_wg_win_h);',catch1); clear ed_wg_win_h;
www.eeworm.com/read/147422/5729329

m ceps_ca.m

%Callback function for the Cancel button of the Cepstral Analysis window %Author Karthik May 31 1997 if exist('ceps_an_win_h') ==1 eval('close(ceps_an_win_h);',catch1); clear ceps_an_win_h