代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/419304/10876188
m compute_phi.m
function phi =compute_phi(e)
phi(1)=e.eta20+e.eta02;
phi(2)=(e.eta20-e.eta02)^2+4*e.eta11^2;
phi(3)=(e.eta30-3*e.eta12)^2+(3*e.eta21-e.eta03)^2;
phi(4)=(e.eta30+e.eta12)^2+(e.eta21+e.eta03)^2;
ph
www.eeworm.com/read/419304/10876191
m compute_eta.m
function e =compute_eta(m)
xbar=m.m10/m.m00;
ybar=m.m01/m.m00;
e.eta11=(m.m11-ybar*m.m10)/m.m00^2;
e.eta20=(m.m20-xbar*m.m10)/m.m00^2;
e.eta02=(m.m02-ybar*m.m01)/m.m00^2;
e.eta30=(m.m30-3*xbar*m
www.eeworm.com/read/274055/10889547
cpp compute_param.cpp
// Compute_Param.cpp: implementation of the CCompute_Param class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#include "svm.h"
#include "Comp
www.eeworm.com/read/274055/10889589
h compute_result.h
// Compute_Result.h: interface for the CCompute_Result class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMPUTE_RESULT_H__45E1A883_9CBE_475E_AAB4_
www.eeworm.com/read/274055/10889617
h compute_param.h
// Compute_Param.h: interface for the CCompute_Param class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMPUTE_PARAM_H__0155D7A3_9A2A_4712_A5F1_CC2
www.eeworm.com/read/274055/10889624
cpp compute_result.cpp
// Compute_Result.cpp: implementation of the CCompute_Result class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "svm.h"
#include "Comp
www.eeworm.com/read/274055/10889626
cpp compute_prompt.cpp
// Compute_Prompt.cpp: implementation of the CCompute_Prompt class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "svm.h"
#include "Comp
www.eeworm.com/read/274055/10889668
h compute_prompt.h
// Compute_Prompt.h: interface for the CCompute_Prompt class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMPUTE_PROMPT_H__E5D0B2B6_36D7_443E_999B_
www.eeworm.com/read/271321/11000462
for composite_streng_compute.for
基于经典层合板理论的强度计算(APDL)
下面是我用APDL写的程序。程序基于经典层合板理论。写的比较冗长,希望牛人能够给点意见,有没有哪位大侠用ANSYS做过层合板缺口件强度。
/prep7
*AFUN,DEG !参数定义为角度
OVER=1 !定义控制结束的参数,OVER=0,循环结束
N=8
www.eeworm.com/read/270548/11033292
m compute_error.m
function err = compute_error(estimatedOutput, correctOutput)
% Computes the NRMSE between estimated and correct ESN outputs.
%
% input arguments:
% estimatedOutput: array of size N1 x outputDimension