代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/101865/15800277
cpp persist.cpp
// Persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/101128/15850023
cpp persist.cpp
// Persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/101128/15851485
cpp persist.cpp
// persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/101128/15851590
cpp persist.cpp
// Persist.cpp Persistent frame class for SDI apps
#include "stdafx.h"
#include "persist.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////
www.eeworm.com/read/189239/8482865
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/189239/8482867
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/431772/8655274
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/431211/8699732
c f_8_11_reset.c
#include "config.h"
#include "serial.c"
// tests power-on reset bits, watchdog timer, and persistent variables
char getch (void);
void putch (char c);
// return 8 bit char from Recieve port
ch
www.eeworm.com/read/431211/8699943
c reset.c
#include "config.h"
#include "serial.c"
// tests power-on reset bits, watchdog timer, and persistent variables
char getch (void);
void putch (char c);
// return 8 bit char from Recieve port
ch
www.eeworm.com/read/431209/8700231
c f_8_11_reset.c
#include "config.h"
#include "serial.c"
// tests power-on reset bits, watchdog timer, and persistent variables
char getch (void);
void putch (char c);
// return 8 bit char from Recieve port
ch