-
系统辨识与自适应控制MATLAB仿真
说明: 自适应控制编程方面的书籍,里面有很多编程实例,适用于自适应控制入门学者学习。(Books on adaptive control programming)
- 2019-04-03 11:05:52下载
- 积分:1
-
53189879-6713-User-manual
manual of tms320cdsk6713
- 2019-03-07 17:34:51下载
- 积分:1
-
Java自定义鼠标光标
super("自定义光标"); //调用父类构造函数
int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组
Container container=getContentPane(); //得到容器
container.setLayout(new FlowLayout()); //设置容器布局管理器
for (int i=0;i JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象
jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标
container.add(jta); //增加组件到容器上
}
Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象
Image image=toolkit.getImage("cursor.gif"); //得到图像
Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象
JTextArea jta=new JTextArea(3,6); //实例化文本框
jta.setCursor(customCursor); //设置文本框光标
container.add(jta); //增加组件
setSize(300,160); //设置窗口大小
setVisible(true); //窗口可视
- 2022-03-06 15:35:47下载
- 积分:1
-
PDS-Pipe
采用ANSYS软件的APDL语言编写的两个命令流文件,用于计算含缺陷管道的失效概率,将参数稍作改动,可用于其它结构的可靠性分析(using ANSYS APDL preparation of the two documents order flow, used in the calculation of pipeline containing defects failure probability of parameters minor modifications, can be used for other structural reliability analysis)
- 2021-04-19 08:48:51下载
- 积分:1
-
7- engine_2018_Toyota_A25AFKS_2L5_Tier2
analysis of a damper in mrf fluid
- 2020-06-16 11:00:02下载
- 积分:1
-
CAN communication test software, can send and receive data, and setup time
CAN通讯的测试软件,数据可发送及接收,并能设置时间-CAN communication test software, can send and receive data, and setup time
- 2023-02-06 21:30:03下载
- 积分:1
-
tiredel
轮胎刷子模型,仿真轮胎侧偏纵滑复合工况轮胎的受力情况,部分带数据可直接仿真(A tire brush model is established to simulate the load condition of the tire under the condition of side slip and longitudinal slip)
- 2017-08-07 11:03:25下载
- 积分:1
-
ARIMA
可以很好的预测数据,程序代码简单可靠好用(Good prediction of data, the program code is simple and reliable easy to use.)
- 2017-11-19 10:46:26下载
- 积分:1
-
MC9S12G128 LIN总线接收、发送程序
说明: MC9S12G128 LIN总线接收、发送程序(MC9S12G128 LIN bus receives and sends programs)
- 2019-12-09 19:54:44下载
- 积分:1
-
参考文献
说明: 可以用于风电厂火电厂调频分析。火电600mw风电1.5mw(It can be used in frequency modulation analysis of thermal power plants.)
- 2020-11-12 20:49:43下载
- 积分:1