代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/320130/13432587
m chap7_10f.m
%Discrete Kalman filter
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
function [u]=kalman(u1,u2,u3)
persistent A B C D Q R P x
yv=u2;
if u3==0
x=zeros(2,1);
ts=0.001;
a=25;b=133;
sys=tf(b,[1,a
www.eeworm.com/read/315979/13533348
txt 常用缩语.txt
常用缩语:
J2ME---Java 2 Platform Micro Edition.
J2SE---Java 2 Platform Standard Edition.
J2EE---Java 2 Platform Enterprise Edition.
JSP---JavaServer Page.(Java Bean,Servlet.)
EJB---Enterprise Java
www.eeworm.com/read/315013/13553917
m chap7_10f.m
%Discrete Kalman filter
%x=Ax+B(u+w(k));
%y=Cx+D+v(k)
function [u]=kalman(u1,u2,u3)
persistent A B C D Q R P x
yv=u2;
if u3==0
x=zeros(2,1);
ts=0.001;
a=25;b=133;
sys=tf(b,[1,a
www.eeworm.com/read/314179/13572551
m sizeof.m
function s = sizeof(type)
% SIZEOF Number of bytes in a given precision specification
persistent typemap initialized
% Set up the type map if we haven't already done so
if (isempty(initialized
www.eeworm.com/read/306482/13744375
m csma1p.m
% Non-persistent
%
% p11=exp(-g) p12=g.*exp(-g) p13=1-exp(-g)-g.*exp(-g)
%
% p21=exp(-g) p22=g.*exp(-g) p23=1-exp(-g)-g.*exp(-g)
%
% p31=exp(-g) P32=g.*ex
www.eeworm.com/read/151582/5680910
java auditable.java
package org.hibernate.auction.model;
/**
* A marker interface for auditable persistent domain classes.
*
* @author Christian Bauer
*/
public interface Auditable {
www.eeworm.com/read/145188/5747316
java senderservlet.java
//声明这个类的包examples.jms.sender
package examples.jms.sender;
//本类引入的其它类和包
import java.io.*;
import javax.naming.*;
import javax.jms.*;
import javax.servlet.*;
import javax.servlet.http.*;
/**
www.eeworm.com/read/140467/5789429
h ml300.h
/*
* ML300.h: ML300 specific config options
*
* http://www.xilinx.com/ml300
*
* Derived from : ML2.h
*
* Author: Xilinx, Inc.
*
*
* This program is free software; you can redistribut
www.eeworm.com/read/139134/5807935
c prefmgr.c
/*
===========================================================================
FILE: prefmgr.c
SERVICES:
Get/Set config preferences.
GENERAL DESCRIPTION:
Persistent
www.eeworm.com/read/139134/5807962
h prefmgr.h
/*
===========================================================================
FILE: prefmgr.h
SERVICES:
Get/Set config preferences.
GENERAL DESCRIPTION:
Brewser per