资源列表
arraysort1
- 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。-this procedure the first document contains four sequencing methods : foam Sort (bubble), the insertion sort (insertion), rapid sequencing (
fftw-3.1.tar
- 最新的FFT程序,目前是最好的开放FFT代码-latest FFT procedure, is the best open source FFT
statistics
- 此工程中包含对于ARP流统计的算法设计,在使用性能稳定。不需要解密。-this project includes ARP flow statistics for the algorithm design, performance and stability. No decryption.
Program1
- 曲线数据处理之滑动平均算法,主要讲述:曲线平滑。具体内容为:无论通过什么观测途径所得到的曲线数据,总不免有噪声。为了了解事物的变化规律,可以通过平滑处理消除噪声的干扰。观测曲线既有长周期的趋势性变化,也包括短周期的局部变化,在人们注重趋势性变化时,也需要对曲线进行平滑处理。-curve data processing for moving average algorithm, the story : curve smoothing. Specifically : no matter what w
Program2
- 曲线数据处理之曲线插值主要内容:实际观测值总不能稠密到满足任何条件下的需求,对中间没有观测值的点位则需要通过插值获得答案。又实际观测数据往往是离散的,即在X轴上观测数据点之间是不等距的,也需要通过插值使其等距化。-curve data processing for curve interpolation main elements : the actual observed values can not be populated any conditions to meet the needs
caculation1
- 主要介绍回归分析,即确定自变量与因变量之间的定量关系,所建立的定量表达式称为回归方程;对自变量与因变量之间的关系进行检验; -introduced regression analysis, identify variables and dependent variables between the quantitative relationship, the establishment of quantitative formula known as the regression equat
MoShiPiPei
- 有一串10000位数的主串由1、2、3、4四位数随机获得,n位模式串是指有4的n次方个模式串,如2位模式串有:11、12、13、14、21、22、23、24、31、32、33、34、41、42、43、44等16个数组成。现在进行模式匹配,假设主串为:431324113122341324132等等,则第一次比较是43,第二次比较是31,第三次比较是13,依此类推,每比较一次则落得模式串中的一个,当所有模式串(有4的n次方个)都被找到时,记得所比较的次数,则这个次数就是这次匹配的结果。程序执行了
mathexpr
- 数学实验课程教案,包括pi的计算、分形、混沌、方程组求解、住房贷款问题等-experimental mathematics curriculum lesson plans, including the calculation of pi, fractal and chaos, solving equations, housing loans, etc.
xsl
- Fortran常用算法程序集-徐士的一本书中的源码,没有试过,你不妨-Fortran algorithms commonly used procedures set-XU a book of the source, without trying, you may wish to try!
troubleTree
- 根据模糊故障数的资料,实现了核心的算法。test类是启动测试类。该算法主要实现核心部分,具体应用要根据实际的环境对代码作简单的修改即可-under the fuzzy information on the number of failures to achieve a core of the algorithm. Test is the test launch category. The algorithm main core, specific application according to
ptfsf
- The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown
nonlinearNOWTONiterative
- 非线性方程组解法牛顿下山法,求解非线性方程组-nonlinear equations of Newton Method down, solving systems of nonlinear equations