CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 计算几何

搜索资源列表

  1. circle_wyb

    0下载:
  2. (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2个构造函数:允许用1 个参数或2个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1´ r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角线长度的成员函数。 (4) 对于给定的实数r,先声明一个半径为r 的圆c1;然后声明一个c1 的外切矩形s, 接着再声明s的外接圆c2。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-14
    • 文件大小:1536
    • 提供者:小吴
  1. ACM_Code

    1下载:
  2. 包括计算几何、特殊数据结构、组合数学等知识点的代码。每个代码对应一道ACM试题,根据代码头说明找到题目具体来源,比如POJ 2050。来自NUAA ACM校队,ACM比赛必备!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:154781
    • 提供者:yesrush
  1. SegmentTree

    0下载:
  2. 线段树是在计算几何领域非常重要的一种数据结构,常在各大ACM比赛中现身,本文由浅入深,用往年经典的ACM题目来介绍这个强大数据结构
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:222054
    • 提供者:sql
  1. No11

    0下载:
  2. 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:40930
    • 提供者:张波
  1. No22

    0下载:
  2. 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:39713
    • 提供者:张波
  1. Computational_Geometry.rar

    0下载:
  2. 资料是陈海丰的计算几何资料,有很多计算几何代码模板便于参考学习,Chen Haifeng information is information on the computational geometry, computational geometry, many ease of reference to study the template code
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:117862
    • 提供者:天雨
  1. wykobi

    0下载:
  2. 一个二维计算几何库,包含了很多实用算法,都是用模板编写,容易集成。-A two-dimensional computational geometry library contains many useful algorithms are written using templates, easy to integrate.
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:107183
    • 提供者:xgary
  1. template

    0下载:
  2. ACM及各类基本算法模板,包括数据结构,计算几何,字符串,图论,数学,高精度等许多常用模板-ACM basic algorithm and various templates, including data structures, computational geometry, string, graph theory, mathematics, high-precision, and many other commonly used templates
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2230459
    • 提供者:陈澄
  1. SegmentsIntersection

    0下载:
  2. 计算几何的利用叉积判断线段是否相交的算法,这个算法算法导论上有详细的介绍-The use of computational geometry plot fork intersection to determine whether segments of the algorithm, this algorithm has a detailed introduction to algorithms introduction
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1323
    • 提供者:Scott
  1. culculate_area

    0下载:
  2. 计算几何形状的面积. 有10个几何形状,其中3个矩形,4个三角形,3个圆形.函数area()计算每个形状的面积. -The shape of the area of computational geometry. Geometry 10, in which three rectangular, four triangles, round three. Function area () area of each shape.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:7024
    • 提供者:liufan
  1. c_methods_of_quick_sort

    0下载:
  2. 几种快速排序的方法,对int类型数组排序,对char类型数组排序,对double类型数组排序,对结构体一、二级排序,对字符串进行排序,计算几何中求凸包的cmp-Several methods of quick sort, sort array of type int, the type of char array to sort, sort array of double type of the structure of primary and secondary sort, sort of s
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1045
    • 提供者:Chueng
  1. ComputationalGeometryCode

    0下载:
  2. acm模板库,计算几何问题的代码实现。经过了实际问题的验证,保证了代码效率和准确性-acm template library, the code to achieve computational geometry problems. After the practical problems of verification, to ensure efficiency and accuracy of code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:7496
    • 提供者:McFn
  1. ACMtemplate

    0下载:
  2. ACM模板,包含计算几何、组合、数论、排序、字符串、排序、博弈、图论等,还有puk部分题目解答-ACM template
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:168911
    • 提供者:朝阳
  1. ComputationalGeometry

    0下载:
  2. 计算几何的原本的算法不好用。本书就现在一些新的算法做一些介绍,从实际的应用出发,便于理解和自学。-The original computational geometry algorithms difficult to use. Book to present some new algorithms to do some introduction, from a practical application, the ease of understanding and self-learning.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3739472
    • 提供者:huawanhg
  1. ACM_CODE

    0下载:
  2. ACM常用代码模板,包含图论,计算几何,数论,排序,字符串等,非常实用啊-ACM commonly used code templates, including graph theory, computational geometry, number theory, sorting, strings, etc, very useful ah
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:30916
    • 提供者:simon
  1. math

    0下载:
  2. 计算几何的比赛题目,有需要的可以拿去看看参考参考-NOPIde biasaitimu,youxuyaodehuakeyinaqu kankan....
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1288403
    • 提供者:tom
  1. wykobi.tar

    0下载:
  2. 有关计算几何的C++源代码和数据结构。非常适合大家入门学习使用-For C++ computational geometry code and data structures. We started very suitable for learning to use
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:103560
    • 提供者:ee1111
  1. PKU_ACM_Code

    1下载:
  2. 北大ACM的代码,很经典的源代码 主流算法:搜索,动态规划,贪心,图论,数论,计算几何,组合数学,模拟,数据结构,博弈论  -ACM code of Beijing University, is the source code of the mainstream of classical algorithms: search, dynamic programming, greedy, graph theory, number theory, computational geometry,
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:173909
    • 提供者:王振
  1. poj-3743

    0下载:
  2. 计算几何之半平面交的模板,半平面交是计算几何的重要组成部分,编程比较复杂,一般都使用模板。-Calculate the geometry of the half-plane cross template, half-plane cross is the computational geometry important part of the programming is relatively complex, generally using a template.
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:1958
    • 提供者:star
  1. Pku_ACM_Training

    0下载:
  2. 北京大学ACM的培训资料还有相关题目的源代码。 里面涉及:组合数学、搜索、动态规划、图论、计算几何以及网络流的相关讲义及习题源代码。-Training materials as well as related topics of the Peking University ACM source code. Which involves: a combination of mathematics, search, dynamic programming, graph theory, compu
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:6388498
    • 提供者:葛文豪
« 12 »
搜珍网 www.dssz.com