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

搜索资源列表

  1. CoFuture 4267

    0下载:
  2. 征服在线开源 Conquer Online Open Source(Conquer Online Open Source)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:5010432
    • 提供者:Zeko2010ss
  1. fillChessboard

    0下载:
  2. 用分治策略解决棋盘问题的一个简捷的算法。(A simple algorithm for solving chessboard problem using divide and conquer strategy.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:bubble噜
  1. main

    1下载:
  2. 合区工具 征服合区工具半成品,用于1。6版本(Conquer zone tools, semi finished products, for 1. Version 6)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:209920
    • 提供者:群少网络
  1. 递归与分治策略的简单实现

    0下载:
  2. 递归分治策略的简单实现 问题的选取:P43 2.11 循环赛日程表 设有设有n=2^k个运动员要进行网球循环赛。现要设计一个满足以下要求的比赛日程表:   (1)每个选手必须与其他n-1个选手各赛一次;   (2)每个选手一天只能参赛一次;   (3)循环赛在n-1天内结束。   按此要求将比赛日程表设计成有n行和n-1列的一个表。   在表中的第i行,第j列处填入第i个选手在第j天所遇到的选手。 其中1≤i≤n,1≤j≤n-1。8个选手的比赛日程表如下图: 1 2 3
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:71680
    • 提供者:晓周
  1. merge_count

    0下载:
  2. 在一个数组中可以找出所有的逆序对数,运用分治的策略实现,时间复杂度为O(nlogn)(We can find all the inverted logarithm in an array, and use the divide and conquer strategy to achieve the time complexity of O (nlogn))
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:2296832
    • 提供者:帅哥1234565
  1. grammar

    0下载:
  2. 第1章 算法引论   1.1 算法与程序   1.2 表达算法的抽象机制   1.3 描述算法   1.4 算法复杂性分析   小结   习题   第2章 递归与分治策略   2.1 速归的概念   2.2 分治法的基本思想   2.3 二分搜索技术   2.4 大整数的乘法   2.5 Strassen矩阵乘法   2.6 棋盘覆盖   2.7 合并排序   2.8 快速排序   2.9 线性时间选
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:2375680
    • 提供者:Summer-LXN
  1. 5375 Fixed and all new working

    0下载:
  2. 征服源代码,战神版本喜欢的可以拿去研究!(Conquer source code, capable of updating.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:13676544
    • 提供者:aguang11
  1. 补丁

    4下载:
  2. 征服扇子版本的补丁,可以修改商店价格等!(Conquer patch, ability to update.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:17677312
    • 提供者:aguang11
  1. command-and-conquer-master

    0下载:
  2. as ss s sa s sasa s as s
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1835008
    • 提供者:thomas12
  1. 01beibao_fenzhijiexian

    0下载:
  2. 分治法实现01背包问题,输入为即将放入背包的物品的重量和对应价值的数组,输出为放置物品的最优方案(Realization of 01 knapsack problem by divide and conquer method)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:887808
    • 提供者:泸沽湖123
  1. ClosestPair

    0下载:
  2. 求解平面最近点对,分治经典题目。。。。。。。(The program to solve the nearest point pair of the plane, divide and conquer the classic topic.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:irishan
  1. 钻石矿工

    0下载:
  2. 算法设计中的钻石矿工问题在一座金字塔每块石头上都镶有一块钻石从金字塔的顶端向下收集钻石尽可能收集价值高的钻石,每层每次只能从一块砖斜向左下或斜向右下走到另一块砖上。设计算法求出获取的钻石最大价值及路径。(分治法)(The problem of diamond miner in algorithm design is set up on every stone in Pyramid. A diamond is collected from the top of Pyramid. Diamond i
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:12288
    • 提供者:XAKJOLFT
  1. 马的周游

    3下载:
  2. 实现寻找马的周游问题n*n规模的分治法解(Find solution of the Knight tour problem in size of n*n by means of divide and conquer)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:168960
    • 提供者:F.I.S
  1. 资料汇总

    1下载:
  2. 极客班C++算法原理与实践课件和源码-侯捷 1、算法入门与编程风格 2、链表 3、二分搜索与排序数组 4、二叉树与分治算法 5、栈与队列(Geek class C++ algorithm principle and practice of courseware and source code Hou Jie 1, algorithm introduction and programming style 2, chain list 3 and two points search a
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:5499904
    • 提供者:庶吉士zc
  1. 平面内最近点对

    1下载:
  2. 分治算法练习,使用分治算法实现计算平面内最近点对距离。子问题将平面划分为左右两部分分开计算最短距离,再在中间条带中找是否有更近点对。(Divide and conquer algorithm to calculate the closest point pair in the plane)
  3. 所属分类:Windows编程

    • 发布日期:2018-12-27
    • 文件大小:321536
    • 提供者:七七七七七
  1. Arbitrage_Synthetic.gz

    2下载:
  2. It can shock, break, trend, but to set parameters properly, EA is just a tool, just like AK47, a good gun against the enemy is to conquer the enemy.
  3. 所属分类:其他

    • 发布日期:2019-02-15
    • 文件大小:4096
    • 提供者:冯先生a
  1. 1

    2下载:
  2. 功能强大的征服登录器带排行榜支持卡号自救修改密码洗点功能(Powerful conquer logger with chart support self-help change the password wash points card function)
  3. 所属分类:Windows编程

    • 发布日期:2020-03-01
    • 文件大小:1971200
    • 提供者:mryao
  1. AmazingEA

    2下载:
  2. 这是一个基于顺势加仓的EA,可做震荡,突破,趋势行情,但要合理设置 参数, EA只是工具,就像AK47一样,用得好枪口对着敌人就是克敌制胜,用不好,枪口 对着自己那就只有是自毙的份了 ((This is an EA based on the situation, can make shocks, breakthroughs, trend quotations, but to set reasonable parameters, EA is only a tool, like AK47, a go
  3. 所属分类:其他

    • 发布日期:2018-12-13
    • 文件大小:4096
    • 提供者:汇市人生
  1. APS_EA

    1下载:
  2. 这是一个基于顺势加仓的EA,可做震荡,突破,趋势行情,但要合理设置 参数, EA只是工具,就像AK47一样,用得好枪口对着敌人就是克敌制胜,用不好,枪口 对着自己那就只有是自毙的份了(This is an EA based on the situation, can make shocks, breakthroughs, trend quotations, but to set reasonable parameters, EA is only a tool, like AK47, a good
  3. 所属分类:其他

    • 发布日期:2019-11-03
    • 文件大小:79872
    • 提供者:汇市人生
  1. 顺势加码必赚改

    2下载:
  2. This is an EA based on the situation, can make shocks, breakthroughs, trend quotations, but to set reasonable parameters, EA is only a tool, like AK47, a good muzzle against the enemy is to conquer the enemy, not good, muzzle against oneself is only
  3. 所属分类:其他

    • 发布日期:2019-11-03
    • 文件大小:17408
    • 提供者:汇市人生
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com