代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/231735/14222424
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/231735/14222425
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/228472/14382932
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/228472/14382934
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/493151/1169346
h salvocfg.h
#define OSBYTES_OF_DELAYS 1
#define OSCOMPILER OSHT_PICC
#define OSDISABLE_TASK_PRIORITIES TRUE
#define OSEVENTS 0
#define OSLOC_ALL bank1 persistent
#define OSTARGET OSPIC16
#
www.eeworm.com/read/492368/1176090
java user.java
//$Id: User.java,v 1.1.2.2 2003/11/03 09:40:42 oneovthafew Exp $
package org.hibernate.auction;
import java.util.List;
/**
* @author Gavin King
*/
public class User extends Persistent {