CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图的所有算法

搜索资源列表

  1. walsh变换

    0下载:
  2. 该程序实现了对一幅图象进行Walsh变换。首先定义了一个imagewnd类, 该类可用于位图的创建、显示;WALh函数为快速沃尔什-哈达玛变换,f为时域值,F为变换域值,power为2的幂数,Walsh1函数为二维变换;在该函数中取出了一幅位图的所有像素,用来进行变换.具体算法过于专业,我就不细说了。-the realization of an image Walsh transform. First imagewnd definition of a category, such can be
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:103110
    • 提供者:none
  1. 数据结构配套光盘

    1下载:
  2. 《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, searc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2725011
    • 提供者:mars
  1. 灰度变换算法实现

    0下载:
  2. 本程序实现图象处理中的灰度变换的所有算法!-the program image processing Gray Transform algorithm for all!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:365172
    • 提供者:林华
  1. Graphtsinghua

    0下载:
  2. 清华殷人昆版数据结构(c++版),图的所有算法调试成功。-Qinghua Yin Dynasty Queensland version data structure (c version), graph algorithms debug all success.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:38238
    • 提供者:李海涛
  1. 图的算法代码

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2008-12-07
    • 文件大小:656002
    • 提供者:Lorna_1
  1. 字图像处理典型算法及实现

    1下载:
  2. visual c++数字图像处理典型算法及实现一书的所有源码,是图像处理入门的极好教程--图象处理,对图像处理新手有很大帮助
  3. 所属分类:书籍源码

  1. UnDirectGraph

    0下载:
  2. 本程序实现了《数据结构》课本中无向图的基本算法,包括图的构造、图的深度、广度优先遍历算法、用Prim、Kruskal算法构造最小生成树以及分别用Dijkstra、Floyd算法求源点到所有顶点、图中任意两点间的最短路径,并给出具体的路径 -This procedure achieved a " data structure" textbooks undirected graph the basic algorithm, including graphs, graph depth
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:39789
    • 提供者:王广友
  1. C

    1下载:
  2. 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:15320
    • 提供者:海霞
  1. Dijkstra

    5下载:
  2. 最短路径的Dijkstra算法程序。Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。   Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。 -The Dijkstra shortest path algorithm for the proce
  3. 所属分类:matlab例程

    • 发布日期:2013-12-26
    • 文件大小:1178
    • 提供者:haiyan
  1. Floydalgorithm

    0下载:
  2. 用佛洛依德算法求有向带权图的所有顶点之间的最短路径-Freud algorithm used to bring order to have the right to map all of the shortest path between vertex
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3480
    • 提供者:王沙沙
  1. Graph

    0下载:
  2. 完全由C语言实现的图的相关操作,就是清华大学 数据结构书里的图的所有算法的实现-Solely by the C language implementation of related plans to operate, that is, Tsinghua University, the data structure of the book' s map of the implementation of all algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:85730
    • 提供者:
  1. 2008172870

    0下载:
  2. 本文详细介绍了指纹识别技术的预处理算法,其中包括MATLAB算法仿真部分和DSP实现部分,并着重研究了预处理算法中的指纹图像归一化、图象滤波增强、图像分割、二值化、细化等关键技术。本文提出了改进的Gabor滤波算法,同时对其他预处理部分算法进行了优化,并将傅立叶分析方法应用于指纹图象处理研究中,采用MATLAB实现了本文讨论的所有算法。-This paper describes a fingerprint recognition algorithm technologies, including
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5605870
    • 提供者:孙丽平
  1. shujujiego

    0下载:
  2. 数据结构算法代码,c语言实现,常用的所有算法,包括链表,队列,图,树-Data structure algorithm code, c language implementation, common to all algorithms, including linked lists, queues, graphs, trees
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:8073735
    • 提供者:shentao
  1. graph

    0下载:
  2. 有关图的所有算法,很棒的,对你会有很大帮助-afaegfesagfawefawegseagergesagsergsadgsergeag
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2936329
    • 提供者:myaccount
  1. XShortest

    0下载:
  2. Dijkstra算法,A*算法和D*算法 Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。 Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPE
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1105276
    • 提供者:李芸芸
  1. graph

    0下载:
  2. 数据结构 图一章的所有算法,希望对大家对图的理解有帮助。图一直被认为是很难理解的,有关图的算法,理解很困难,更不用去写了-Data structure diagram of a chapter of all algorithms, we want to help the understanding on the map. Figure has been considered difficult to understand, the graph algorithms, understanding
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:6495
    • 提供者:李自华
  1. graph

    0下载:
  2. 几乎包含了图的所有操作,邻接矩阵,邻接表建立,递归非递归深搜广艘遍历,floyd,prim,kruscal,地界斯特拉算法,拓扑排序,关键路径-Figure includes almost all the operations, the adjacency matrix, adjacency list creation, deep search recursive non-recursive traversal wide ship, floyd, prim, kruscal, boundary
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:1449470
    • 提供者:宁淡淡
  1. 图论

    0下载:
  2. 求通过回溯算法遍历图中所有的路径求得a到b的最短距离(Seeking through backtracking algorithm traversal of all the paths in the path to obtain the shortest distance from A to B)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:lhbren
  1. floyd算法

    0下载:
  2. floyd算法检测图的最短路径(包含最短路径值和最短路径经过的所有节点)(Floyd algorithm to detect the shortest path of graph)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:22528
    • 提供者:fernadofrewe
  1. qm算法

    0下载:
  2. QM算法是用来最小化卡诺图的一个算法,其大概思路是,对蕴含项中1的个数进行分组,只有1的个数相差为1的蕴含项才可能相邻,所以可以通过循环来穷举出所有的主蕴含项。(The QM algorithm is an algorithm used to minimize the Kano map. The idea is that the number of 1 of the implying items is grouped and only 1 of the implication items wit
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:133120
    • 提供者:liwins
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com