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

搜索资源列表

  1. c18_cdmachaos

    0下载:
  2. 耦合影响格子序列仿真,随机性,平衡性,级多瓣分治混沌序列在cnma中的应用-Simulation of the impact of lattice coupling sequence, randomness, balance, class of chaotic sequence多瓣divided the application in cnma
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1350
    • 提供者:baiwei
  1. c18_cdmasim

    0下载:
  2. 耦合影响格子序列仿真,随机性,平衡性,级多瓣分治混沌序列在cnma中的应用全部-Simulation of the impact of lattice coupling sequence, randomness, balance, class of chaotic sequence多瓣divided the application in all cnma
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1263
    • 提供者:baiwei
  1. cdma_mpath

    0下载:
  2. 耦合影响格子序列仿真,随机性,平衡性,级多瓣分治混沌序列在cnma中的应用-Simulation of the impact of lattice coupling sequence, randomness, balance, class of chaotic sequence多瓣divided the application in cnma
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:1785
    • 提供者:baiwei
  1. cdma

    1下载:
  2. 耦合影响格子序列仿真,随机性,平衡性,级多瓣分治混沌序列在cnma中的应用-Simulation of the impact of lattice coupling sequence, randomness, balance, class of chaotic sequence多瓣divided the application in cnma
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2217
    • 提供者:baiwei
  1. knapback

    0下载:
  2. 背包问题的最优并行算法,毕业设计,利用分治策略-Knapsack problem of the optimal parallel algorithm, graduation design, the use of sub-rule strategy
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:313370
    • 提供者:syzqgj
  1. petrolway

    0下载:
  2. 输油管道问题,分治思想,一直让我写,没办法,不过解释很清晰地-输油管道的问题,用的是分治思想
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:834
    • 提供者:执鸟
  1. jisuansuanfa

    0下载:
  2. 主要描述递归的概念, 掌握设计有效算法的分治策略。 通过下面的范例学习分治策略设计技巧。-Will describe the concept of recursion to master the design of effective algorithm for sub-rule strategy. Examples of learning through the following sub-rule strategy of design skills.
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:226364
    • 提供者:ky
  1. gray

    0下载:
  2. 设计一个求解Gray码的分治策略,并编程实现-Gray
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:467892
    • 提供者:陈瑶
  1. 23456787654321

    0下载:
  2. 问题一:设a[0:n-1]是已排好序的数组。请改写二分搜索算法,使得当搜索元素x不在数组中时,返回小于x的最大元素位置i和大于x的最小元素位置j,当搜索元素在数组中时,i和j相同,均为x在数组中的位置。 问题二:采用分治策略实现对n个元素进行排序的合并排序算法,其基本思想是:将待排序元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。 问题三:给定n个矩阵{A1,A2,A3,……,An},其中,Ai与Ai+1是可乘的,i=1,2,
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:9313
    • 提供者:土咩豆
  1. CLOSESTPAIR

    0下载:
  2. 使用分治算法找到平面上的n各点的集合S中最小距离的一个点对-Use Divide and Conquer Algorithm to find the plane of the set of n points S in the minimum distance of a point on the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:367376
    • 提供者:钟峰
  1. lq

    0下载:
  2. 对于给出的一组数据,要找到它们的最大或者最小值,运用递归和分治的思想方法来解决问题。n=2时,一次比较就可以找出两个数据元素的最大元和最小元。 当n>2时,可以把n个数据元素分为大致相等的两半, 一半有?n/2?个数据元素,而另一半有?n/2?个数据元素。 先分别找出各自组中的最大元和最小元,然后 将两个最大元进行比较,就可得n个元素的最大元; 将两个最小元进行比较,就可得n个元素的最小元。-For a given set of data to find their maximum or
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:577063
    • 提供者:
  1. Gray

    0下载:
  2. 递归与分治演算Gray码,Gray码是一个长度为2N的序列-Recursive partition calculus with the Gray code, Gray code is a sequence of length 2N
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2691
    • 提供者:林子
  1. PointPair

    0下载:
  2. 根据分治算法实现求平面上最近点对的复杂度为(nlgn)的算法 有图形界面,能通过鼠标输入点-Under sub-rule algorithm seeking the nearest point on the plane of the complexity of (nlgn) algorithm for graphical interface, through mouse input points
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:757991
    • 提供者:liupz
  1. ClosestPt

    0下载:
  2. 采用分治算法找距离最近的两点,点数按输入给定,随机产生。能达到1000000个点。-use divid and conquer method to find the nearest points.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:32038
    • 提供者:luckypig
  1. ChessBoard

    0下载:
  2. 使用vc++实现算法设计与分析的棋盘算法,使用分治处理,处理效果比较明显。-Using vc++ algorithm design and analysis of the chessboard algorithm, the use of sub-rule processing, the treatment effect more obvious.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:41412
    • 提供者:goryu
  1. MergeSort

    0下载:
  2. mergesort分治排序 - 先产生1000个随机数,连续分为3组,直到每组只剩k个元素,分别排列每组数,再用分治法合并数组-mergesort- randomly generate 1000 numbers, then split it into thirds, subarray is of size- k, stop the recursion and use insertion-sort to sort the subarray, then merge sort
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:1053
    • 提供者:
  1. algorithms

    0下载:
  2. quicksort的迭代样式算法实现 平面内n个点 求最近两点间的距离(分治算法) 算法 数据结构-quicksort algorithm iterative style of plane n-point demand recently the distance between two points (sub-rule algorithm) algorithm for data structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1325
    • 提供者:robey
  1. Merge

    0下载:
  2. 对于任意给定的n个元素的数组,要求从中找出第k小的元素,试用分治思想求解该问题。 -For any given n-element array of demands to find out the first k elements of a small, try thinking of sub-rule to solve the problem.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:560
    • 提供者:lcs
  1. algorithm

    0下载:
  2. 九个经典算法,冒泡排序,快速排序,堆排序,矩阵相乘最优次序,分治递归法求最大元,次大元和最小元,基数排序,二叉排序树,图的深度优先搜索与广度优先搜索,KMP算法,三阶B-树(2-3树)。。内附各算法详细说明与运行报告,各程序以C/C++实现,用VC打开可直接运行-algorithm:BinarySearchTree、Bitree、BubbleSort、graphSearch、HeapSort、kmp、matrixchain、quickSort、RadixSort
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:239261
    • 提供者:章小龙
  1. 123

    0下载:
  2. 输油管道问题的算法实现与说明,采用分治策略思考,用VC编程实现,复杂度为线性级的.-Pipeline algorithm and explain the problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1724
    • 提供者:zhaona
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »
搜珍网 www.dssz.com