CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 各种算法图

搜索资源列表

  1. 图论

    0下载:
  2. BFS、DFS、有向图、无向图中的各种算法的实现,可以自动生成图形。-BFS, DFS, to the map, no map to the realization of the algorithm can be automatically generated graphics.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:120088
    • 提供者:李想
  1. 2006121819221395587

    0下载:
  2. MATLAB数字图象处理的主要源码.包括图象去噪变换增强恢复识别压缩的各种算法-MATLAB digital image processing the main source. Transform Image Denoising including enhanced recovery recognition of the compression algorithms
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:78756
    • 提供者:邓鹏
  1. paixubijiao

    1下载:
  2. 1. 内部排序演示 问题描述 设计一个测试程序比较几种排序算法的关键字比较次数和移动次数以取得直观感受。 基本要求 (1)对起(冒)泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序算法进行比较; (2)待排序的元素的关键字为整数。其中的数据要用伪随机产生程序产生(如10000个),至少用5组不同的输入数据做比较,再使用各种算法对其进行排序,记录其排序时间,再汇总比较; (3)演示程序以人机对话的形式进行。每次测试完毕显示各种比较指标值的列表,用
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1756
    • 提供者:就是这样
  1. Image_processing_toolbox

    0下载:
  2. 数字图象处理冈萨雷斯MATLAB源程序工具箱,包含数字图像处理各种算法
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:154359
    • 提供者:爱子
  1. 图论算法

    0下载:
  2. 此书详细的介绍了各种流行和重要的图算法 识货的就下咯-book detailed account of a popular and important map know the quality of the algorithm on the basis of 1,10
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5240428
    • 提供者:喻林
  1. 天线阵

    0下载:
  2. 对均匀直线阵、半波振子进行各种方向图综合,用music算法进行的DOA估计,详见说明-right uniform linear array, half-wave oscillator for integrated map in all directions, with music algorithm for the DOA estimates, as detailed in Note
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5839
    • 提供者:王郡
  1. 校园导游咨询系统

    2下载:
  2. 该次实习要求是设计一张地图,里面有n个景点,告诉我们景点之间的连接信息,要设计一个校园导游程序,为来访的游客提供各种信息的查询服务。主要为两个服务。 (1) 为来访游客提供图中任意景点相关额信息查询。 (2) 为游客提供图中任意两景点间的最短路径的长度,并输出该条路径 为实现这两个服务我们需要用一个数据结构存储这个地图的情况,还有就是用dijkstra 算法去求两点间的最短路,并需要一个数组去记录该最短路径。
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-12-26
    • 文件大小:1997
    • 提供者:cynthia_gu1989
  1. graphalgorithm

    0下载:
  2. acm题图算法,详细说明了poj中各种图论题中用到的图算法-acm title graph algorithm, POJ detailed descr iption of the various graphic Topics algorithm used in Figure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2465
    • 提供者:raojun
  1. org

    0下载:
  2. 使用Java开发的图论算法的包,里面含有图论的各种算法,如:地杰斯特拉,图的遍历算法-Java development using graph theory algorithms package, which contains a variety of graph theory algorithms, such as: to杰斯特拉, graph traversal algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:301636
    • 提供者:changzhuo
  1. structure

    0下载:
  2. 数据结构算法大全,包含最短路径,最小生成树,凸包,各种排序,四种高精度运算,图论上的常用算法,以及树的各种算法-data structure ,if you want to learn it well, you need it,I think!
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:15067
    • 提供者:zjhui
  1. The_design_of_computer_algorithms

    0下载:
  2. 全书从算法设计和算法分析的基本概念和方法入手,系统介绍了算法设计方法与分析技巧。全书分为3个部分:第一部分介绍算法的基本概念、算法的数学基础以及算法复杂度分析;第二部分针对排序问题和图的问题,讨论各种已有的算法,并介绍常用的算法设计方法包括分治法、贪心法、动态规划法、回溯法和分支限界法,并介绍了计算的复杂性以及NP完全问题;第三部分讲述并行计算模型和并行算法设计技术。书中每章后面都附有一定数量的习题,帮助读者理解和掌握书中的内容。-Book from the algorithm design a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7182696
    • 提供者:shang
  1. graphlearning

    0下载:
  2. 数据结构中,关于图的学习资料,包括图的各种算法-Data structure, the learning materials on the plans, including plans of the various algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1211010
    • 提供者:xuhaifeng
  1. tu

    0下载:
  2. 、实验目的 1 熟练掌握各种内排序方法,深刻理解排序算法及其执行过程; 2 学会分析各种内排序算法的性能; 3 了解各种排序方法的优缺点,对于实际问题能够选择一种较好的排序方案; 4 熟练掌握图的存储结构; 5 掌握图的邻接矩阵和邻接表表示分别进行深度和广度优先搜索遍历的算法。 6 了解图的最小生成树算法。-Proficiency in the order of search, binary search and index searc
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2640
    • 提供者:zhangge
  1. Rayleigh

    0下载:
  2. Rayleigh信道的仿真及图。可直接运行产生形象的图形结果。用于各种算法前期的信道仿真。-Rayleigh channel simulation and Figure. The image can be run directly generate graphical results. Various algorithms for the pre-channel simulation.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:8735
    • 提供者:qiaoxiaoyu
  1. c

    0下载:
  2. C语言 常用的各种算法 包括数论 图论 排序 -C language commonly used in various algorithms, including sorting and so on graph theory Number Theory
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:148642
    • 提供者:stabber
  1. 0000

    0下载:
  2. 一个数据结构演示的小程序,很形象,有关链表,栈,树,图,排序的各种算法逐步演示,有C和pascal两种语言。-A data structure shows a small program, it is the image, the linked list, stacks, trees, graphs, sorting the various algorithms to gradually demo of the two languages C and pascal.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2155432
    • 提供者:chysy
  1. Manhattan

    0下载:
  2. 在 VLSI 设计中,多点互连是物理设计阶段的关键问题之一,而互连的点数等于 2 或大于 2 分别对应于 Manhattan 空间上有障碍时的最短路径问题和最小 Steiner 树问题,显然前者是后者的基础.连接图是研究最短路径 问题的有效工具,已有的典型连接图包括基于轨迹的GC 和GT 以及基于自由区的GF 和GG.工作包括3个方面:设计并分析了在各种连接图上实现动态的点对之间的最短路径查询算法 分析了在各个连接图上构造 3-Steiner 树的算 法,对于已有的 GC 上的 3-
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:596318
    • 提供者:东方雨
  1. dynamic-presentation

    0下载:
  2. 动态演示数据结构的各种算法,包括顺序表、链表、栈、队列、串、数组、树、图等。-Dynamic presentation of various algorithms data structures, including the sequence tables, linked lists, stacks, queues, strings, arrays, trees, graphs and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3881529
    • 提供者:王刚
  1. sourcecode

    0下载:
  2. 零基础学习数据结构课后习题,包含链表,栈,队列,树,图的各种算法-Zero-based data structure after-school learning exercises, including lists, stacks, queues, trees, graphs of the various algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3876642
    • 提供者:傅振
  1. jplv7

    0下载:
  2. 各种算法集合,包括:优化,回归,图论,数据处理,吉布斯分布-A collection of algorithms including optimization, regression, graph, data processing, Gibbs and etc.
  3. 所属分类:matlab

    • 发布日期:2017-05-20
    • 文件大小:5869886
    • 提供者:Patrick Meng
« 12 3 4 »
搜珍网 www.dssz.com