-
1
说明: 该文章提出了一种适用于微电网的能量管理算法。在微源发电不确定性时的主电网。所提出的控制算法尝试通过调节非临界供电功率降低微电网对主电网的依赖性荷载。所提出的方法是在一个由可再生能源构成的微电网系统上实现的。电源和负载,它们被广泛地划分为临界负载和非临界负载。微电网研究中考虑的系统依赖于微电网中发电厂的主电网。来源。为了实现所提出的技术,系统中存在的非临界负载是与交流电动弹簧串联连接。交流电力弹簧在微电网系统中的应用减少对主电网的依赖是看待减少主问题的一种不同方式。网格依赖,很可能是第一次尝试。研究中考虑的微电网系统在Matlab中设计并进行仿真以实现所提出的能量管理算法。(Collected recent power spring related information, marked the number of cited times, and the contents were comprehensive.)
- 2018-11-14 21:13:34下载
- 积分:1
-
SQLite3Develop
Sqlite3 的确很好用。小巧、速度快。但是因为非微软的产品,帮助文档总觉得不够。这
些天再次研究它,又有一些收获,这里把我对 sqlite3 的研究列出来,以备忘记。(Sqlite3 really good use. Small, fast. But for the Microsoft products, always feel that not enough to help document. This
Some day to study it, and have some harvest, here I study on SQLite3 list, to forget.)
- 2012-09-25 17:13:03下载
- 积分:1
-
vb增强型Treeview视图菜单控件
vb增强型Treeview树形视图菜单控件,自带5个树形菜单应用实例,并结合了Access数据库,支持动态读取数据库生成TreeView,并且支持较复杂的数据关联、递归纪录连接、多数据关联、多层嵌套、自定义过滤标准、自定义SQL排序等众多功能。
- 2022-03-31 09:56:38下载
- 积分:1
-
S3C2410PMDKPEmbest
这是学校实验室新引进的Embest公司的开发箱自带光盘里的文档,是关于MDK环境下的驱动开发。希望有帮助。(This is the school laboratories new the introduction of the the development box of the Embest the company s ready to bring their own documentation on the CD, is the the-driven development under the the About a MDK environment. Want to help.)
- 2013-04-17 14:06:32下载
- 积分:1
-
纯净语音加噪
说明: add_noise.m给纯净语音加不同信噪比的噪声,audio.m为处理语音信号的GUI界面,可生成各种滤波后的时频域图(Add noise with different signal-to-noise ratio to pure speech)
- 2020-12-16 21:48:00下载
- 积分:1
-
ReadingTool
看小说软件,可按键盘快捷键使软件窗口消失和出现以及翻页,可自由调整软件窗口尺寸,本软件可打开已下载好的小说(Read the novel software, keyboard shortcut keys can make the software window disappear and appear, and page turning, can adjust the size of the software window freely, this software can open the downloaded novel.)
- 2020-06-20 04:00:02下载
- 积分:1
-
10268701
全国界限SHP,包括九段线,但这个好像只有九段线,可以试用看看。我觉得应该能用。(china.shp,its Chinese map including nine lines,it may help you a lot.)
- 2019-05-23 17:01:08下载
- 积分:1
-
输出50kHZ,占空比50%的带死区的互补PWM PWM50K
能够输出50kHZ,占空比50%的带死区的互补PWM(Complementary PWM with dead zone and 50% duty cycle can output 50kHZ)
- 2020-06-20 04:40:01下载
- 积分:1
-
gaosiyanyumoxing
说明: 高斯烟羽模型的matlab代码,下次自己从这里下载(Matlab code of Gaussian plume model)
- 2019-01-30 11:54:22下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1