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

搜索资源列表

  1. MRF1.6

    0下载:
  2. This directory contains the MRF energy minimization software accompanying the paper [1] A Comparative Study of Energy Minimization Methods for Markov Random Fields. R. Szeliski, R. Zabih, D. Scharstein, O. Veksler, V. Kolmogorov, A. Agarw
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:46939
    • 提供者:fant
  1. new

    0下载:
  2. to draw 2-d graph in dashboard
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:874
    • 提供者:pooja
  1. digitizer

    0下载:
  2. 2-d graph digitizer input bmp image then digitize
  3. 所属分类:Picture Viewer

  1. bandongtai

    0下载:
  2. 输入图的形状矩阵,矩阵用D表示,通过优化得到结果-Shape input graph matrix, the matrix D stands for, get results by optimizing
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:31166
    • 提供者:dalin
  1. Interactive-Image-Segmentation

    0下载:
  2. 交互式图像分割,是根据Yuri Boykov and Marie-Pierre Jolly的文章,用C++和OpenCV实现的-Automatic image segmentation is a hard problem and, is not flexible enough to be used for general segmentation. The objective of this project is to implement an interactive image segment
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:837769
    • 提供者:xiaohai
  1. XML

    0下载:
  2. ML作为网络数据交换的标准技术,广泛应用于计算机软件.目前存储数据的主流手段是关系数据库,因此XML 文档与关系数据库之间必须进行转换。通过分析XML文档的层次结构,建立了XML文档树模型,并给出结点定义.依据 XML的BNF规则给出了元素与属性的正规表达式和相对应的状态转换图,设计了识别元素和属,|生的词法分析程序用于解 析XML文档。提出了XML文档树到关系数据库存储的转换思想和算法,并结合实例给出转换后的关系表.-XML has become a standard techno
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-31
    • 文件大小:429500
    • 提供者:叶新
  1. shili07

    0下载:
  2. 条形图形  ,区域图形,枝干图  ,交互式图形  ,三维曲线图,视角的调整,设置照明方式,立体透视-A bar graph, regional graphics, branches, interactive graphics, 3 d graph, Angle adjustment, set the lighting mode, three-dimensional perspective
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1632
    • 提供者:李官
  1. function

    0下载:
  2. 求有向图的所有强连通分支。给定一个有向图D求出其所有的强连通分支。用java实现。涉及到离散数学的知识-Finding All connected components of a directed graph
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2387
    • 提供者:吕平
  1. smith_matlabcode

    0下载:
  2. 自己改编的代码,可以进行基本参量的计算(归一化阻抗和导纳,驻波比、行波系数和反射系数等),鼠标取点绘制并计算相关特性阻抗,计算距离负载d处的输入阻抗,单枝节匹配和双枝节匹配,圆图的绘制、保存图像等。且整个过程可视化~-Own adaptation of code can be calculated basic parameters (normalized impedance and admittance, VSWR, traveling wave and reflection coefficie
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-30
    • 文件大小:286756
    • 提供者:ghq
  1. fenghuang2512

    1下载:
  2. 对包含7列数据的凤凰台风数据集进行三维图形显示。-the code aims to cope with the fenghuang typhoon dataset comprising 7 columns data and displays them ina 3-D graph.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-12
    • 文件大小:767
    • 提供者:李玉红
  1. Archetype-Hull-Ranking

    0下载:
  2. 我们设计一个新奇的规则化框架以学习相似性度量用于无约束人脸验证。我们形式化它的目标函数通过融合鲁棒性对于大规模的个人人脸的内部变化和新奇的相似性度量的辨别力。额外,我们的形式是一个凸优化问题,保证了全局最优解的存在。-we migrate such a geometric model to address face recognition and verification together through proposing a unified archetype hull rankin
  3. 所属分类:Project Design

    • 发布日期:2017-05-06
    • 文件大小:840166
    • 提供者:郭继东
  1. Untitled4

    0下载:
  2. 实验实现邻接表表示下无向图的广度优先遍历。 程序的输入是图的顶点序列和边序列(顶点序列以*为结束标志,边序列以-1,-1为结束标志)。程序的输出为图的邻接表和广度优先遍历序列。例如: 程序输入为: a b c d e f * 0,1 0,4 1,4 1,5 2,3 2,5 3,5 -1,-1 程序的输出为: the ALGraph is a 4 1 b
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:734
    • 提供者:王乐
  1. afafa

    1下载:
  2. 本实验实现邻接表表示下无向图的广度优先遍历。 程序的输入是图的顶点序列和边序列(顶点序列以*为结束标志,边序列以-1,-1为结束标志)。程序的输出为图的邻接表和广度优先遍历序列。例如: 程序输入为: a b c d e f * 0,1 0,4 1,4 1,5 2,3 2,5 3,5 -1,-1 程序的输出为: the ALGraph is a 4 1 b
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:733
    • 提供者:王乐
  1. Distance_of_graph

    0下载:
  2. 从文件读取图结构的信息,输出子图个数,并统计相邻d距离的节点对个数。-read data a file and print to the terminal the number of connected sub-graphs and for each connected sub-graph, print a histogram of the number of pairs of vertices that are a distance d apart.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:4945
    • 提供者:hanyi
  1. GoLPP

    0下载:
  2. D MANUSC Graph-optimized Locality Preserving Projections (GoLPP) algorithm [28]. GoLPP integrated the graph construction and a specific dimensionality reduction process (i.e. LPP) into a unified framework, which results in a simultaneous learni
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:骕骦
  1. sample

    0下载:
  2. 对连续时间正弦信号x(t) sin(2π t+ ),可以按抽样频率 1/ 对x(t)抽样来获得离散时间信号x[n] x(t) sin( ). 以不同的组合f0和fs绘出x[n],可以说明混叠问题。以下,去抽样频率fs 8kHZ. (a)绘出一个被抽样的正弦波单图。正弦波频率300Hz,10ms间隔上抽样,相位任意指定。使用stem绘图。 (b)使用plot绘图。 (c)将正弦波频率从100Hz变至475Hz,每次增加125Hz。绘图。 (d)将正弦波频率从7525H
  3. 所属分类:Software Testing

    • 发布日期:2017-12-14
    • 文件大小:16453
    • 提供者:张丽丽
  1. GRAPHCUT3D

    0下载:
  2. Image processing tool - segmentation: 3-D graph cut
  3. 所属分类:CAD

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:Aisu Yang
  1. Graphcut_Aisu

    0下载:
  2. Image processing tool for segmentation GUI: 3-d graph cut
  3. 所属分类:CAD

    • 发布日期:2017-12-15
    • 文件大小:61440
    • 提供者:Aisu Yang
  1. Data.PS科学计算与绘图软件

    0下载:
  2. Data.PS功能简介:本数据处理软件内置表格编辑器,可以方便的进行数据输入输出;可以进行常见的(a)数值计算,如求解线性方程组、非线性方程组、常微分方程组、多项式求根、傅里叶变换、傅里叶逆变换、线性规划求解、多元线性回归和多元非线性回归参数拟合(20参数)、插值、微分、积分、求逆矩阵、矩阵特征值和特征向量、行列式值;(b)统计分析,统计描述、频数分布、假设检验、正态分布检验、二项式分布检验、泊松分布检验、相关性分析、方差分析;(c)6Sigman工具,过程能力CPK计算、测量系统分析MSA、公
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:4073472
    • 提供者:w1w
  1. SOGFS_aaai16

    0下载:
  2. Structured Optimal Graph Feature Selection 对图像样本进行特征选择,使用自学习算法,然后得出相似度矩阵S(% Input % X: dim*num data matrix % gamma: coefficient of L21 % d: projection dim of W(dim*d) % c: number of clusters % k: nearest neighobrs %Output %id: sorted featu
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:3072
    • 提供者:小星与月
« 1 2 3 4»
搜珍网 www.dssz.com