-
[muchong.com]最大功率点跟踪
基于MATLAB的光伏单元最大功率点跟踪,使用了MPPT算法(MATLAB based photovoltaic unit maximum power point tracking, using the MPPT algorithm)
- 2017-06-06 20:14:22下载
- 积分:1
-
nurbs 非均匀有理B样条
用Matlab程序实现非均匀有理B样条,程序简单,容易理解(nou-uniform rational B-spline)
- 2021-03-08 23:29:28下载
- 积分:1
-
riccati传递矩阵法计算转子不平衡响应
求转子的不平衡响应,以及用传递矩阵法求出转子的临界转速。(Finding the Unbalanced Response of Rotor)
- 2019-05-23 20:23:57下载
- 积分:1
-
CoStream 无缓存 Pipe Stream
翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在 XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream();
static string outpath;
static void Main(string[] args)
{
// ...
XmlDocument doc = new XmlDocument();
doc.Load(args[0]);
outpath = args[1];
var reading_thread = new Thread(ReaderBody);
reading_thread.Start();
using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true }))
doc.Save(pipe);
reading_thre
- 2022-03-17 17:34:17下载
- 积分:1
-
filter
300Hz带阻滤波,用matlab中fdatool设计参数,然后用labview开发(300Hz bandstop filter, IIR. Firstly, the coefficients are calculated by Fdatool design tool in matlab, and then developed by labview.)
- 2020-06-24 17:40:02下载
- 积分:1
-
防封杀随机跳转 版本号: 1.3.2
说明: 防封杀随机跳转 ,域名防封系统,适用于微信开发(Anti-blocking random jump, domain name anti-blocking system, suitable for the development of Wechat)
- 2020-06-19 07:40:02下载
- 积分:1
-
Self organising data mining
Self organising data mining (GMBH Technique) and application in forecasting
- 2019-01-02 02:07:56下载
- 积分:1
-
erziyoudu
车辆线性二自由度模型,非常好的simulink仿真模型(Vehicle linear two degree of freedom model, very good Simulink simulation model.)
- 2018-06-04 08:53:32下载
- 积分:1
-
LDC1000_F20x2_Threshold
File to integrate it with anther MCU
- 2020-06-21 19:00:01下载
- 积分:1
-
使用max_plus2在FPGA下实现拔河游戏机的功能,原创
使用max_plus2在FPGA下实现拔河游戏机的功能,原创-FPGA use in max_plus2 game of tug-of-war under the function, originality
- 2023-07-22 04:10:03下载
- 积分:1