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

搜索资源列表

  1. 图论常用算法通用matlab程序

    0下载:
  2. 包括最短路及最小生成树算法,对于参加建模很有用的-including the most short-circuit and the minimum spanning tree algorithm, for participating in modeling very useful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4449
    • 提供者:笑我多情
  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. xuehaiwuya

    0下载:
  2. 算法有关于树的遍历的,还有图的搜索等等的数据结构相关算法-algorithm on the traversal of the tree, and there are also search the data structure correlation algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1623
    • 提供者:陈煦
  1. 数字图象处理算法的演示

    0下载:
  2. 数字图象处理算法的演示, • 图象的DFT和逆DFT • 图象的FFT和逆FFT • 在图象中加入正弦噪声 • 图象的模板运算实现图象平滑和锐化 • 图象的直方图均衡化 • 图象的对比度拉伸 • 图象的中值滤波 • 图象灰度直方图的显示 • 若干频域滤波器 • 图象的镜像 • 图象的旋转(90度与任意角度) • 图象的放缩 &
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:285863
    • 提供者:王晶
  1. 分形图象压缩的软件

    0下载:
  2. 分形图象压缩的软件,利用迭呆法实现图象的压缩算法-fractal image compression software that uses Diez spent Method Image Compression Algorithm
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:32790
    • 提供者:王晶
  1. RBFS_CODE

    0下载:
  2. RBFS算法(递归最佳优先搜索:A*家族)和LRTA*算法(联机局部搜索,又名实时学习A*搜索,同为A*家族)实现图的单源最短路径。其中RBFS和LRTA*算法均比狄杰算法效率高! -RBFS algorithm (recursive best first search : * A family) and the LRTA * algorithm (online local search, also known as real-time learning A * search, with t
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:19589
    • 提供者:陈名
  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. imagedesige2

    0下载:
  2. 数字图象处理的图象平滑的算法及其原代码-digital image processing of image smoothing algorithm and its source
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:19965
    • 提供者:刘海兵
  1. imagedesige3

    0下载:
  2. 数字图象处理的图象检索技术的算法及其原代码-digital image processing technology Image Retrieval algorithm and its source
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:15683
    • 提供者:刘海兵
  1. imagedesige5

    0下载:
  2. 数字图象处理的图象锐化的算法及其原代码-digital image processing image sharpening algorithm and its source
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:19005
    • 提供者:刘海兵
  1. imagedesige4

    0下载:
  2. 数字图象处理的图象数字化处理的算法及其原代码-digital image processing of digital image processing algorithm and its source
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:3837
    • 提供者:刘海兵
  1. png_crc

    0下载:
  2. 本源码是用于实现在PNG格式的图片中的CRC的算法。-the source is used to achieve the PNG format images of the CRC algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1099
    • 提供者:xpzhang
  1. hungry

    0下载:
  2. 用匈牙利算法解决二部图的最优匹配问题,可用于多任务的指派问题的解决.-Hungary algorithm used to solve the two plans optimal matching can be used for many tasks assigned to resolve the problem.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:163742
    • 提供者:周华兵
  1. duixiang

    0下载:
  2. 这是动态规划中的经典算法。多段图的向前向后的处理算法的VC++环境种的实现代码-This is the dynamic programming of the classical algorithm. Many of the plans forward backward processing algorithm for the VC types of codes
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1020
    • 提供者:肖晨
  1. myprim

    1下载:
  2. 一个用Prim算法求解图的最小生成树,图是通过矩阵来建立。-an algorithm using the minimum spanning tree, the plan is to build through the matrix.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1162
    • 提供者:傅蓉蓉
  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. hj

    3下载:
  2. 图的算法实现 (1)将图的信息建立文件; (2)从文件读入图的信息,建立邻接矩阵和邻接表; (3)实现Prim、Kruskal、Dijkstra和拓扑排序算法。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:105689
    • 提供者:陈阳
  1. Voronoi分治算法

    0下载:
  2. 分治算法实现Voronoi图的生成,采用VC语言实现。
  3. 所属分类:界面编程

  1. TrafficCommand

    0下载:
  2. 建立交通网络图的存储结构 解决单源最短路径问题(Dijkstra算法) 实现两个城市之间的最短路径的问题 用MFC实现可视化菜单界面,使操作更加人性化,包括启动界面、图标、背景、按钮、界面框架等设计-Established transportation network graph structure to solve the storage problem of single-source shortest path (Dijkstra algorithm) to achieve t
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1562727
    • 提供者:
« 12 3 4 5 »
搜珍网 www.dssz.com