-
my_zhiquMPPT
直驱风机 能实现mppt控制,采用不控整流管加boost控制,实现最大功率控制输出(PMSG MPPT
The direct-drive fan can realize MPPT control and realize maximum power control output by using uncontrolled rectifier tube plus boost control.)
- 2019-05-09 10:11:59下载
- 积分:1
-
powerflow
说明: 实现潮流计算。包括雅可比矩阵、Y矩阵的计算。包括IEEE30、IEEE118等算例数据。(Realize power flow calculation. Including the calculation of Jacobian matrix and Y matrix. Including IEEE30, IEEE118 and other example data.)
- 2021-01-05 15:41:34下载
- 积分:1
-
蒸汽物性计算
IAPWS-IF97水和水蒸汽物性计算公式的相关内容(The properties of water and water vapor, according to the rules of the IAPWS-IF97)
- 2021-04-19 16:58:50下载
- 积分:1
-
上机5 梁枫 崔展
一、实验目的
通过本实验,了解信号估计的最小二乘法原理。
二、实验要求
1.导入受噪声污染的高斯信号数据,并绘制该信号。
2.推导高斯信号最小二乘法估计公式。
3.利用估计公式估计高斯信号的参数(幅值、均值和方程)。
4.画出估计出的高斯信号。(First, the purpose of the experiment Through this experiment, we know the least square method of signal estimation. Two. Experimental requirements 1. import noise contaminated Gauss signal data and draw the signal. 2. derivation of Gauss signal least squares estimation formula. 3. estimate the parameters of the Gauss signal (amplitude, mean and equation) by using the estimation formula. 4. draw the estimated Gauss signal.)
- 2018-06-24 17:00:54下载
- 积分:1
-
Java/JSP万年历编写实例
Java万年历源码,
TextField tfYear = new TextField("2004", 5); //显示年份的文本域
Choice monthChoice = new Choice(); //月份选择下拉框
Button btUpdate = new Button("更新"); //更新按钮
GregorianCalendar calendar=new GregorianCalendar(); //日历对象
Font smallFont = new Font("TimesRoman", Font.PLAIN, 15); //显示小字体
Font bigFont = new Font("TimesRoman", Font.BOLD, 50); //显示大字体
String days[] = {"星期日", "星期一", "星期二", "星期三","星期四", "星期五", "星期六"};
String months[] = {"一月", "二月", "三月", "四月","五月", "六月", "七月", "八月", "九月","十月", "十一月", "十二月"};
int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; //每个月的天数
int searchMonth,searchYear; //查询的年份及月份
public void init(){
setBackground(Color.white); //设置背景颜色
searchMonth = calendar.get(Calendar.MONTH); //得到系统年份
searchYear = calendar.get(Calendar.YEAR); //得到系统月份
add(new Label(" 年:")); //增加组件到Applet
tfYear.setText(String.valueOf(searchYear)); //设置文本域文字
add(tfYear);
add(new Label(" 月:
- 2023-03-16 17:35:03下载
- 积分:1
-
NURBS110707
高速切削加工技术是一种先进的制造技术,具有强大的生命力和广阔的应
用前景,已成为切削加工的主流。数控插补技术是数控系统实现轨迹运动控制
的基础,插补运算是CNC系统软件实现运动控制的核心模块,插补算法的优劣
将直接影响到CNC系统的性能。因此,实现一种高精度和高速度的插补方法是
插补的关键所在。
本文在分析传统基准脉冲插补、数据采样插补的算法的基础上,着重研究
了三次NURBS曲线实时插补技术,针对部分算法的不完整或效率低,提出了
一种简单快捷的插补算法。采用NURBS曲线的矩阵表达式,将整个插补过程
分解为插补预处理和实时插补。在插补预处理中完成了大量的计算,预处理的
计算结果直接应用于实时插补,使插补算法满足了NURBS曲线插补的实时性
要求,再辅以必要的轮廓误差控制,实现了加工速度自适应于加工路径的
NURBS曲线直接插补。
本文讨论的插补算法采用C++语言实现,并在VC++6.0的编程环境中实现
了插补算法的计算机仿真,验证了算法的正确性和可行性。(The high speed cutting is one of advanced manufacture technique,which has the powerful vitality and the broad application,and already became the mainstream of machining.The interpolation technology of NC is the foundation of path s control in the CNC system,and the interpolation operation is the core module of
CNC system software,which comes the motion control true.The interpolation
algorithm,whose function is good or bad,directly influences the performance of CNC system.So,a kind of interpolation method with the high accuracy and high speed is the key of interpolation.
Based on analyzing the traditional pulse interpolation and data sampling
interpolation,this paper emphasizes on the NURBS curve real-time interpolation
technology.In view of the partial algorithms which is incomplete and the low efficiency,this paper propose a simple and quick interpolation algorithm.Using the
matrix representation of NURBS curve,the whole interpolation process is divided into appropriate pretreat)
- 2011-07-07 11:46:17下载
- 积分:1
-
kriging-master
说明: 克里金(Kriging)插值法,又称空间自协方差最佳插值法,它是以南非矿业工程师D.G.Krige的名字命名的一种最优内插法。克里金法广泛地应用于地下水模拟、土壤制图等领域,是一种很有用的地质统计格网化方法。(Kriging interpolation, also known as spatial autocorrelation optimal interpolation, is named after d.g.krige, a mining engineer in South Africa. Kriging method is widely used in groundwater simulation, soil mapping and other fields. It is a very useful geostatistical grid method.)
- 2020-03-05 16:53:11下载
- 积分:1
-
dct
程序主要用于dct图片分块,包括8*8,16*16,32*32,64*64分块等等。(The program is mainly used to block DCT pictures, including 8*8, 16*16,32*32, 64*64 block, and so on.)
- 2018-03-15 18:24:35下载
- 积分:1
-
运行环境 TC2.0 w,s,a,d控制方向, 逗号和句号控制力量,空格发杆 本来还可用鼠标控制,因为要用一个"mouse.h",所以去掉了...
运行环境 TC2.0 w,s,a,d控制方向, 逗号和句号控制力量,空格发杆 本来还可用鼠标控制,因为要用一个"mouse.h",所以去掉了-runtime environment WITH TC 2.0 w, s, a, d to control direction, the comma and full stop controlling forces, space-could have also been made with the mouse control, because we are a "mouse.h", removed the
- 2022-03-19 10:00:22下载
- 积分:1
-
一个类似Netmeeting的电子白板功能的程序
一个类似Netmeeting的电子白板功能的程序-A similar procedure for Netmeeting function of whiteboard
- 2023-08-12 05:25:02下载
- 积分:1