代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/355209/10285332
m ui_check_params.m
function ui_check_params
persistent state;
if isempty(state)
state = struct('FrmLen', '130', 'NumofPkt', '100','corr_value','0');
end
curr_obj = gcbo;
obj_tag = get(curr_obj,'Tag');
www.eeworm.com/read/422978/10595303
m ui_check_params.m
function ui_check_params
persistent state;
if isempty(state)
state = struct('FrmLen', '130', 'NumofPkt', '100','corr_value','0');
end
curr_obj = gcbo;
obj_tag = get(curr_obj,'Tag');
www.eeworm.com/read/420096/10817293
m ui_check_params.m
function ui_check_params
persistent state;
if isempty(state)
state = struct('FrmLen', '130', 'NumofPkt', '100','corr_value','0');
end
curr_obj = gcbo;
obj_tag = get(curr_obj,'Tag');
www.eeworm.com/read/420096/10817303
asv ui_check_params.asv
function ui_check_params
persistent state;
if isempty(state)
state = struct('FrmLen', '130', 'NumofPkt', '100','corr_value','0');
end
curr_obj = gcbo;
obj_tag = get(curr_obj,'Tag');
www.eeworm.com/read/272715/10946809
m ui_check_params.m
function ui_check_params
persistent state;
if isempty(state)
state = struct('FrmLen', '130', 'NumofPkt', '100','corr_value','0');
end
curr_obj = gcbo;
obj_tag = get(curr_obj,'Tag');
www.eeworm.com/read/463000/7190738
m snpisma.m
% Program 6-10
% snpisma.m
%
% Slotted non-persistent ISMA System
%
% Input argument
% now_time : now time but, now_time
www.eeworm.com/read/463000/7190739
m npcsma.m
% Program 6-8
% npcsma.m
%
% non-persistent CSMA System
%
% Input argument
% now_time : now time but, now_time
www.eeworm.com/read/451487/7462795
m ui_check_params.m
function ui_check_params
persistent state;
if isempty(state)
state = struct('FrmLen', '130', 'NumofPkt', '100','corr_value','0');
end
curr_obj = gcbo;
obj_tag = get(curr_obj,'Tag');
www.eeworm.com/read/299955/7818655
m ui_check_params.m
function ui_check_params
persistent state;
if isempty(state)
state = struct('FrmLen', '130', 'NumofPkt', '100','corr_value','0');
end
curr_obj = gcbo;
obj_tag = get(curr_obj,'Tag');
www.eeworm.com/read/243419/12942539
m snpisma.m
% Program 6-10
% snpisma.m
%
% Slotted non-persistent ISMA System
%
% Input argument
% now_time : now time but, now_time