CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - depth map

搜索资源列表

  1. maze dfs

    0下载:
  2. dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业-dfs depth-first search! Maze This is the basic algorithm. Generalized Table established maze, with the establishment of the adjacent table map, with dfs search, the University of many data str
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1339
    • 提供者:笨熊
  1. 图深度优先

    0下载:
  2. 图的深度优先算法动态演示,用到了直线的中点绘制算法-map algorithm for dynamic priority depth demonstration of the use of linear midpoint Rendering Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:208626
    • 提供者:张三
  1. sortling

    0下载:
  2. 实现图的脱坡排序,深度优先广度优先,以及建立邻接表-achieve slope from the map, in order of priority depth breadth priority, and the establishment of the adjacent table
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:1006
    • 提供者:lly
  1. linsang

    0下载:
  2. 很多涉及图上操作的算法都是以图的遍历操作为基础的,此程序演示出图的遍历的过程。通过邻接矩阵存储结构实现数据俄的输入,实现图的深度优先遍历和广度优先遍历过程的演示,对异常输入信息报错。-map of algorithms are plans to traverse the basis for the operation, this procedure demonstrated map out the ergodic process. Through the adjacency matrix of
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1793
    • 提供者:刘晴
  1. tubianli

    1下载:
  2. 以邻接表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边集。-table adjacent to the structure for storage, connectivity to the map without the depth and breadth of priority priority traversal. Users designated as a starting point node, the out
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:82749
    • 提供者:李文欢
  1. sting7.doc

    0下载:
  2. 图的邻接矩阵、邻接表、十字链表、邻接多重链表存储结构表示及其创建算法的c语言实现 图的深度优先搜索遍历算法和图的广度优先搜索遍历算法及C语言实现-the adjacency matrix, the adjacent table, Cross Chain, Listless multiple adjacent storage structure and said the creation algorithm in C Language map of the depth-first traversa
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3068
    • 提供者:CJX
  1. picture

    0下载:
  2. 实现图的遍历。对图的深度和广度的遍历,建立邻接矩阵与邻接表-The realization of graph traversal. To map the depth and breadth of the traverse, the establishment of adjacency matrix and adjacency list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2109
    • 提供者:yuxin
  1. Depthmap

    0下载:
  2. Generate a depth map
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:7106
    • 提供者:yasyas
  1. graph

    0下载:
  2. 图的各种存储结构,特别要熟练掌握邻接矩阵和邻接表存储结构。 遍历是图各种应用的算法的基础,要熟练掌握图的深度优先遍历-Map a variety of storage structures, in particular to master the adjacency matrix and adjacency list storage structure. Graph traversal is a wide range of applications based on algorithms,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:1314
    • 提供者:fan
  1. graph1

    0下载:
  2. 图的运算,有全图的无权图的广度深度优先遍历-Figure computing, there is no right to map the entire map of the breadth of depth-first traversal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:9307
    • 提供者:王祥
  1. Render

    0下载:
  2. depth map render base displacement
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:5545
    • 提供者:HXH
  1. kinect

    0下载:
  2. 用kinect分别保存深度图和色彩图的小程序-Kinect respectively stored depth map and the color map of small programs
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-08
    • 文件大小:40678400
    • 提供者:崔颖
  1. Pixel-translation

    0下载:
  2. 两幅图像实现像素的平移 一幅深度图和一幅原图-Two images to achieve the pixel shift A depth map and a map
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:662
    • 提供者:赵霞
  1. shendutuxiang

    2下载:
  2. 通过执行此程序,可以实现对物体深度的估计,实现出深度图。(Through the implementation of this procedure, you can achieve the depth of the object estimates, to achieve a depth map.)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:68608
    • 提供者:wangdake
  1. DFF

    2下载:
  2. 用dff理论来获得图像的三维模型,先对光场图像进行重聚焦,进而生成深度图,再进行重建(DFF theory is used to obtain the 3D model of the image. Firstly, the light field image is re focused, then the depth map is generated, and then reconstructed)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:28549120
    • 提供者:mamamM
  1. 新建文件夹

    1下载:
  2. 画南海地形图,水深分布图,使用MASK文件区分大陆和海域,然后根据生成的文件来画(Drawing of the South China Sea topographic map, water depth map)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:大小姐
  1. DepthmapSetup1014

    0下载:
  2. 是空间句法理论的分析应用软件,可基于对街道空间的拓扑分析来研究城市空间形态、道路网络、空间行为与规划设计评估等,在风景园林与建筑学方面也有应用。(space syntax analysis)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:3163136
    • 提供者:坚果浆果
  1. rgbtowc

    0下载:
  2. 将bmp图片(24位深度真彩图)转换成8位深度的伪彩图(bmp格式)(Bmp picture (24 bit color depth map) into pseudo color 8 bit depth (BMP format))
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:10286080
    • 提供者:别来无恙-
  1. stereoGlobalEnergyMin

    2下载:
  2. 双目视觉深度图生成,运用能量最小化的方法生成。(Binocular vision depth map generation is generated by energy minimization.)
  3. 所属分类:GDI/图象编程

    • 发布日期:2021-04-21
    • 文件大小:2048
    • 提供者:嘿。
  1. 深度图生成点云

    1下载:
  2. 本代码主要用于实现深度图生成点云pcd并进行保存。(This code is mainly used to generate point cloud PCD from depth map)
  3. 所属分类:其他

    • 发布日期:2021-04-21
    • 文件大小:181248
    • 提供者:pipipan
« 12 3 »
搜珍网 www.dssz.com