代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/108165/6185219
java jdooperations.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/101648/6236059
java author.java
package com.becom.om;
import org.apache.torque.om.Persistent;
/**
* The skeleton for this class was autogenerated by Torque on:
*
* [Tue Apr 20 13:21:09 CST 2004]
*
* You should add additiona
www.eeworm.com/read/101648/6236060
java publisher.java
package com.becom.om;
import org.apache.torque.om.Persistent;
/**
* The skeleton for this class was autogenerated by Torque on:
*
* [Tue Apr 20 13:21:09 CST 2004]
*
* You should add additiona
www.eeworm.com/read/101648/6236069
java book.java
package com.becom.om;
import org.apache.torque.om.Persistent;
/**
* The skeleton for this class was autogenerated by Torque on:
*
* [Tue Apr 20 13:21:09 CST 2004]
*
* You should add additiona
www.eeworm.com/read/100927/6262993
java testself.java
/* Copyrights and Licenses
*
* This product includes Hypersonic SQL.
* Originally developed by Thomas Mueller and the Hypersonic SQL Group.
*
* Copyright (c) 1995-2000 by the Hypersonic SQL Grou
www.eeworm.com/read/100927/6263001
java testhsql.java
/* Copyrights and Licenses
*
* This product includes Hypersonic SQL.
* Originally developed by Thomas Mueller and the Hypersonic SQL Group.
*
* Copyright (c) 1995-2000 by the Hypersonic SQL Grou
www.eeworm.com/read/131603/6307403
html psfileformat.html
Persistent Store File Format
The persistent store file format
The persistent store file format defines a machine- and h
www.eeworm.com/read/487553/6503816
m ecg_dis.m
function ecg_dis
% persistent ss;
% ss = scom;
% scom=serial('COM1','BaudRate',19200,'Parity','none','DataBits',8,'StopBits',1);
% fopen(scom);
clear all
% Create and then hide the GUI
www.eeworm.com/read/484858/6575802
m ballbeam.m
function ballbeam(action)
% BALLBEAM demonsrates Proportional-Derivative (PD) control as applied to a
% ball and beam demonstration experiment. Execute by calling with no arguments.
%
% P and PD
www.eeworm.com/read/406416/11442833
m lms_eml_samplebase.m
function y=lms_eml_samplebase(x,d) %#eml
%% filter state
persistent fifo;
persistent h;
%% define fi object
ISFI=isfi(x);
if ISFI
T=numerictype(x);
y=fi(0,T);
e=fi(0,T);
else