资源列表
bufr_reader_20110829.tar
- 该程序用以读取bufr格式的数据,采用linux系统编写,fortran和C程序合写!-This a fortran program for reading bufr data in liunx system!
weno.tar
- 5阶weno格式解burger equation(含精度计算及绘图,打开文件夹WENO.pdf有详细说明。./test.sh运行程序)-5th order weno scheme solve burger equation (include calculating order and draw , open document WENO.pdf contains detailed instructions./test.sh run program)
Bayesian-estimation-program
- 贝叶斯估计 和极大似然估计的matlab程序-matlab program of Bayesian estimation and maximum likelihood estimation
非均匀圆阵MUSIC算法
- 阵列信号处理中MUSIC算法,使用非均匀圆阵,有详细的注释。
shallowWater
- 求解浅水波方程的fortran程序,含1,2维-fortran source codes for shallow water equations
HYPLAS_v2.0
- Owen2008年出版的Computational methods for plasticity: theory and applications一书中的源程序-Owen2008 published Computational methods for plasticity: theory and applications a source book
Apriori
- Apriori算法用于发现数据中的频繁项集以及关联规则,属于关联分析, 关联分析的目标包含两条:发现频繁项集和发现关联规则。 该算法基于一个很重要的原理,apriori原理,如果某个相机是频繁的,那么他的所有子集也是频繁的, 也就说,如果一个项集是非频繁的,那么它的所有超集也是非频繁的。 Apriori算法是先生成C1->L1->C2->L2->C3.Apriori算法的缺点是很明显的,每生成一个频繁项集,都要扫描整个数据集。 在数据规模很大的时候,这
3stokes
- 该程序为fluent软件进行速度入口造波数值模拟,波浪为三阶stokes波-The program for the FLUENT software simulation of wave speed entrance numerical, three order Stokes wave
TDSDK42Demo
- 从同德科技官网下载的同德板材智能优化算法Demo,做了些修改,作为同德Cutter算法SDK开发交流学习使用。商业开发可广泛应用于板材开料优化、钢板剪板、陶瓷切割、纸业、石材、卷材、地毯、铝板、电器柜开料、配电箱柜下料、包装、玻璃开料优化、家具板材下料排料、幕墙、电表箱柜下料排料等领域。-Downloaded from the official website of TongDe technology intelligent optimization algorithms Demo, made
nonlinear-algorithm
- 非线性算法合集,包括牛顿拉夫逊法,Broyden拟牛顿法,弧长法,割线法。每种算法都包含有线性搜索迭代改进。-Nonlinear algorithm collection, including Newton Raphson, Broyden quasi-Newton method, arc-length method, secant method. Each contains a linear search algorithms for iterative improvement.
threestorymatlabplastic
- MATLAB多自由度弹塑性动力时程分析程序-MATLAB multi-degree of freedom elastic-plastic dynamic analysis program
code
- 清华大学张旭东老师《现代信号处理》课第二次大作业代码。高效正确地实现LMS算法。-This is an efficient and correct implementation of the LMS algorithm .This code is especially for the project of modern signal processing ,which is tought by Zhang Xudong in Tsinghua University.