代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/481504/6641911
m delay6callback.m
%Copyright 2002 The Mobile and Portable Radio Research Group
%
%This code is part of the GUI package
fee = str2num(get(gcbo, 'String'))*1e-9;
if isempty(fee)
set(AmpHandle6,'String',[]);
en
www.eeworm.com/read/481504/6641918
m delay5callback.m
%Copyright 2002 The Mobile and Portable Radio Research Group
%
%This code is part of the GUI package
fee = str2num(get(gcbo, 'String'))*1e-9;
if isempty(fee)
set(DelayHandle6,'String',[]);
www.eeworm.com/read/481504/6641920
m delay2callback.m
%Copyright 2002 The Mobile and Portable Radio Research Group
%
%This code is part of the GUI package
fee = str2num(get(gcbo, 'String'))*1e-9;
if isempty(fee)
set(DelayHandle3,'String',[]);
www.eeworm.com/read/481504/6641923
m amp5callback.m
%Copyright 2002 The Mobile and Portable Radio Research Group
%
%This code is part of the GUI package
fee = str2num(get(gcbo, 'String'));
if isempty(fee)
set(AmpHandle6,'String',[]);
set(De
www.eeworm.com/read/481504/6641937
m delay3callback.m
%Copyright 2002 The Mobile and Portable Radio Research Group
%
%This code is part of the GUI package
fee = str2num(get(gcbo, 'String'))*1e-9;
if isempty(fee)
set(DelayHandle4,'String',[]);
www.eeworm.com/read/481504/6641939
m delay4callback.m
%Copyright 2002 The Mobile and Portable Radio Research Group
%
%This code is part of the GUI package
fee = str2num(get(gcbo, 'String'))*1e-9;
if isempty(fee)
set(DelayHandle5,'String',[]);
www.eeworm.com/read/481504/6641940
m amp3callback.m
%Copyright 2002 The Mobile and Portable Radio Research Group
%
%This code is part of the GUI package
fee = str2num(get(gcbo, 'String'));
if isempty(fee)
set(AmpHandle4,'String',[]);
set(Am
www.eeworm.com/read/480149/6677939
m prev_next_callback.m
function varargout = Prev_Next_Callback(h, eventdata, handles, str)
%获取索引指针和地址
index = handles.Index;
Addresses = handles.Addresses;
%根据被单击的按钮修改显示结果
switch str
case 'Prev'
%索引值减1
i = i
www.eeworm.com/read/480149/6677942
m contact_name_callback.m
function varargout = Contact_Name_Callback(h, eventdata, handles, varargin)
%在Contact Name和Phone编辑框众获取字符串
Current_Name = get(handles.Contact_Name,'string');
Current_Phone = get(handles.Contact_Phon
www.eeworm.com/read/480149/6677947
m contact_phone_callback.m
function varargout = Contact_Phone_Callback(h, eventdata, handles, varargin)
Current_Phone = get(handles.Contact_Phone,'string');
%如果有一个为空则返回
if isempty(Current_Phone)
return
end
%在句柄结构体众获取当