代码搜索:corresponding

找到约 4,250 项符合「corresponding」的源代码

代码结果 4,250
www.eeworm.com/read/346158/3189492

m fg3.m

% make a factor graph corresponding to an HMM with Gaussian outputs, where we absorb the % evidence up front seed = 1; rand('state', seed); randn('state', seed); T = 3; Q = 3; O = 2; cts_obs = 1;
www.eeworm.com/read/311722/3678140

m atan_pos.m

function y = atan_pos(x,rnd) % Rigorous atan(x) for nonnegative double vector x, rounding corresponding % to rnd % For internal use in atan, asin, acos, asec, acsc % written 12/30/98 S.M.
www.eeworm.com/read/311722/3678147

m atanh_pos.m

function y = atanh_pos(x,rnd) % rigorous atanh for nonnegative double vector x
www.eeworm.com/read/292984/3935732

m fg3.m

% make a factor graph corresponding to an HMM with Gaussian outputs, where we absorb the % evidence up front seed = 1; rand('state', seed); randn('state', seed); T = 3; Q = 3; O = 2; cts_obs = 1;
www.eeworm.com/read/292964/3936880

m fg3.m

% make a factor graph corresponding to an HMM with Gaussian outputs, where we absorb the % evidence up front seed = 1; rand('state', seed); randn('state', seed); T = 3; Q = 3; O = 2; cts_obs = 1;
www.eeworm.com/read/268723/4250514

svn-base tkeydat.c.svn-base

#include "tdefs.h" #include "tio.h" #include "tvkey.h" /* user can rewrite these vaules */ /* corresponding A/D value */ #define _KEYBOARD_L_ 0x10 #define _KEYBOARD_M_
www.eeworm.com/read/434858/1867928

m fg3.m

% make a factor graph corresponding to an HMM with Gaussian outputs, where we absorb the % evidence up front seed = 1; rand('state', seed); randn('state', seed); T = 3; Q = 3; O = 2; cts_obs = 1;
www.eeworm.com/read/404103/2307067

makefile

## ## ## By default, hztty includes all conversion tables, if you want to ## exclude some of the conversions, comment out the corresponding variables. # between GB & BIG5 (add about 50K) DEF_GB_BIG5=
www.eeworm.com/read/393163/2487827

m fg3.m

% make a factor graph corresponding to an HMM with Gaussian outputs, where we absorb the % evidence up front seed = 1; rand('state', seed); randn('state', seed); T = 3; Q = 3; O = 2; cts_obs = 1;
www.eeworm.com/read/295595/8150874

m regsolve.m

function [c,d]=rnsolve(K,T,y,lambda) % USAGE % [c,d]=regsolve(K,T,y,lambda) % % solve % min \sum( (y-f(x)).^2 ) + lambda ||f||^2 % % calculates the coefficients of the corresponding % reg