搜索资源列表

  1. dye-Divide-and-conquer

    0下载:
  2. Divide: the problem into a number of subproblems that are themselves smaller instances of the same type of problem. Conquer: Recursively solving these subproblems. If the subproblems are small enough, solve th
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:279699
    • 提供者:supercat188
  1. divide and conquer

    1下载:
  2. 这是一个分治法应用和递归的完美体现,它根据输入的数字在屏幕上打出美丽的图案。-this is a separate rule and the application of recursive the perfect embodiment of its import figures on the screen making beautiful designs.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:唐海浪
  1. CQuadDissect

    0下载:
  2. Delaunay三角网作为一种主要的DTM表尔法,具有权其广泛的用途。经过二十多年来的研究,它的生成算法巳趋于成熟。本文简要介绍了Delaunay三角网的定又及其特性,在简单回顾和评价了分割—归并法,逐点插入法,三角冈生长法等三类主沈算法的基础上,提出了一个融以上算法优点于一体,兼顾空间与时间性能的合成算法。经测试,一般情况下它的运算速度远快于逐点插入法,与分割—归并法相当,较好的情况下快于分割—归并法。-Delaunay Triang
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:3833856
    • 提供者:苏聪
  1. VC++

    0下载:
  2. 残缺棋盘问题的VC++实现,用分而治之方法解决此问题-Defective chessboard problem VC++ Realize, using divide and conquer method to solve this problem
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-17
    • 文件大小:477184
    • 提供者:吕鹏
  1. dye-Divide-and-conquer

    0下载:
  2. Divide: the problem into a number of subproblems that are themselves smaller instances of the same type of problem. Conquer: Recursively solving these subproblems. If the subproblems are small enough, solve th
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:279552
    • 提供者:supercat188
  1. 123123123

    0下载:
  2. 征服服务端需要的东西!1、fr a mework 2.0 2、PostgreSQL 8.2 3、征服服务端模拟器 4、征服最新客户端 5、征服1.6版补丁 -To conquer the server needs! 1, fr a mework 2.0 2, PostgreSQL 8.2 3, to conquer the server simulator 4, conquest最新客户端5, conquest
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-05-17
    • 文件大小:1360896
    • 提供者:123
  1. conquer_Svr

    1下载:
  2. 网络游戏征服的服务端部分完整源码 VC编译 绝少的源码 有兴趣的可以-Conquer online game service client part of the full source code VC compiler source code is rarely of interest can be
  3. 所属分类:游戏

    • 发布日期:2024-05-17
    • 文件大小:212992
    • 提供者:octal
  1. 555666

    0下载:
  2. 征服私服要有的东西 /-Things have conquer私服/
  3. 所属分类:游戏

    • 发布日期:2024-05-17
    • 文件大小:486400
    • 提供者:123
  1. PolygonClipping

    0下载:
  2. 基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法的Matlab程序-Divide and conquer strategy based on the Sutherland-Hodgeman polygon clipping algorithm of Matlab procedures
  3. 所属分类:绘图程序

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:章礼平
  1. Co2-Rev1

    0下载:
  2. Conquer Database working 100 percent-Conquer Database working 100 percent
  3. 所属分类:其他游戏

    • 发布日期:2024-05-17
    • 文件大小:327680
    • 提供者:Spy520
  1. Co2-Rev2

    0下载:
  2. Conquer Database v2 working
  3. 所属分类:其他游戏

    • 发布日期:2024-05-17
    • 文件大小:466944
    • 提供者:Spy520
  1. Co2-Rev3

    0下载:
  2. Conquer v3 Database working
  3. 所属分类:其他游戏

    • 发布日期:2024-05-17
    • 文件大小:221184
    • 提供者:Spy520
  1. ClosetPairs

    0下载:
  2. 本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:25600
    • 提供者:lhguo
  1. Luncher

    0下载:
  2. Co luncher for conquer privite server
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:811008
    • 提供者:zeko2010ss
  1. large_integer

    0下载:
  2. VC++ 分治法大整数乘法-VC++ divide and conquer large integer multiplication
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:10240
    • 提供者:dnybz
  1. msdar

    0下载:
  2. Conquer online Source Code Patch 5165
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:8726528
    • 提供者:mahmoud
  1. houka

    0下载:
  2. Kings^OF^Binary Source File Conquer Online
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:2102272
    • 提供者:Kings_Of_Binary
  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 re
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:1184768
    • 提供者:王工
  1. Convex_hull_problem

    0下载:
  2. 凸包问题( 分治法与穷举法+测试数据 )-Convex hull problem (divide and conquer and the exhaustive method+ test data)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:1111040
    • 提供者:mei
  1. Conquer(mysql)

    3下载:
  2. 征服5506版,带数据库,正常编译,能开区。(Conquer the 5506 edition, with database, normal compilation, can open area.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:8915968
    • 提供者:Dirpunk
« 12 3 4 5 6 7 8 9 10 ... 27 »

源码中国 www.ymcn.org