资源列表
WENO-master
- sod 激波管问题的简单实现,包括weno3和weno5,makefile可正常运行,方便使用(Sod shock tube simple implementation of the problem, including weno3 and weno5, makefile can be normal operation, easy to use)
WenOOF-master
- 面向对象fortran写的一维流体力学代码,结构清晰,方便实现,欢迎下载(object-oriented FORTRAN written one-dimensional fluid mechanics code, clear structure, easy to implement, please download)
LINGO1
- TSP问题的lingo程序,结合maltab(TSP problems lingo procedures, combined with maltab)
Estimation bias and data export
- 基于sas的估算偏差和数据导出的字段提取和数据处理代码(Estimation bias and data export based on SAS)
MATLAB_work
- 根据EXCEL中的数据进行曲线拟合,绘制多条曲线(According to the data in EXCEL curve fitting, drawing a number of curves)
BUTTERWORTH
- 根据数字滤波器系统系数,对原始信号进行滤波(阶数<10)(The original signal is filtered by butterworth.(order <10))
cx
- 这个算法是彩票进行求解,并对n、m的各种组合进行循环(This algorithm is to solve the lottery, and N, m combinations of various cycles)
《MATLAB数值计算案例分析》程序源代码
- 本文件中包含了大量的MATLAB数值计算案例分析,可为初学者提供学习资料(This document contains a large number of MATLAB numerical calculation case studies, for beginners to provide learning materials)
方程求根
- 用于求解方程利用软件可以方便的解决方程的求根问题(FOR sloving the equations)
CSI_PhcorrV2
- phase correction for MRS
fft_core_test
- fft信号模拟激励,用以激励FFT内核而产生的一组递增数列(FFT signal simulation excitation)
spectalCluster
- 谱聚类是从图论中演化出来的算法,后来在聚类中得到了广泛的应用。它的主要思想是把所有的数据看做空间中的点,这些点之间可以用边连接起来。距离较远的两个点之间的边权重值较低,而距离较近的两个点之间的边权重值较高,通过对所有数据点组成的图进行切图,让切图后不同的子图间边权重和尽可能的低,而子图内的边权重和尽可能的高,从而达到聚类的目的。(Spectral clustering is an algorithm evolved from graph theory, and has been widely u