-
八皇后问题的一个程序,可以输出结果
八皇后问题的一个程序,可以输出结果-eight of a Queen"s procedures, the results can be output
- 2022-09-13 14:00:03下载
- 积分:1
-
经典模拟退火算法,希望能对大家有所帮助
经典模拟退火算法,希望能对大家有所帮助
- 2022-03-19 14:17:31下载
- 积分:1
-
Anderson CFD第九章求解Couette流
利用Fortran实现了Couette的求解,使用托马斯算法求解相关方程;可以输入时间推进次数,观察不同时间的断面流速分布;可以直接更改E等常数进行数值实验;采用Fortran 90/95格式书写代码,方便阅读
- 2023-05-12 01:10:03下载
- 积分:1
-
Abstract: This paper aims to study a thermal complex objects can be an effective...
摘要:本文旨在研究一种能对复杂热工对象的有效建模方法。基于遗传算法的辨识方法有较强的抗干扰能力,对低、高阶系统、延时系统都可以达到很好的辨识效果。根据单元机组的低阶非线性模型,推导出一个双进双出、能够描述机组动态特性及机炉间相互耦合关系的协调控制系统传递函数矩阵。依次模型为基础,提出一种基于改进的遗传算法的参数辨识方法。-Abstract: This paper aims to study a thermal complex objects can be an effective modeling method. Identification method based on genetic algorithm has strong anti-jamming ability, low, high-end systems, delay systems can achieve very good recognition results. According to unit power plant low-level non-linear model, derived a double inlet and outlet, can describe the dynamic characteristics and boiler-turbine unit is coupled between two relations, coordination and control system transfer function matrix. Turn model was proposed based on improved genetic algorithm based on parameter identification method.
- 2022-01-24 09:15:33下载
- 积分:1
-
数据结构的各种算法
压缩包里有列表 栈 队列以及各种排序算法,例如插入,快速,二叉树排序法;栈和队列的实现包括用数组和列表实现的两种方式,期待帮助有需要的小伙伴们
- 2023-09-05 04:45:03下载
- 积分:1
-
多种群遗传算法的函数优化算法
针对遗传算法所存在的问题,一种多种群遗传算法结构模型(Multiple Population GA,简称MPGA)可以用来取代常规的标准计算模型(SGA)。 MPGA在SGA的基础上主要引入了以下几个概念: (1)突破SGA仅靠单个群体进行遗传进化的框架,引入多个种群同时进行优化搜索;不同的种群赋以不同的控制参数,实现不同的搜索目的。 (2)各个种群之间通过移民算子进行联系,实现多种群的协同进化;最优解的获取是多个种群协同进化的综合结果。
- 2022-05-23 11:50:03下载
- 积分:1
-
示例随机数产生方法,符合平均分部和正态分部,示波器显示...
示例随机数产生方法,符合平均分部和正态分部,示波器显示-random sample method, in line with the average Division and the normal divisions, oscilloscope shows
- 2022-03-18 18:29:51下载
- 积分:1
-
BLDC源码
使用AVR的无刷马达控制程序,无感BLDC算法。实现了无刷直流电机的速度环PID控制,效果可以。供大家参考交流使用
- 2022-03-03 11:31:46下载
- 积分:1
-
Fast Fourier Transform algorithm. Including the one
快速傅立叶变换的实现算法。包括1维FFT、2维FFT及其逆变换,以及离散变换的相关源码。-Fast Fourier Transform algorithm. Including the one-dimensional FFT, 2-dimensional FFT and its inverse transform, as well as the related discrete transform source code.
- 2022-07-09 09:08:54下载
- 积分:1
-
huffman编码压缩
huffman编码压缩,使用C++编写,实现任意文件的压缩和解压缩,对于数据流文件压缩非常有用,可以获得较高的压缩效率。并且压缩时间上也能得到保障。把这种压缩算法用在嵌入式系统上有很大的效果和作用。
- 2022-08-22 13:26:52下载
- 积分:1