代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/249894/12463140
cs parray.cs
namespace Perst
{
using System;
///
/// Common interface for all PArrays
///
public interface GenericPArray
{
/// Get number
www.eeworm.com/read/148489/12463381
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/231735/14222442
txt readme.txt
In this directory, we can find the eleven files. The relationship between file name and the number of program written in the book is shown in as follows.
Program6-1 main.m
Program6-2 posi