-
EYE
利用Zernike多项式来描述人眼眼底波前畸变的matlab程序,其中还有PSF和MTS的计算,PPT的详细讨论,非常游泳(The use of Zernike polynomials to describe the human eye fundus wave-front aberration of matlab procedures, including PSF and MTS calculation, PPT detailed discussion, very Swimming)
- 2009-03-05 10:22:15下载
- 积分:1
-
(本文是在论坛已有一篇文章《SIRP法相干相关K分布雷达杂波的建模与仿真》的基础上修改而来,在此首先感谢这篇文章的作者给予我的帮助。之所以完成这篇文章,有三个方...
(本文是在论坛已有一篇文章《SIRP法相干相关K分布雷达杂波的建模与仿真》的基础上修改而来,在此首先感谢这篇文章的作者给予我的帮助。之所以完成这篇文章,有三个方面的原因:一是对原文章和仿真程序代码明显存在一些不一致的地方,因此,我这里对每个公式进行检验(后来证明文章的公式正确无误,但所给的仿真代码存在问题),二是对自己近4天工作的一个总结,以便以后学习可以参考;三是可以放在网上给初学者一些参考,以便后来者不再走自己曾经走过的弯路。文章的一些文字是在匆忙间完成,只求能表达所述意思,没有详细斟酌,海涵:-(This article is an article in the forum have been "SIRP law related coherent K distributed clutter radar modeling and simulation" on modified from the foundation, in this first of all thank the authors of this article has given me help. The reason why the completion of this articles, there are three reasons: First, the original article and simulation program code, there are some obvious inconsistencies, so I here the formula for each test (later proven formula article is correct, but give the simulation code problem exist), near two of their four days of a summary of the job in order to study the future reference three on-line can give some reference for beginners in order to go was no longer the tortuous path they have traversed. arti
- 2022-06-17 14:10:51下载
- 积分:1
-
盘磨系统控制程序
此为纸机造纸系统盘磨PLC控制程序,用于控制磨浆功率。适用于S7200,td400.(This is the disc mill PLC control program of paper machine paper making system, which is used to control the pulp power. Suitable for S7200, td400.)
- 2020-09-08 20:18:04下载
- 积分:1
-
PHP发邮件的实例,不是用MAIL函数实现
PHP发邮件的实例,不是用MAIL函数实现-PHP email example, instead of MAIL function implementation
- 2022-01-30 15:36:52下载
- 积分:1
-
RPG游戏精灵编辑器源代码,可以用于编辑RPG游戏的精灵,供大家学习如何制作RPG游戏的精灵工具...
RPG游戏精灵编辑器源代码,可以用于编辑RPG游戏的精灵,供大家学习如何制作RPG游戏的精灵工具-RPG game wizard editor source code, can be used for editing RPG game genies, for everyone to learn how to produce RPG games Wizard tool
- 2023-06-17 08:30:03下载
- 积分:1
-
数值分析课程上机 拉格朗日插值多项式 插值多项式存在唯一性 在次数不超过N的多项式集合Hn中 满足条件的插值多项式Ln(x)^Hn 是唯一存在的! 牛顿插值 三...
数值分析课程上机 拉格朗日插值多项式 插值多项式存在唯一性 在次数不超过N的多项式集合Hn中 满足条件的插值多项式Ln(x)^Hn 是唯一存在的! 牛顿插值 三色~-numerical analysis courses on the plane Lagrange polynomial interpolation polynomial interpolation existence and uniqueness to the number not exceeding N polynomial Hn pool to meet the conditions of polynomial interpolation Ln (x) ^ Hn is the only exists! Newton"s three color ~
- 2022-08-09 11:34:55下载
- 积分:1
-
VB把Listview中显示的内容导出到Excel中
VB把Listview中显示的内容导出到Excel中,用到了控件:MSCOMCTL.OCX和COMDLG32.OCX,我觉得挺实用的一个报表显示实例。
- 2022-10-23 15:15:02下载
- 积分:1
-
main_helical_dynamic
石川法求时变啮合刚度,只针对于圆柱齿轮,斜齿轮不能用(Applying the stone Sichuan method to solve the time-varying meshing stiffness of gear)
- 2020-10-14 15:37:31下载
- 积分:1
-
偏微分方程的数值解法
说明: 偏微分方程的数值解法汇总:peEllip5 用五点差分格式解拉普拉斯方程
peEllip5m 用工字型差分格式解拉普拉斯方程
peHypbYF 用迎风格式解对流方程
peHypbLax 用拉克斯-弗里德里希斯格式解对流方程
peHypbLaxW 用拉克斯-温德洛夫格式解对流方程
peHypbBW 用比姆-沃明格式解对流方程
peHypbRich 用Richtmyer多步格式解对流方程
peHypbMLW 用拉克斯-温德洛夫多步格式解对流方程
peHypbMC 用MacCormack多步格式解对流方程
peHypb2LF 用拉克斯-弗里德里希斯格式解二维对流方程的初值问题
peHypb2FL 用拉克斯-弗里德里希斯格式解二维对流方程的初值问题
peParabExp 用显式格式解扩散方程的初值问题
peParabTD 用跳点格式解扩散方程的初值问题
peParabImp 用隐式格式解扩散方程的初边值问题
peParabKN 用克拉克-尼科尔森格式解扩散方程的初边值问题
peParabWegImp 用加权隐式格式解扩散方程的初边值问题
peDKExp 用指数型格式解对流扩散方程的初值问题
peDKSam 用萨马尔斯基格式解对流扩散方程的初值问题(Summary of numerical solutions for partial differential equations)
- 2021-02-27 17:29:36下载
- 积分:1
-
fore
关于CFD的简单程序,fortran语言实现,simple程序(it is a sample for simple learning)
- 2012-03-16 16:47:24下载
- 积分:1