代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/303058/13822602
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/147682/5728091
m update_ipwin.m
% [E,stop,brk] = update_ipwin(E,e,d,wp,x1,x2,x3,x4,x5)
%
% Updates the iteration progress window.
%
% Input variable
% E : Learning curve vector
% e : new error sample (column vecto
www.eeworm.com/read/147331/5731542
c res_update.c
/*
* Copyright (c) 1996 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that th
www.eeworm.com/read/147091/5733516
sql cursor_update.sql
use pubs
go
declare cur_title cursor dynamic -- fast_forward dynamic KEYSET STATIC
for
select price from titles
for update
open cur_title
declare @temp real
fetch first from cur_title into
www.eeworm.com/read/146147/5739340
txt update220.txt
TopGrid v2.20.24 release notes September 8, 2002
1. C++ Builder 5 installation problems repaired (was missing TsCmpVer.pas file for rebuilding packages)
2. Combos with ParentCombo=True for databou
www.eeworm.com/read/140847/5779256
m update_cpt.m
function CPD = update_CPT(CPD)
% Compute the big CPT for an HHMM Q node (including F parents) given internal transprob and startprob
% function CPD = update_CPT(CPD)
Qsz = CPD.Qsz;
Qpsz = CPD.Qpsz;
www.eeworm.com/read/140847/5779258
m update_cpt.m
function CPD = update_CPT(CPD)
% Compute the big CPT for an HHMM Q node (including F parents) given internal transprob and startprob
% function CPD = update_CPT(CPD)
Qsz = CPD.Qsz;
Qpsz = CPD.Qpsz;
www.eeworm.com/read/140847/5779262
m update_ess.m
function CPD = update_ess(CPD, fmarginal, evidence, ns, cnodes, hidden_bitv)
% UPDATE_ESS Update the Expected Sufficient Statistics of a hhmm Q node.
% function CPD = update_ess(CPD, fmarginal, eviden