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

搜索资源列表

  1. 排序算法汇总和比较

    0下载:
  2. 实现了插入排序,希尔排序, 冒泡排序,快速排序,选择排序,堆排序和归并排序,以及可以对排序的性能进行分析,较适合用作排序算法的学习-achieved insertion sort, Hill, in order Bubble Sort, quick sort, select, in order of ranking and sculpture merge sorting, and sequencing can analyze the performance and more appropriat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37832
    • 提供者:叶靥
  1. AOE

    0下载:
  2. 该算法用于分析AOE网络,求出AOE网络的关键路径.-The algorithm used to analyze the AOE network, the network obtained AOE Critical Path.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1479
    • 提供者:Ash
  1. hexLiuhaiou

    0下载:
  2. 以二进制显示数据,并将显示内容用文本方式保存以便分析-display data in binary and text content used to analyze ways to preserve
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:109585
    • 提供者:刘海鸥
  1. final.rar

    0下载:
  2. 有以下七种排序法的实现方法,1冒泡排序,2顺序插入排序,3快速排序,4折半插入排序,5希尔排序,6.选择排序,7归并排序,并分析了各种排序法的性能。程序调通了,完全没有问题。,There are seven methods to sort the law, 1 Bubble Sort, Insertion Sort 2 order, 3 Quick Sort, Insertion Sort 4 half, 5 Hill sort, 6. Choose Sort, 7 merge sort, an
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1902217
    • 提供者:潘洲旭
  1. queen_n

    0下载:
  2. 解决N皇后问题的源码及可运行程序,分析各种情况,并输出,直观,有效!-Solve the N Queens problem can be the source and run the program, analyze, and output, intuitive, and effective!
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:237341
    • 提供者:zhangxinsheng
  1. hash

    0下载:
  2. 设计高效算法往往需要使用Hash链表,常数级的查找速度是任何别的算法无法比拟的,Hash链表的构造和冲突的不同实现方法对效率当然有一定的影响,然 而Hash函数是Hash链表最核心的部分,本文尝试分析一些经典软件中使用到的字符串Hash函数在执行效率、离散性、空间利用率等方面的性能问题。-The design of efficient algorithms often need to use the Hash list, find the speed of constant level is u
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:18036
    • 提供者:李树
  1. LS_DFT

    0下载:
  2. 本程序是分析基于OFDM的LS算法和DFT算法,最终通过误码率进行算法比较。-This procedure is to analyze OFDM-based LS algorithm and the DFT algorithm, the final error rates through the comparison of algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3226
    • 提供者:朱文升
  1. mergelib

    0下载:
  2. 这个非常详细的介绍了内排序中的归并排序算法,并分析了它的时间复杂度和空间复杂度。-This very detailed descr iption of the inside of the merge sort algorithm to sort and analyze its time complexity and space complexity.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:818
    • 提供者:天外沙
  1. Desktop

    0下载:
  2. 1. 实验题目 在一个有元素组成的表中,出现次数最多的元素称为众数,试写一个寻找众数的算法,并分析其计算复杂性。 -1. Experimental subject elements in a table, the maximum number of occurrences of elements known as the mode and try to write an algorithm to find the plural, and to analyze its computatio
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:13281
    • 提供者:pactric
  1. dicom

    0下载:
  2. 文章首先针对DICOM3.0 标准, 对DICOM 医学图象的数据结构进行系统的分析, 阐述了文件元信息, 数据集和数据元素的 格式 然后结合DICOM 图象显示的各种方法,创建了DICOM 图象显示核心类, 并简要描述了部分函数的功能。-This paper is to analyze the structure of DICOM medical image,including the structure of File Meta Information,dataset and data
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:281033
    • 提供者:zhengfang
  1. Knight

    0下载:
  2. 1.实验目的:通过实验理解算法的概念、算法的表示、算法的时间复杂度和空间复杂度分析;运用熟悉的编程工具对骑士周游列国问题进行求解,初步学会分析算法的时间复杂度和空间复杂度; 2.在一张国际象棋棋盘上(8*8方格),骑士(knight,马)位于任意一个位置。问如何才能让骑士不重不漏的经过棋盘上的每个格?本问题中已知骑士位置(m,n),其中0=<m,n<=8,要求给出骑士行走路径,路径可用8*8矩阵输出,其中值表示骑士到达此位置行走的步数(初始为1) -1. Experimen
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:717
    • 提供者:fangjuan
  1. 09353_aymila_hw6

    0下载:
  2. measure and analyze the performance of hash-tables with linear probing
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:985861
    • 提供者:aymila
  1. Data-structure-and-algorithms

    0下载:
  2. 数据结构与算法分析用C语言描述第二版英文版-Data structure and algorithms to analyze C language describe second edition English version
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:2123715
    • 提供者:菜鸟
  1. Application-of-sparse-matrix

    0下载:
  2. 实现稀疏矩阵的表示方法及其运算,实现稀疏矩阵在三元组表示下的运算并分析其效率。 -Sparse matrix representation to achieve its operation, to achieve sparse matrix triple in the next, and analyze its computational efficiency.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:179556
    • 提供者:沈亮
  1. MaxFlow

    0下载:
  2. 最大流最小割 可以测试某一个特定的图 也可以随机生成n个顶点的图和k条边 用来分析时间复杂度-Maximum flow minimum cut to test a particular map can also be randomly generated graph of n vertices and k edges used to analyze the time complexity
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:964599
    • 提供者:su
  1. 1

    1下载:
  2. 有一个顺序表,编写一个在顺序表中查找最大和最小值元素的函数,并分析其时间复杂度T(n)。-Have an order form, write a function of maximum and minimum elements in the order table to find, and analyze its time complexity T (n).
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-23
    • 文件大小:1893
    • 提供者:包包
  1. longestdw

    0下载:
  2. 试设计一个算法,对于给定的带权有向图,计算出该图中指定顶点为起点和终点的最长 简单路,并分析算法的计算时间复杂性。-Try to design an algorithm for a given weighted directed graph, calculate the vertex specified in the figure as a starting point and the end of the longest Simple way, and analyze the comp
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:448939
    • 提供者:张三
  1. sort.cpp

    0下载:
  2. 各种排序的模板实现,并分析了各种实现的时间复杂度及改进办法-Templates of various sort, and analyze the time complexity of the various implementations and ways to improve
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1765
    • 提供者:Dequan King
  1. Spatial-data-structure

    0下载:
  2. 图像分割是一种重要的图像分析技术。在对图像的研究和应用中,人们往往仅对图像中的某些部分感兴趣。这些部分常称为目标或前景(其他部分称为背景)。它们一般对应图像中特定的、具有独特性质的区域。为了辨识和分析图像中的目标,需要将它们从图像中分离提取出来,在此基础上才有可能进一步对目标进行测量,对图像进行利用。图像分割就是把图像分成各具特性的区域并提取出感兴趣目标的技术和过程。本文介绍了图像分割中的边缘检测算法。-Image segmentation is an important image analy
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:241050
    • 提供者:dd
  1. 2_1

    0下载:
  2. 冒泡排序操作,将x插入到线性表的适当位置上以保持线性表的有序性,并且分析算法的时间复杂度.-X is inserted into the appropriate position of the linear form in order To bubble sort operations,to maintain the order of the linear form , and analyze the time complexity of algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:224412
    • 提供者:Poline
« 12 »
搜珍网 www.dssz.com