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

搜索资源列表

  1. delphimaps

    0下载:
  2. 电子地图开发之GIS组件--Mapobject深入开发,需要GIS组件,没有要先下载,否则不能编译,代码介绍了一些使用GIS创建简单电子地图的方法,用代码说明问题。-Electronic map developed GIS component- Mapobject-depth development, the need GIS component, without first downloading, or can not compile the code describes some simp
  3. 所属分类:GIS program

    • 发布日期:2017-05-08
    • 文件大小:1682953
    • 提供者:lym
  1. Dijkstra

    0下载:
  2. 這是有關於路徑規劃的演算法,也是路徑規劃裡面較為基本的一個演算法,可以計算出路徑最短的路線,但是當地圖的深度越來越大時,會使得這個演算法耗費較多的電腦運算資源,因為會把地圖每一點都進行運算進而產生出最短的路徑。-This is on the path planning algorithm, but also more basic path planning inside an algorithm that can calculate the shortest path route, but in
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:183617
    • 提供者:victor shih
  1. hangdianACM

    0下载:
  2. 杭电ACM题目若干,关于图,深度优先搜索,宽度搜索等等。-Hangzhou Xinhua ACM topic number on map, depth-first search, breadth search and more.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:14258
    • 提供者:邓亚风
  1. migong

    0下载:
  2. 数据结构大作业“迷宫搜索”的MFC程序。含深度优先和宽度优先两种演示,可以鼠标编辑地图。界面良好,代码清晰。-Data structure operations " Labyrinth search" MFC program. Containing two kinds of depth-first and breadth-first presentation, you can edit the map mouse. Good interface, clear code.
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:17492620
    • 提供者:费定宇
  1. 1

    0下载:
  2. 这是数据结构的一个C++编程。在邻接矩阵上实现带权图、不带权图的初始化,搜索、插入、删除边,宽度遍历、深度遍历。邻接矩阵用模板类实现。-This is a programming data structure C++. Achieve a weighted graph in the adjacency matrix, with no right of map initialization, search, insert, delete edge, traversing the width and
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1298
    • 提供者:孙文
  1. FaceRecognitionBased-OnDeepLearning

    0下载:
  2. 本文运用深度神经网络的方法克服姿态变量和图像分辨率的影响,提出了一种多姿态的人脸超分辨识别算法并在实验数据集上获得了良好的性能表现。另外本文利用深度信念网络探索正面人脸图像和侧面人脸图像的映射,方法放松了深度信念网络的输入也输出之间绝对相等,而只是保证其高层含义上的相等。实验表明了使用深度信念网络可以学习到侧面人脸图像到正面人脸图像的一个全局映射,但是丢失了个体细节差异。本文还提出了基于深度网络保持姿态邻域进行姿态分类的方法,在学习过程中,我们保证了同一个姿态下的人脸图像应该与同一姿态下的多张图
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:9720179
    • 提供者:cen
  1. Handout

    0下载:
  2. 创建图的邻接表存储结构,输出邻接表数据(验证创建过程),深度优先遍历(DFS) ,广度优先遍历(BFS),增加一个顶点到图, 删除一个顶点(同时删除其所有邻接边) ,增加一条弧到图,从图中删除一条弧- Creating adjacency table storage structure, the output adjacency table data (validation creation process), depth-first traversal (DFS), breadth-fi
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-07
    • 文件大小:3394
    • 提供者:徐雅文
  1. GraphShow

    1下载:
  2. 图的遍历动态演示程序,通过鼠标操作实现对图的创建、删除和修改。有无向图和有向图,可以自动生成图。实现了图的广度优先遍历和深度优先遍历。这都是动态图形演示的,而且配合代码来执行,可以做到类似调试代码的效果来查看图的动态演示。-Dynamic graph traversal demo program, to achieve the creation of the map by mouse operation, delete, and modify. Have to map and directed
  3. 所属分类:Data structs

    • 发布日期:2015-04-22
    • 文件大小:3808256
    • 提供者:刘传邦
  1. 2222

    0下载:
  2. 构造一个图,至少有四个结点,实现图的非递归深度优先遍历,存储、初始化也包括在内。-Construct a map, at least four nodes, to achieve non-recursive depth-first traversal, the memory, the initialization is also included.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-10
    • 文件大小:1145
    • 提供者:楚清扬
  1. 2006

    0下载:
  2. 国家集训队2006论文集 陈启峰:《“约制、放宽”方法在解题中的应用》 陈首元:《维护森林连通性——动态树》 冯威:《数与图的完美结合——浅析差分约束系统》 高逸涵:《对于一道题目的深入分析》 胡伟栋:《演讲的若干建议》 黄劲松:《贪婪的动态规划》 黄晓愉:《深度优先搜索问题的优化技巧》 贾由:《由图论算法浅析算法优化》 李天翼:《从特殊情况考虑》 龙凡:《一类猜数问题的研究》 汤泽:《浅析队列在一类单调性问题中的应用》 唐文斌:《“调整”
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:9092180
    • 提供者:sxy
  1. Graph-traversal

    0下载:
  2. 采用图的邻接矩阵或邻接表实现最短路径问题中图的存储,采用递归程序实现图的深度优先搜索(DFS)-Using adjacency matrix or adjacency list shortest path problem in memory map, using a recursive program implements graph depth-first search
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1452
    • 提供者:秦丽婷
  1. Gragh

    0下载:
  2. 图的数据结构,打包cpp,1.创建图 创建图 G(任选邻接矩阵或表) 2. 显示图 3. 深度优先搜索遍历图 4. 广度优先搜索遍历图 5. 在图中插入顶点 6. 在图中插入边- Graph data structure, packaging cpp, 1. Create a map creation graph G (optional adjacency matrix or table) 2. Display Figure 3. depth-first se
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2714
    • 提供者:guyuqian
  1. 2008021106bianli

    0下载:
  2. 本代码主要用于建立无向图并输出 深度优化遍历图 广度优化遍历图 还可以退出本系统。-The code is mainly used for the establishment of an undirected graph optimization traversal Figure breadth optimization traverse the map can also exit the system and output depth.
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:1216
    • 提供者:jiu615682
  1. COLORING

    0下载:
  2. 图用邻接矩阵表示,程序逻辑为,首先实现了用于确定一种有效颜色的函数color(),然后,按照深度优先和违反约束则回溯的策略进行搜索。-Map with the adjacency matrix that logic to, first of all to achieve the color used to determine the function of an effective color (), and then, in accordance with the depth-first an
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:666
    • 提供者:yhy670856
  1. GraphSearch

    0下载:
  2. 建立拓扑地图,实现A*算法、深度优先和广度优先算法、Dijkstra算法路径规划-A topology map, achieving A* algorithm, depth first and breadth-first algorithm, Dijkstra algorithm for path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:3946389
    • 提供者:刘馨雨
  1. 1n0link

    0下载:
  2. 1、模板式生成html 2、首页模板两个标签 3、网址地图 4、生成分类列表 5、自定义生成最新加入网址js 6、网址审核功能 7、反有生成网页完全放置在程序根目录下,目录深度减至最低 后台:/admin/index.asp 密码:admin-1, the formula generates html template 2, page templates two labels 3, site map 4, to generate a list of c
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:366371
    • 提供者:glww
  1. wosobbs

    0下载:
  2. 仿雅虎论坛静态生成html版 后台管理:admin/admin.asp 用户名:admin 密码:admin TOP/top.htm 顶部模板 left.htm 左边树形菜单模板-1, the formula generates html template 2, page templates two labels 3, site map 4, to generate a list of classification 5, the latest additi
  3. 所属分类:Web Server

    • 发布日期:2017-05-03
    • 文件大小:945840
    • 提供者:mjnv
  1. graph

    0下载:
  2. java实现构建图的过程,以及深优先度搜索和广度优先搜索,有详细注释-Java implementation process for constructing a map, as well as depth priority search and breadth-first search, detailed notes
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:7950
    • 提供者:大王
  1. disparity_to_3d_reconstruction

    2下载:
  2. 双目视觉中,利用视差图进行三维重建,实现三维重建的点云显示,并获取深度信息。-Binocular vision, the use of disparity map for three-dimensional reconstruction, three-dimensional reconstruction of the point cloud display, and access to the depth of information.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-27
    • 文件大小:9968456
    • 提供者:hanpuxia
  1. Romania_Trip

    1下载:
  2. 罗马利亚度假问题 一. 问题描述 分别用代价一致的宽度优先、有限制的深度优先(预设搜索层次)、贪婪算法和A*算法求解“罗马利亚度假问题”。即找到从初始地点 Arad到 目的地点 Bucharest 的一条路径。 要求: 分别用文件存储地图和启发函数表,用生成节点数比较几种算法在问题求解时的效率,并列表给出结果。-Romania holiday issue I. problem descr iption Respectively, consistent with the c
  3. 所属分类:Data structs

    • 发布日期:2016-11-28
    • 文件大小:360448
    • 提供者:chen
« 1 2 ... 7 8 9 10 11 1213 »
搜珍网 www.dssz.com