代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/251805/4417972
c predict.c
/* predict.c, 运动补偿预测*/
#include
#include "config.h"
#include "global.h"
/* private prototypes */
static void predict_mb _ANSI_ARGS_((
unsigned char *oldref[], unsigned char *newref[],
www.eeworm.com/read/243076/4532956
h predict.h
/*****************************************************************************
* predict.h: h264 encoder library
*****************************************************************************
* Copy
www.eeworm.com/read/243076/4532974
c predict.c
/*****************************************************************************
* predict.c: h264 encoder
*****************************************************************************
* Copyright (C
www.eeworm.com/read/203086/5041985
h predict.h
/*
Logistic Regression using Truncated Iteratively Re-weighted Least Squares
(includes several programs)
Copyright (C) 2005 Paul Komarek
This program is free software; you can redistribute i
www.eeworm.com/read/203086/5041986
c predict.c
/*
Logistic Regression using Truncated Iteratively Re-weighted Least Squares
(includes several programs)
Copyright (C) 2005 Paul Komarek
This program is free software; you can redistribute i
www.eeworm.com/read/181666/5275719
c predict.c
/* predict.c, motion compensated prediction */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/344585/3207871
m predict.m
function prediction = predict(model,Xt,n, simfct, args)
% Iterative prediction of a trained LS-SVM NARX model (in recurrent mode)
%
% >> Yp = predict({Xw,Yw,type,gam,sig2}, Xt, nb)
% >> Yp = predict(
www.eeworm.com/read/340810/3264356
c predict.c
/* predict.c, motion compensated prediction */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/334861/3361622
cc predict.cc
#include "montecarlodistribution.ih"
void MonteCarloDistribution::predict(rIDistribution const &movementModel)
{
vector newParticles;
for (unsigned i = 0; i < d_nParticles; i++)
{
www.eeworm.com/read/334861/3361632
cc predict.cc
#include "normaldistribution3d.ih"
void NormalDistribution3D::predict(rf const &movementModel)
{
Vector3D movMu = movementModel->getMu();
Matrix9D movSigma = movementModel->getSi