si8250资料,很好的东西,数字电源控制器
上传时间: 2014-01-10
上传用户:270189020
采用遗传算法直接优化数字PID控制器参数,并控制一个带时延的系统,仿真结果表明遗传算法收 敛较快,得到的PID控制器控制效果明显优于传统的PID控制。
上传时间: 2014-01-23
上传用户:gundan
樣板 B 樹 ( B - tree ) 規則 : (1) 每個節點內元素個數在 [MIN,2*MIN] 之間, 但根節點元素個數為 [1,2*MIN] (2) 節點內元素由小排到大, 元素不重複 (3) 每個節點內的指標個數為元素個數加一 (4) 第 i 個指標所指向的子節點內的所有元素值皆小於父節點的第 i 個元素 (5) B 樹內的所有末端節點深度一樣
上传时间: 2017-05-14
上传用户:日光微澜
欧几里德算法:辗转求余 原理: gcd(a,b)=gcd(b,a mod b) 当b为0时,两数的最大公约数即为a getchar()会接受前一个scanf的回车符
上传时间: 2014-01-10
上传用户:2467478207
数据结构课程设计 数据结构B+树 B+ tree Library
上传时间: 2013-12-31
上传用户:semi1981
该文档为数字PID控制器的MATLAB仿真简介资料,讲解的还不错,感兴趣的可以下载看看…………………………
上传时间: 2021-10-20
上传用户:aben
该文档为单片机芯片78F9234数字温度控制器的设计与制作讲解文档,是一份很不错的参考资料,具有较高参考价值,感兴趣的可以下载看看………………
标签: 单片机
上传时间: 2022-03-05
上传用户:kent
文档为基于MATLAB的数字PID控制器仿真总结文档,是一份不错的参考资料,感兴趣的可以下载看看,,,,,,,,,,,,,
上传时间: 2022-06-29
上传用户:
本文介绍了一种基于AVR单片机的数字胃肠造影系统光圈控制器的设计和实现。该控制器以单片机为核心,以PID控制理论为思想,通过外围硬件电路来达到控制目的。通过串行端口实时调整光圈大小,该光圈控制器具有响应速度快、控制精度高和稳定性好等特点。在实际运行中效果良好。
上传时间: 2013-10-20
上传用户:zsjinju
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda