CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - graph

搜索资源列表

  1. matlab_bgl-2.0

    0下载:
  2. The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs, as in graph theory graphs. The MatlabBGL package uses Matlab s native sparse matrix type as a graph and provides alg
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2884791
    • 提供者:Tom
  1. diansai

    0下载:
  2. 此为2006年吉林省电子大赛中题目无线表决器的硬件连接图,操作环境为protel-this as a 2006 race Jilin electronic voting topic of wireless hardware connection graph, operating environment for Protel
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:82822
    • 提供者:王志杰
  1. minimalspaningtree

    0下载:
  2. 生成最小生成树的源代码,对数据结构中图论处理有帮助,有兴趣可以下-minimum spanning tree generation of source code, the data structure graph theory to help deal with are interested can make
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1724
    • 提供者:吕明洲
  1. MTSP

    0下载:
  2. 解决多商旅问题的一个源程序,对图论的处理比较有借借鉴意义-solve problems and countless more a source of graph theory can be used in handling more Significance
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1466
    • 提供者:吕明洲
  1. SEED-F2812_Sch

    0下载:
  2. DSP TMS320F2812的原理图PCB图,图中标出了清晰的引脚。-TMS320F2812 DSP diagram PCB graph, the successful bidder out a clear 1-2.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:800792
    • 提供者:张建
  1. HuffmenTree

    0下载:
  2. 哈夫曼编/译码器 实现概要设计中定义的所有数据类型,对每个操作只需要写出伪码算法;对主程序和其他模块也都需要写出伪码算法(伪码算法达到的详细程度建议为:按照伪码算法可以在计算机键盘直接输入高级程序设计语言程序);画出函数的调用关系图。-Huffman encoder / decoder design outline to achieve the definition of all data types, for each operation only needs to write pseu
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9931
    • 提供者:季舟
  1. Diagram

    0下载:
  2. 图的操作,包括,图的基本存储方法,有关图的操作算法并用C语言编程实现,图的搜索路径的遍历方法,以邻接矩阵和邻接表的方式存储连通图。然后分别用优先深度算法遍历邻接矩阵方式存储的图和邻接表方式存储的图。深度优先遍历的递归算法 (1)深度优先遍历算法(2)邻接表表示的深度优先搜索算法(3)邻接矩阵表示的深度优先搜索算法.-plan of operation, including, map the basic storage methods, the operation of the map algor
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1493
    • 提供者:林静
  1. graphyimaseg

    0下载:
  2. 基于图匹配理论的图像分割,是IJCV上那片经典文献的作者写的程序,简练实用。可以给做这方面的人的参考-based on the theory of graph matching image segmentation, Shangri-La is IJCV on classic literature written by the author of procedures, concise practical. This can be done to the people of reference
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8806
    • 提供者:刘恒
  1. Graph_Algorithms_code

    0下载:
  2. book: Algorithms in C++, Part 5 (Graph Algorithms) code-book : Algorithms in C, Part 5 (Graph Algorithms) code
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:9466
    • 提供者:dedema
  1. AlgorithmsinC++Part5

    0下载:
  2. Algorithms in C++, Part 5 (Graph Algorithms) code-Algorithms in C, Part 5 (Graph Algorithms) code
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:9494
    • 提供者:dedema
  1. AlgorithmsinJava_Part5(GraphAlgorithms)

    0下载:
  2. Algorithms in Java, Part 5 (Graph Algorithms) code
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:9272
    • 提供者:dedema
  1. AlgorithmsinC_Part5(GraphAlgorithms)code

    0下载:
  2. Algorithms in C, Part 5 (Graph Algorithms) code
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:7753
    • 提供者:dedema
  1. 28vc++graph

    0下载:
  2. 28个图象处理的程序,很有用,各种变换及处理都有-28 image processing procedures and useful, and various transformations have to deal with
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3627041
    • 提供者:张三
  1. work2z

    0下载:
  2. 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:4275
    • 提供者:kelly
  1. TSPTravelingsalesmanproblem

    0下载:
  2. 完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序拟退火算法解0-1背包问题MATLAB源代码 -complete graph Hamilton Circle genetic simulated annealing Matlab to be definitive source solution annealing 0 - a knapsack problem MATLAB source code
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:2041
    • 提供者:zh110
  1. graph-roberts

    0下载:
  2. 本文介绍了边缘检测的基本概念.使用 VC实现了 Roberts算子、Prewitt算子、 Sobel算子和 Laplacian算子.实验分析了各个算子的边缘检测效果及抗噪能 力。-This paper introduces the edge detection of the underlying concepts. VC use the Roberts operator, Prewitt operator, Sobel operator and the Laplacian operat
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1051593
    • 提供者:zsc
  1. graph_c

    0下载:
  2. 图论课程设计的左右,有兴趣的可以看看! 图论课程设计的左右,有兴趣的可以看看!-graph theory about the curriculum design, interested can see! Gra ph theory about the curriculum design, interested can see!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:43127
    • 提供者:梁清华
  1. xy_plot

    0下载:
  2. 在vb中绘制xy图形的一个很好的实例.非要我凑足20个子-in vb xy graph drawing a good example. Reluctant to gather 20 crashes! !
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7295
    • 提供者:涂飞
  1. networkcurrentcapacitycounts

    0下载:
  2. 很好的网络流量统计源代码。 使用曲线图进行实时统计。 采集数据主要在类 MFNetTraffic 中实现, 而显示数据则是放在类MFTrafficButton中实现。 两者之间的通讯使用了回调函数的机制。 详情请看源代码。 -good network traffic statistics source. Use real-time graph statistics. Collecting data in the main category MFNetTraffic
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:46891
    • 提供者:韩苏
  1. C++Graph

    0下载:
  2. 数据结构算法中关于图的经典算法的C++实现-algorithm data structure on the map of classical algorithm in C + +
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10775
    • 提供者:罗一
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com