-
基于自适应LMS算法,此程序用于高通滤波器的自适应干扰对消器...
基于自适应LMS算法,此程序用于高通滤波器的自适应干扰对消器-Based on adaptive LMS algorithm, it is used to construct distubance cancler which is cubordilated high_pass filter.
- 2022-03-12 09:18:09下载
- 积分:1
-
C# 监控Windows剪贴板程序
C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心:
private void Frm_Main_Load(object sender, EventArgs e)
{
timer1.Interval = 1000;//设置计时器间隔为1000毫秒
timer1.Start();//启动计时器
}
private void timer1_Tick(object sender, EventArgs e)
{
if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据
richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中
}
- 2023-08-14 00:35:02下载
- 积分:1
-
Tetris-AI-master
game tetris dengan kecerdasan buatan
- 2018-06-22 21:17:39下载
- 积分:1
-
szbtrschion
基于谱减法的语音增强在MATLAB实现源程序 不错的源码 很好(Based on the spectral subtraction speech enhancement in the MATLAB source code for the good of the source code is very good)
- 2017-08-12 19:39:05下载
- 积分:1
-
Dynamicmodelsimulationofdoubly-fedwindturbines
为满足在电网发生故障时风电机组需保持与电网连接并向系统不间断供电的要求,提出
了双馈风力发电机的动态模型、变流器模型、变流器保护及电网模型,以研究双馈风力发电机的暂
态特性.以1·5MW SUT-1500双馈风力发电机为原型,由一个无穷大电源等效电网模型,变流器模
型采用定子磁链的定向电流矢量控制方法,利用PSCAD软件对双馈电机的暂态特性进行仿真.仿
真结果表明,矢量控制能够实现双馈电机的有功、无功解耦,并可改善系统的低压穿越能力.
(To meet the power failure to keep their wind turbine grid-connected uninterruptible power supply to the system requirements, proposed doubly-fed wind turbine dynamic models of converter model, inverter protection and network model to Study of double-fed wind generator transient characteristics. to 1.5 MW SUT-1500 double-fed wind turbine prototypes, by an infinite power grid equivalent model of converter model uses the stator flux orientation of current vector control methods, using PSCAD software to double-fed motor simulation of transient characteristics. The simulation results show that vector control can be achieved double-fed motor active and reactive decoupling, and can improve the system through the capacity of low-voltage.)
- 2009-10-21 09:57:01下载
- 积分:1
-
armcc
RealView 编译器用户指南 中文版
本书提供 RealView 编译工具的参考信息,并介绍 ARM 编译器的命令行选项。本书也提供有关编译器中 C 和 C++ 以及 C 库的 ARM 实现方法的参考材料。(RealView Compiler User' s Guide Chinese version of the book compiled RealView tools provide reference information and describes the ARM compiler command-line options. The book also provide the compiler in C and C++ and C library implementation of the ARM of the reference material.)
- 2009-07-09 15:01:19下载
- 积分:1
-
Unit1
delphi访问mysql,从mssql转移数据到mysql(Delphi accesses MySQL and transfers data from MSSQL to MySQL)
- 2020-06-25 21:20:01下载
- 积分:1
-
matlab机器人避障
说明: 机器人避障问题,从开始点抵达终点,采用人工势场法,用matlab语言实现(The mobile robot's path finding method avoids obstacles and reaches the end point from the specified point.)
- 2018-04-22 16:18:23下载
- 积分:1
-
Computer_Graphics_Principles_and_Practice
计算机图形学原理及实践:C语言描述(英文版.第2版)
pdf格式(Computer Graphics Principles and Practice 2nd Edition in C
pdf format)
- 2009-12-12 14:09:13下载
- 积分:1
-
SPLL20180304.slx
搭建了基于微分环节的单相锁相环,测试有效!(A single-phase phase-locked loop based on derivative is built, the effectiveness of the contructed SPLL is proved.)
- 2021-04-12 19:58:58下载
- 积分:1