登录
首页 » Others » PID

PID

于 2020-07-09 发布
0 315
下载积分: 1 下载次数: 1

代码说明:

说明:  工业自动化水平已成为衡量各行各业现代化水平的一个重要标志。同时,控制理论的发展也经历了古典控制理论、现代控制理论和智能控制理论三个阶段。智能 控制的典型实例是模糊全自动洗衣机等。自动控制系统可分为开环控制系统和闭环控制系统。(The level of industrial automation has become an important symbol to measure the modernization level of all walks of life. At the same time, the development of control theory has experienced three stages: classical control theory, modern control theory and intelligent control theory. The typical example of intelligent control is fuzzy automatic washing machine. The automatic control system can be divided into open-loop control system and closed-loop control system.)

文件列表:

chap1, 0 , 2020-03-12
chap1\chap1_1.mdl, 23229 , 2010-07-19
chap1\chap1_10.m, 1474 , 2010-07-26
chap1\chap1_11.mdl, 26000 , 2010-07-21
chap1\chap1_11plot.m, 150 , 2010-07-26
chap1\chap1_12.m, 959 , 2010-07-26
chap1\chap1_13.m, 1300 , 2016-05-03
chap1\chap1_14.mdl, 24121 , 2010-07-26
chap1\chap1_14int.m, 155 , 2004-06-13
chap1\chap1_14plot.m, 150 , 2010-07-26
chap1\chap1_15.m, 1507 , 2010-07-26
chap1\chap1_16.asv, 1257 , 2010-07-26
chap1\chap1_16.m, 1250 , 2010-07-26
chap1\chap1_17.m, 681 , 2011-07-09
chap1\chap1_18.asv, 1600 , 2011-07-09
chap1\chap1_18.m, 1599 , 2011-07-09
chap1\chap1_19.mdl, 29883 , 2010-07-26
chap1\chap1_19int.m, 248 , 2004-06-13
chap1\chap1_19plot.m, 150 , 2010-07-26
chap1\chap1_2.mdl, 24308 , 2010-07-26
chap1\chap1_20.asv, 1258 , 2010-07-20
chap1\chap1_20.m, 1295 , 2010-07-26
chap1\chap1_21.m, 1247 , 2010-07-26
chap1\chap1_22.m, 1560 , 2010-07-26
chap1\chap1_23.m, 1150 , 2010-07-26
chap1\chap1_24.asv, 1376 , 2010-07-20
chap1\chap1_24.m, 1371 , 2010-07-26
chap1\chap1_25.m, 1006 , 2010-07-26
chap1\chap1_26.m, 1483 , 2010-07-26
chap1\chap1_27.mdl, 24770 , 2010-07-21
chap1\chap1_27f.m, 744 , 2010-07-20
chap1\chap1_27plot.m, 293 , 2010-07-20
chap1\chap1_28.m, 1493 , 2010-08-02
chap1\chap1_2plot.asv, 238 , 2010-07-19
chap1\chap1_2plot.m, 151 , 2010-07-26
chap1\chap1_3.mdl, 23322 , 2010-07-19
chap1\chap1_3n.mdl, 23084 , 2010-07-19
chap1\chap1_3nplant.m, 271 , 2009-08-06
chap1\chap1_3nplot.m, 150 , 2010-07-26
chap1\chap1_3ns.m, 222 , 2005-01-25
chap1\chap1_3plant.m, 908 , 2004-06-02
chap1\chap1_3plot.m, 150 , 2010-07-26
chap1\chap1_3s.m, 797 , 2010-07-19
chap1\chap1_4.mdl, 27655 , 2010-07-21
chap1\chap1_4plot.m, 150 , 2010-07-26
chap1\chap1_5.mdl, 21774 , 2010-07-21
chap1\chap1_5ctrl.m, 703 , 2009-08-06
chap1\chap1_5plant.m, 805 , 2009-08-06
chap1\chap1_5plot.asv, 151 , 2010-07-26
chap1\chap1_5plot.m, 151 , 2010-07-26
chap1\chap1_6.m, 730 , 2010-07-26
chap1\chap1_6plant.m, 132 , 2004-06-13
chap1\chap1_7.mdl, 19118 , 2010-07-21
chap1\chap1_7ctrl.asv, 254 , 2010-07-19
chap1\chap1_7ctrl.m, 255 , 2010-07-19
chap1\chap1_7plot.m, 150 , 2010-07-26
chap1\chap1_8.mdl, 19557 , 2010-07-21
chap1\chap1_8plot.m, 150 , 2010-07-26
chap1\chap1_8s.m, 1836 , 2004-06-13
chap1\chap1_9.m, 1258 , 2010-07-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • The-linear-neural-network
    线性神经网络matlab程序代码,希望对大家有所帮助(The linear neural network)
    2013-12-24 16:44:33下载
    积分:1
  • 0
    说明:  给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入. 输入:第一行两个正整数n(物品数)和C(容量) 第二行n个正整数n,表示物品价值 第三行n个正整数n,表示物品重量 输出:第一行表示总价值 第二行n个数(0/1),0表示物品不装入,1表示装入 例如, 输入: 5 10 6 3 5 4 6 2 2 6 5 4 输出 15 1 1 0 0 1 (Species of a given n items and a backpack, the weight of item i is Wi, the value of vi, was packet capacity is C, should be how to choose a package of items to be loaded, the backpack load in the largest total value of goods? For each item i, there are only two options, loaded or not loaded. Input: the first line of the two positive integer n (the number of items) and C (capacity) of the second line of n positive integer n, that the value of the third line of n positive integer n, that the weight of output: the total value of the first line of the second line, said n number of (0/1), 0 that the items do not load, that load 1 for example, enter: 5,106,354,622 6 5 4 output 15 1 1 0 0 1)
    2009-07-01 23:07:01下载
    积分:1
  • gg_mle.tar
    运动检测matlab程序和广义高斯分布的matlab程序(motion detection procedures and Matlab Generalized Gaussian distribution of Matlab procedures)
    2007-03-01 15:10:29下载
    积分:1
  • BPSK_Done
    基于的BPSK的matlab,完整的程序,有能相关的说明和注释,有需要的朋友下载吧~(Based on the matlab BPSK, complete program and relevant instruction and comments, the need to download friends ~)
    2011-11-15 13:26:12下载
    积分:1
  • AO
    说明:  关于短路计算的一些源程序同时是有关多目标优化的源程序(Some source of short-circuit calculations is also the source for multi-objective optimization)
    2011-11-28 10:48:27下载
    积分:1
  • BPSK_Transmitter
    Perform BPSK Modulation and transmit it through carrier signal
    2015-01-25 21:36:02下载
    积分:1
  • DIRECTION-OF-ARRIVAL-MEASUREMENT
    DIRECTION-OF-ARRIVAL MEASUREMENT
    2014-02-20 10:40:52下载
    积分:1
  • 07194848iris-recogniton-with-haar-wavelet
    iris recognition using haar wavelet
    2014-01-31 15:55:49下载
    积分:1
  • gui[
    gui training in farsi
    2012-09-01 04:14:53下载
    积分:1
  • bianyuanlianjieyuanma
    一个matlab的图像边缘源码,打开后带参运行,图像处理(bianyuanlianjieyuanma)
    2010-07-21 14:20:22下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载