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

搜索资源列表

  1. post-office-(fenzhisuanfa)

    0下载:
  2. post office 邮局选址问题 分治算法,能运行,我已经调好的-post office post office location problem Divide and Conquer Algorithm, can run, I have a good tune
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2237
    • 提供者:crp0289
  1. nearestPointPair

    0下载:
  2. 给定一个点数组,比较求解最近点对的一般算法和分治法的效率。-Given a point group, compared to solve the nearest point on the general algorithm and divide and conquer efficiency.
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5881473
    • 提供者:Jimin
  1. zfwg

    4下载:
  2. 征服商业无限制网关,里面有登陆器。下载请杀毒,不要骂我。-Conquer the business restrictions gateway, which has landers. Download your anti-virus, do not scold me.
  3. 所属分类:Game Engine

    • 发布日期:
    • 文件大小:5085203
    • 提供者:1516
  1. package

    0下载:
  2. Delaunay 分治法进行三角剖分,同时对剖分后的三角面片进行动画模拟。-Divide and conquer Delaunay triangulation, while triangles after subdivision animated simulation.
  3. 所属分类:Fractal program

    • 发布日期:2017-05-11
    • 文件大小:2766988
    • 提供者:陈栋
  1. dazhengshu

    0下载:
  2. 本人上传的是用分治法实现的大整数算法,采用的是数组形式。-I uploaded is to use divide and conquer to achieve a large integer arithmetic, using the array form.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:360425
    • 提供者:林丽
  1. Delaunay

    0下载:
  2. Delaunay 分治算法三角网格剖分!-Source code for DeWall, a divide and conquer 3d Delaunay
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-23
    • 文件大小:589679
    • 提供者:竹林英客
  1. 1

    0下载:
  2. 分治算法解士兵站队问题,ACM大学生程序设计题。-Divide and conquer algorithm for solving the soldiers stand in question, ACM Collegiate Programming problem.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:50304
    • 提供者:天山瑞雪
  1. 分治算法

    0下载:
  2. 君主和殖民者们所成功运用的分而治之策略也可以运用到高效率的计算机算法的设计过程中。本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 本章给出了用来分析分而治之算法复杂性的数学方法,并通过推导最小最大问题和排序问题的复杂性下限来证明分而治-monarchy and colonialists who have successfully used the divid
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:6728
    • 提供者:小芝
  1. quick_so

    0下载:
  2. quicccck sort using divide n conquer-quicccck sort using divide n conquer...
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:540
    • 提供者:manoj
  1. MyDib

    0下载:
  2. Dib类的封装,因为MFC中不提供任何Dib的支持,为了方便复用,这里设计一个Dib类,这个类的封装十分复杂,这里采取分而治之的方法,对关键部分进行了单独讲解。-Dib type of package, because MFC does not provide any support Dib, in order to facilitate reuse, where the design of a Dib category, this type of package is very complex
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:7896
    • 提供者:huzhanqi
  1. recurs

    0下载:
  2. /* Divide and Conquer */ /* Find minimum and maximum from a given series of numbers */ /* by using above said policy */ gcd fibonacci-/* Divide and Conquer*/ /* Find minimum and maximum from a given series of numbers*/ /* by using
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4008
    • 提供者:abhishek
  1. addition3

    0下载:
  2. divide and conquer method of assigning one processor to each node in a tree for adding numbers (Lecture 6 Chapter 4 section 4.1.2) in terms of communication, computation, overall parallel execution time, speedup, and efficiency.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:661
    • 提供者:eeynaz
  1. CoAccountServerKeygensrc

    0下载:
  2. Conquer Acc server Cracker
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:76075
    • 提供者:Spy520
  1. P1_645002

    0下载:
  2. An example of a divide and conquer algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:35600
    • 提供者:dgg
  1. mergeSort

    0下载:
  2. merge sort is a sorting algorithm used for sorting data it uses divide and conquer approach
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:702
    • 提供者:maxpayne558
  1. classicAlgorithm

    0下载:
  2. 常用经典算法及讲解:贪婪,分而治之,动态规划,回溯,分支定界算法实现和讲解。-Classical algorithm and explain common: greed, divide and conquer, dynamic programming, backtracking, branch and bound algorithm and explain.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:288175
    • 提供者:yu guicheng
  1. HW1

    0下载:
  2. in this code we do the multiplication with divide and conquer method. it can be known dynamic programming
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:11139
    • 提供者:burcin
  1. src

    0下载:
  2. 征服PYTHON--语言基础与典型应用光盘-Conquer PYTHON- language base and the typical application of CD-ROM
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3569241
    • 提供者:oceanlee
  1. Loader

    0下载:
  2. server data & conquer.exe for patsh 5095
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:725773
    • 提供者:hisham
  1. ccplusplus

    0下载:
  2. 《征服CC++企业软件开发核心技术》源代码,其中包括linux和window的代码,对线程,网络通信,数据库等有说明。-" Conquer the CC++ enterprise software development of core technologies," the source code, including linux and the code window for the thread, network communications, database, such
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3579367
    • 提供者:leah
« 1 2 3 45 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com