CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - visualization

搜索资源列表

  1. HeapSortMFC

    1下载:
  2. 演示了堆排序的算法逻辑,且以MFC为开发工具,实现了可视化。-demonstration of the heap sorting algorithm logic and in the MFC for the development of tools to achieve a visualization.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:40.15kb
    • 提供者:byron
  1. CollegeWizard

    0下载:
  2. 这是我写的数据结构的课设,是一个可视化的校园导航的模型,其中图的组织存储是用的多重邻接表,之前网上我只见到过简单数笔的原理介绍,没有人用它来实现图的操作(是我没有看到),所以选择它来做图,主要是技术上的尝试,其操作过程较一般组织结构复杂-I wrote this is the data structure of the classes were created a visualization of the campus navigation model map which store is th
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:42.89kb
    • 提供者:konghui
  1. 8Queen_Htm_Src

    0下载:
  2. 八皇后问题的HTML语言实现,可视化查看八皇后问题的所有解-eight of the Queen's HTML language, visualization eight Queen's View of all solutions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:41.26kb
    • 提供者:王卫国
  1. 红黑树

    0下载:
  2. 红黑树——一种数据结构的可视化画法-RED-BLACK TREE -- A data structure visualization method of painting
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:35.46kb
    • 提供者:zeng
  1. Nqueen

    0下载:
  2. 一个简单的N皇后可视化原代码,完成皇后解决方案的图形界面-A simple visualization of N-Queen' s source code to complete the Queen' s graphical interface solutions
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:408.83kb
    • 提供者:samuel
  1. backpackbranchandbound

    0下载:
  2. 这是传统智能优化背包问题用VC++ 6.0的实现,是对背包问题分支限界的可视化算法实现-This is a traditional intelligent optimization knapsack problem VC++ 6.0 with the realization of knapsack problem is the visualization of branch and bound algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:174.9kb
    • 提供者:yangke
  1. maze

    0下载:
  2. 可视化迷宫问题,数据结构练习,堆栈的应用-Visualization maze
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11.09mb
    • 提供者:Bob
  1. ds

    0下载:
  2. 众多数据结构java applet演示程序,将抽象的数据结构算法形象化地表示出来,是学习数据结构的助手,值得大家下载学习-Large number of data structures java applet demo program, the abstract data structure visualization algorithms to be expressed, is an assistant to learn data structures, it is worth downloa
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:26.92kb
    • 提供者:
  1. SmileKruskal

    0下载:
  2. 数据结构:数据结构课程设计可视化地实现KRUSKAL算法求最短路径-Data Structure: Data Structures course design visualization to achieve KRUSKAL seek the shortest path algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-06-01
    • 文件大小:13.36mb
    • 提供者:王守涛
  1. SmileMatrix

    0下载:
  2. 数据结构:数据结构课程设计矩阵运算的可视化实现-Data Structure: Data Structures course design matrix operations Visualization
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:30.99kb
    • 提供者:王守涛
  1. BestPath

    0下载:
  2. 主要实现最短路径的可视化展示。可以在程序中利用鼠标绘制路网,自定义起点和终点后就能自动的绘制出最短路线。-To achieve the shortest path to the main visualization display. Can be used in the program draw the road network in the mouse, custom start and finishing point will be able to automatically draw th
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3.91mb
    • 提供者:dada
  1. Graph

    3下载:
  2. 路彦雄的可视化图论算法软件,可实现一般图论问题的求解,没有源代码。-Lu Yan Xiong graph algorithm visualization software that enables to solve the general problem of graph theory, there is no source code.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:409.66kb
    • 提供者:anyuan
  1. Graph2

    0下载:
  2. 西北大学计算机系杨晓虎的可视化图论小软件,没有源代码。-Northwestern University Department of Computer Science Yang Xiaohu graph visualization of small software without source code.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:168.73kb
    • 提供者:anyuan
  1. Mesh

    0下载:
  2. 摘要:针对传统的DP算法存在条纹瑕疵,提出了一种改进的垂直性约束动态规划立体匹配算法,通过利用扫描线间的相关信息来约束动态规划过程,使得处理每一条扫描线时都能充分利用以前扫描线的匹配信息。实验结果表明,该算法可以明显地消除传统DP算法的视差图的条纹瑕疵,匹配精度高, 而且执行时间短。-ABSTRACT Although network speed has been increased over the years,bandwidth limitation continues to pos
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1019.34kb
    • 提供者:李哲
  1. match-visual

    0下载:
  2. 括弧匹配可以有多种括号匹配,可视化处理 健壮性强 -There can be many parentheses matching parenthesis matching, visualization strong robustness
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:eric
  1. maxheap

    0下载:
  2. 数据结构课程设计 堆的操作 这里是一个最大堆的java实现的源代码,只需要在eclipse中建立相应的目录及类运行即可,程序实现了最大堆的可视化操作,包括最大堆的构建,调整,删除以及最大堆排序,并且具有动态演示效果。-Heap data structure course design here is one of the largest operations to achieve the java heap source code, just need to build in eclipse i
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:8.32kb
    • 提供者:敏敏特穆尔
  1. SortingAlgorithmsVisualization

    0下载:
  2. 多种排序算法的可视化实现,可帮助理解各种排序算法思想-Sorting Algorithms Visualization
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:95.66kb
    • 提供者:刘健
  1. MAZE

    0下载:
  2. 以MFC可视化环境,完成迷宫的自动生成和自动寻径-MFC visualization environment to complete the maze automatic generation and automatic routing
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.9mb
    • 提供者:zhaoss
  1. beibaowenti

    0下载:
  2. 基于mfc的可视化窗口的背包问题,简单直观-Based the mfc visualization window knapsack problem, a simple and intuitive
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1.79mb
    • 提供者:谢伟月
  1. migongsuanfa

    0下载:
  2. 迷宫算法的可视化,有效的帮助其他学习者理解迷宫算法,使迷宫算法简单明了-Maze algorithm visualization, to help other learners to understand the maze algorithm to make the maze algorithm is simple and clear
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:194.2kb
    • 提供者:lee
« 12 »
搜珍网 www.dssz.com