代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/355337/10275187
m imm_update.m
%IMM_UPDATE Interacting Multiple Model (IMM) Filter update step
%
% Syntax:
% [X_i,P_i,MU,X,P] = IMM_UPDATE(X_p,P_p,c_j,ind,dims,Y,H,R)
%
% In:
% X_p - Cell array containing N^j x 1 mean state e
www.eeworm.com/read/355337/10275197
m uimm_update.m
%IMM_UPDATE UKF based Interacting Multiple Model (IMM) Filter update step
%
% Syntax:
% [X_i,P_i,MU,X,P] = IMM_UPDATE(X_p,P_p,c_j,ind,dims,Y,H,R)
%
% In:
% X_p - Cell array containing N^j x 1 me
www.eeworm.com/read/355237/10284141
m kf_update.m
%KF_UPDATE Kalman Filter update step
%
% Syntax:
% [X,P,K,IM,IS,LH] = KF_UPDATE(X,P,Y,H,R)
%
% In:
% X - Nx1 mean state estimate after prediction step
% P - NxN state covariance after predictio
www.eeworm.com/read/425905/10310468
8 update-pciids.8
.TH update-pciids 8 "01 February 2009" "pciutils-3.1.2" "The PCI Utilities"
.IX update-pciids
.SH NAME
update-pciids \- download new version of the PCI ID list
.SH SYNOPSIS
.B update-pciids
.RB [ -q
www.eeworm.com/read/425905/10310473
sh update-pciids.sh
#!/bin/sh
[ "$1" = "-q" ] && quiet=true || quiet=false
set -e
SRC="http://pciids.sourceforge.net/v2.2/pci.ids"
DEST=pci.ids
PCI_COMPRESSED_IDS=
GREP=grep
# if pci.ids is read-only (because the file
www.eeworm.com/read/425905/10310538
man update-pciids.man
.TH update-pciids 8 "@TODAY@" "@VERSION@" "The PCI Utilities"
.IX update-pciids
.SH NAME
update-pciids \- download new version of the PCI ID list
.SH SYNOPSIS
.B update-pciids
.RB [ -q ]
.SH DESCRI
www.eeworm.com/read/425303/10364513
scm update list.scm
(define ls (list 1 2 3 4 5))
(define temp1 (list))
(define (update lis pos val)
(let ((n 0) (temp1 (list)) )
(let loop ((temp lis) (lsk 0))
(if (= pos (+ n 1)) (begin
www.eeworm.com/read/425210/10370103
h conf_update.h
//! @file conf_update.h,v
//!
//! Copyright (c) 2004 Atmel.
//!
//! Please read file license.txt for copyright notice.
//!
//! This file contains the possible external configuration of the updat
www.eeworm.com/read/161720/10383021