-
算10000以内数阶乘的C语言程序
算10000以内数阶乘的C语言程序-count 10,000 factorial within the C Programming Language
- 2022-03-14 06:28:32下载
- 积分:1
-
blowfish 加密算法
blowfish 加密算法 二进制兼容的加密算法,加密匙可到128位-blowfish binary compatible encryption algorithm encryption algorithms, encryption keys can be 128
- 2022-02-10 13:07:59下载
- 积分:1
-
排列熵算法
能很好的分析非线性时间序列。熵(entropy)指的是体系的混乱的程度,它在控制论、概率论、数论、天体物理、生命科学等领域都有重要应用,在不同的学科中也有引申出的更为具体的定义,是各领域十分重要的参量.
- 2022-05-19 21:19:57下载
- 积分:1
-
冒泡法排序
使用冒泡法对序列进行排序的算法,冒泡法的基本思想是:从R1开始,两两比较Ri和Ri+1,若ki>ki+1,则交换Ri和Ri+1的位置。第一次全部比较完毕后Rn是序列最大的数据元素。
- 2022-08-09 05:49:58下载
- 积分:1
-
Algorithm design in the 0
算法设计中的0-1背包问题,递归的应用
算法设计中的0-1背包问题,递归的应用-Algorithm design in the 0-1 knapsack problem, recursive application of algorithm design in the 0-1 knapsack problem, recursive application of
- 2022-02-26 18:53:13下载
- 积分:1
-
S7 —200PLC 在温度控制系统中的应用
资源描述以金刚石小锯片连续烧结炉的温度控制系统为例, 介绍了S7 -200PLC 在温度控制系统中的应用.该系统采
用CPU226 主机、热电偶模块EM231 、模拟量输出模块EM232 和晶闸管电压调整器实现了温度的PID 控制.通过采用
分段式PID 控制烧结炉温度, 实现了快速升温, 系统升温超调量小、稳态温差小(±5 ℃), 达到了金刚石小锯片的生产工
艺要求.
- 2023-06-25 12:00:03下载
- 积分:1
-
vc++ commonly used numerical algorithm set: contains: interpolation, integration...
vc++常用的数值算法集:包含:插值,积分,逼近,排序等等常用的数值算法,其中包含都包含代码-vc++ commonly used numerical algorithm set: contains: interpolation, integration, approximation, and so commonly used to sort numerical algorithm, which includes both contain code
- 2022-03-25 03:27:17下载
- 积分:1
-
一个自己写的列主元高斯消去法,用Matlab实现
一个自己写的列主元高斯消去法,用Matlab实现-Wrote it myself out of a PCA Gaussian elimination, using Matlab realize
- 2022-09-27 07:20:03下载
- 积分:1
-
Fourier
Fourier-Mellin算法,更多细节请看下面的网址: http://www.ecs.soton.ac.uk/~aiw99r/fm_transform/-Fourier-Mellin algorithm for fm transform , for more detailed information please check with http://www.ecs.soton.ac.uk/~aiw99r/fm_transform/
- 2022-06-02 10:23:07下载
- 积分:1
-
FP-growth Algorithm
FPgrowth is the one of the algorithm in frequent item set mining. It is used to find the frequent item set in a database. It will give the output in tree structure format. It is more efficient than apriori algorithm because there is no candidate generation.
- 2022-07-02 22:50:47下载
- 积分:1