-
顶盖驱动LBM模拟
应用背景顶盖驱动流是计算流体与计算传热学一个经典问题,常用作不可压缩流动的校核算例,同时也是很好的lbm模拟学习的入门算例。对于刚开始接触的入门者有很大帮助。关键技术该程序采用了不可压缩的D2Q9模型以及标准的碰撞迁移规则,边界处理则采用了非平衡外推格式。虽然程序针对顶盖驱动而编写,但读者可以通过改变初始条件边界条件来计算其他的物理量。
- 2023-03-21 19:05:03下载
- 积分:1
-
指数平滑法
指数平滑法在电力系统负荷预测中有着重要的应用,是电力系统负荷预测的一种重要算法,该源代码又分别实现了一次指数平滑法、二次指数平滑法两种算法。
- 2022-08-18 15:22:01下载
- 积分:1
-
关于非线性方程和非线性方程组的根的数值算法和程序!
关于非线性方程和非线性方程组的根的数值算法和程序!-On the nonlinear equations and nonlinear equations of the numerical algorithm of the root and procedures!
- 2022-03-29 10:29:54下载
- 积分:1
-
Term calculation of photonic crystal transmittance and reflectance as well as th...
用语计算光子晶体的透射率和反射率以及能带结构-Term calculation of photonic crystal transmittance and reflectance as well as the energy band structure
- 2023-08-20 15:45:02下载
- 积分:1
-
求实系数代数方程全部根的牛顿下山法,java,源程序具有自带的数据,经过验证结果无误。使用者可以直接调用方法...
求实系数代数方程全部根的牛顿下山法,java,源程序具有自带的数据,经过验证结果无误。使用者可以直接调用方法-realistic Algebraic equations of Newton-down, java, with its own source of data, proven correct results. Users can directly call methods
- 2022-04-18 20:34:53下载
- 积分:1
-
单正态检验.rar程序源代码
单正态检验.rar程序源代码-single test is studied. Rar source code
- 2023-02-05 21:25:03下载
- 积分:1
-
用matlab编写的bpsk的程序.
用matlab编写的bpsk的程序.-using Matlab BPSK prepared by the procedure.
- 2022-09-18 18:50:02下载
- 积分:1
-
superpiexl 段
superpiexl 是一种分割方法和理念,将图像分割成一个个类似大pixel的块儿,艾玛,我的表述怎么这么不给力,总之,它是图像预处理过程。这里上传的这个code,是superpiexl的实现,可以直接使用,观察图像分割的结果,enjoy it!
- 2022-03-19 11:17:10下载
- 积分:1
-
taxable procedures. Income can be calculated weekly, recently income from the be...
计税程序。可以计算每周收入、最近收入、从年初到目前的所得税、扣除的联邦收入税以及帐目检查等。
This program computes weekly payroll, current earnings, year to date earnings FICA tax, federal Income Tax Withheld, and check Amount.-taxable procedures. Income can be calculated weekly, recently income from the beginning of the current income tax, the deduction of federal income taxes as well as accounts of inspection. This program computes weekly payroll, current earnings, year to date earnings FICA tax, federal Income Tax Withheld, and check Amount.
- 2022-08-20 10:08:10下载
- 积分:1
-
NEWTON_ 插值
若要获取划分差异系数的插值
多项式 P (N + 1) 在不同的数字 X(0),X(1),......,X(N)
为函数 F:
输入的号码 X(0),X(1),...,X(N) ;值 F(X(0)),F(X(1)),......,
F(X(N)) 作为 Q 的第一列 Q(0,0),Q(1,0),...,Q(N,0)。
输出数字 Q(0,0),Q(1,1),...,Q(N,N) 哪里
P(X) = Q(0,0)+Q(1,1)*(X-X(0))+Q(2,2)*(X-X(0))*(X-X(1)) +
...+ Q(N,N)*(X-X(0))*(X-X(1))*...*(X-X(N-1))。
- 2022-01-26 18:02:24下载
- 积分:1