CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - graph center

搜索资源列表

  1. ArcPartDemo

    0下载:
  2. 计算圆弧上n个等分点的坐标的函数,及使用示例代码,VC环境,属于二维图形基础算法,加有详细的注释。 输入:圆心,起点,终点,半径,旋转方向,点数量n。 输出:圆弧上n个等分点坐标的数组, 说明:输出的起点序号为0,终点序号为n-1 -Calculate arc n are equally a function of the coordinates of points, and use the sample code, VC environment, belonging to
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:44.58kb
    • 提供者:wsadfg
  1. 电话

    0下载:
  2. 电话 //创建以画布为依托的简单场景图对象,没有多个Locale SimpleUniverse u=new SimpleUniverse(c) u.getViewingPlatform().setNominalViewingTransform() //创建分支组对象 BranchGroup scene=createSceneGraph(c) //组装,分支组 对象加到 场景图 u.addBranchGraph(scene) //带场景图的画
  3. 所属分类:Other Games

    • 发布日期:2017-11-18
    • 文件大小:15.14kb
    • 提供者:zqj
  1. Dijkstra

    6下载:
  2. 最短路径的Dijkstra算法程序。Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。   Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。 -The Dijkstra shortest path algorithm for the proce
  3. 所属分类:matlab例程

    • 发布日期:2013-12-26
    • 文件大小:1.15kb
    • 提供者:haiyan
  1. S030602102

    0下载:
  2. 赋权有向图中心问题 问题描述: 设G=(V,E)是一个赋权有向图,v是G的一个顶点, v的偏心距定义为: Max {w∈ V,从w到v的最短路径长度} G中偏心距最小的顶点称为G的中心。试利用Floyd 算法设计一个求赋权有向图中心的算法。-Empowering the central issue Digraph Problem Descr iption: Let G = (V, E) is a directed graph Empoweri
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:81.78kb
    • 提供者:林建
  1. proj1

    0下载:
  2. 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。 操作方法和实验步骤: 1.使用GL_POLYGON模式绘制白色的多边形,由于所绘多边形为凹多边形,故从最左上角的点开始绘制,以防得到不可预测的图形。注意求得各凹角(refl
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:5.63kb
    • 提供者:小痴狗子
  1. supermarket

    0下载:
  2. 学校超市选址问题(带权有向图的中心点) 设计要求:对于某一学校超市,其他各单位到其的距离不同,同时各单位人员去超市的频度也不同。请为超市选址,要求实现总体最优 -School Supermarket location problem (with the right of the center of a directed graph) design requirements: For a school supermarkets and other units to its
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:1.21kb
    • 提供者:yuhao
  1. mandelbrot

    0下载:
  2. This guide can draw a mandelbrot figure. In default values it calculates Z=Z^2+C for 20 iterations, where Z initally equal to zero and C has the values of every pixel created by meshgrid function(built-in). although mandelbrot equation is Z=Z^2+
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:8.1kb
    • 提供者:Mike Gao
  1. Dijkstra

    0下载:
  2. Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。 -Dijkstra algorithm is a typical shortest path algorithm to calculate
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5.96kb
    • 提供者:xyz
  1. bysys

    0下载:
  2. 1、客户(代理商)管理,可增加、编辑、删除相关客户(代理商),设置代理级别,指定为其服务的客户经理(见功能5)。 2、产品资料管理,管理产品相关资料,图片(可多图)。在系统中的产品资料,与“网站系统”结合,并将在“网站系统”的“产品中心”中展示出来 3、产品库存管理,产品基本的库存管理,是一个微小型的进销存系统。 4、产品生产管理,产品生产流程监控,与库存管理配合使用。 用户名:admin 密码:123456-1, the customer (agent) managemen
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-04
    • 文件大小:600.01kb
    • 提供者:marshal
  1. zhongxinchazhao

    0下载:
  2. 此源码是基于matlab编写的关于查找图像中图形的个数,及查找每个图形的重心并显示。-This source code is written in matlab based on the number of graphic image search, and find the center of each graph and display.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.44kb
    • 提供者:beibuma
  1. kechengsheji

    0下载:
  2. 对于某一学校超市,其他各单位到其的距离不同,同时各单位人员去超市的频度也不同。请为超市选址,要求实现总体最优。(带权有向图的中心点)-Schools for a supermarket, other units of the distance of its different units while the frequency of the supermarket staff are also different. Please supermarket location, required to
  3. 所属分类:assembly language

    • 发布日期:2017-05-13
    • 文件大小:3.18mb
    • 提供者:陈中正
  1. 8.5

    0下载:
  2. 8.5 以点(point)类为基类,重新定义矩形类和圆类。点为直角坐标点,矩形水平放置,由左下方的顶点和长宽定义。圆由圆心和半径定义。派生类操作判断任一坐标点是在图形内,还是在图形的边缘上,还是在图形外。缺省初始化图形退化为点。要求包括拷贝构造函数。编程测试类设计是否正确。-8.5 point (point) class is the base class, redefined class and rounded rectangle class. Points for the rectangul
  3. 所属分类:DirextX

    • 发布日期:2017-04-06
    • 文件大小:1.07kb
    • 提供者:阿芳
  1. analysis

    0下载:
  2. This example will demonstrate the use of the FFT function to calculate\na 2D-FFT. Given that the data represents the width and the delay of two\nsignals this program calculates the 2D-FFT and displays the result on an\nintensity graph. Note that the
  3. 所属分类:其他小程序

    • 发布日期:2017-04-04
    • 文件大小:7.78kb
    • 提供者:jar
  1. matlab

    0下载:
  2. 图论 连通图的中心和加权中心算法 连通无向图的一般中心的算法-The center of graph theory and weighted connected graph algorithm Center general undirected graph connectivity algorithms Center
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:948byte
    • 提供者:李丽
  1. HoughTrack1.0

    0下载:
  2. Hough-based Tracking of Non-Rigid Objects-extend the idea of Hough-Forests to the online domain and couple the center vote based detection and back-projection with a rough segmentation based on graph-cuts.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1.78mb
    • 提供者:王小
  1. dijkstra

    0下载:
  2. Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。-Dijkstra (Dijkstra) al
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:96.48kb
    • 提供者:yx
  1. ShortestPathDijkstra

    0下载:
  2. Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。-Dijkstra (Dijkstra) al
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:1.58kb
    • 提供者:伍恒
  1. Dijkstra

    0下载:
  2. Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。 -Dijkstra (Dijkstra)
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:1.48kb
    • 提供者:吕子乔
  1. Find-Center-of-Mass-and-Distance

    0下载:
  2. 计算质心坐标(c)与边界与质心间的距离r(i),并绘制theta 与r_histogram 的关系曲线图-Calculating the centroid coordinates (c) between the boundary and the centroid distance r (i), and the mapping relationship between theta and r_histogram graph
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1.1kb
    • 提供者:林彥彤
  1. Graph

    0下载:
  2. 数据结构中图的遍历Data structure traversal of center-Data structure traversal of center
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:603byte
    • 提供者:白羊
« 12 »
搜珍网 www.dssz.com