代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/306131/13752208
m mmenu2.m
% mmenu2.m
Hm_top = uimenu('Label','Example');
Hm_box = uimenu(Hm_top,'Label','Axis Box',...
'CallBack',[...
'if strcmp(get(gca,''Box''),''on''),',...
'set(g
www.eeworm.com/read/305568/13766256
m run_demo.m
function run_demo()
%RUN_DEMO 运行演示程序,隶属于 SHW3D_WIN 函数。
str1='[x,y] = meshgrid(-3:0.1:3,-2:0.1:2);';
str2='z=(x.^2-2*x).*exp(-x.^2-y.^2-x.*y);';
str=str2mat(str1,str2);
h=findobj(gcf,'Tag','strB')
www.eeworm.com/read/303498/13814367
m e0654.m
figure
h_menu=uimenu(gcf,'label','Color');
h_submenu1=uimenu(h_menu,'label','Green',...
'callback','set(gcf,''Color'',''green'')');
h_submenu2=uimenu(h_menu,'label','Blue',...
'callback','set
www.eeworm.com/read/303048/13823252
m sompak_gui.m
function sompak_gui()
%SOMPAK_GUI A GUI for using SOM_PAK functions from Matlab.
%
% sompak_gui
%
% Launches a GUI which allows the use of SOM_PAK functions from
% Matlab. Notice that to use this f
www.eeworm.com/read/302967/13824219
m c2fgui4.m
function varargout = c2fgui4(varargin)
% C2FGUI4 Application M-file for c2fgui4.fig
% FIG = C2FGUI4 launch c2fgui4 GUI.
% C2FGUI4('callback_name', ...) invoke the named callback.
% Last Modifie
www.eeworm.com/read/150726/5689643
txt interface of warpdll.txt
//For version 5.2
//update: 2003.3.2
//**********************************************************************************************
//General:
//
//LKey and RKey contain 28 bits legal key eac
www.eeworm.com/read/148263/5716570
h time_event.h
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems La
www.eeworm.com/read/148143/5718190
h gmd_c3f.h
/*************** gmd_C3F.h ********************************************
FUNCTION: Defines and prototypes for Motorola GMD flash drivers
VERSION: 2000.12.05 Chuck Kuecker (www.RickMiller.com)
www.eeworm.com/read/147422/5729155
m main_analysis.m
%
% A Graphic User Interface to Glottal Inverse Filtering Algorithms
% Author : Minkyu Lee
% Date : 29-Sep-1994
%
%Modified by Karthik on 05/07/97
%Modified by D. G. Childers July, 1997
clo
www.eeworm.com/read/147422/5729165
m fr_plp.m
%
% Callback function for PLP analysis button in the Frequency Analysis window
% Author : Minkyu Lee
% Date : 20-April-95
%
freq_plp_mark_flag=0;
plp_frame_len=2^8;
plp_window=1;
PV=[275 1