代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/340665/3267741
s greg2.s
# Use of .greg; non-mmixal syntax though somewhat corresponding to greg1.
# Note that use-before-definition is allowed.
.text
.greg A0,0
.greg B1,1
.greg C3,D4
.greg D5,
.greg ,E6+24 % Somewhat
www.eeworm.com/read/447738/1698005
s greg2.s
# Use of .greg; non-mmixal syntax though somewhat corresponding to greg1.
# Note that use-before-definition is allowed.
.text
.greg A0,0
.greg B1,1
.greg C3,D4
.greg D5,
.greg ,E6+24 % Somewhat
www.eeworm.com/read/403190/2314801
svn-base perform_tensor_recomp.m.svn-base
function T = perform_tensor_recomp(e1,e2,l1,l2)
% perform_tensor_recomp - create the tensor field corresponding to the given eigendecomposition.
%
% T = perform_tensor_recomp(e1,e2,l1,l2);
%
www.eeworm.com/read/367675/2838006
txt 473.txt
发信人: helloboy (hello), 信区: DataMining
标 题: Re: matrix calculation
发信站: 南京大学小百合站 (Thu Oct 24 19:22:23 2002), 站内信件
min means the corresponding matrix cell's count
【 在 fervvac (高远) 的大作中提到: 】
: W
www.eeworm.com/read/163927/10139568
m mmvzd.m
function odp=mmvzd(data1,data2,sps1,sps2,k,l1,l2);
%set the relationship between corresponding points in the image according to the data1 and data2
%data1 should be the smaller one
id1=find(data1
www.eeworm.com/read/152121/5675840
sfd unicode.sfd
# Unicode.sfd
#
# subfont numbers for Unicode encoding and its corresponding code ranges
# to be used with the CJK package for LaTeX.
00 0x0_0xFF
01 0x100_0x1FF
02 0x200_0x2FF
03 0x300_0x3FF
04
www.eeworm.com/read/367675/2834836
txt 849.txt
发信人: yaomc (白头翁&山东大汉), 信区: DataMining
标 题: Re: 为何下不来?
发信站: 南京大学小百合站 (Thu Mar 7 07:56:06 2002), 站内信件
Rename it to the correct file name,then you can open it using the
corresponding tools.
【 在
www.eeworm.com/read/358669/10182451
m inverse_motion.m
function [om2,T2,dom2dom,dom2dT,dT2dom,dT2dT] = inverse_motion(om,T);
% This function computes the inverse motion corresponding to (om,T)
om2 = -om;
dom2dom = -eye(3);
dom2dT = zeros(3,3);
www.eeworm.com/read/297325/8030040
m inverse_motion.m
function [om2,T2,dom2dom,dom2dT,dT2dom,dT2dT] = inverse_motion(om,T);
% This function computes the inverse motion corresponding to (om,T)
om2 = -om;
dom2dom = -eye(3);
dom2dT = zeros(3,3);
www.eeworm.com/read/145715/12706432
m inverse_motion.m
function [om2,T2,dom2dom,dom2dT,dT2dom,dT2dT] = inverse_motion(om,T);
% This function computes the inverse motion corresponding to (om,T)
om2 = -om;
dom2dom = -eye(3);
dom2dT = zeros(3,3);