-
C++ FFT完整实现
资源描述C++ FFT完整实现,提供对于FFT算法的一整套完整实现,基于VS平台,进行了部分优化,运行速度快,适用于多个平台,使用maven对项目进行管理。
- 2022-11-21 15:45:03下载
- 积分:1
-
求素数,并且保存于文本文件,并且下次执行还可以接着上次的结果继续找下去
所以总有一天你会找到最大的素数……每天就像挂Q一样挂一下这个程序就行了...
求素数,并且保存于文本文件,并且下次执行还可以接着上次的结果继续找下去
所以总有一天你会找到最大的素数……每天就像挂Q一样挂一下这个程序就行了-Seek primes, and stored in a text file, and the next performance can also be followed by the last results continue to look down so that one day you will find the largest prime number ... ... the same day, just hanging Q hang about this program on the list ... ...
- 2022-03-13 09:49:31下载
- 积分:1
-
Sorting algorithm, using merge sort of thought, and then speed up the time to so...
排序算法,运用归并排序的思想,再加快时间内解决排序问题,并显示在单文档上。-Sorting algorithm, using merge sort of thought, and then speed up the time to solve the scheduling problem, and show in a single document.
- 2022-06-22 01:06:16下载
- 积分:1
-
VOF
VOF-3d,NASA开发的用于3维的VOF计算程序-VOF-Nasa-3D
- 2022-12-05 20:25:03下载
- 积分:1
-
matlab环境下开发的模糊控制原程序。
matlab环境下开发的模糊控制原程序。-matlab environment developed under the original procedure of fuzzy control.
- 2022-03-01 06:32:37下载
- 积分:1
-
搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断...
搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断- The search algorithm partially uses the minmax recursion, the
alphabeta pruning, the initial period and the intermediate stage
searches 6, finally partially searches 15. Appraised the algorithm
mainly is the smallest good power, performs the position value the
correlation to judge
- 2023-02-28 03:35:04下载
- 积分:1
-
dtw语音识别算法
dtw是语音识别中的一种重要算法,该算法在语音识别中得到广泛的应用,是一种很实用的算法。
- 2023-05-10 17:05:03下载
- 积分:1
-
Romberg积分,数值积分
Romberg积分,数值积分-Romberg points, numerical integration
- 2023-02-10 10:55:03下载
- 积分:1
-
很不错的哦C常用算法程序集
很不错的哦C常用算法程序集-徐士良 -very good oh C procedures commonly used algorithm set-XU Shi-liang C algorithms commonly used procedures set-XU Shi-liang
- 2022-03-17 06:34:01下载
- 积分:1
-
梯度优化
梯度下降法是一种一阶优化算法。若要查找函数使用梯度下降法的局部极小值,一个采取步骤负梯度 (或近似梯度) 成正比的当前点的功能。如果相反你采取步骤积极的梯度成正比,其中一个方法局部最大值的函数 ;然后,程序称为梯度上升。梯度下降法也被称为是最陡下降或最速下降的代码的方法有助于计算采用梯度下降法的目标函数值最小值。梯度下降法可以用于求解线性方程组,转化为二次型极小化问题,例如,使用线性最小二乘系统。解决方案的线性最小二乘意义上被定义为最小化函数在传统线性最小二乘法为真正和使用欧氏范数,在这种情况下 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-29 00:48:01下载
- 积分:1