-
radar
有关雷达方面的一个simulink仿真模型
希望对大家有用,(On the radar a simulink simulation model of hope for everyone useful,)
- 2008-07-03 19:39:41下载
- 积分:1
-
直齿轮传动系统的动力学方程,通过龙格库塔法进行求解
基于集中参数法,建立了包含齿侧间隙的直齿轮传动系统的动力学方程,通过龙格库塔法进行求解(Based on the method of concentrated parameters, the dynamic equation of the spur gear drive system with the side clearance of the tooth is established)
- 2018-06-08 12:36:00下载
- 积分:1
-
Fiber Optic
Optical fiber book for Matlab system
- 2020-06-19 09:40:01下载
- 积分:1
-
15000 Useful Phrases
说明: 15000 useful english phrases
- 2020-06-17 07:00:02下载
- 积分:1
-
双约束重力模型(1.0)
说明: 基于双约束重力模型的交通分布预测,可与底特律连用(Traffic distribution forecast)
- 2021-03-22 15:49:17下载
- 积分:1
-
Apocalyx游戏引擎
Apocalyx是由俄国人开发的一个基于OpenGL的3D引擎.最早使用FREEBASIC语言开发.功能比较强大,支持多种脚本语言
- 2022-10-21 23:15:06下载
- 积分:1
-
Java实现窗体右键菜单
Java实现窗体右键菜单,简约易操作的窗体菜单,这是一个相当易懂的制作实例。
super( "右键弹出菜单" ); //调用父类构造函数
ChangeColorAction action = new ChangeColorAction(); //菜单项事件处理
String[] str = {"Blue","Pink","Yellow","Red","Orange"}; //菜单项名称
ButtonGroup colorGroup=new ButtonGroup(); //实例化按钮组
popupMenu=new JPopupMenu(); //实例化弹出菜单
items=new JRadioButtonMenuItem[5]; //初始化数组
for (int i=0;i items[i]=new JRadioButtonMenuItem(str[i]); //实例化菜单项
popupMenu.add(items[i]); //增加菜单项到菜单上
colorGroup.add(items[i]); //增加菜单项到按钮组
items[i].addActionListener(action); //菜单项事件处理
}
addMouseListener(new MouseAdapter(){ //窗口的鼠标事件处理
public void mousePressed( MouseEvent event ) { //点击鼠标
triggerEvent(event); //调用triggerEvent方法处理事件
- 2023-03-05 04:05:03下载
- 积分:1
-
也是一个关于匹配方面的程序,希望能帮上新手的忙。
也是一个关于匹配方面的程序,希望能帮上新手的忙。-Is also an area on the matching procedure, hoping to help the novice a favor.
- 2022-03-20 22:26:29下载
- 积分:1
-
BP
说明: SAR成像的BP算法,后向投影(Backprojection BP)合成孔径雷达(SAR)成像算法
(Backprojection BP SAR imaging algorithm)((Backprojection BP SAR imaging algorithm))
- 2017-11-27 21:39:04下载
- 积分:1
-
新建 Microsoft Word 文档
说明: m光伏MPPT光伏电池模块、MPPT模块、BOOST模块、逆变模块,用MATLAB编写的遗传算法路径规划,做视觉测量的上位机代码。(Photovoltaic cell module, MPPT module, BOOST module, inverter module, MATLAB prepared by the genetic algorithm path planning, do the upper computer code of visual measurement.)
- 2020-12-23 11:42:08下载
- 积分:1