代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/386781/8727350
m nnpidcontr.m
%BP based PID Control
function [y]=nnpidcontr(TE)
persistent kp ki kd
y=[];
TE=6;
xite=0.20;
alfa=0.05;
S=2; %Signal type
IN=4;H=5;Out=3; %NN Structure
if S==1 %Step Signal
wi=[-0.6394 -
www.eeworm.com/read/381017/9115315
m agvlin.m
function [M,N]=agvlin(x,u,vw,flag)
% Linearization of AGV model
persistent kappa xout A0 F0 C0 G0 % Make variables static
% Check if variables should be initailized
if nargin==1
kenc = 800
www.eeworm.com/read/183070/9179621
m agvlin.m
function [M,N]=agvlin(x,u,vw,flag)
% Linearization of AGV model
persistent kappa xout A0 F0 C0 G0 % Make variables static
% Check if variables should be initailized
if nargin==1
kenc = 800
www.eeworm.com/read/280856/10287406
h properties.h
#pragma once
#include "gameframe.h"
#define INFECTIONS_TYPE_IMMEDIATE 1 // 立即执行
#define INFECTIONS_TYPE_PERSISTENT 2 // 持续一段时间
#define INFECTIONS_TYPE_ALONE 4 // 独立执行
#define INF
www.eeworm.com/read/136989/5838117
cpp naming_utils.cpp
// Naming_Utils.cpp,v 1.94 2003/12/08 09:09:37 jwillemsen Exp
#include "Naming_Utils.h"
#include "Transient_Naming_Context.h"
#include "Persistent_Context_Index.h"
#include "Storable_Naming_Cont
www.eeworm.com/read/113176/6135806
java name.java
//$Id: Name.java,v 1.3.2.1 2003/08/09 11:24:47 turin42 Exp $
package net.sf.hibernate.odmg;
import java.io.Serializable;
/**
* An ODMG name that may be bound to a persistent object.
*/
public class
www.eeworm.com/read/403922/11501022
html function.oci-pconnect.html
Connect to an Oracle database using a persistent connection
www.eeworm.com/read/403922/11501643
html function.ibase-pconnect.html
Open a persistent connection to an InterBase database
www.eeworm.com/read/225852/14513489
m agvlin.m
function [M,N]=agvlin(x,u,vw,flag)
% Linearization of AGV model
persistent kappa xout A0 F0 C0 G0 % Make variables static
% Check if variables should be initailized
if nargin==1
kenc = 800