搜索资源列表
dye-Divide-and-conquer
- 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
divide and conquer
- 这是一个分治法应用和递归的完美体现,它根据输入的数字在屏幕上打出美丽的图案。-this is a separate rule and the application of recursive the perfect embodiment of its import figures on the screen making beautiful designs.
CQuadDissect
- Delaunay三角网作为一种主要的DTM表尔法,具有权其广泛的用途。经过二十多年来的研究,它的生成算法巳趋于成熟。本文简要介绍了Delaunay三角网的定又及其特性,在简单回顾和评价了分割—归并法,逐点插入法,三角冈生长法等三类主沈算法的基础上,提出了一个融以上算法优点于一体,兼顾空间与时间性能的合成算法。经测试,一般情况下它的运算速度远快于逐点插入法,与分割—归并法相当,较好的情况下快于分割—归并法。-Delaunay Triang
VC++
- 残缺棋盘问题的VC++实现,用分而治之方法解决此问题-Defective chessboard problem VC++ Realize, using divide and conquer method to solve this problem
dye-Divide-and-conquer
- 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
123123123
- 征服服务端需要的东西!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
conquer_Svr
- 网络游戏征服的服务端部分完整源码 VC编译 绝少的源码 有兴趣的可以-Conquer online game service client part of the full source code VC compiler source code is rarely of interest can be
555666
- 征服私服要有的东西 /-Things have conquer私服/
PolygonClipping
- 基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法的Matlab程序-Divide and conquer strategy based on the Sutherland-Hodgeman polygon clipping algorithm of Matlab procedures
Co2-Rev1
- Conquer Database working 100 percent-Conquer Database working 100 percent
Co2-Rev2
- Conquer Database v2 working
Co2-Rev3
- Conquer v3 Database working
ClosetPairs
- 本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide
Luncher
- Co luncher for conquer privite server
large_integer
- VC++ 分治法大整数乘法-VC++ divide and conquer large integer multiplication
msdar
- Conquer online Source Code Patch 5165
houka
- Kings^OF^Binary Source File Conquer Online
unittestppt
- 单元测试理论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
Convex_hull_problem
- 凸包问题( 分治法与穷举法+测试数据 )-Convex hull problem (divide and conquer and the exhaustive method+ test data)
Conquer(mysql)
- 征服5506版,带数据库,正常编译,能开区。(Conquer the 5506 edition, with database, normal compilation, can open area.)