登录
首页 » Windows开发 » 一凸8 边形P 的顶点顺时针为{v1,v2,… ,v8},任意两顶点间的线段的权重由矩阵D 给出。 若vi 与vj 是P 上不相邻的两个顶点,则线段vivj...

一凸8 边形P 的顶点顺时针为{v1,v2,… ,v8},任意两顶点间的线段的权重由矩阵D 给出。 若vi 与vj 是P 上不相邻的两个顶点,则线段vivj...

于 2023-05-25 发布 文件大小:808.00 B
0 368
下载积分: 2 下载次数: 1

代码说明:

一凸8 边形P 的顶点顺时针为{v1,v2,… ,v8},任意两顶点间的线段的权重由矩阵D 给出。 若vi 与vj 是P 上不相邻的两个顶点,则线段vivj 称为P 的一条弦。求P 的一个弦的集合T, 使得T 中所有的弦恰好将P 分割成互不重迭的三角形,且各三角形的权重之和为最小(一 个三角形的权重是其各边的权重之和)。-A convex 8-gon P, vertex clockwise of (v1, v2, ..., v8), any two vertices of the segment between the weight given by the matrix D. If vi and vj is the P is not adjacent to two vertices, then the line segment vivj known as P, a string. Seeking P, a set of strings T, makes the T all the strings just to P divided into non-overlapping triangles, and the weight of each triangle and for the minimum (the weight of a triangle is its weight of each side and) .

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

发表评论

0 个回复

  • 详细设计的目的就是指导编码,明确的说,就是将你的设计拿给不同的人去写编码,写出来的程序处理流程相同.后续的评审或者是有人接替你的工作,只要查看详细设计,就能清楚...
    详细设计的目的就是指导编码,明确的说,就是将你的设计拿给不同的人去写编码,写出来的程序处理流程相同.后续的评审或者是有人接替你的工作,只要查看详细设计,就能清楚你当时是怎样设计这些流程的。-The purpose is to guide the detailed design codes, specifically, is that your design showed that different people to write code, written procedures for processing the same. Follow-up assessment or someone to replace your job, as long as View the detailed design, we can clearly understand how did you design these processes.
    2023-07-25 02:35:05下载
    积分:1
  • 在 C# 中的迷宫求解 (最短路径)
    介绍了一个简单的技术,以找到一个 2D 的迷宫中两点间最短路径。类似的应用程序在这种情况下使用图,但本文将展示如何,这可以没有头痛的图。它使用类似于广度优先搜索技术。MazeSolver 类商店迷宫作为一个二维整数数组的值 "0" 开放 (可用) 节点和非零这对已关闭的节点 (墙)。如果某条路径将被发现,一种新的二维整数数组创建的路径 PathCharacter 其默认值是 "100"。类也可以跟踪对角的路径,如果它允许这样做 贯穿这篇文章,我们将使用"节点"来引用矩阵 (二维整数数组表示一个迷宫) 的元素。我假设读者是熟悉图和它的术语 (边缘、 节点等)。
    2023-05-25 08:05:03下载
    积分:1
  • 一个关于播放flash文件的控件,欢迎下载!
    一个关于播放flash文件的控件,欢迎下载!-a document on the flash player controls, welcome to download!
    2022-03-24 16:20:09下载
    积分:1
  • 排序程序冒泡排序、 unsort、 部分排序
    #define PARTIALLYSORTED_30 3 #define PARTIALLYSORTED_50 4 #define PARTIALLYSORTED_70 5 #define RANDOMIZE_QSORT 1 #define MERGE_SORT 2 #define SELECTION_SORT 3 #define BUBBLE_SORT 4 / *---随机化快速排序---* / int random_partition (int * arr、 int 开始,int 结束) ; void random_quick_sort (int * arr、 int 开始,int 结束) ; /*----------------------------------------------*/ /*-----------Merge Sort--------------------------*/ 空的分区 (int arr [],int 低,int 高) ; void 归并 (int arr [],int 低,年年高 int int) ; /*------------------------------------------------*/ / *---选择排序---* / void sort_select (int n) ; int; maxind(int m) void swap1 (int * x int * y); /*------------------------------------------------*/ /*-----------------Bubble sort--------------------*/ void recursive_bubble (int * 数组、 int 的大小) ; /*-----------------------------
    2022-07-02 17:33:19下载
    积分:1
  • intrusiton detection system
    intrusiton detection system
    2022-03-04 06:57:45下载
    积分:1
  • 2022-02-26 23:44:53下载
    积分:1
  • 这是一个公交查询系统的简单设计,其中实现了根据车次号查站点以及根据起始与终止站点查询车次的两个模块功能。另外,还包含一个后台管理控制台,负责维护数据库的信息,具...
    这是一个公交查询系统的简单设计,其中实现了根据车次号查站点以及根据起始与终止站点查询车次的两个模块功能。另外,还包含一个后台管理控制台,负责维护数据库的信息,具备了比较完善的数据库维护功能。数据库的备份以及连接数据库的文件在原码文件中,运行前请注意设置-This is a transit system for a simple design, which achieved under 000, and site investigations under the threshold and termination site for the two trips module function. In addition, the background also includes a management console, responsible for the maintenance of the information in the database, with a fairly complete database maintenance functions. The database backup, and connecting to the database code in the original paper document, running to set up the former
    2023-03-12 09:40:04下载
    积分:1
  • 创建 Windows 还原点
    这是特尔斐 2010年代码在 Windows XP 中设置一个还原点并向上。它是一个独立程序,但也可以嵌入到其他还原点所需的程序 (如安装程序)。
    2022-02-21 11:31:15下载
    积分:1
  • 一本不错的博弈论基础的书,对策略和算法有较好的指导作用。...
    一本不错的博弈论基础的书,对策略和算法有较好的指导作用。-A good book based on game theory, strategies and algorithms for a better guide.
    2023-09-02 20:40:05下载
    积分:1
  • fiex编程简单例子
    fiex编程简单例子-a simple example of flex programming
    2022-09-13 01:35:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载