您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Skiena-The_Algorithm_Design_Manual.pdf

  2. 英文第二版 目录 . . . . . . . . . . . . . . . . . . . . . . . 50 2.8 War Story: Mystery of the Pyramids . . . . . . . . . . . . . . . . 51 2.9 Advanced Analysis (*) . . . . . . . . . . . . . . . . . . . . . . . . 54 2.10 Exercises . . . . . . . . . . . . .
  3. 所属分类:Java

    • 发布日期:2009-04-29
    • 文件大小:3145728
    • 提供者:arctgx
  1. 计算机编程英语词汇 算法常用术语中英对照

  2. 计算机编程英语词汇 算法常用术语中英对照 Data Structures 基本数据结构 Dictionaries 字典 Priority Queues 堆 Graph Data Structures 图 Set Data Structures 集合 Kd-Trees 线段树 Numerical Problems 数值问题 Solving Linear Equations 线性方程组 Bandwidth Reduction 带宽压缩 Matrix Multiplication 矩阵乘法 Dete
  3. 所属分类:其它

    • 发布日期:2009-10-12
    • 文件大小:221184
    • 提供者:chinazhouhao
  1. KD-tree详细权威资料

  2. 为了完成老师交代的任务,自己从网上精心搜集的关于kd-tree的全面详细资料。 An introductory tutoril on kd-trees.pdf Highly Parallel Fast KD-tree Construction for Interactive Ray Tracing of Dynamic Scenes.pdf KD+tree-tutorial.pdf On building fast kd-Trees for Ray Tracing, and on doing
  3. 所属分类:Java

    • 发布日期:2009-11-22
    • 文件大小:2097152
    • 提供者:kissiey
  1. Nearest neighbours and kD-trees(PDF)

  2. Instance-based learning: nearest neighbours Data structures for multidimensional data kD-trees 关于kd-tree的基本教程,作者是Steve Renals
  3. 所属分类:专业指导

    • 发布日期:2010-07-12
    • 文件大小:186368
    • 提供者:waenng
  1. The Algorithm Design Manual

  2. Introduction to Algorithm Design 3 1.1 Robot Tour Optimization . . . . . . . . . . . . . . . . . . . . . . 5 1.2 Selecting the Right Jobs . . . . . . . . . . . . . . . . . . . . . . . 9 1.3 Reasoning about Correctness . . . . . . . . . . . . . . . .
  3. 所属分类:其它

    • 发布日期:2010-11-04
    • 文件大小:3145728
    • 提供者:atdong
  1. FAST APPROXIMATE NEAREST NEIGHBORS WITH AUTOMATIC ALGORITHM CONFIGURATION

  2. For many computer vision problems, the most time consuming component consists of nearest neighbor matching in high-dimensional spaces. There are no known exact algorithms for solving these high-dimensional problems that are faster than linear search
  3. 所属分类:其它

    • 发布日期:2011-03-06
    • 文件大小:389120
    • 提供者:whuyg2006amy
  1. C语言的KD树实现 kdtree

  2. Kd-trees 是二叉树扩展到K维的一种数据结构,可进行方便快速的查找和邻点查询。
  3. 所属分类:其它

    • 发布日期:2011-07-12
    • 文件大小:5120
    • 提供者:kevin315315315
  1. KD-tree详细资料

  2. An introductory tutoril on kd-trees.pdf Highly Parallel Fast KD-tree Construction for Interactive Ray Tracing of Dynamic Scenes.pdf KD+tree-tutorial.pdf On building fast kd-Trees for Ray Tracing, and on doing that in O(N log N).pdf Optimised KD-tree
  3. 所属分类:其它

    • 发布日期:2012-05-29
    • 文件大小:2097152
    • 提供者:qiuli614
  1. 大规模基于内容的图像检索

  2. 大规模图像检索的代码,matlab与c++混合编程。总结了目前图像检索领域目前主要存在的方法。通过阅读该代码,可以对于经典的“词袋”模型(bow模型)有个具体的了解,但是该代码没有提供前序的特征提取,是直接从对提取好的特征向量聚类开始的,包括了k-means,分层k-means(HKM)聚类,倒排文件的建立和索引等,该代码还提供了局部敏感哈希(LSH)方法。最后,这份代码是下面这篇论文的作者提供的, Indexing in Large Scale Image Collections: Scal
  3. 所属分类:其它

    • 发布日期:2012-09-17
    • 文件大小:1036288
    • 提供者:zhaolu2009
  1. TheAlgorithmDesignManual.pdf

  2. The Algorithm Design Manual-Steven S. Skiena 第二版,英文版,目录如下: I Practical Algorithm Design 1 1 Introduction to Algorithm Design 3 1.1 Robot Tour Optimization . . . . . . . . . . . . . . . . . . . . . . 5 1.2 Selecting the Right Jobs . . . . . . . . . .
  3. 所属分类:其它

    • 发布日期:2013-01-08
    • 文件大小:3145728
    • 提供者:jillliang
  1. Real-Time KD-Tree Construction on Graphics Hardware

  2. We present an algorithm for constructing kd-trees on GPUs. This algorithm achieves real-time performance by exploiting the GPU’s streaming architecture at all stages of kd-tree construction. Unlike previous parallel kd-tree algorithms, our method bu
  3. 所属分类:C++

    • 发布日期:2013-01-16
    • 文件大小:1048576
    • 提供者:xpsunz
  1. KD-trees实现

  2. 拥有良好的接口,适合直接调用的KD-tree源码文件
  3. 所属分类:C/C++

    • 发布日期:2014-04-16
    • 文件大小:24117248
    • 提供者:yangyibashi
  1. Advanced Data Structures - Peter Brass

  2. 清晰英文原版 目录节选 1 Elementary Structures 1 1 1 Stack 1 1 2 Queue 8 1 3 Double Ended Queue 16 1 4 Dynamical Allocation of Nodes 16 1 5 Shadow Copies of Array Based Structures 18 2 Search Trees 23 2 1 Two Models of Search Trees 23 2 2 General Properties an
  3. 所属分类:其它

    • 发布日期:2014-08-01
    • 文件大小:1048576
    • 提供者:bjty_kdjfk
  1. Advanced Data Structures

  2. 里面讲述了许多特殊的索引树结构,推荐! Preface page xi 1 Elementary Structures 1 1.1 Stack 1 1.2 Queue 8 1.3 Double-Ended Queue 16 1.4 Dynamical Allocation of Nodes 16 1.5 Shadow Copies of Array-Based Structures 18 2 Search Trees 23 2.1 Two Models of Search Trees 23 2
  3. 所属分类:其它

    • 发布日期:2008-11-28
    • 文件大小:2097152
    • 提供者:minghao2005
  1. Multidimensional Binary Search Trees Used for Associative Searching

  2. 1975年,来自斯坦福大学的Jon Louis Bentley在ACM杂志上发表的一篇论文:Multidimensional Binary Search Trees Used for Associative Searching 中正式提出和阐述的了把空间划分为多个部分的k-d树。
  3. 所属分类:机器学习

    • 发布日期:2017-08-11
    • 文件大小:24117248
    • 提供者:sinat_34022298
  1. 数据结构Advanced-Data-Structures

  2. 数据结构原本,大一统,外文书原版 Data structures Contents Articles Introduction 1 Data structure 1 Linked data structure 3 Succinct data structure 6 Implicit data structure 8 Compressed data structure 9 Search data structure 10 Persistent data structure 11 Concurre
  3. 所属分类:C/C++

    • 发布日期:2017-10-14
    • 文件大小:13631488
    • 提供者:azrael_death
  1. 大数据下的机器学习算法综述.pdf

  2. 大数据下的机器学习算法综述,介绍利用大数据做机器学习的常用算法ordan Little bootstraps Boot frap ordan 4 4.1 4.2 Kol- Tucker Memory -Efficient Tucker Decomposition MET MET densed Nearest Neighbor CNN R duced nearest neighbor RnN Ed MET ted Nearest Neighbor ENN Wahba h 10 Regularize
  3. 所属分类:机器学习

    • 发布日期:2019-07-16
    • 文件大小:326656
    • 提供者:hejx1213
  1. cpp-kdtree一个简单的C语言库用于处理KDTrees

  2. kdtree - 一个简单的C语言库用于处理KD-Trees
  3. 所属分类:其它

    • 发布日期:2019-08-16
    • 文件大小:16384
    • 提供者:weixin_39841365
  1. Coursea平台-普林斯顿大学-Algorithms-I-第五周-Kd-Trees编程作业-满分

  2. 博主闲来无事观看了coursea学习平台上的Princeton University开设的Algorithms-I课程,自主完成了第五周编程作业,Kd-Trees,成绩:0 errors 0 warnings 100 score.
  3. 所属分类:Java

    • 发布日期:2020-02-13
    • 文件大小:2048
    • 提供者:Mr_Zhangmc
  1. nanoflann:nanoflann:C ++ 11的仅标头库,用于使用KD树进行最近邻居(NN)搜索-源码

  2. 纳米法兰 1.关于 nanoflann是一个C ++ 11库,用于构建具有以下拓扑的数据集的KD树:R 2 ,R 3 (点云),SO(2)和SO(3)(2D和3D旋转组)。 不提供对近似NN的支持。 nanoflann不需要编译或安装。 您只需要在代码中#include 。 该库是Marius Muja和David G. Lowe的( )的分支,并作为子项目而。 遵循原始许可条款, nanoflann根据BSD许可进行分发。 请,对于bug,请使用问题按钮或fork并打开请求请求。 引用
  3. 所属分类:其它

    • 发布日期:2021-01-30
    • 文件大小:1015808
    • 提供者:weixin_42169674
« 12 »