搜索资源列表
CSW50中文分词组件
- 非常经典的中文分词组件CSW50
计算烷烃的同分异构体
- 输入烷烃碳原子的个数,输出它所有的同分异构体。
语音信号的分帧加窗 matlab
- 语音信号处理中的分帧加窗的matlab代码的源程序。
波动方程交错网格有限差分正演模拟
- 波动方程交错网格有限差分正演模拟
计算分形维数的计盒算法
- 计算分形维数的计盒算法,用于边长相等的图像的算法,Calculation of fractal dimension of the box algorithms for the edge of the image appearance, such as the algorithm
DIP-matlab.背景差分法对运动汽车的检测
- 背景差分法对运动汽车的检测,对检测得到的汽车图像进行预处理和边缘提取,Background difference method for the detection of movement of motor vehicles, the vehicle has been detected image pre-processing and edge extraction
LU分解法求解线性方程组.zip
- LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.,LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
圣维南方程组的显示差分格式源代码
- 圣维南方程组的显示差分格式源代码,用于非恒定流计算的程序,Saint-Venant equations differential display format source code, for the unsteady flow calculation program
分形
- 很好的matlab分形几何程序,便于大家计算分形维数,希望对大家有帮助!
matlab差分法求滑动轴承静态压力分布
- 利用差分法求解滑动轴承静态压力分布源程序,输入几何尺寸,粘度等信息,得到无量纲化的压力分布图形,便于直观的分析压力分布规律
有限差分正演程序
- 有限差分正演程序,是用交错网格方法编写的,加入了边界条件等因素,初学可以看一下
matlab 磁场数值限差分与有限元法
- matlab 磁场数值限差分与有限元法,可供初学者学习!!!
1--有限差分法的Matlab程序
- 椭圆方程的matlab有限差分计算程序,能够近似求解椭圆形偏微分方程(Elliptic equation matlab finite difference calculation procedures, can be solved approximately elliptic partial differential equations)
差分
- 差分进化算法程序,函数优化问题,贼好用,用了就知道(Differential evolution algorithm, function optimization problems, thieves easy to use, you know)
一维扩散方程的有限差分法
- 一维扩散方程的有限差分法,采用了追逐法求解三对角矩阵,对一维扩散模型进行了分析,使用隐式六点差分格式(Crank-Nicolson)基本思想进行隐式差分。(The finite difference method of one-dimensional diffusion equation is used to solve the three diagonal matrix by chase method. The one-dimensional diffusion model is analyz
多重分形奇异指数
- 程序主要用来计算多重分形奇异指数和多重分形谱,计算了多重分形奇异指数和多重分形谱之间的函数关系
双曲型方程LaxWendroff的差分格式程序(Matlab)
- 双曲型方程Lax-Wendroff的差分格式程序(Matlab),非常好的例子,具体算例,有理论分析,解题过程分析,Matlab代码,注释清晰明了,有计算结果输出和图形显示,按照Word文档说明,很快就能学会,操作简单明了,非常适合新手学习。(Lax-Wendroff hyperbolic equation difference scheme (Matlab) program, a very good example, specific examples, theoretical analysi
各种线性差分格式
- 包含各种常见差分格式及其精度分析,可以作为下一步流体计算的基础。(A variety of common difference schemes and their accuracy analysis can be used as the basis for the next step of fluid computation.)
工型有限差分程序
- 1、对求解区域进行网格剖分,网格越小,精度越高。 2、将边界条件离散到格点上。 3、用五点差分建立求解方程,求出各个各点上的函数值。(1, mesh the mesh of the solution, the smaller the grid, the higher the accuracy. 2, the boundary conditions are discretized to the grid. 3, five point difference i
五点差分求解Burgers方程
- 差分法求解Burgers方程,并与解析解进行对比(Burgers eqaution solved by finite difference method)