登录
首页 » 算法 » VB实现Floyd算法

VB实现Floyd算法

于 2022-03-03 发布 文件大小:1.11 kB
0 112
下载积分: 2 下载次数: 1

代码说明:

VB实现Floyd算法-VB Floyd Algorithm

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 自适应粒子群优化
    应用背景粒子群算法的一个基本变量是有一个群体(称为群)的候选解(称为粒子)。这些粒子在周围移动搜索空间根据几个简单的公式。的运动粒子是由自己的最著名的位置在搜索空间,以及整个群的最佳已知位置。什么时候改进的位置被发现,这些都将引导群的运动。这个过程是重复的,并且通过这样做希望,但不能保证,一个令人满意的解决方案最终被发现。关键技术对于每一个粒子,我和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
  • 一个用来计矩阵运的函数库,希望对大家有用
    一个用来计算矩阵运算的函数库,希望对大家有用-One used to calculate the matrix operations of the library and hope for all of us
    2023-06-13 21:55:05下载
    积分:1
  • A program ,Using language c to relize ,can solve the line system of equations an...
    用C语言来实现的一个程序,可以求解线生方程组,比LU分解法求解速度快。- A program ,Using language c to relize ,can solve the line system of equations and rapider than a program with the way of LU Resolution
    2023-05-20 06:20:04下载
    积分:1
  • 一个经典的十字链表实现
    一个经典的十字链表实现-a classic Orthogonal List
    2023-04-16 17:10:04下载
    积分:1
  • 卫星位置和速度的Lagrange插值分析,介绍卫星位置和速度的...
    卫星位置和速度的Lagrange插值算法分析,介绍卫星位置和速度的算法-Satellite position and velocity analysis of the Lagrange interpolation algorithm on satellite position and velocity of the algorithm
    2022-02-03 07:34:30下载
    积分:1
  • 用递归Costas环的恢复期。BPSK符号解调
    Recovery phase with recursive Costas loop. Bpsk symbols to demodulate
    2022-03-19 21:14:19下载
    积分:1
  • 数值库for Windows,含有很多数值
    数值算法库for Windows,含有很多数值算法-numerical algorithm library for Windows, contain many numerical algorithm
    2023-01-04 12:45:03下载
    积分:1
  • 数值计中追赶的C++实现,用类实现。
    数值计算中追赶法的C++实现算法,用类实现。-numerical calculation method to catch up with the algorithm in C, Class Implementation.
    2022-01-25 20:24:36下载
    积分:1
  • Simulation of Ant Colony Algorithm for Routing in the Internet, given normal cir...
    蚁群算法仿真因特网中的路由选择,给出正常情况、节点阻断和路径拥塞等不同情况下的最优路径选择与更新实现,仿真结果能够提供可视化的过程模拟-Simulation of Ant Colony Algorithm for Routing in the Internet, given normal circumstances, and the path blocked node under different circumstances, such as congestion of the optimal path selection and update the realization of simulation results can provide visualization of the process simulation
    2022-05-16 14:04:48下载
    积分:1
  • 8051控制电机的程序
    应用背景使用单片机 ,可以控制电机的 转速 以至于调整输出功率 可移植性很强关键技术这是一个用c8051f020 实现的控制步进电机的完成程序 可运行,希望对需要学习的同学能有帮
    2022-06-13 03:37:14下载
    积分:1
  • 696518资源总数
  • 105678会员总数
  • 22今日下载