-
Real
实数编码遗传算法程序 共3部分 可以应用于很多方面,但需进一步理解其原理-Real-coded genetic algorithm procedure can be applied to a total of 3 parts in many aspects, but a better understanding of its principle
- 2023-05-22 18:15:03下载
- 积分:1
-
递归计算模式
递归计算众数,重数,输入一个整形数组,用递归计算数组中出现次数最多的数(众数)以及出现次数(重数)。-Recursive calculation mode, re-number, enter an integer array, with the recursive computation of the array appear in the highest number of number (plural), and the number of occurrences (multiplicity).
- 2023-06-28 09:20:04下载
- 积分:1
-
用多线程来排序,共有五种算法.
用多线程来排序,共有五种算法.- Arranges with the multithreading, altogether has five
algorithms
- 2022-01-26 08:29:09下载
- 积分:1
-
求解整数的最大公约数
求解整数的最大公约数-the common denominator for Solving Integer
- 2022-03-02 07:14:48下载
- 积分:1
-
归并排序算法的C++
该代码读取输入文本文件并将其排序,然后将这些数字排序为输出文本文件。代码使用合并排序算法进行排序。
- 2022-09-20 12:50:03下载
- 积分:1
-
Segmentations procedures very well. Absolutely concise
分段算法的程序,很好的。绝对简练-Segmentations procedures very well. Absolutely concise
- 2023-06-15 03:45:03下载
- 积分:1
-
Pattern Recognition Pattern Recognition fixed incremental method of fixed increm
模式识别模式识别固定增量法模式识别固定增量法
- 2022-03-09 20:02:04下载
- 积分:1
-
近似熵的快速算法 matlab
计算时间序列的近似熵,英文为Approximate entropy此程序可以较为快速的计算出序列的近似熵。
- 2022-07-15 03:33:26下载
- 积分:1
-
用龙贝格算法计算sinx 在的积分
用龙贝格算法计算sinx 在的积分-with Romberg algorithm in the integral sinx
- 2023-02-03 14:05:05下载
- 积分:1
-
超声波测距
51单片机超声波测距,亲测能够使用,解释详细。主要技术参数:1.使用电压:DC5V 2.静态电流:小于2mA3:电平输出:高5V 4:电平输出:低0V5:感应角度:不大于15度 6:探测距离:2cm-450cm 7:高精度:可达3mm接线方式,VCC、trig(控制端)、 echo(接收端)、 GND地线使用方法:一个控制口发一个10US以上的高电平,就可以在接收口等待高电平输出.一有输出就可以开定时器计时,当此口变为低电平时就可以读定时器的值,此时就为此次测距的时间,方可算出距离.如此不断的周期测,就可以达到你移动测量的值了.模块工作原理:(1)采用IO触发测距,给至少10us的高电平信号;(2)模块自动发送8个40khz的方波,自动检测是否有信号返回;(3)有信号返回,通过IO输出一高电平,高电平持续的时间就是超声波从发射到返回的时间.测试距离=(高电平时间*声速(340M/S))/2;
- 2022-03-11 17:00:49下载
- 积分:1