代码搜索:CallBack

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

代码结果 10,000
www.eeworm.com/read/272783/10944789

java sslsignature_reply_callback.java

/**************************************************************** * 软件:Java签名协议扩展 (Java Signature Protocol Extension, JSPE) * 版本:V1.0 * 软件功能:实现SSL签名协议 * 模块:公共接口SSLsignature_reply_callback *------
www.eeworm.com/read/297947/7984304

m callback_ti_wavelets.m

function y = callback_ti_wavelets(x,dir,options) % callback_atrou - callback for redundant wavelets. % % y = callback_ti_wavelets(x,dir,options); % % Copyright (c) 2007 Gabriel Peyre if isfield
www.eeworm.com/read/321972/13391582

m test_edit_callback.m

function test_edit_callback % Find the value typed into the edit box str = get (gcbo,'String'); % Place the value into the text field Hndl = findobj(gcbf,'Tag','Label1'); set (Hndl,'String',s
www.eeworm.com/read/321972/13391587

m temp_conversion_callback.m

function temp_conversion_callback( action ) % Callback function for the temp_conversion program. % This function uses a switch structure to route the % callbacks to the proper section of code. N
www.eeworm.com/read/321972/13391597

m test_toggle_callback.m

function test_toggle_callback % Find the state of the toggle button state = get(gcbo,'Value'); % Place the value into the text field Hndl = findobj(gcbf,'Tag','Label1'); if state == 0 set
www.eeworm.com/read/321972/13391600

m test_listbox_callback.m

function test_listbox_callback(action) switch action case 'button' Hndl = findobj(gcbf,'Tag','Listbox1'); value = get (Hndl,'Value'); Hndl = findobj(gcbf,'Tag','Label1'); str = ['O
www.eeworm.com/read/321972/13391604

m test_slider_callback.m

function test_slider_callback % Find the value of the popup menu value = get(gcbo,'Value'); % Place the value into the text field Hndl = findobj(gcbf,'Tag','Label1'); str = sprintf('%.2f',val