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

搜索资源列表

  1. 分而治之算法

    0下载:
  2. 分而治之算法描述,是文本形式的喔!-divide and conquer algorithm descr iption is the text!
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:24068
    • 提供者:王林
  1. POINT

    0下载:
  2. 用分治法找一个平面内的最接近点对。时间复杂度为O(nlogn).-Using a divide and conquer to find the closest point of the plane pair. Time complexity is O (nlogn)
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2867283
    • 提供者:康靖林
  1. ajax

    0下载:
  2. 征服ajax源码,包含基本的框架介绍,各自框架下的例子介绍。-Conquer ajax source that contains the basic framework introduced under the framework of their respective examples.
  3. 所属分类:Ajax

    • 发布日期:2017-05-08
    • 文件大小:1739655
    • 提供者:仇志伟
  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. 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. ajax2.0

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

    • 发布日期:2017-04-03
    • 文件大小:559169
    • 提供者:lewis
  1. Arithmetic

    0下载:
  2. 用JAVA完成的0-1背包算法,一共用了四种算法,包括贪心,分治,动态规划,回溯。把工程导入ECLIPSE下就可以了。-JAVA finished 0-1 with a knapsack algorithm, a share of the four algorithms, including greedy, divide and conquer, dynamic programming, backtracking. To work on it under into ECLIPSE.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:16627
    • 提供者:xiaoming
  1. Itemtype.datEditor

    0下载:
  2. A program to automatically edit the Itemtype.dat file in Conquer so that you can see the rare items on the ground.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:922259
    • 提供者:Azrael
  1. VisualBasicNETIDidntKnowYouCouldDoThatVBL.pdf

    0下载:
  2. Visual Basic .NET! I Didn t Know You Could Do That... will help you conquer the .NET learning curve quickly as you make the transition to Microsoft s new programming paradigm. Inside you ll find loads of ideas and advice that will teach you
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-09
    • 文件大小:1953635
    • 提供者:郭洁
  1. MinDistance_PointPair

    0下载:
  2. 用java实现的平面上最近点对的查找,包括蛮力法和分治法的实现。-Java implementation of the plane with the nearest point on the search, including the brute force method and the divide and conquer implementation.
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-03-23
    • 文件大小:5254
    • 提供者:Michiel
  1. The_Square_Game

    0下载:
  2. 实现java的方块着色,分治算法经典例子, 用图形化界面,说明清楚,欢迎下载哦~-Java coloring to achieve the box, a classic example of divide and conquer algorithm, with the graphical interface, clear instructions, please download the oh
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:933007
    • 提供者:QueenyLv
  1. Finding_Maximum

    0下载:
  2. Finding Maximum Contiguous Subsequence Sum using divide-and-conquer approach-Given a sequence Q of n numbers (positive and negative), the maximum subsequence of Q is the contiguous subsequence that has the maximum sum among all contiguous subsequ
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:30283
    • 提供者:yuliqi
  1. Divide-and-Conquer-maxmin

    0下载:
  2. 分治策略 maxmin算法 求数组A[1...n]最大最小元素-Divide and Conquer maxmin
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6601
    • 提供者:sq
  1. java

    0下载:
  2. 征服Ajax - Web20开发技术详解试读版 -Conquest Ajax- Web20 Detailed probation version development techniques to conquer Ajax- Web20 Developer Edition Detailed probation
  3. 所属分类:Ajax

    • 发布日期:2017-03-30
    • 文件大小:559220
    • 提供者:何德华
  1. NearestPoint

    0下载:
  2. 算法分析与设计经典问题,用分治法求最近点对,并与蛮力法做对比-Classical algorithm analysis and design problems with the divide and conquer method for the last point, and compared with the brute force method to do
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:1206
    • 提供者:娟娟
  1. ajax-Web2.0-code

    0下载:
  2. 《征服ajax Web2.0开发技术详解》光盘源码-《Detailed development of technology to conquer ajax Web2.0》 CD source
  3. 所属分类:Ajax

    • 发布日期:2017-05-23
    • 文件大小:7318674
    • 提供者:zouwp
  1. src

    0下载:
  2. 棋盘覆盖问题,算法分治算法的应用,java完成-Board cover problem, divide and conquer algorithm algorithm application, java complete
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:2672
    • 提供者:Dan
  1. upload

    0下载:
  2. the patch of conquer online (real co ) version 5072
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-20
    • 文件大小:5788400
    • 提供者:rodrigo teles
  1. test1

    0下载:
  2. 分治法实现大整数乘法,其实应该用数组来保存大整数的,再考虑如何去完善这个程序。但分治算法的核心思想已经尽在其中了。-Divide and conquer method for large integer multiplication
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:765
    • 提供者:张讯
  1. Myframe.class

    0下载:
  2. 棋盘覆盖(有界面效果),分治算法,界面还行-Board cover (interface effect), divide and conquer algorithm, the interface line
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:1386
    • 提供者:史培培
« 12 »
搜珍网 www.dssz.com