代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/164272/10120293
m gobck.m
%
% when finished initial viewing of data return to
% the previous screen .....
close_btn=uicontrol(main,...
'Style','Push',...
'units','Pixels',...
'Position',[420 12
www.eeworm.com/read/164050/10133633
m exm11332_1.m
%exm11332_1.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_su
www.eeworm.com/read/164050/10134146
m exm1132_1.m
%exm1132_1.m
figure %创建一个图形窗
h_menu=uimenu(gcf,'label','Color'); %制作用户顶层菜单项Color
h_submenu1=uimenu(h_menu,'label','Blue',... %制作下拉菜单项Blue
'callback','set(gcf,''Color'',''
www.eeworm.com/read/164050/10134245
m exm11333_2.m
%exm11333_2.m
figure
h_menu=uimenu('label','Option');
h_sub1=uimenu(h_menu,'label','Grid on',... %
'callback',[...
'grid on,',...
'set(h_sub1,''checked'',''on''),',...
'set(h_s
www.eeworm.com/read/359349/10154038
m gui_design1.m
clear,close all
figure % 创建一个图形窗
h_menu=uimenu(gcf, 'label' , 'Color' );
h_submenu1=uimenu(h_menu, 'label' , 'Blue' , ... % 制作下拉菜单项 Blue
'callback' , 'set(gcf,''Color'',''blue'')' ); %
h_
www.eeworm.com/read/359240/10159691
m 例7-5.m
>> Hc_boxon=uicontrol(gcf,'style','radio',...
'position',[20 45 100 20],...
'string','Set box on'...
'callback',[...
www.eeworm.com/read/359240/10159716
m 例7-12.m
>> Hc_label=uicontrol(gcf,'style','text',...
'position',[10 10 70 20],...
'string','Clormap:');
>> Hc_map=uicontrol(gcf,'style','text',...
www.eeworm.com/read/359240/10159718
m 例7-1.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','&black','Callback','set
www.eeworm.com/read/358185/10194832
cpp gpsmm_test.cpp
/* $Id: gpsmm_test.cpp 3543 2006-09-28 06:00:14Z ckuethe $ */
/*
* Copyright (C) 2005 Alfredo Pironti
*
* This software is distributed under a BSD-style license. See the
* file "COPYING" for more
www.eeworm.com/read/280771/10292770
c usb_istr.c
/******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
* File Name : usb_istr.c
* Author : MCD Application Team
* Date First Issued : 27/10/2003
* D