-
browser_ui
Stolen files of yet more inside from the TV of mine is lots
- 2020-06-18 09:20:02下载
- 积分:1
-
刘金琨滑模控制第三版上下部最新程序
刘金琨编著的《滑模变结构控制matlab仿真(第三版)先进控制系统设计方法》,《滑模变结构控制matlab仿真(第三版)基本理论与设计方法》MATLAB程序,滑模控制第三版上下部MATLAB程序代码;刘金琨滑模控制第三版上下部最新程序,对照程序可以复现书中的仿真图(Matlab simulation for sliding mode control edited by Liu Jinkun "(Third Edition)" the design method of the advanced control system, "matlab simulation for sliding mode control (Third Edition)" the basic theory and design method of sliding mode control MATLAB program, version third on the lower MATLAB code; Liu Jin Kun sliding mode control version third upper and lower part of the new procedures, the control program can reproduce the simulation map in the book)
- 2021-04-27 23:28:44下载
- 积分:1
-
从滞回曲线提取骨架曲线点Matlab程序
说明: 利用matlab从滞回曲线提取骨架曲线,结构抗震(Using MATLAB to extract skeleton curve from hysteretic curve, the structure is aseismic)
- 2020-02-11 11:27:29下载
- 积分:1
-
ISO_IEC_14496
ISO_IEC_14496-4_2001(E)
- 2023-03-27 07:10:04下载
- 积分:1
-
Java绘图:绘制虚线与实线
Java绘图:绘制虚线与实线
public LineDemo(){
super("实线与虚线"); //调用父类构造函数
setSize(300,200); //设置窗口尺寸
setVisible(true); //设置窗口可视
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序
}
public void paint(Graphics g){ //绘制组件方法
Graphics2D g2=(Graphics2D)g; //得到2D图形
Dimension dim = this.getSize(); //得到组件尺寸
g2.setColor(Color.white); //设置绘制颜色为白色
g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件
g2.setColor(Color.black); //设置绘制颜色
g2.drawLine(40,160,280,160); //绘制实线
g2.drawLine(40,160,40,40);
g2.drawString("0",30,165); //绘制字符串
g2.drawString("100",16,50);
g2.drawString("200",270,175);
float[] dash={5,5}; //短划线图案
BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷
g2.setStroke(bs); //设置新的画刷
g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
- 2022-01-28 07:52:17下载
- 积分:1
-
对grwave PC版需要一台IBM PC / AT或等效
地波场强计算,高频地波场强衰减计算,高频电磁波地波传播计算仿真,Fortran源程序,可以在cirr公开网址上获得。- The PC version of GRWAVE requires an IBM PC/AT or equivalent
(80286 microprocessor) with a math co-processor and a minimum of
256 kilobytes of memory.
Disk Contents:
GRWAVE is supplied on a 3.5" or 5.25" disk which
contains three main files. These are GRWAVE.EXE, GRWAVE.FOR
and GRWUSR.MAN. GRWAVE.EXE is executable machine language code.
GRWAVE.FOR is the FORTRAN source code. Compilation of this
source code to produce an executable code requires a FORTRAN
compiler which supports double precision complex arithmetic.
Microsoft FORTRAN Version 4.01 was used to compile and link
GRWAVE.FOR to produce GRWAVE.EXE. Compilation has also been
tested with Lahey FORTRAN F77L [*]. It is known the IBM
Professional FORTRAN will not work because of a lack of support
for double precision complex arithmetic.
[*] Note: GRWAVE uses a function, DREAL, which is not an
in
- 2022-04-14 19:32:30下载
- 积分:1
-
fxlms_code
说明: 我提供了一个基于FXLMS的单通道前馈有源噪声控制系统的一个小例子.
为了减少噪声,我们使用控制器C(z)产生另一个“噪声”yw(k)。我们希望它破坏性地干扰X(k)。这意味着控制器必须是传播介质P(z)的模型。采用最小均方算法对控制器系数/权重进行调整。
然而,还有流体介质S(Z)留在致动器和传感器之间。我们称之为二次传播路径。所以,为了使解正确,我们需要用SH(z)来补偿调整过程,这是S(z)的估计(I provided him a little example of a single channel feed-forward active noise control system based on the FxLMS.
To reduce noise, we generate another 'noise' yw(k) using the controller C(z). We hope that it destructively interferes x(k). It means that the controller has to be a model of the propagation medium P(z). Least mean square algorithm is applied to adjust the controller coefficient/weight.
However, there is also fluid medium S(z) that stay between the actuator and sensor. We called it the secondary propagation path. So, to make the solusion right, we need to compensate the adjustment process using Sh(z), which is an estimate of S(z).)
- 2018-05-25 15:30:07下载
- 积分:1
-
sofc
excell model of sofc fuelcell.
- 2018-03-10 14:18:35下载
- 积分:1
-
701 Server 701 Client 20110805
说明: Vietnamese user manual for Soyal 701Client/Server software
- 2019-03-11 23:15:33下载
- 积分:1
-
银行自动柜员机相关,dos下模拟实现银行自动柜员机系统
银行自动柜员机相关,dos下模拟实现银行自动柜员机系统-Bank automated teller machine-related, dos simulated realization of bank automated teller machine system
- 2022-04-17 00:38:34下载
- 积分:1