-
platform-tools_r28.0.0-windows
platform tool windows
- 2019-04-16 19:39:56下载
- 积分:1
-
ctrlTmp
基于C8051的温度传感的AD采样。丹甫股份(xxxx cdd vfdv gfgf f fdrdvvvvvvvvvvvvvvvv)
- 2013-08-09 15:58:13下载
- 积分:1
-
aodv
opnet下修改AODV路由协议,将min hop routing 改为min cost routing,附说明文档(opnet to modify the AODV routing protocol, the min hop routing changed to min cost routing, attached documentation)
- 2021-04-28 10:18:44下载
- 积分:1
-
EGM(1,1)
说明: EGM is even GM(1,1) model. Used for prediction and forecasting of grey data.
- 2020-06-16 03:40:02下载
- 积分:1
-
3380
首页jQuery焦点图代码,带左右箭头按钮,自动轮播切换的网站首页焦点(Home page jQuery Focus Map Code, with left and right arrow buttons, automatic rotation switch site Home Focus)
- 2019-03-27 13:20:51下载
- 积分:1
-
很实用的Delphi信息管理系统界面源码
一个很实用的Delphi信息管理系统界面源码,这个界面集成了菜单、框架、按钮以及图文导航等众多效果,是一个开发基于Delphi的信息系统时,可借鉴引用的一个用户界面,对于不擅长界面设计的Delphi编程者,这个可以解决你的燃眉之急,哈哈 。
- 2022-10-05 00:55:03下载
- 积分:1
-
Communication-Theory-Sixth-Edition-
通信原理第六版(国防+曹丽娜+樊昌信)课本(Communication Theory Sixth Edition (Defense+ Cao Lina+ Fan Changxin) Textbook)
- 2013-07-12 14:22:27下载
- 积分:1
-
springbootdemo-hello-world-rest
springbootdemo-hello-world-rest
- 2020-06-19 05:00:01下载
- 积分:1
-
LSB-CLION
说明: MP3的隐写用LSB算法实现,在CLION平台下的实现。(LSB algorithm for MP3 steganography)
- 2021-02-06 16:29:56下载
- 积分: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