-
STC
用于MIMO-SAR成像的STC波形隔离度仿真(Simulation of STC waveform isolation for MIMO-SAR imaging)
- 2018-08-29 20:26:21下载
- 积分: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
-
grbl-master
An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight
- 2019-01-09 21:34:25下载
- 积分:1
-
CVasisten
this CV explein about my self
- 2012-04-06 21:55:37下载
- 积分:1
-
连续写入文件
说明: 比较好的写文件的编程,很有做为编程的参考案例的参考价值。(Better file writing programming, there is a reference value as a reference case of programming.)
- 2020-06-19 23:40:01下载
- 积分:1
-
遗传算法
说明: 考虑了孤岛型微电网的灵活性,在成本最低的条件下,进行优化调度(Considering the flexibility of islanded microgrid, the optimal dispatch is carried out at the lowest cost.)
- 2019-01-06 10:58:14下载
- 积分:1
-
燃料电池-光伏溷合发电系统建模与仿真
simlink建模光伏,光伏光伏电池的一系列处理问题(simlink
Construction and correction of photovoltaic system)
- 2021-01-04 11:18:55下载
- 积分:1
-
一个倒计时的程序
一个倒计时的程序-a countdown procedures
- 2022-02-06 05:21:27下载
- 积分:1
-
SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for...
SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for part-of-speech tagging) specify the sequence of words along with the correct assignment of tags (i.e. states). The goal is to predict the tag sequences for new sentences.
- 2023-04-23 16:15:03下载
- 积分:1
-
matlab工具箱 cvx
说明: matlab工具箱,cvx凸优化,包含例子(The toolkit Convex optimization)
- 2020-06-23 05:00:01下载
- 积分:1