% 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
标签: convection-diffusion deta with homogeneous
上传时间: 2016-01-03
上传用户:CHINA526
ORACLE的Exp、imp的具体使用方法
上传时间: 2016-02-03
上传用户:firstbyte
poisson问题有限元求解通用程序(线性元). 压缩包内Exp.m包含了一个实际问题,matlab下直接运行即可,如效率不高,可适当修改网格参数h.
上传时间: 2013-12-13
上传用户:fnhhs
执行Exp计算的快速算法实现源码, Visual C++ 6.0 环境下编译通过.
上传时间: 2016-04-05
上传用户:yph853211
%radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=Exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=Exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT naf=ambifunb(x) htl(abs(naf)) % [wh,rho,theta]=htl(abs(naf)) colormap([0,0,0]) % xlabel( 极半径 ) % ylabel( 角度 ) %**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确) %找出峰值点的坐标 b=max(max(wh)) [u,a]=find(wh>=0.8*b)
上传时间: 2014-10-27
上传用户:Yukiseop
用神经网络训练来逼近函数:y=8+2*Exp(1-x.^2).*cos(2*pi*x)
上传时间: 2016-06-15
上传用户:GavinNeko
这个是sql嵌入到c语言中的例子 原来:EXEC SQL CONNECT TO SKY.Exp USER sa.sa //连接到数据库 更改:EXEC SQL CONNECT TO 8BC1D82B889C4FF.xixi USER sa. //连接到数据库 我装sql server时没改名,名字就叫8BC1D82B889C4FF xixi是一个数据库的名字 sa的密码为空。
上传时间: 2016-07-01
上传用户:epson850
* $Id: housekeeper.c,v 1.12 2003/08/15 08:45:46 weiym Exp $ * *little game housekeeper, also named sokoban. *written by Song Lixin(zjujoe@263.net) 2001.3.6
标签: housekeeper little weiym 1.12
上传时间: 2016-08-15
上传用户:wfl_yy
ERF函数的原代码,erf(x)=(2/根号下派)*(Exp(-z方)对z积分,积分下限是0,上限是x),误差函数从形式上很像正态分布的分布函数Φ(x),是对一个形如正态分布的概率密度函数做变上限积分的结果;
上传时间: 2014-07-01
上传用户:wangzhen1990
有约束2a+b^2+tan(c)=15 目标函数a*Exp(b/x)+c=y 的最小二乘解
上传时间: 2014-12-20
上传用户:heart520beat