CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - KD

搜索资源列表

  1. Kd_Tree

    0下载:
  2. 本段代码实现了kd-tree,提供了完整的k树代码-This code implements the kd-tree, the tree provides a complete k codes
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:16524
    • 提供者:赵建新
  1. KDTree的Java代码

    0下载:
  2. 是对于KNN算法中KD树的构造的源码,主类中有测试数据可自行修改,包括注释
  3. 所属分类:Windows编程

  1. RBF

    3下载:
  2. 针对传统的PID控制器参数固 定而导致在控制中效果差的问题,提出一种基于模糊RBF神经网络智能PID控制器的设计方法。该方法结合了模糊控制的推理能力强与神经网络学习能力强的特 点,将模糊控制与RBF神经网络相结合以在线调整PID控制器参数,整定出一组适合于控制对象的kp,ki,kd参数。将算法运用到电机控制系统的PID 参数寻优中,仿真结果表明基于此算法设计的PID控制器改善了电机控制系统的动态性能和稳定性。-Traditional PID controller parameters fixed
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2076
    • 提供者:马腾
  1. findKN

    0下载:
  2. 在数据挖掘、人工智能等领域中,都常用到KD树来进行K近邻查找。本程序是自己用C++实现的一个KD树来进行的K近邻查找程序,包含建树和查找。文件中附有测试文件。-In data mining, artificial intelligence and other areas, it is commonly used to KD tree to find K nearest neighbor. This procedure is K neighbor Finder C++ they used to a
  3. 所属分类:Data Mining

    • 发布日期:2017-05-22
    • 文件大小:6462575
    • 提供者:风之痕lch
  1. 比较好用的机器人报警指标

    0下载:
  2. 有布林RSI综合报警,RSI单独报警,KD报警等,这样不用盯盘了,很方便,使用时把时间选择改成电脑时间,不要用平台时间。
  3. 所属分类:金融证券系统

    • 发布日期:2016-09-06
    • 文件大小:37598
    • 提供者:yeqiangy
  1. kdtree_search

    0下载:
  2. PCL官方文档中所带的kd树搜索的相关算法-PCL official documents related algorithms brought kd tree search
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-12
    • 文件大小:768
    • 提供者:ee1
  1. bbf

    0下载:
  2. 详细讲解BBF搜索遍历算法的原理以及与kd-tree的关联应用-In detail the BBF search times calendar calculation method and the principle of the associated application in kd- tree
  3. 所属分类:Development Research

    • 发布日期:2017-05-04
    • 文件大小:112439
    • 提供者:杜科林
  1. KD

    0下载:
  2. 快递打印单源码 C#完整源码代数据库 编泽通过 有问题可与我联系 QQ962205565-Express print a single source
  3. 所属分类:CSharp

    • 发布日期:2017-05-19
    • 文件大小:4696827
    • 提供者:帅哥们
  1. kd

    0下载:
  2. 易语言查询79种快递源码例程程序结合易语言扩展界面支持库,调用易语言模块实现查询79种快递。 -Easy language query 79 kinds of express source routine procedures combined with easy language extensions interface support library, call the easy language module query to achieve 79 kinds of courier.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-17
    • 文件大小:1187840
    • 提供者:zhch2v
  1. knn-kdtree

    0下载:
  2. kd树,分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)。K-D树是二进制空间分割树的特殊的情况。-KD tree, the data structure of K dimensional data space. It is mainly used in the search of key data in multidimensional space (such as range search and nearest neighbor search). K
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:Christiana
  1. KNN Matting

    1下载:
  2. KNN算法实现的抠图程序,包含数据集,使用了KD树实现KNN(KNN algorithm to achieve the matting process, including data set)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:33420288
    • 提供者:feifei9322
  1. index

    0下载:
  2. 单例模式双重检查机制失效,如何编写正确的单例模式?一文解决(l mamjkshjjdk djdjb dkkd didk dkkd dkkdu d kd fk)
  3. 所属分类:android开发

    • 发布日期:2017-12-20
    • 文件大小:54272
    • 提供者:彭乐愚
  1. pid_library_other_pic32

    0下载:
  2. { interface } type TPIDController = record PID_Kp, PID_Ki, PID_Kd: real; PID_Integrated : real; PID_Prev_Input: real; PID_MinOutput, PID_MaxOutput: real; PID_First_Time, PID_Int_Improvement, PID_Diff_I
  3. 所属分类:中间件编程

    • 发布日期:2017-12-20
    • 文件大小:185344
    • 提供者:A.D
  1. knn-MATLAB

    1下载:
  2. 这是一个实现简单的多数表决法的KNN算法。KNN算法涉及三个重要的步骤,分别是决定K的大小;距离的表达方法(一般有欧式距离,曼哈顿距离,Minkowski距离);决策方法(多数表决法,KD树法等)。本程序是采用多数表决的决策方法,距离表达采用欧式距离。适用于小样本少特征的数据集。(KNN algorithm realized by MATLAB, useful for small training set and less features.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:乃肥
  1. colorpic

    0下载:
  2. 利用QT的QML编程编写的颜色选择程序,实现点击时窗体颜色变化(color select jlfadsjlafji dkse l af d fse r e rw r weaklfkskaf;kd fa flsf.laf)
  3. 所属分类:绘图程序

    • 发布日期:2017-12-16
    • 文件大小:286720
    • 提供者:黄军浩
  1. fuzz pid

    2下载:
  2. 模糊PID, 建立模糊规则进行 PID KP KI KD 参数自整定(Fuzzy PID, fuzzy rules are set up to tune the parameters of PID, KP, KI and KD)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:么么
  1. kdtree

    0下载:
  2. 参照统计学习(李航著)一书实现的MATLAB仿真代码,代码包含main主函数和kd搜索算法以及相应的数据输入,整个代码实现完整,可以直接运行。(Reference statistics learning (Li Hang) a book to achieve the MATLAB simulation code, the code contains the main main function and KD search algorithm, and the corresponding data
  3. 所属分类:matlab例程

  1. decision_tree

    2下载:
  2. 自己用matlab实现的决策树仿真的代码,决策树代码包含ID3算法和C4.5算法,算法原理可以参照统计学习(李航著),具体代码编写部分参照网上博客。实现结果用matlab的treelayout实现,模拟树形实现最大程度图形化还原,可以为学习相关算法的朋友提供参考。代码包含相应的主函数和两个决策树函数,具体可参考文字示意。(Reference statistics learning (Li Hang) a book to achieve the MATLAB simulation code, th
  3. 所属分类:matlab例程

  1. Kd

    0下载:
  2. 用matlab读取和处理Landsat8卫星影像(Reading and processing Landsat8 satellite images with MATLAB)
  3. 所属分类:图形图像处理

  1. PSO&GA

    2下载:
  2. 本文件对PID参数kp,ki,kd进行寻优,以ITAE作为指标函数。 PSO 文件中有详细的参数设置和寻优过程 GA寻优与PSO寻优作为对比出现 figure1展示了随着迭代次数的变化,适应度函数的收敛情况 figure2展示了kp,ki,kd的迭代情况 ht 文件是用来画图的 问题解决思路.pdf 简要介绍了粒子群算法寻优的过程(In this document, the PID parameters KP, Ki, KD are optimized, and ITAE is us
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:254976
    • 提供者:大燕
« 1 2 ... 8 9 10 11 12 1314 »
搜珍网 www.dssz.com