搜索资源列表
zn
- 用C语言写的多段图算法的实现,多段图是动态规划的一个典型的实例.-C language in many of the map algorithm to achieve more of the map is a dynamic planning a typical example.
duixiang
- 这是动态规划中的经典算法。多段图的向前向后的处理算法的VC++环境种的实现代码-This is the dynamic programming of the classical algorithm. Many of the plans forward backward processing algorithm for the VC types of codes
mulitgraph
- 算 法 中 多 段 图 的 演 示 程 序
多段图
- 算法分析中的向前算法的实现 输入为 弦数 段数 接点数 几弦的有关信息 输出 最优路径-algorithm analysis of the forward algorithm to achieve the importation of a string of several access points for a few of the information string output optimal path
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
duoduantudongtaiguihua
- 多段图问题的动态规划算法设计 1. 掌握有向网的成本邻接矩阵表示法 2. 能用程序设计语言实现多段图问题的动态规划递推算法 3. 基本掌握动态规划法的原理方法.-The issue of multi-stage plan the design of a dynamic programming algorithm. Grasp of the cost to the network adjacency matrix representation 2. Can be used pro
CSDsetting
- 绘制矢量图,一个简单的矢量绘图的例子,可以绘制矢量多段线,并可进行复制-Vector drawing, a simple example of vector graphics, you can draw multi-segment line vector, and replication
11
- 用动态规划方法求多段图问题的算法对应的原程序-Dynamic programming method with multi-Graph Problem
multistage
- 多段图G=(V,E)是一个有向图。它具有如下特征:图中的节点被划分成k>=2个不相交的集合Vi,1<=i<=k,其中V1 与Vk 分别只有一个结点s(源点)和t(汇点)。图中所有的边<u,v> 均具有如下性质:若 ,则 ,1<=i<k-1,且每条边<u,v>均附有成本c<u,v>。从s到t的一条路径成本是这条路径上边的成本和。多段图问题是求s到t的最小成本路径。每个集合 定义图中的一段。由于E得约束,每条从s到t的路径都是从第1段
cut
- 模型空间的批量打印程序 第二版 可以根据图块、多段线等等进行打印-Model space, the second edition of batch printing program can tiles, multi-segment lines, etc. to print
ScanComputer
- 创建一个Windows应用程序,使用多线程来扫描一个网段内的计算机,根据计算机的IP地址获取其Dns域名,若计算机不在线,则返回提示信息。要求初始界面如图1-1所示。 当用户输入IP地址范围之后,单击【扫描】按钮,程序能自动在listBoxStatus中显示每个IP地址对应的Dns信息。具体要求如下: (1)对用户选择IP地址范围进行验证,若不是合法的IP地址,给出相应的提示信息。 (2)执行扫描操作时,创建一个线程去扫描一个IP地址。 (3)把每个IP地址对应的Dns信息添加到
Ten-classic-algorithms
- 包含了十余个经典的算法问题,如背包问题,多段图等-Contains more than a dozen classic algorithms, such as the knapsack problem, Multistage Graph
Combin
- GDI+ 画多段峰值图, 交集部份以不同颜色显示的控件-Peak Figure of GDI+ draw multi-segment, the intersection part controls displayed in different colors
duoduantu
- 这是一个多段图问题,里面含有教程和详细的编码内容,可以让初学者一目了然。-Multistage Graph
Duoduantu
- 这是我自己写的多段图的程序,是算法实验,供新手学习使用-This is my own writing multi-stage program, algorithm experiments for the novice to learn to use
Multistage
- 多段图的最短路径问题使用的是动态规划算法,代码中包含了详细的过程且有程序实现的截图。-Multistage Graph shortest path problem using a dynamic programming algorithm, the code contains a detailed process and procedures to achieve the screenshots.
duoduantu
- 多段图问题的动态规划算法与实现 功能:求源点到汇点的最短路径及决策过程。 要求:用向前处理和向后处理方法分别对给出的数据,进行求解(注意在文档中画出多段图)。给出复杂性分析。 输入:多段图的段数,顶点数,以及每条边的权重。 输出:多段图的最短路径和决策过程。 -Many of the map of the dynamic programming algorithm and implementation features: seeking the source point to
dongtaiguihua
- 动态规划法所有算法,测试多段图最短路径程序代码,测试Floyd算法程序等-All dynamic programming algorithm to test multi-stage shortest path map program code, test procedures Floyd algorithm
2014072020
- 这是一个动态规划的问题,这个程序实现的是求多段图最短路径,汉诺塔和01背包问题的程序-This is a dynamic programming problem, the program is seeking to achieve the shortest path map multistage procedure Tower of Hanoi and 01 knapsack problem
include
- 1)编程递归实现0-1背包问题并回溯求出问题的解向量(即X[N]的值)和多段图的最短路经问题的动态规划算法。 2)图的数据结构采用邻接表。 3) 要求用文件装入5个多段图数据,编写从文件到邻接表的函数。 4)验证算法的时间复杂性。 5)0-1背包问题的实验数据见实验二的背包问题数据。 -1) programming recursive implementation of the 0-1 knapsack problem and backtracking to solve th