代码搜索:Compute

找到约 10,000 项符合「Compute」的源代码

代码结果 10,000
www.eeworm.com/read/339620/12217049

m compute_homography.m

function [H,Hnorm,inv_Hnorm] = compute_homography(m,M); %compute_homography % %[H,Hnorm,inv_Hnorm] = compute_homography(m,M) % %Computes the planar homography between the point coordinates on t
www.eeworm.com/read/339620/12217107

m compute_epipole.m

function [epipole] = compute_epipole(xLp,R,T,fc_right,cc_right,kc_right,alpha_c_right,fc_left,cc_left,kc_left,alpha_c_left,D); if ~exist('D'), D = 400; end; uo = [ normalize(xLp,fc_left,cc_
www.eeworm.com/read/339494/12228922

m compute_codeword.m

function o=compute_codeword(position,s,jx) %实现计算码字滤波的框图功能 %输入---固定码本输出 %输出---码字矢量,得到c(n) c=zeros(1,40); for i=1:4 c(position(i))=s(i); end %c=c/2^15; o=c;
www.eeworm.com/read/251851/12315225

m compute_mapping.m

function [destination,null_event,time_limit,out_of_bound,terminal] = ... compute_mapping(X0,sttype,Tstamp,srcloc,srccell) % Compute the `mapping set` to encapsulate compute_mapping_SD and % com
www.eeworm.com/read/250952/12374014

c compute_reandim.c

/*===============================================================*/ /*函数名称: Compute_REandIM.c */ /*函数功能: 计算相位,实部,虚部 */ /*参数说明: Angle
www.eeworm.com/read/250952/12374089

lst compute_reandim.lst

C51 COMPILER V8.02 COMPUTE_REANDIM 05/28/2007 15:23:27 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE COMPUTE_REANDIM OBJECT MODULE P
www.eeworm.com/read/250952/12374114

obj compute_reandim.obj

www.eeworm.com/read/250952/12374129

lst compute_power.lst

C51 COMPILER V8.02 COMPUTE_POWER 05/28/2007 15:23:27 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE COMPUTE_POWER OBJECT MODULE PLA
www.eeworm.com/read/250952/12374197

c compute_power.c

/*===============================================================*/ /*函数名称: Compute_Power.c */ /*函数功能: 计算平均功率,无功功率,功率因素 */ /*入口参数: 无
www.eeworm.com/read/250952/12374200

obj compute_power.obj