搜索结果
找到约 5 项符合
deta 的查询结果
其他行业 % A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with % all
% A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with
% all Dirichlet boundary, note that reaction coefficient is not zero
% by indirect BKM
matlab例程 插值法求出阶跃响应的Ts
插值法求出阶跃响应的Ts,Tr,deta,性能指标。方法准确,简单
Java编程 ·TFTPUtil ReadMe For additions, changes, and fixes please see the ChangeLog License information deta
·TFTPUtil ReadMe For additions, changes, and fixes please see the ChangeLog License information detailed in License.txt TFPTUtil is an open source TFTP server written in C#. http://sourceforge.net/projects/tftputil Latest version can be downloa..
人工智能/神经网络 function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent fo
function [U,center,result,w,obj_fcn]= fenlei(data)
[data_n,in_n] = size(data)
m= 2 % Exponent for U
max_iter = 100 % Max. iteration
min_impro =1e-5 % Min. improvement
c=3
[center, U, obj_fcn] = fcm(data, c)
for i=1:max_iter
if F(U)>0.98
break
else
w_new=eye(in_n,in_n)
center1=sum(cent ...
其他 有限差分法
function [alpha,N,U]=youxianchafen2(r1,r2,up,under,num,deta)  
  
%[alpha,N,U]=youxianchafen2(a,r1,r2,up,under,num,deta)  
%该函数用有限差分法求解有两种介质的正方形区域的二维拉普拉斯方程的数值解  
%函数返回迭代因子、迭代次数 ...