登录
首页 » 算法 » 弗洛依德warshal算法

弗洛依德warshal算法

于 2022-01-24 发布 文件大小:91.53 kB
0 193
下载积分: 2 下载次数: 1

代码说明:

资源描述这个应用解决了弗洛依德warshal算法。

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

发表评论

0 个回复

  • 方腔流程序
    不可压ns方程计算方腔流,采用投影法进行计算,有限差分法,对流项采用三阶迎风,扩散项采用中心差分
    2023-05-26 01:55:03下载
    积分:1
  • VC++标准微粒群源程序
    粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。程序已验证好用,希望能对大家有所帮助。
    2022-05-19 20:16:36下载
    积分:1
  • 整理分享:常用的数学运程序源代码 包括常用的几种数学运程序的C++代码,例如矩阵运...
    整理分享:常用的数学运算程序源代码 包括常用的几种数学运算程序的C++代码,例如矩阵运算-collate share : common mathematical procedures used in the source code of several mathematical programs in C code, for example, matrix operations, etc.
    2023-06-02 04:45:03下载
    积分:1
  • 01背包问题
    01背包是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。考虑用动态规划的方法来解决,这里的:阶段是:在前N件物品中,选取若干件物品放入背包中; 状态是:在前N件物品中,选取若干件物品放入所剩空间为W的背包中的所能获得的最大价值;决策是:第N件物品放或者不放; 由此可以写出动态转移方程:我们用f[i,j]表示在前 i 件物品中选择若干件放在所剩空间为 j 的背包里所能获得的最大价值f[i, j] = max( f[i-1, j-Wi] + Pi (j >= Wi), f[i-1, j] )
    2022-03-15 21:02:09下载
    积分:1
  • 通用图灵机
    应用背景通用图灵机是计算机的基础,曾获诺贝尔奖关键技术利用C语言模拟通用图灵机,通过不断地动态开辟来发现通用图灵机规律
    2022-02-02 11:56:45下载
    积分:1
  • kalman program(c) and some examples on kalman which i will upset later.
    kalman program(c) and some examples on kalman which i will upset later.
    2022-03-20 09:53:51下载
    积分:1
  • Using Gauss integral formula for numerical integration, will be subdivided into...
    利用Gauss积分公式进行数值积分,将区间 细分成n个相等的子区间,然后在每个上使用经过修改适用于不同子区间的三点Gauss公式计算积分的值,然后求和。-Using Gauss integral formula for numerical integration, will be subdivided into n-equal interval sub-intervals, and then apply to each use of a modified three-point range in different sub-Gauss formula to calculate the value of points, and then summed.
    2022-03-19 15:01:13下载
    积分:1
  • 数值分析常用编程,文件不是很大,可能有一些错误,大家原谅...
    数值分析常用算法编程,文件不是很大,可能有一些错误,大家原谅-numerical analysis algorithm commonly used programming, documentation is not great, there may be some mistakes, we forgive
    2023-07-10 19:45:03下载
    积分:1
  • 地铁乘坐问题
    为引导旅客合理利用线路资源,解决交通瓶颈问题,该市制定了票价策略: 每条线路可以单独购票,票价不等。 允许购买某些两条可换乘线路的联票,联票价格低于分别购票的价格和。 单线票价和联合票价由文件price.txt给出,形式如下:   线1 180   ……   线13 114   线1,线2 350   线1,线10 390   …… 文件price.txt中,每行数据表示一条单线或联线的票价。线名与票价间用空格分开。如果是联线,两线名之间用逗号分开,并且规定联线只能包含两条可换乘的线路。 现在的问题是,根据这些已知的数据,计算从A站到B站最小花费和可行的换乘方案。比如,
    2023-08-01 18:40:03下载
    积分:1
  • The first two for the artificial intelligence program, prepared with the C++, re...
    前两个为人工智能程序,用C++编写,分别是动物判别程序及实现异或算法的bp程序。BLUETOOTH和F2M_BLUETOOTH是单片机和蓝牙模块通信的程序。“数字示波器”为利用单片机开发的一个简单数字示波器程序。-The first two for the artificial intelligence program, prepared with the C++, respectively, determine the procedures and implementation of animal XOR algorithm bp procedures BLUETOOTH.C and F2M_BLUETOOTH.C microcontroller and Bluetooth module is a communication process digital oscilloscope. C for the use of MCU development of a simple digital oscilloscope program.
    2022-07-27 16:52:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载