搜索资源列表

  1. Fuzzy-PID_3ouputs

    1下载:
  2. Fuzzy Auto PID Tuning for DC Motor The Fuzzy system needs 2 inputs e(t) & de(t) and it will get three outputs for tuning the PID gains (KP), (KI) & (KD) depending on the membership functions -Fuzzy Auto PID Tuning for D
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:370688
    • 提供者:Ahmed
  1. PID

    0下载:
  2. PID tuning Use simulink response optimalization to tune the gains Kp Ko Kd of the PID controler block PID tunning with actuator constraints-PID tuning Use simulink response optimalization to tune the gains Kp Ko Kd of th
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-28
    • 文件大小:8192
    • 提供者:Ksi
  1. k_d-tree-

    0下载:
  2. k-d tree的matlab与VC混合实现,可直接使用-using matlab and VC mix programming to realize kd tree.can be used used directly
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-28
    • 文件大小:126976
    • 提供者:
  1. caltech-image-search-1.0

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

    • 发布日期:2024-04-28
    • 文件大小:148480
    • 提供者:薛振华
  1. kdtree

    0下载:
  2. 基于手机系统图像拼接中kd树算法的实用程序-a program of kd tree arithmetic
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-28
    • 文件大小:6144
    • 提供者:刘潇
  1. kDtreesfig

    0下载:
  2. kd树的相关英文资料 非常经典详细的解说-kd tree
  3. 所属分类:TreeView控件

    • 发布日期:2024-04-28
    • 文件大小:2122752
    • 提供者:chris
  1. KD

    0下载:
  2. 真实物流编号生成器(获取器),用来获取不同物流公司的物流编号及编号信息-Logistics Number Generator
  3. 所属分类:C#编程

    • 发布日期:2024-04-28
    • 文件大小:2397184
    • 提供者:神羽
  1. Music-Identification-with-KD-Tree.pdf

    0下载:
  2. Paper about Music Identification
  3. 所属分类:软件工程

    • 发布日期:2024-04-28
    • 文件大小:354304
    • 提供者:Manuelito_
  1. kdtree

    0下载:
  2. 在图像处理中,用最优节点优先法,建造kd树,用于特征点匹配-In the image processing, the optimal node with priority method, build kd tree, used for matching feature points
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-28
    • 文件大小:55296
    • 提供者:missliu
  1. kdtree

    0下载:
  2. 特征点匹配时,采用构造KD-tree,用最优节点优先法寻找最佳匹配点-Matching feature points, the tectonic KD-tree, with the optimal node is preferred method to search for the optimal matching point
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-28
    • 文件大小:5120
    • 提供者:huangjiulin
  1. kdtree

    0下载:
  2. KD tree implementation in C by Rajeev Kumar
  3. 所属分类:TreeView控件

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:Rajeev Kumar
  1. diedaixuexi

    0下载:
  2. 迭代学习控制程序,适用于初学迭代学习控制的人,-The process of Ifjsf askfd sa klfd js lskjdl fn kjas ldfj ldsfk kd lfdk dkf d d dfljmdfkpe e e rer e re er e r t y tdlfkd-p s[p oioi kldkl d lkf ldkp m dkkf fd d lfkl lfd
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:贾学存
  1. driverProgram

    0下载:
  2. 开发环境:keil uVision4 。 无刷直流马达驱动源码参考 。 1:滴答中断用做启动和停止判断 2:AD中断分两部分:(1)注入中断读取电机电流和PID运算(2)规则中断读取转把电压 3:TIM1触发中断,进行换向 4:TIM3中断分两部分:溢出中断进行堵转计数,霍尔中断用来控制TIM1换向和获得转速 5:键盘改变PID参数-int main(void) { u16 temp /***
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-28
    • 文件大小:1306624
    • 提供者:sergiolau
  1. @kdtree

    0下载:
  2. kd树在matlab下的实现主要包含4个子函数-The following code implements a KDTree search algorithm in MATLAB.There are 4 main functions
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:198656
    • 提供者:
  1. kdtree1

    0下载:
  2. KD树在vc++中的实现包含kd树的创建等-the implement of kdtree in vc++
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-28
    • 文件大小:234496
    • 提供者:
  1. 030_Assignment_2_KDTree

    0下载:
  2. 介绍kd树的基本方法和实现的操作步骤,英文介绍。-The kd tree methods and implementation steps, English.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-28
    • 文件大小:265216
    • 提供者:Sherlock
  1. Fuzzy---simulink

    0下载:
  2. 里面有三个二维模糊调节器分别实现PID控制器的参数Kp,ki,Kd,的调节。其控制原理:根据前面的偏差e和偏差变化ec将三个模糊控制器FC1,FC2,FC3分别进行模糊化,模糊逻辑推理,解模糊化。最后得到pid控制器参数调节量。-There are three-dimensional fuzzy regulator PID controller parameters Kp, ki Kd, adjust. The control prin
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:12288
    • 提供者:战斗机
  1. Algorithm-for-Sequence-Image-Automatic-Mosaic-bas

    0下载:
  2. Abstract—Constraining by cameras’ view-angles of the outdoor monitoring systems, the panoramic digital images fail to be obtained directly from photographing. A method is proposed on the basis of the scale invar
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-28
    • 文件大小:345088
    • 提供者:bou33aza
  1. bbb

    0下载:
  2. 这是一个键盘显示程序,只有两个按键,通过进行加减运算来实现键盘显示。-KD Keyboard Display ;KD ;keyboard display KD
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:梦随我飞
  1. RTGI

    0下载:
  2. GlobalIllumination(实时全局光照).通过这个源代码,你能够了解到GlobalIllumination和Kd-Tree的实现方式.-GlobalIllumination algorithm.Through this sourcecode,you may have a good knowledge of the algorithm of Real Time GI and kd-tree.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-28
    • 文件大小:10767360
    • 提供者:Carrot Lee
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »

源码中国 www.ymcn.org