您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. PID控制原理及编程方法

  2. 将偏差的比例(Proportion) 、积分(Integral)和微分(Differential)通过线性组合构成控制量, 用这一控制量对被控对象进行控制,这样的控制器称 PID控制器。
  3. 所属分类:专业指导

    • 发布日期:2009-06-13
    • 文件大小:378880
    • 提供者:zhhp0113
  1. 国富论(英文)An Inquiry into the Nature and Causes of the Wealth of Nations

  2. Adam Smith Introduction and Plan of the Work THE annual labour of every nation is the fund which originally supplies it with all the necessaries and conveniences of life which it annually consumes, and which consist always either in the immediate pr
  3. 所属分类:专业指导

    • 发布日期:2009-07-02
    • 文件大小:1048576
    • 提供者:larklee912
  1. C PID 程序 建模

  2. ***********************************************************/ main() { unsigned char z; unsigned char a,b,flag_2=1,count1=0; unsigned char phil[]={2,0xce,0x6e,0x60,0x1c,2};; TMOD=0x21; TH0=0x2f; TL0=0x40; SCON=0x50; PCON=0x00; TH1=0xfd; TL1=0xfd; PS
  3. 所属分类:C

    • 发布日期:2009-08-16
    • 文件大小:9216
    • 提供者:ltizhao
  1. flash相册,国外免费相册

  2. Features: * No actionscr ipt experience is needed, * The picture viewer has standard sizes and you don't have to resize your images. RXP does this for you, so every image in gallery will be adapted to viewer window size with the correct proportion s
  3. 所属分类:Java

    • 发布日期:2009-11-28
    • 文件大小:1048576
    • 提供者:tmyu
  1. Retail Credit Risk Modeling and the Basel Capital Accord

  2. the Payment Cards Center of the Federal Reserve Bank of Philadelphia held a workshop exploring retail credit risk modeling practices and evolving techniques. The workshop was led by Paul Calem, a senior economist at the Board of Governors, Division
  3. 所属分类:Delphi

    • 发布日期:2010-01-05
    • 文件大小:274432
    • 提供者:nyyankee
  1. dw2xls_4.0.1_pb903_8836

  2. DW2XLS 4.0 release notes. New features in 4.0 - Added support for the new Excel file format, OOXML (XML based Excel 2007 format) Set parm.is_version = "OOXML" Default is still 97. - Added support for rectangles and solid lines (only vertical and hor
  3. 所属分类:Java

    • 发布日期:2010-06-25
    • 文件大小:361472
    • 提供者:itwenping
  1. pid算法C 语言实现

  2. pid算法C 语言实现 typedef struct PID { double SetPoint; // 设定目标 Desired Value double Proportion; // 比例常数 Proportional Const double Integral; // 积分常数 Integral Const double Derivative; // 微分常数 Derivative Const double LastError; // Error[-1] double PrevError
  3. 所属分类:Android

    • 发布日期:2011-04-28
    • 文件大小:24576
    • 提供者:luossan
  1. 中易广告联盟 3.2 绝对可用

  2. 系统环境 操作系统:Linux/Unix/NT;推荐使用Linux或Unix操作系统,版本不限 服务环境:Apaceh(IIS)+PHP5.0.x+GD+MySQL5.0.x+Zend Optimzer3.0.x;推荐最新版本; 硬件环境:P4以上服务器,1G内存,10G以上硬盘; 网络环境:10M;推荐10M以上。 MYSQL(my.ini) sql-mode选项 修改为以下值 sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" 安装说
  3. 所属分类:系统集成

    • 发布日期:2011-05-16
    • 文件大小:4194304
    • 提供者:kangwenjie0616
  1. DBGridPro new

  2. DBGridPro features list RAD-Studio technologies support TDBGridPro is one of the basic components included in the RAD-Studio suite and supports all RAD-Studio concepts. Multilevel layout of column titles - fields of dataset record can be represented
  3. 所属分类:C#

    • 发布日期:2006-02-23
    • 文件大小:2097152
    • 提供者:chenxh
  1. muban templete

  2. how are you! is this your morden c.?
  3. 所属分类:专业指导

    • 发布日期:2012-03-22
    • 文件大小:33792
    • 提供者:xs813
  1. 10G以太网802.3标准(Introduction to 10 Gb/s baseband network)

  2. 10 Gigabit Ethernet uses the IEEE 802.3 MAC sublayer, connected through a 10 Gigabit Media Independent Interface (XGMII) to Physical Layer entities such as 10GBASE-SR, 10GBASE-LX4, 10GBASE-CX4, 10GBASE-LR, 10GBASE-ER, 10GBASE-SW, 10GBASE-LW, and 10G
  3. 所属分类:其它

    • 发布日期:2012-05-11
    • 文件大小:4194304
    • 提供者:likepro
  1. The R Book

  2. Michael J. Crawley 1 Getting Started 1 2 Essentials of the R Language 9 3 Data Input 97 4 Dataframes 107 5 Graphics 135 6 Tables 183 7 Mathematics 195 8 Classical Tests 279 9 Statistical Modelling 323 10 Regression 387 11 Analysis of Variance 449 12
  3. 所属分类:其它

    • 发布日期:2012-08-01
    • 文件大小:26214400
    • 提供者:ljufang
  1. Professional Visual Studio 2010

  2. This book’s first section is dedicated to familiarizing you with the core aspects of Visual Studio 2010. Everything you need is contained in the first five chapters, from the IDE structure and layout to the various options and settings you can chang
  3. 所属分类:C#

    • 发布日期:2013-01-26
    • 文件大小:48234496
    • 提供者:goodman40540
  1. 增量式PID算法

  2. 完整 准确 如果你要做模糊控制,就建立一个数据表,然后再写一个如何根据当前的数据来查找和选择 //数据表中相应Proportion,Integral,和Derivative的函数即可
  3. 所属分类:C#

  1. PID控制及程序实现方法

  2. PID(Proportion,Integral,Differential Coefficient)控制是自动控制系统中一种最普遍的控制方法。在单片机应用系 统设计中,许多人感到陌生。本文从自动控制系统出发,介绍PID控制原理和在温度控制系统中的程序实现方法。
  3. 所属分类:嵌入式

    • 发布日期:2013-04-23
    • 文件大小:167936
    • 提供者:bityou
  1. proportion-air品牌MIZAIR隔膜泵节能产品技术资料.pdf

  2. proportion-air品牌MIZAIR隔膜泵节能产品技术资料pdf,proportion-air品牌MIZAIR隔膜泵节能产品技术资料
  3. 所属分类:其它

    • 发布日期:2019-10-22
    • 文件大小:1048576
    • 提供者:weixin_38744207
  1. proportion-air品牌精密空气比例控制阀技术资料.pdf

  2. proportion-air品牌精密空气比例控制阀技术资料pdf,proportion-air品牌精密空气比例控制阀技术资料
  3. 所属分类:其它

    • 发布日期:2019-10-22
    • 文件大小:2097152
    • 提供者:weixin_38744375
  1. Proportion-based robust optimization and team orienteering problem with interval data

  2. In this paper, a proportion-based robust optimization approach is developed to deal with uncertain combinatorial optimization problems. This approach assumes that a certain proportion of uncertain coefficients in each solution are allowed to change a
  3. 所属分类:其它

    • 发布日期:2021-02-09
    • 文件大小:416768
    • 提供者:weixin_38727928
  1. Metal Proportion Optimization of Annular Through-Silicon Via Considering Temperature and Keep-Out Zone

  2. Metal Proportion Optimization of Annular Through-Silicon Via Considering Temperature and Keep-Out Zone
  3. 所属分类:其它

    • 发布日期:2021-02-07
    • 文件大小:1048576
    • 提供者:weixin_38588394
  1. Realization of large energy proportion in the central lobe by coherent beam combination based on conformal projection sy

  2. Realization of large energy proportion in the central lobe by coherent beam combination based on conformal projection system
  3. 所属分类:其它

    • 发布日期:2021-02-07
    • 文件大小:2097152
    • 提供者:weixin_38606300
« 12 3 4 5 »