代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/337083/12392320
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/249894/12448480
cs testconcur.cs
using System;
using System.Threading;
using Perst;
using System.Diagnostics;
class L2List : PersistentResource
{
internal L2Elem head;
}
class L2Elem : Persistent {
internal L