登录
首页 » matlab » guolu

guolu

于 2019-05-18 发布
0 89
下载积分: 1 下载次数: 9

代码说明:

说明:  锅炉汽包水位自适应模糊PID控制的模型与仿真,仿真能很好运行(Boiler bubble water control can realize the simulation of boiler water level, and the effect is obvious. (control))

文件列表:

张立松, 0 , 2019-05-15
张立松\fuzzy.fis, 2362 , 2019-05-14
张立松\fuzzypid.fis, 2365 , 2019-05-15
张立松\fuzzypid.mdl, 50245 , 2019-05-14

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

发表评论

0 个回复

  • 设计模式
    3-5 观察者模式实例之股票变化:某在线股票软件需要提供如下功能:当股票购买者所购买的某支股票价格变化幅度达到5%时,系统将自动发送通知(包括新价格)给购买股票的股民。现使用观察者模式设计该系统,绘制类图并编程模拟实现。 3-6状态模式实例之银行转账:在某银行系统中,我们定义了账户的三种状态:(1)如果账户(Account)中余额(balance)大于等于0,此时账户的状态为绿色(GreenState),即正常状态,表示既可以向该账户存款(deposit)也可以向从该账户取款(whithdraw)。(2)如果该账户中余额小于0,并且大于等于-1000,则该账户的状态为黄色(YellowState),即欠费状态,此时既可以向该账户存款也可以从该账户取款。(3)如果该账户余额小于-1000,那么该账户的状态为红色(RedState),即透支状态,此时用户只能向该账户存款,不能在从中取款。现在用状态模拟来实现状态的转化问题,用户只要执行简单的存款和取款操作,系统根据数量自动转换到相应的状态。(Need to transport toBaiDu)
    2020-12-15 23:09:13下载
    积分:1
  • 哈尔滨工业大学计算机科学与技术学院编译原理课件,很全面,对广大编译原理爱好者有很好的帮助!...
    哈尔滨工业大学计算机科学与技术学院编译原理课件,很全面,对广大编译原理爱好者有很好的帮助!-Harbin Industrial University Computer Science and Technology Institute courseware compiler theory, very comprehensive and of the general principles of compiling a very good lovers!
    2022-02-05 18:05:27下载
    积分:1
  • C#数字排列组合递归算法实例
    C#数字排列组合递归算法实例,可排列0——N个数字,需要组合的数字在0~5之间,也就是最大支持5位数,速度极快,可输入位数后,点击“计算”按钮体验一下。
    2022-11-12 21:25:03下载
    积分:1
  • The JILRunOnly project is a simple command
    The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to demonstrate in detail, how the JILRuntime/JewelScript library can be embedded into an application.
    2022-01-25 23:34:52下载
    积分:1
  • 在研究了各种预览方法后,作为总结,写了这个程序,跟大家一起分享。 上次写的简便无刷新文件上传系统最初的目的就是用来实现这个图片预览效果。 兼容:ie6/...
    在研究了各种预览方法后,作为总结,写了这个程序,跟大家一起分享。 上次写的简便无刷新文件上传系统最初的目的就是用来实现这个图片预览效果。 兼容:ie6/7/8, firefox 3.5.5 后台支持下还兼容:opera 10.10, safari 4.0.4, chrome 3.0 asp版本使用Persits.Jpeg组件缩放图片,测试请先安装该组件。 -After studying the various preview method, in summary, wrote this program to share with you. The last write simple non-refresh file upload system, the initial aim is to achieve this image preview. Compatibility: ie6/7/8, firefox 3.5.5 is also compatible with the background support: opera 10.10, safari 4.0.4, chrome 3.0 asp version of the use of Persits.Jpeg component scaling picture, testing, install this component.
    2022-03-24 00:03:49下载
    积分:1
  • 算法图解.pdf
    本书示例丰富,图文并茂,以简明易懂的方式阐释了算法,旨在帮助程序员在日常项目中更好地利用 算法为软件开发助力。前三章介绍算法基础,包括二分查找、大 O 表示法、两种基本的数据结构以及递归 等。余下的篇幅将主要介绍应用广泛的算法,具体内容包括 :面对具体问题时的解决技巧,比如何时采用 贪婪算法或动态规划 ;散列表的应用 ;图算法 ;K 最近邻算法。 本书适合所有程序员、计算机专业相关师生以及对算法感兴趣的读者(This book is rich in examples and illustrates algorithms in a concise and easy-to-understand way. It aims to help programmers make better use of algorithms in daily projects to help software development. The first three chapters introduce the basic algorithms, including binary search, large O representation, two basic data structures and recursion. The rest of the paper will focus on the widely used algorithms, including: when to use greedy algorithm or dynamic programming, hash table application, graph algorithm, K nearest neighbor algorithm when facing specific problems. This book is suitable for all programmers, computer-related teachers and students, and readers interested in algorithms.)
    2020-06-20 19:00:02下载
    积分:1
  • 1、CC2530 流水灯实验
    zigbee基础实验教程和代码实现cc2530(ZigBee basic experiment)
    2018-03-03 14:34:03下载
    积分:1
  • jquery带对话框提示图片相册
    说明:  带对话框提示图片相册是一款带对话框提示,鼠标点击一张张相册图片放大查(Photo album with dialog box prompt is a photo album with dialog box prompt. Click on one photo album by mouse to enlarge it.)
    2019-03-18 15:04:58下载
    积分:1
  • AudioRecording-master
    说明:  不错的android录音代码,适合初学者学习(Android recording code is good)
    2020-06-20 16:00:02下载
    积分:1
  • power
    光伏发电模型用来模拟一天内24小时段的光伏出力变化曲线(Photovoltaic power generation model used to simulate the photovoltaic output change curve during the 24-hour period of the day)
    2018-05-19 22:38:07下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 46今日下载