搜索资源列表
simkd
- kd树的最快实现算法,经过了数次优化后,即使处理数十万个点,也仅仅需要几秒钟,内含使用说明。-kd tree algorithm to achieve the fastest, after a number of optimization, even hundreds of thousands of points. I only need a few seconds, intron use.
KDTreeTest
- kd-tree c++类模板实现的演示例子. 是从国外网站上下的,结构简单,容易看懂. 文章在: http://www.codeproject.com/KB/architecture/KDTree.aspx
PID
- PID控制算法的MATLAB仿真其中参数,Kp,Ki,Kd分别为PID控制器的比例、微分和积分参数。
pid温度控制
- PID温度控制,实现温度升降,通过调节其中的Kp,Ki,Kd,可以改变响应速度,可以消除振荡,通过改变传递函数可以改变响应速度-PID temperature control realizes temperature s rise and drop.We can alter the rate of response and eliminate oscillating via adjusting Kp,Ki,Kd. We can also alter the rate of response
基于PWM的卫星喷气姿态控制系统
- 基于刚体三轴稳定对地定向航天器的PD+PWM姿态稳定与机动仿真。在原点小偏差线性化后,经过简单计算和调试,最后确定:Kp = [700 700 900],Kd = [2330 2400 3030],姿态运动学和姿态动力学均由m文件编写,其余由simulink基本模块搭成。压缩包里的其他文件包括PWM的测试、触发器测试和内嵌m文件。主程序为kinematics.mdl
pid.rar
- 模糊PID算法(C++) 温度控制的一般控制算法,Kp,Ki,Kd,需根据具体的控制对象取合适的值,fuzzy-PID
A_tutorial_on_kd_trees
- 一篇介绍k-d tree的入门文章,对图像对准方面的研究人员是很好的参考!-An introductory article describes kd tree for image alignment of researchers is a good reference!
c++实现的KNN库:建立高维度的K-d tree
- c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索-K-NN algorithm implementation. It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
FuzzyPID
- 里面有三个二维模糊调节器分别实现PID控制器的参数Kp,ki,Kd,的调节。其控制原理:根据前面的偏差e和偏差变化ec将三个模糊控制器FC1,FC2,FC3分别进行模糊化,模糊逻辑推理,解模糊化。最后得到pid控制器参数调节量。-There are three two-dimensional fuzzy controller to achieve PID controller parameters were Kp, ki, Kd, of the regulation. The control p
knnsearch
- 一个小而有效的程序来执行的K -近邻搜索算法,此算法利用JIT 理论加速循环,比向量化有效解决了大量数据的精度问题。甚至比kd-tree效果要佳-A small and effective procedures to implement the K- nearest neighbor search algorithm, this algorithm uses JIT acceleration cycle theory, than to solve a lot of data to quantif
fuzzypid1
- 一个用simulink做的模糊PID自适应系统,通过三个模糊FIS:dkp,dki,dkd来分别控制Kp,Ki,Kd,以达到PID参数可自动调整的目的。-A simulink do with self-adaptive fuzzy PID system, through three fuzzy FIS: dkp, dki, dkd to control the Kp, Ki, Kd, in order to achieve automatic adjustment of PID paramete
An_intoductory_tutorial_on_kd_trees
- 一篇介绍kd-tree算法的比较实用的英文文章,内容详细,有利于初学者使用!-Kd-tree algorithm is a descr iption of the more practical English articles, detailed help beginners to use!
kdtree1.2
- kd-tree 是广泛用来处理多维寻找最近点的数据结构。该文件中是由matlab调用c++代码实现的,其中实现包括kd-tree的建立最近点的查找等。-kd-tree is kind of data structure which is widely used to find the nearest point in multi-demensions.The zip file contain matlab and cpp files.The functions implemented inclu
kdtree_in_matlab
- kd-tree 是一种常用的数据结构,它在搜索最近点中有普遍用处。该文件是一个用纯matlab写成的源代码。-kd-tree is a commonly used data structure, it is commonly used in searches for the nearest point. The file is a pure source code written in matlab.
BOS_NLTV_v1
- kd树的结构和分析及其源代码的程序使用matlab-kd tree structure and analytical procedures used and its source code matlab
fuz_pid
- 模糊控制部分的源代码。模糊PID控制器结构改变固定参数KP,KI,KD的控制策略-Fuzzy control part of the source code. Fuzzy PID controller structure change fixed parameters KP, KI, KD control strategy
visKDTree
- KD树的程序,实现从2维到k维的数据检索。kd树(k维搜索树)是把二叉树搜索树推广到多维数据的一种主存数据结构。kd树是一个二叉树,他的内部节点由一个相关联的属性a和一个值v,它将数据点分成两个部分:a值小于v的部分和a值大于等于v的部分。由于所有的维的属性在层间循环,所以树在不同层上的属性是不同的。-KD tree program, from a 2-D to k-dimensional data retrieval. kd Tree (k-dimensional search tree) i
kd_tree
- kd-tree数据结构的C语言实现,代码中有注释,可读性强,适合初学者使用。-kd-tree data structure of the C language, there are notes, readable.
kd-tree
- knn搜索 利用kd tree 查找最相邻的k个高维空间的点-knn kd-tree
MACD+KD+20均线EA
- MT4平台自带了一个自动交易的EA指标,这是macd+ma+kd系统EA(Macd+ma+kd system EA)