-
GUI Layout Toolbox 2.3.4
说明: 这个工具箱提供了创建复杂的MATLAB图形用户界面的工具,可以优雅地调整大小(This toolbox provides tools to create sophisticated MATLAB graphical user interfaces that resize gracefully. The classes supplied can be used in combination to produce virtually any user interface layout.)
- 2021-03-29 13:09:10下载
- 积分:1
-
PV_MPPT_boost_D_PO_2015rb
仿真算法
1)PV光伏电池模型采用工程实用C1C2数学模型;
2)采用基于占空比扰动的PO扰动观察法实现MPPT最大功率跟踪;
3)采用信号发生器和开关自由组合,实现4种工作模式:模式1,温度固定,光照固定;模式2,温度固定,光照突变;模式3,温度突变,光照固定;模式4,温度突变,光照突变;
4)跟踪效果良好,能够适应环境变化;
5)各个模块功能明确,方便学习和理解。(Simulation algorithm
1) The practical engineering C1C2 mathematical model is adopted in the PV photovoltaic cell model.
2) The maximum power tracking of MPPT is realized by using the PO perturbation observation method based on duty cycle perturbation.
3) The signal generator and switch are combined freely to realize four working modes: mode 1, temperature fixing and light fixing; mode 2, temperature fixing and light mutation; mode 3, temperature mutation and light fixing; mode 4, temperature mutation and light mutation;
4) The tracking effect is good and can adapt to environmental changes.
5) The functions of each module are clear and easy to learn and understand.)
- 2021-01-07 14:08:53下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1
-
ocm12864
ocm12864液晶屏幕使用说明书,含简单时序和接线图-ocm12864
- 2022-07-23 01:34:25下载
- 积分:1
-
touch
说明: data for touch with spice
- 2019-06-29 12:46:28下载
- 积分:1
-
小波神经网络
神经网络做回归预测,3层小波包结合在一起做预测(network regress prediction)
- 2017-10-19 15:29:54下载
- 积分:1
-
这是数字图像处理的教程,比较专用与系统,pdf格式
这是数字图像处理的教程,比较专用与系统,pdf格式-This is the Digital Image Processing Guide, compared with dedicated systems, pdf format
- 2022-01-27 15:22:11下载
- 积分:1
-
本程序是用VC writennt
本程序是用VC编写的中国象棋的源程序 可以人机博弈 看看你的水平怎么样咯-THIS PROGAME IS WRITENNT BY VC
- 2022-03-15 23:04:05下载
- 积分:1
-
VB
说明: VB资料大全,内有很多VB编程技巧。有分类。
《VB精华文摘-窗体篇》 《VB精华文摘-控件篇》《VB精华文摘-其他篇》《VB精华文摘-数据库篇》《VB精华文摘-图形篇》 《VB精华文摘-网络篇》《VB精华文摘-文件篇》《VB精华文摘-系统篇》《VB精华文摘-游戏篇》《VB精华文摘-字符串篇》
(VB Sourcebook, there are a lot of VB programming skills. There are classification. )
- 2009-05-13 17:19:20下载
- 积分:1
-
Linear Algebra Done Wrong_2017-09-04
说明: 这也是一本线性代数的教材,其讲法十分现代,抛弃了行列式为主的传统讲法,直接紧扣线性代数中最核心的算子理论。(This is also a textbook of linear algebra. Its teaching method is very modern, abandoning the traditional teaching method based on the determinant, and directly following the core operator theory in linear algebra.)
- 2020-05-06 09:57:19下载
- 积分:1