CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - conquer

搜索资源列表

  1. dye-Divide-and-conquer.ppt

    0下载:
  2. 动态规划算法及分治的思想在算法设计中的应用。-Dynamic programming algorithm and the ideological division in the algorithm design.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:263117
    • 提供者:pope
  1. PeachFairy

    0下载:
  2. peach fairy conquer 5095
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:662
    • 提供者:Reginaldo
  1. unittest.chm

    0下载:
  2. 本系列文章主要讨论四个问题:为什么需要单元测试?怎样征服可测性难题?怎样才能高效率测试?怎样保证测试效果?重点阐述单元测试的关键问题,不是一般概念,适合于对单元测试有一定了解的读者。 在选择工具和实施单元测试前,我们应该对相关理论有一个系统的了解,特别是将会遇到哪些难题,如何解决,要心里有数,否则的话,很可能劳民伤财,半途而废。如果只会测试加法函数或者三角形函数之类的独立小程序,就以为可以做单元测试了,那就像一个人刚学会走路,就去长途跋涉。 本文介绍的是针对企业项目的单
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1257303
    • 提供者:王工
  1. unittestppt

    0下载:
  2. 单元测试理论PPT,分为四个部分:为什么需要单元测试?怎样征服可测性难题?怎样才能高效率测试?怎样保证测试效果?制作精良,内容精炼。-Unit test theory PPT, divided into four parts: Why unit test? How to conquer the testability problem? How can high-efficiency test? How to ensure test results? Produced, the content o
  3. 所属分类:Software Testing

    • 发布日期:2017-05-07
    • 文件大小:1184355
    • 提供者:王工
  1. GeneratingFPGA-AcceleratedDFTLibraries

    0下载:
  2. 关于DFT的文章,应用FPGA实现傅立叶变换。-Abstract—We present a domain-specific approach to generate high-performance hardware-software partitioned implementations of the discrete Fourier transform (DFT). The partitioning strategy is a heuristic based on the DFT
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:235386
    • 提供者:李然
  1. qq

    0下载:
  2. 分治法网球循环赛日程安排,课程设计希望有用-Divide and conquer tennis round robin scheduling, curriculum design, hope helpful
  3. 所属分类:Software Testing

    • 发布日期:2017-04-07
    • 文件大小:3221
    • 提供者:king
  1. DEM

    2下载:
  2. 目前三角网是进行精细地形表达最好和最常用的方法,因此本文讨论利用三角网法来建立露天矿的精细DEM模型。由于露天矿复杂特殊的地形特征,在建模过程中应充分考虑相应的约束条件,否则会出现台阶被削平等现象。构建不规则三角网的方法可分为分而治之算法、逐点插入算法和三角网生长算法。各种算法各具优缺点,结合矿区的实际情况,本文采用一次性约束三角网生成算法,经过空间数据提取、拓扑关系建立以及空间索引建立,最终建立起边界约束线以内的约束不规则三角网。-At present, triangulated irregu
  3. 所属分类:software engineering

    • 发布日期:2017-02-22
    • 文件大小:330752
    • 提供者:suixin
  1. tomato

    0下载:
  2. 番茄工作法,类似分治法的工作方式有效提高工作效率-Tomato working method, similar to the divide and conquer method to effectively improve the efficiency of work
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:531623
    • 提供者:神父
  1. SUANFAPPT

    0下载:
  2. 常用的算法设计策略(包括分治策略、动态规划、贪心策略、回溯法、随机算法等) 算法复杂度分析方法(计算迭代次数、使用递归方程、频度分析等) -Commonly used algorithm design strategies (including the strategy of divide and conquer, dynamic programming, greedy strategy, backtracking method, random algorithm) algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:3316958
    • 提供者:lm
  1. mergesort

    0下载:
  2. This code does a good sorting one a given array of n numbers. It uses the concept of divide and conquer paradigm which calculates the sorted array in O(nlogn) time which is the most efficient order for sorting numbers
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:545
    • 提供者:Pranav.R
  1. pvp

    0下载:
  2. scr ipt pvp binary tq conquer online
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3539
    • 提供者:Rodrigo Teles
  1. algorithm

    0下载:
  2. 算法的基础,分治法与递归式求解,算法的价值-Algorithm based on recursive divide and conquer method and solving algorithm value
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:659395
    • 提供者:hejingjing
  1. Visitor

    0下载:
  2. minimax to conquer your fear and take a brief look at the world of alpha gamma and beta and get going to be
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7558
    • 提供者:Mubashir
  1. divide-and-conquer-algorithm

    0下载:
  2. 详细讲解了算法学习中的分治算法的原理,并附有详细的例题讲解和伪码-Explained in detail the algorithm of learning the principle of divide and conquer algorithm, with a detailed example to explain and pseudo-code
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1785038
    • 提供者:王雨
搜珍网 www.dssz.com