搜索资源列表

  1. Kruskal

    0下载:
  2. kruskal算法,实现图的遍历最短路径查找,本人的算法设计的一次实验。-Kruskal algorithm, to achieve the shortest path graph traversal search, the algorithm I designed an experiment.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:231424
    • 提供者:moxianwen
  1. NoDirectG

    0下载:
  2. 无向图的双向连通,java语言实现。功能不错。希望喜欢。-Undirected graph of two-way connectivity, java language. Function well. I hope like.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:缪巍巍
  1. shortestway

    0下载:
  2. 数据结构最短路径算法实现,可实现有向图,无向图,有向网,无向网四种最短路径求解,最后打印路径,和路径长度-Data structure to achieve the shortest path algorithm can be realized digraph, undirected graph, to the network, without the four shortest path to the network to solve
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:188416
    • 提供者:ling
  1. graph

    0下载:
  2. (1).用Bresenham算法绘制直线. (2).用Bresenham算法画图. (3).用打点(如:C语言的putpixel())法显示汉字,汉字库以文件形式保存,以图形方式显示汉字. (4).在二维空间绘制一个多边形(三角形,四边形任选),然后实施平移变换,对称变换和旋转变换,-(1). Bresenham algorithm for drawing a straight line to use. (2). By dr
  3. 所属分类:绘图程序

    • 发布日期:2024-05-15
    • 文件大小:17408
    • 提供者:鹰隼
  1. svdthesis.pdf

    0下载:
  2. GRAPH CLUSTERING by FLOW SIMULATION.pdf
  3. 所属分类:文档资料

    • 发布日期:2024-05-15
    • 文件大小:3492864
    • 提供者:jzw
  1. FibonacciHeap

    0下载:
  2. FibonacciHeap是一种优先队列,就平均而言有很好的性能,所以在一些图论算法中可以用来作改进算法的数据结构,尤其是那些稀疏图,总之是很好的工具。下面以设计者的角度简单描述我设计它的过程和思路。-FibonacciHeap is a priority queue, on average, have a good performance, so in a number of graph theory algorithms can b
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:哈哈哈
  1. graphprogramming

    0下载:
  2. 解决图论中Warshall-Floyd 算法,Kruskal 避圈法,匈牙利算法,求最佳匹配的算法,求最大流的Ford--Fulkerson 标号算法,求解最小费用流问题的matlab程序-Solve the graph theory Warshall-Floyd algorithm, Kruskal avoid lap law, Hungary algorithm, and the best matching algorithm, f
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:47104
    • 提供者:yangfei
  1. graph

    0下载:
  2. 图的广度优先遍历和深度优先遍历,C语言程序 -Graph breadth-first traversal and depth-first traversal, C Programming Language
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:张熙
  1. AILab_3

    0下载:
  2. 使用Java实现的Graph的迭代加深的深度优先搜索-Graph using Java to achieve iterative deepening depth-first search
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1939456
    • 提供者:zhangli
  1. tu

    0下载:
  2. 图的建立,图的广度优先遍历,深度优先遍历,邻接表等,c语言-Chart the establishment of the breadth-first graph traversal, depth-first traversal, such as adjacency list, c language
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:杨飞
  1. graph

    0下载:
  2. 数据结构中图的设计。这是图的邻接矩阵的存储结构。-Data structure design. This is the graph adjacency matrix of the storage structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:刘旭
  1. metre.tar

    0下载:
  2. 这是一个C程序分析工具,它可以对C程序的最大调用深度等定量指数进行度量,还可以输出调用图。-This is a C program analysis tools, it can call C procedures greatest depth quantitative index measurement, can also call graph output.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:118784
    • 提供者:chen168zhen
  1. graph

    0下载:
  2. 对图的深度优先遍历 基于堆栈 非堆栈 两种实现-On the graph depth-first traversal of non-stack based on the stack of two to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:杨平安
  1. stream

    0下载:
  2. 网络流算法 涉及:数据结构(图论)、算法、ACM 分类有最大流、最小费用最大流、最小割-Network flow algorithm involving: data structures (graph theory), algorithm, ACM classification has maximum flow, minimum cost maximum flow, minimum cut
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:91136
    • 提供者:sql
  1. Graph_Cut

    0下载:
  2. Graph Cutshi是最近在计算机视觉中研究和应用比较多的优化算法,典型的用于stereo matching, image restortion, texture synthesis等应用,以上代码给出了graph cut,mean shift, 以及相关的ppm/pgm图像借口,本来是用于stereo matching的,已经把相关的matching的实现代码给去掉了。大家可以以此为平台做一些相关的研究和应用。 -Graph Cu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:4487168
    • 提供者:wang wei
  1. ModifySpace

    0下载:
  2. 根据分块图像的均值与标准差将图像表示成三种状态:边缘态、平坦态、纹理态。然后计算状态关联图,提取出图像的空间特征。可用于图像检索。 -Under the sub-block images of the mean and standard deviation images express into three states: the edge of state, the flat state, texture state. And t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:Owenli
  1. An_Experimental_Comparison_of_maxflow_aigorithm.ra

    0下载:
  2. 是基于Graph cuts 的源程序,用来求解Min-Cut/Max-Flow.-Graph cuts based on the source code for solving Min-Cut/Max-Flow.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:108544
    • 提供者:余丽红
  1. maxflow_fast_approximate_energy_minimization_via_g

    0下载:
  2. 如何利用Graph cuts 快速逼近最小化能量。-How to use Graph cuts fast approaching the minimum energy.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:82944
    • 提供者:余丽红
  1. Phase_unrapping_using_Graph_cuts

    0下载:
  2. 用Graph cuts 来解决磁共振图像的 phase unwrapping。-Graph cuts used to solve the magnetic resonance images of the phase unwrapping.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:140288
    • 提供者:余丽红
  1. maxflow_fast2

    0下载:
  2. Software for energy minimization with graph cuts。-Software for energy minimization with graph cuts.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-15
    • 文件大小:43008
    • 提供者:余丽红
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org