代码搜索:Beta值
找到约 10,000 项符合「Beta值」的源代码
代码结果 10,000
www.eeworm.com/read/437728/7741831
m logmapo.m
function L_all = logmapo(rec_s,g,L_a,ind_dec)
% Copyright Nov 1998, Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% Log_MAP algorithm using straightforward method to compute branch metr
www.eeworm.com/read/289562/7805779
3 fig20.3
#include "apue.h"
#include "apue_db.h"
#include
int
main(void)
{
DBHANDLE db;
if ((db = db_open("db4", O_RDWR | O_CREAT | O_TRUNC,
FILE_MODE)) == NULL)
err_sys("db_open error");
i
www.eeworm.com/read/289562/7805929
c t4.c
#include "apue.h"
#include "apue_db.h"
#include
int
main(void)
{
DBHANDLE db;
if ((db = db_open("db4", O_RDWR | O_CREAT | O_TRUNC,
FILE_MODE)) == NULL)
err_sys("db_open error");
i
www.eeworm.com/read/280920/7809045
m logmapo.m
function L_all = logmapo(rec_s,g,L_a,ind_dec)
% Copyright Nov 1998, Yufei Wu
% MPRG lab, Virginia Tech.
% for academic use only
% Log_MAP algorithm using straightforward method to compute branch metr
www.eeworm.com/read/198616/7923373
3 fig20.3
#include "apue.h"
#include "apue_db.h"
#include
int
main(void)
{
DBHANDLE db;
if ((db = db_open("db4", O_RDWR | O_CREAT | O_TRUNC,
FILE_MODE)) == NULL)
err_sys("db_open error");
i
www.eeworm.com/read/198616/7923941
c t4.c
#include "apue.h"
#include "apue_db.h"
#include
int
main(void)
{
DBHANDLE db;
if ((db = db_open("db4", O_RDWR | O_CREAT | O_TRUNC,
FILE_MODE)) == NULL)
err_sys("db_open error");
i
www.eeworm.com/read/198545/7929314
m expv.m
% w = expv( t, A, v )
% EXPV computes an approximation of w = exp(t*A)*v for a
% general matrix A using Krylov subspace projection techniques.
% It does not compute the matrix exponential in iso
www.eeworm.com/read/198545/7929351
m mexpv.m
% w = mexpv( t, A, v )
% MEXPV computes an approximation of w = exp(t*A)*v using Krylov
% subspace projection techniques. This is a customised version for
% Markov Chains. This means that a check
www.eeworm.com/read/196205/8110648
cpp mtd_fengine.cpp
// MTD_f.cpp: implementation of the CMTD_fEngine class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MTD_fEngine.h"
////////////////
www.eeworm.com/read/196205/8110713
h alphabetaengine.h
// AlphaBetaEngine.h: interface for the CAlphaBetaEngine class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ALPHABETAENGINE_H__C39E0A9F_C8EA_42E7_A5