代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/303435/3812753
pscshot
#! /bin/sh
# Run CSHOT with CWP X Graphics
# Zero-offset data corresponding to a model
# with topography, base of weathering and
# a reflector at depth
demo=14
x1beg=-1000 x1end=4000 x2beg=0 x2end=
www.eeworm.com/read/303435/3812757
xcshot
#! /bin/sh
# Run CSHOT with CWP X Graphics
# Zero-offset data corresponding to a model
# with topography, base of weathering and
# a reflector at depth
demo=14
x1beg=-1000 x1end=4000 x2beg=0 x2end=
www.eeworm.com/read/393518/8281102
m rotro2eu.m
function e=rotro2eu(m,ro)
%ROTQR2EQ converts a 3x3 rotation matrix into the corresponding euler angles
% Inputs:
%
% M(1,3) a string of 3 characters from the set {'x','y','z'} e.g. "zxz" or
www.eeworm.com/read/170899/9780766
hmm readme.hmm
H I D D E N M A R K O V M O D E L
for automatic speech recognition
7/30/95
This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training a
www.eeworm.com/read/148290/12476769
hmm readme.hmm
H I D D E N M A R K O V M O D E L
for automatic speech recognition
7/30/95
This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training a
www.eeworm.com/read/248730/12544051
hmm readme.hmm
H I D D E N M A R K O V M O D E L
for automatic speech recognition
7/30/95
This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training a
www.eeworm.com/read/132624/14082708
msg sdram64m16.ssf.msg
{ "Warning" "WSIM_NO_INAME_FOR_CHANNEL" "temp_s0_402d\[2\] " "Ignored node in vector source file. Can't find corresponding node name temp_s0_402d\[2\] in design." { } { { "D:\\all_work\\standard\\sd
www.eeworm.com/read/107163/15612286
hmm readme.hmm
H I D D E N M A R K O V M O D E L
for automatic speech recognition
7/30/95
This code implements in C++ a basic left-right hidden Markov model
and corresponding Baum-Welch (ML) training a
www.eeworm.com/read/433114/8545736
m ibm2double.m
function x=ibm2double(b)
% ibm2num : convert IBM 32 bit floating point format to doubles
% x=ibm2double(b)
% b is a matrix of uint32
% x is a corresponding matrix of doubles
%
% See also num2ibm
%
www.eeworm.com/read/287304/8695625
m ibm2num.m
function x=ibm2num(b)
% ibm2num : convert IBM 32 bit floating point format to doubles
% x=num2ibm(b)
% b is a matrix of uint32
% x is a corresponding matrix of doubles
%
%
% See also num2ibm
%
%