代码搜索:CallBack

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

代码结果 10,000
www.eeworm.com/read/242698/12990657

h tcpserverdlg.h

// TCPServerDlg.h : header file // #if !defined(AFX_TCPSERVERDLG_H__608CC623_E942_418A_9836_1905480EBF12__INCLUDED_) #define AFX_TCPSERVERDLG_H__608CC623_E942_418A_9836_1905480EBF12__INCLUDED_
www.eeworm.com/read/140461/13079567

cpp pdu_cont.cpp

/*=================================================================== Copyright (c) 1999 Hewlett-Packard Company ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS. Permission
www.eeworm.com/read/321849/13394447

h tcpserverdlg.h

// TCPServerDlg.h : header file // #if !defined(AFX_TCPSERVERDLG_H__608CC623_E942_418A_9836_1905480EBF12__INCLUDED_) #define AFX_TCPSERVERDLG_H__608CC623_E942_418A_9836_1905480EBF12__INCLUDED_
www.eeworm.com/read/307826/13714195

c example_lpm3_aclk_1_sec.c

//****************************************************************************** // MSP430x11x1 Demo - Timer_A, Ultra-Low Pwr UART 4800 Echo, 32kHz ACLK // Description: TX is called in ISR, ACLK d
www.eeworm.com/read/307826/13714202

c example_lpm3_aclk_1_sec.c

//****************************************************************************** // MSP430x11x1 Demo - Timer_A, Ultra-Low Pwr UART 4800 Echo, 32kHz ACLK // Description: TX is called in ISR, ACLK d
www.eeworm.com/read/301721/13851368

h audrec.h

#if !defined(AFX_AUDREC_H__7E439646_4865_460A_B9D7_921F23BE8053__INCLUDED_) #define AFX_AUDREC_H__7E439646_4865_460A_B9D7_921F23BE8053__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_
www.eeworm.com/read/147422/5729162

m fr_spec.m

% % Callback function for Spectra button in the Frequency Analysis window % Author : Minkyu Lee % Date : 28-Feb-1995 % Modified by Karthik May 27 1997 % Modified by D. G. Childers freq_spec_ma
www.eeworm.com/read/147422/5729181

m spec_pr.m

% % Callback function for Property button of Spectra analysis window % Author : Minkyu Lee % Date : 13-Mar-1995 % Modified by Karthik May 27 1997 % Modified by D. G. Childers PV=[2 187 290 2
www.eeworm.com/read/147422/5729183

m fr_np.m

% % Callback function for "Frame length" slider of frequency analysis window % Author : Minkyu Lee % Date : 4-Feb-1995 % % Get the value from the slider val=round( get(freq_sl_np_h,'Value') );
www.eeworm.com/read/147422/5729193

m fr_ok.m

% % Callback function for Cancel button of frequency analysis window % Author : Karthik % Date : 20 May 1997 % if exist('freq_out_win_h') == 1 eval('close(freq_out_win_h);',catch1); end;