代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/172823/9687063
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/172576/9701152
h hpusbscsi.h
/* Header file for the hpusbscsi driver */
/* (C) Copyright 2001 Oliver Neukum */
/* sponsored by the Linux Usb Project */
/* large parts based on or taken from code by John Fremlin and Matt Dharm */
www.eeworm.com/read/368108/9711575
m exm103_2.m
%exm103_2.m
figure
h_menu=uimenu(gcf,'Label','&Color'); %带简捷键C的用户菜单Color
h_submenu1=uimenu(h_menu,'Label','&Blue',... %带简捷键B的的下拉菜单Blue
'Callback','set(gcf,''color'',''blue'')');
h_subm
www.eeworm.com/read/367875/9724966
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/367830/9727790
m mmctl2.m
% mmctl2.m
Hc_boxon = uicontrol(gcf,'Style','radio',...
'Position',[20 45 100 20],...
'String','Set Box On',...
'Value',0,...
'CallBack',[...
's
www.eeworm.com/read/367830/9727797
m mmenu3.m
% mmenu3.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/367830/9727925
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/171829/9734738
h loadstrg.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
#define IDS_STRINGBASE 100
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CAL
www.eeworm.com/read/171829/9734760
h createpdialog.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
#define IDC_CHECKBOX 101
#define IDC_RADIO1 102
#define IDC_RADIO2 103
LRES
www.eeworm.com/read/171829/9734823
h defdlgp.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
#define IDC_CHECKBOX 101
#define IDC_RADIO1 102
#define IDC_RADIO2 103
LRES