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

搜索资源列表

  1. resueltas

    0下载:
  2. Java examples for dinamic programming, divide and conquer, greedy algorithms and backtracking.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2384098
    • 提供者:Metatron
  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. 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. Strassen

    0下载:
  2. 實現 Strassen s algorithm,用JAVA寫的,可以正常在 windows 執行。(divide and conquer) -Implement Strassen s algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:4138
    • 提供者:lin ya
  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. ajax2.0

    0下载:
  2. ajax 经典书籍 征服ajaxweb2.0-ajax classic books ajaxweb2.0 conquer
  3. 所属分类:Ajax

    • 发布日期:2017-04-03
    • 文件大小:559169
    • 提供者:lewis
  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. acm_algorithm

    0下载:
  2. 细说常用算法之分治算法,doc文档,举了四个适用于分治算法的例子:找出伪币、金块问题、矩阵算法、金块问题。都有详细的算法思想说明。-Elaborate algorithms most of the Divide and Conquer Algorithm, doc documents, cites four sub-rule algorithm applied to an example: to find counterfeit coins, gold bullion issues, matri
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:11266
    • 提供者:YOYO
  1. DataStructureAlgorithm

    0下载:
  2. 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
  3. 所属分类:Data structs

    • 发布日期:2016-08-26
    • 文件大小:17229762
    • 提供者:孙继磊
  1. PeachFairy

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

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

    0下载:
  2. 全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法。-A comprehensive and systematic introduction to the queue, stack, tree, map and other basic data structures, as well as greedy algorithms, divide and conquer algorithms, branch and bound algorith
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:17232315
    • 提供者:tailiu
  1. devide_conquer

    0下载:
  2. 分治法解最近点对问题:首先输入点的个数,然后输入点的坐标,输出先是根据x的坐标对点进行排序,然后输出最近点对的距离。-Divide and conquer solution of the nearest point of the problem: First, the number of input points, and then enter the coordinates of points, the output first, according to the coordinates of
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6075
    • 提供者:张英霞
  1. Detest1

    0下载:
  2. C/C++ implementation of a Divide-and-Conquer algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:243351
    • 提供者:sid
  1. ini

    0下载:
  2. conquer items to have fun in the game
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:4054
    • 提供者:mohamed
  1. dbPoint.c

    0下载:
  2. C语言实现,分治法求平面中任意个点的最近点对和最近距离。-C language implements, find out the shortest point pair and the shortest length between arbitrary points in a plane, with divide and conquer method.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1085
    • 提供者:liuwei
  1. petroline

    0下载:
  2. 输油管道问题 计算机算法设计分析 分治法算法实现题-Computer Algorithm Design and Analysis of pipeline issues divide and conquer algorithm question
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:514968
    • 提供者:吴沁竹
« 1 2 3 4 56 7 8 9 10 ... 25 »
搜珍网 www.dssz.com