-
Chap8
六相电机矢量控制1111111111111(Six phase motor vector control)
- 2018-05-09 13:21:30下载
- 积分:1
-
example source code
MFC入门例子程序源代码-example source code
- 2022-02-25 16:13:40下载
- 积分: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
-
哈夫曼编码,建立哈夫曼树
哈夫曼编码,建立哈夫曼树-Huffman coding, establishing Huffman tree
- 2022-09-14 13:40:03下载
- 积分:1
-
breakerarcmodel
说明: pscad搭建的电弧模型,断路器模块电弧搭建,仿真分析(Arc model built by PSCAD, arc building and simulation analysis of circuit breaker module)
- 2020-08-31 09:48:11下载
- 积分:1
-
Excel 2007 透视表教程ppt,介绍excel透视表的用途与制作方法
Excel 2007 透视表教程ppt,介绍excel透视表的用途与制作方法-Excel 2007 PivotTable tutorial ppt, introduced the use of pivot table excel and production methods
- 2022-01-26 04:18:57下载
- 积分:1
-
ARDUINO_A3D8_Master
说明: 实现光立方多个动画,多种酷炫动画来回切换,实现光立方的控制。(It is very difficult,but it is useful.)
- 2020-06-21 03:00:01下载
- 积分:1
-
实现一个字符串类的若干函数的操作
实现一个字符串类的若干函数的操作-achieve a certain kind of string function operation
- 2022-03-02 06:06:51下载
- 积分:1
-
一个简单的VC++程序安装向导源代码
一个简单的VC++程序安装向导源代码,引导用户一步步安装程序时候用的,一个完整的软件基本都包括的部分,这个安装向导的界面似乎比较传统,没有过多去Windows化,有点个性,不过演示了安装向导的编写过程,对VC++新手还有用的。程序中使用有VC++ 的TAB控件,编程很轻松,使用很方便,效果很不错,哈哈。
- 2022-12-30 22:00:03下载
- 积分:1
-
VI-code_labview
用Labview编程的虚拟示波器程序VI(Programming with Labview virtual oscilloscope program VI)
- 2012-05-21 15:30:24下载
- 积分:1