搜索资源列表
Kd-tree
- KD 树代码,常见的数据搜索算法,比较实用-KD tree code, common data search algorithms, more practical
PID
- 针对水轮机调节系统PID参数辨识问题,作者在VC++6.0环境下,使用c语言,编写PID参数参数辨识程序,结果表明,该程序能够辨识出Kp,Ki,Kd三个参数,满足调节系统的误差要求。
PSO_PID
- 利用PSO粒子群搜索算法,辨识PID参数:Kp,Ki,Kd.结果表明虽然该方法辨识精度不是很高,但是也有一定可信度.
KD-3X-KC-3X
- 广州科密公司KD-3X KC-3X考勤机二次开发包和文档说明!可直接使用!-Guangzhou Bureau of the company KD-3X KC-3X attendance of secondary development kit and documentation! Can be used directly!
kd
- 杀硬盘的代码,自动破坏物理硬盘的mbr,分区表,运行后重启机,硬盘分区全部没了-Hard to kill the code, automatic destruction of the physical hard disk mbr, partition table, run after the restart the machine, not all of the hard disk partition
particle_neighbor_search_(latest_version)
- 介绍了如何在CUDA上搭建KD-TRIE,以及如何在CUDA上对其进行搜索和预处理,使其能适应解决粒子邻居搜索问题。-Describes how to build CUDA on KD-TRIE, and how to search them on CUDA and pre-treatment, so that it can adapt to solve the particle neighbor search problem.
KD12
- 用来与科密KD-12型号考勤机进行通信,读卡
gh0st
- GHOST远控源码 核心源码 请大家读读市值指数-it is GHOST hhhisla kd
kd-calc
- [delphi source code] Kill death calculator
ev_pwm
- PID control algorithm of the MATLAB simulation in which the parameters, Kp, Ki, Kd are the proportio
ev_pwm
- PID control algorithm of the MATLAB simulation in which the parameters, Kp, Ki, Kd are the proportio
DC-DC-Model
- PID control algorithm of the MATLAB simulation in which the parameters, Kp, Ki, Kd are the proportio
12
- PID control algorithm of the MATLAB simulation in which the parameters, Kp, Ki, Kd are the proportio
Boost_Inverter.mdl
- PID control algorithm of the MATLAB simulation in which the parameters, Kp, Ki, Kd are the proportio
CUDA_KDtree
- 使用KDtree进行KNN计算的source code-kd tree KNN
PCLCode
- PCL课本全章源码的,包含I/O,kd-tree,八叉树,可视化,滤波,深度图像,关键点。采样一致性算法,点云特征描述与提取,点云配准,点云分割,点云曲面重建-the code of book“Point Cloud Library”
pid_library_other_pic32
- { 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