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

搜索资源列表

  1. No11

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:38.78kb
    • 提供者:张波
  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
    • 文件大小:104.67kb
    • 提供者: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
    • 文件大小:2.13mb
    • 提供者:陈澄
  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
    • 文件大小:1.29kb
    • 提供者:Scott
  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-16
    • 文件大小:3.57mb
    • 提供者:huawanhg
  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-08
    • 文件大小:169.83kb
    • 提供者:王振
  1. arithmetic

    0下载:
  2. 经典算法包,内含多种(几何、结构、数论、数值计算、图论等)算法的实现代码的txt文件;以及关于算法的应用。-Classical algorithm package, containing a variety of (geometry, structure, number theory, numerical calculation, graph theory, etc.) algorithm code txt file and on the application of algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:79.54kb
    • 提供者:小杰
  1. HIT_jerrybond

    0下载:
  2. 数据结构计算几何模板,可以高效实现计算几何的各种算法,便于嵌入其他代码-Computational geometry data structure templates can efficiently achieve computational geometry algorithms, easy to embed other code
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:323.52kb
    • 提供者:kter
  1. 2008

    0下载:
  2. 国家集训队2008论文集 Day1 1.曹钦翔《数据结构的提炼与压缩》 2.郑暾《平衡规划——浅析一类平衡思想的应用》 3.刘弈《浅谈信息学中状态的合理设计与应用》 4.顾研《浅谈随机化思想在几何问题中的应用》 5.周梦宇《码之道——浅谈信息学竞赛中的编码与译码问题》 6.肖汉骏《例谈信息学竞赛分析中的“深”与“广”》 7.方戈《浅析信息学竞赛中一类与物理有关的问题》 8.吕子鉷《浅谈最短径路问题中的分层思想》 9.周小博《浅谈信息学竞赛中的区间问题》
  3. 所属分类:Data structs

    • 发布日期:2017-06-08
    • 文件大小:14.76mb
    • 提供者:sxy
  1. Computational-geometry

    0下载:
  2. 2014年北京大学暑假公开课算法讲解课件之计算几何,讲解详细,分析透彻-2014 Peking University summer open class of computational geometry algorithms to explain courseware, to explain in detail, thorough analysis
  3. 所属分类:Data structs

    • 发布日期:2017-05-30
    • 文件大小:11.53mb
    • 提供者:小明
  1. closest_pair_of_points

    0下载:
  2. C++11标准下编写的平面最近点对算法,包括暴力算法与O(nlogn)的算法。使用纯面向对象的方式编写,提供了测试类。(The plane closest point pair algorithm based on C++11 standard, including the algorithm of violent algorithm and O (nlogn). Written in a purely object-oriented way, it provides test classes.
  3. 所属分类:数据结构

    • 发布日期:2018-05-07
    • 文件大小:16kb
    • 提供者:Somo
搜珍网 www.dssz.com