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

搜索资源列表

  1. ConsultationDlg

    1下载:
  2. 最短路径搜索算法的应用。利用最短路径搜索作为校园地图导航-shortest path search algorithm applications. Use the shortest path search as a campus map navigation
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:76795
    • 提供者:文嘉
  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. zhou_end2

    0下载:
  2. 我的数据结构课程设计,卡诺图化简。在算法上摸索了很久,第一次去交的时候因为老师的几个刁钻的数据给刷下来,至今仍心有余悸。还有一个用PASCAL写的16变量化简的,可不知道放哪去了。-my data structure curriculum design, Karnaugh map of SR. The algorithm groping for a long time, the first to go out and make the time because the teacher in s
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:6828
    • 提供者:周伟斌
  1. 用C++描述的各种数据结构算法

    0下载:
  2. 包含几十个有关数据结构算法的源代码 包括栈 队列 树图等 是初学者的最佳选择-contains dozens of the data structure of the algorithm source code stacks include Queue tree map is the best choice for beginners
  3. 所属分类:其它

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

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

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

    0下载:
  2. 用c语言实现的导游图,有图形界面,支持鼠标操作,使用dfs和floyd算法实现给出两点间最短路和最长路。-used language guides map, a graphical interface, mouse support operation, use dfs and Floyd algorithm is the shortest path between two points and the longest path.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30273
    • 提供者:张博
  1. GreedyTP

    0下载:
  2. 同学做的基于贪婪策略的拓扑排序算法可视化演示程序,支持用户自己画出拓扑图,VC++.net下测试通过。-students so greedy strategy based on the topological sorting algorithm visualization demo program that allows users to draw their own topology map, VC. Net under test.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:68808
    • 提供者:杨智丹
  1. WinScenery

    1下载:
  2. 学校导游系统。采用最小路径算法。程序可自动生成图,并可找出最小路径。-school system guides. Use the smallest path algorithm. Procedures can be automatically generated map can identify the smallest path.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:29673
    • 提供者:倪恩伟
  1. zn

    0下载:
  2. 用C语言写的多段图算法的实现,多段图是动态规划的一个典型的实例.-C language in many of the map algorithm to achieve more of the map is a dynamic planning a typical example.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1273
    • 提供者:zn
  1. fudfs

    0下载:
  2. 用dfs非递归算法遍历图。创 建图是用链表来实现。 -with scores of non - recursive algorithm traverse map. Map is created using chain is to be achieved.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1136
    • 提供者:傅蓉蓉
  1. xdcode1

    0下载:
  2. 本文研究对彩色地图图象中的道路识别提取的问题。讨论了基于聚类分析的一种按颜色分离地图要素的算法,并对若干影响效果的问题提出了修正和解决办法。-this paper right color map image from the road recognition problem. Based on the discussion of a cluster analysis separated by color map elements of the algorithm, as well as a nu
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:38972
    • 提供者:蛋蛋
  1. MazeGame_VC++

    0下载:
  2. 一个简单的迷宫小游戏 运用迷宫算法实现迷宫小游戏,功能有设置迷宫大小、新建迷宫、显示走过路径、迷宫图的保存和打开、游戏的自动玩等功能。-a simple maze game using small maze algorithm maze of small game, functional install maze size, new maze, showing traversed path, the preservation of the maze map and opened the ga
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:140546
    • 提供者:陈锦标
  1. gongyuan

    0下载:
  2. 用图实现的公园导游图,包括最短路径,最优走法等的算法-map with the park guide map, including the shortest path, the optimal law to the algorithm
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:7453
    • 提供者:莫果
  1. Bird4

    0下载:
  2. 四色图着色问题,离散数学的经典算法,用c实现,输入一个图,用小于4种颜色着色-four-color map coloring, Discrete Mathematics classical algorithm, using c realize that the importation of a map, with less than four colors Coloring
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1340
    • 提供者:司徒元
  1. des

    0下载:
  2. Prim算法完整实现代码 用Prim算法求无向图的最小生成树 -Prim algorithm to achieve a complete code with Prim algorithm try to map the minimum spanning tree
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3285
    • 提供者:359369593
  1. vc+map

    1下载:
  2. vc+mapx编写的最优路径算法,可以实现基本的路径查询
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:2260
    • 提供者:yuanfeng
  1. turbo-BCJR

    1下载:
  2. Turbo码BCJR传统经典算法的C语言实现,经典,对于学习MAP算法的人很有帮助.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13571
    • 提供者:李华
  1. map

    0下载:
  2. 关于旅行商问题的动态规划算法 在vc环境下编译通过
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:195833
    • 提供者:张小
  1. 连连看算法

    0下载:
  2. 连连看算法连连看通路检测算法地图设置(要改进)横纵参数应该可以设置-1000 block of Terry Avenue algorithm detection algorithm 1000 block of Terry Avenue pathway map settings (to improve), vertical and horizontal parameters can be set up
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1734
    • 提供者:威力
  1. map

    0下载:
  2. 华科地图,里面有自己的算法,还是知道借鉴的-Huake map, which has its own algorithm, or know learn
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-22
    • 文件大小:4562490
    • 提供者:刘一
« 12 »
搜珍网 www.dssz.com