-
松弛迭代法.rar
松弛迭代法.rar-Iterative Method. Rar
- 2022-03-11 21:17:30下载
- 积分:1
-
用c编写的N皇后问题
用c编写的N皇后问题-used to prepare N Queens
- 2022-06-26 00:13:48下载
- 积分:1
-
本文件包包括复数的常用运算
本文件包包括复数的常用运算- This document pocket includes the plural number commonly used
to operate
- 2023-04-15 14:55:04下载
- 积分:1
-
自适应粒子群优化算法
应用背景粒子群算法的一个基本变量是有一个群体(称为群)的候选解(称为粒子)。这些粒子在周围移动搜索空间根据几个简单的公式。的运动粒子是由自己的最著名的位置在搜索空间,以及整个群的最佳已知位置。什么时候改进的位置被发现,这些都将引导群的运动。这个过程是重复的,并且通过这样做希望,但不能保证,一个令人满意的解决方案最终被发现。关键技术对于每一个粒子,我和1,和…:初始化一个均匀分布的随机矢量粒子的位置:西 ;~ ;U(BLO, ;B),在血和丁丙诺啡是上下搜索空间的界限。初始化粒子的最好的已知位置的初始位置:←PI ; ;西如果(F(PI)& lt;F(G))更新群最著名的位置:G← ; ;PI初始化粒子的速度:~ VI ; ;U(- | BUP BLO |, ;| BUP BLO |)直到一个终止准则(如迭代次数执行,或有足够的目标函数值的解决方案重复发现):对于每一个粒子,我和1,和…:对于每一个维度,= 1,和…:取随机数:RP、RG ~ U(0,1)更新粒子的速度:VI,←D ; ;ωVI,D +φP RP(PI,密苏里D-XI,D)+φG RG(GD西,D)更新粒子的位置:西 ;← ;西+ VI如果(西)和(西):更新粒子的位置:最著名的←PI ; ;西如果(F(PI)& lt;F(G))更新群最著名的位置:G← ; ;PI现在克拥有最佳找到解决方案。
- 2022-04-17 20:19:47下载
- 积分:1
-
c++冒泡排序算法源码
冒泡排序通过n-1次比较使得长度为n的数组按照从小到大的顺序排序,每一次排序都将最大的数字置于数组未排序数据元素的最后,这样经过n-1次后就可以使得整个数组有序。
- 2022-05-05 04:01:07下载
- 积分:1
-
模拟退火算法
AppWizard has created this TspSA application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your TspSA application.
TspSA.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
TspSA.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CTspSAApp application class.
TspSA.cpp
This
- 2022-05-14 00:33:05下载
- 积分:1
-
一个用C语言写的FFT算法,经测试,效果很好
一个用C语言写的FFT算法,经测试,效果很好-More use of a FFT algorithm C
- 2023-06-01 22:50:03下载
- 积分:1
-
纳粹德国二战发明密码机engma“FA在…
德国纳粹二战时发明的密码机engma“迷”的复原模拟程序的源码-Nazi Germany during World War II invention of the cipher machines engma "fans" of the recovery process simulation FOSS
- 2022-08-21 07:39:18下载
- 积分:1
-
Numerical calculation, using newton iteration method chord intercept method to c...
数值计算,利用newton迭代法和弦截法计算插值多项式-Numerical calculation, using newton iteration method chord intercept method to calculate the interpolation polynomial
- 2022-02-04 23:52:26下载
- 积分:1
-
PQ分解法潮流计算程序。既可以用于高压输电网的潮流解算,又可以用于低压配电网的潮流解算,还可以同时解算输电网
加配电网的混合潮流问题。...
PQ分解法潮流计算程序。既可以用于高压输电网的潮流解算,又可以用于低压配电网的潮流解算,还可以同时解算输电网
加配电网的混合潮流问题。-PQ decomposition process flow calculation. Both high-voltage transmission networks can be used to calculate the trend, but also can be used in the trend of low voltage distribution network solver, but also at the same time increase the supply grid solver distribution network issues mixed trend.
- 2022-02-10 17:05:01下载
- 积分:1