代码搜索:CallBack

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

代码结果 10,000
www.eeworm.com/read/486037/1254263

h nis_callback.h

/* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape * media and as a part of the software program in whole o
www.eeworm.com/read/486037/1255810

x nis_callback.x

%/* % * Sun RPC is a product of Sun Microsystems, Inc. and is provided for % * unrestricted use provided that this legend is included on all tape % * media and as a part of the software program in who
www.eeworm.com/read/486037/1255827

h nis_callback.h

/* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape * media and as a part of the software program in whole o
www.eeworm.com/read/480930/1306279

s callback_srm.s

/* * arch/alpha/lib/callback_srm.S */ #include #include .text #define HWRPB_CRB_OFFSET 0xc0 #if defined(CONFIG_ALPHA_SRM) || defined(CONFIG_ALPHA_GENERIC) .align
www.eeworm.com/read/477111/1364141

m new_callback.m

function varargout = New_Callback(h, eventdata, handles, varargin) set(handles.Contact_Name,'String','') set(handles.Contact_Phone,'String','')
www.eeworm.com/read/477111/1364145

m open_callback.m

function varargout = Open_Callback(h, eventdata, handles, varargin) [filename, pathname] = uigetfile( ... {'*.mat', 'All MAT-Files (*.mat)'; ... '*.*','All Files (*.*)'}, ... 'Sele
www.eeworm.com/read/477111/1364146

m save_callback.m

function varargout = Save_Callback(h, eventdata, handles, varargin) %获取被选菜单的Tag属性 Tag = get(h,'Tag'); %获取address数组 Addresses = handles.Addresses; %根据所选项执行相应的行为 switch Tag case 'Save' %保存到默
www.eeworm.com/read/474959/1387433

idl echo_callback.idl

#ifndef __ECHO_CALLBACK_IDL__ #define __ECHO_CALLBACK_IDL__ module cb { interface CallBack { void call_back(in string mesg); }; interface Server { // Server calls back to client
www.eeworm.com/read/474959/1387472

idl echo_callback.idl

#ifndef __ECHO_CALLBACK_IDL__ #define __ECHO_CALLBACK_IDL__ module cb { interface CallBack { void call_back(in string mesg); }; interface Server { // Server calls back to client
www.eeworm.com/read/466484/1510806

m new_callback.m

function varargout = New_Callback(h, eventdata, handles, varargin) set(handles.Contact_Name,'String','') set(handles.Contact_Phone,'String','')