登录
首页 » 算法 » 这是计算机算法基础中的动态规划的方法的一个例子,多段图是一个很经典的问题!这里的程序用于求解最小成本路径,用类似的思想可以解决最优分配方案的问题!...

这是计算机算法基础中的动态规划的方法的一个例子,多段图是一个很经典的问题!这里的程序用于求解最小成本路径,用类似的思想可以解决最优分配方案的问题!...

于 2022-02-24 发布 文件大小:5.74 kB
0 232
下载积分: 2 下载次数: 1

代码说明:

这是计算机算法基础中的动态规划的方法的一个例子,多段图是一个很经典的问题!这里的程序用于求解最小成本路径,用类似的思想可以解决最优分配方案的问题!-This is a computer algorithm based on the dynamic programming methods of an example, many of the map is a classic question! Here the procedures for calculating the minimum cost path, with similar ideas can solve the optimal distribution program!

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

发表评论

0 个回复

  • 最小二乘的基本原理和多项式拟合,纯数学讲解,仅供理论学习参考。...
    最小二乘法的基本原理和多项式拟合,纯数学讲解,仅供理论学习参考。-The basic principles of least squares and polynomial fitting, pure mathematics to explain, only theoretical study reference.
    2022-03-05 11:01:29下载
    积分:1
  • numerical reservoir simulation cchengxu
    油藏数值模拟的cchengxu-numerical reservoir simulation cchengxu
    2022-01-28 14:23:09下载
    积分:1
  • 用VB实现的数据的统计描述 包括分布的矩
    用VB实现的数据的统计描述 包括分布的矩---均值、平均差、标准差、方差和中位数的搜索、均值与方差的显著性检验等-VB data including the statistical description of the moment-- the distribution mean, mean difference, standard deviation, variance and median search, the mean and variance significantly inspection
    2022-08-23 18:33:49下载
    积分:1
  • 在c语言里面显示汉字的程序!
    在c语言里面显示汉字的程序!-in Chinese language inside showed the procedure!
    2023-03-14 16:30:03下载
    积分:1
  • 棋盘八皇后
    棋盘八皇后-eight Queen"s chessboard
    2023-07-25 13:20:03下载
    积分:1
  • 大量数值计
    大量数值计算的算法-large numerical algorithm
    2022-09-03 21:25:03下载
    积分:1
  • 时分多址的实现
    此源代码借助opnet平台实现了固定TDMA协议,对于学习opnet的初学者来说这是一个很好的例子,比较全面的涉及了opnet的方方面面。
    2022-03-22 14:47:57下载
    积分:1
  • 手机通讯录系统
    #include #include #include #include #include struct people {   char name[20];   char tel[20];   int classficition;//类型 1.办公类  2.个人类 3.商务类   char E_mail[30];   people *pNext; }; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-03-23 03:05:04下载
    积分:1
  • With c++ Prepared Romberg integration process with examples and calculation resu...
    用c++编写的龙贝格积分的程序 附有实例和计算结果-With c++ Prepared Romberg integration process with examples and calculation results
    2022-02-07 07:17:57下载
    积分:1
  • c语言程序设计源程序
    c语言入门学习的基础程序,常量空间与变量空间操作示例, 这是一个单文件的程序,文件名:li2_1.c */关键字(Keyword): C语言中预先规定的具有固定功能和意义的单词或单词的缩写,32个都有特定意义,用法固定 (2)标识符(identifier):以字母或下划线开头,后面跟字母、数字、下划线的任意序列。标识符又分为系统预定义标识符和用户自定义标识符两种。(标识符中的大小写字母有区别) (3)运算符(operator):C语言提供了34个运算符,分为15个不同的优先级,完成不同的运算功能 (4)分隔符(separator):相邻的关键字、标识符之间必须使用分隔符,不同场合选用:空格、回车/换行、逗号、分号  (5)其它符号:有一些有特定含义的其它符号:{}、//、/* */  (6)数据(data):各种类型的字面值常量 
    2022-03-18 03:29:31下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载