-
七大基本排序算法
七大基本排序算法,已通过测试快速排序冒泡排序堆排序希尔排序归并排序选择排序插入排序
- 2022-01-28 19:10:43下载
- 积分:1
-
频率域插值
对等间隔数据 ,使用快速傅里叶变换到频率域进行补零, 之后反变换回来实现数据插值的过程。程序调用了fftw库,所以在调试前请先准备fftw库。此算法目前只支持等间隔采样的数据,对于高维数据的插值可以通过,分别对每一个维度插值后最后整合起来,实现高维数据的插值。
- 2022-03-11 15:58:26下载
- 积分:1
-
使用汇编产生随机数的程序
使用汇编产生随机数的程序 - The use assembly has the random number procedure
- 2022-02-02 11:09:20下载
- 积分:1
-
多元散射校正算法,用于近红外散射数据处理,增强信噪比
多元散射校正算法,用于近红外散射数据处理,增强信噪比-function [Xcorrect]=msc(X,Xref)
msc pretreate the samples X with the Multiplicative Scatter Correct
Input
X:the matrix of the sample spectra to be Correct
Xref:the matrix of the sample spectra to be ref
Output
Xcorrect:the sample spectras was Corrected from the X
Programmer: zhimin zhang @ central south university on dec 13 ,2007
Reference: Chemometrics and Intelligent Laboratory Systems 29 (1995) 233-241
- 2023-09-03 21:40:03下载
- 积分:1
-
数学建模最优化问题的lingo编程解法,一开始还先介绍lingo的基本知识。...
数学建模最优化问题的lingo编程解法,一开始还先介绍lingo的基本知识。-Optimization problem of mathematical modeling of lingo programming method, also the first one started to introduce basic knowledge of lingo.
- 2022-09-08 05:30:03下载
- 积分:1
-
这是最小二乘法多项式拟合的算法 很有参考价值的程序,
这是最小二乘法多项式拟合的算法 很有参考价值的程序,-This is the least squares polynomial fitting algorithm is very useful procedure,
- 2022-03-22 18:59:30下载
- 积分:1
-
K-means算法的实现
c++ 语言实现算法,用的时候把数据集里面的数据放到C盘下,直接运行就行,数据集提供了两种,方便计算
- 2022-08-15 07:31:27下载
- 积分:1
-
mathematical formula, all the mathematical formula can be obtained directly, a v...
数理公式,所有的数学公式都可以直接得到,非常方便-mathematical formula, all the mathematical formula can be obtained directly, a very convenient
- 2022-03-20 19:05:15下载
- 积分:1
-
PSCNC源代码
一个有用的CNC代码,C语言编写,包括G代码编译,插补功能,I/O编程-A useful CNC code written in C
language, including the G-code compiler, interpolation functions, I/O
programming
- 2022-03-14 02:50:37下载
- 积分:1
-
行编辑算法:可将输错的单个字符删除,也可将又错误的一行字符删除。操作简便。用栈来实现上述功能。...
行编辑算法:可将输错的单个字符删除,也可将又错误的一行字符删除。操作简便。用栈来实现上述功能。-line editor algorithm : can be wrong deletion of a single character, and it can also wrong to delete his characters. Easy to operate. Stack used to achieve the above functions.
- 2022-02-02 23:01:42下载
- 积分:1