搜索资源列表
求解二维欧拉方程 fortran程序
- fortran程序,求解二位欧拉方程,jamson方法。计算流体力学。
RS-decoder-circuit-reconfigurability
- 介绍了基于线性反馈位移寄存器的编码原理及可重构改进方法。通过乘法和加法的迭代运算实现了伴随多项式的并行运算。采用改进欧几里德算法求解关键方程,运用钱氏搜索算法实现了错误位置的查找,并提出以上两种算法的可重构计算结构。-Introduced based on linear displacement of the code register feedback principle and reconfigurable improvement methods. Through the multiplic
1
- 这是用于常微分方程的求解的一些说明,希望对需要者有所帮助-failed to translate
FEM-for-parabolic-equation
- 本科论文,有限元法求解对流扩散方程。文后有附带的程序,适合入门使用!可以对照文章内容,学习程序!-A paper for FEM.
matlab
- matlab数值求解数学非线性方程方法组文档-matlab numerical solution of nonlinear mathematical equation method set of documents
FORTRAN
- 本程序将用于求解离散的非线性的薛定谔方程,对其进行了数值模拟。-fortran and schrodinger equation
SSFT
- 短时傅里叶变换,用于求解非线性薛定谔方程-Short-time Fourier transform, is used for solving the nonlinear schrodinger equation
nrttk
- Relief计算分类权重,使用大量的有限元法求解偏微分方程,基于chebyshev的水声信号分析。- Relief computing classification weight, Using a large number of finite element method to solve partial differential equations, Based chebyshev underwater acoustic signal analysis.
seng-V5.1
- D-S证据理论数据融合,基于小波变换的数字水印算法matlab代码,使用大量的有限元法求解偏微分方程。- D-S evidence theory data fusion, Based on wavelet transform digital watermarking algorithm matlab code, Using a large number of finite element method to solve partial differential equations.
tbxub
- 信号处理中的旋转不变子空间法,分数阶傅里叶变换计算方面,使用大量的有限元法求解偏微分方程。- Signal Processing ESPRIT method, Fractional Fourier transform computing, Using a large number of finite element method to solve partial differential equations.
圆柱绕流方程编程说明
- 介绍了如何编程实现圆柱绕流的求解,建立了1/4的流场简化了计算的范围,对程序功能做出了详细的解释,并集合了流线图,涡线图,速度云图到同一个程序里面
matlab牛顿法解方程
- 提供MATLAB软件利用牛顿法进行方程求解的程序代码,简单易懂
KS方程数值解
- 用MATLAB求解ks方程,初值给定为正弦波,可以调整Fourier级数用于计算,用以预测混沌现象。
一维对流扩散方程
- 一维对流扩散方程的fortran程序代码,采用有限差分方法求解,可用于cfd的学习。