代码搜索:CallBack

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

代码结果 10,000
www.eeworm.com/read/136989/5828704

bor callback_quoter_notifier.bor

# # Callback_Quoter_Notifier.bor,v 1.4 2003/12/20 14:05:45 jwillemsen Exp # # Makefile for building the Callback_Quoter example # NAME = Callback_Quoter_Notifier OBJFILES = \ $(OBJDIR)\Con
www.eeworm.com/read/136865/5841912

c libmng_callback_xs.c

/* ************************************************************************** */ /* * For conditions of distribution and use, * */ /* * see copyright noti
www.eeworm.com/read/136815/5856604

c libmng_callback_xs.c

/* ************************************************************************** */ /* * For conditions of distribution and use, * */ /* * see copyright noti
www.eeworm.com/read/135941/5876508

c emu8000_callback.c

/* * synth callback routines for the emu8000 (AWE32/64) * * Copyright (C) 1999 Steve Ratcliffe * Copyright (C) 1999-2000 Takashi Iwai * * This program is free software; you
www.eeworm.com/read/133952/5896816

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/133952/5896819

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/133952/5896829

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/133952/5896832

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/133952/5896836

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
www.eeworm.com/read/133952/5896837

m plot_line_callback.m

function plot_line_callback( action ) % Callback function for the plot_line program. % This function uses a switch structure to route the % callbacks to the proper section of code. % Make su