资源列表
素数的判定
- 素数的判定(概率算法),可以判断较大的素数-prime Judgment (probability algorithm), can be judged on a few large
数学常用算法C++版
- 陈必红 编写的《用C++语言编写的数学常用算法》光盘内容-prepared by the "C language commonly used to prepare the mathematical algorithm" CD-ROM
09.数据拟合
- 数据拟合源程序,对很多点数据能根据提示,自动拟合成曲线,去自动拟合有很大的帮助-data fitting source of many of the points that data can be prompted to automatically be synthesized curve, automatically fitting to be of great help
频谱分析程序
- 频谱分析技术是研究周期性现象中最为常用的一种统计分析方法,其主要是通过对一复合的波系进行数据变换,将其分解成若干振幅和相位不同的简谐波,并找出其中振幅最大的波,即该复合波中的主要频率。频谱分析的方法较多,其中最常用的是快速傅立叶变换法(FFT)-spectrum analysis techniques to study the cyclical phenomenon most commonly used a statistical analysis method, its principal i
cluto-2.1.1.tar
- 该软件是基于C均值算法的聚类软件,能对数值型数据集进行合理的聚类。-The software is based on the C - Means clustering algorithm software, capable of numerical data sets reasonable clustering.
matmult
- 并行矩阵乘法。用于mpi和openMP混合并行求解矩阵乘法问题。适用于分布共享存储cluster环境。无解压密码。-parallel matrix multiplication. OpenMP for mixed MPI and parallel matrix multiplication to solve the problem. Distribution applicable to the shared storage cluster environment. Without extract
20061511851148
- SAS 源码 《应用多元分析》王学民编著的SAS程序 -SAS source "Multivariate Analysis" Wang Xuemin prepared by the SAS procedure
故障分析
- 关于电力系统继电保护故障分析的一段程序。可以方便进行语言转换-of power system protection section of the fault analysis procedures. Language can facilitate conversion
wg12154615345
- matlab改进的网格算法,work3为主程序-Matlab improve grid algorithm, based procedures work3
C的fft原程序
- 提供一个C语言的fft 程序,C语言的傅立叶变换原程序-provide a C language fft procedures, C language Fourier transform of the original procedure
元函数实现复数的运算
- 此软件可以用元函数实现复数的加减乘除,复数运算的很多难题都可以用此软件解决 -software yuan function can be used to achieve the complex arithmetic, many complex computing problems can be solved using this software
LU算法
- <计算方法>LU算法过程及程序,经过调试可以运行