-
VC++在窗口底部实现TAB选项卡效果
VC++在窗口底部实现TAB选项卡效果,十分流行和实用的窗体布局效果,本选项卡布局在窗口的底部了,和大家所熟悉的Office Excel表格中的Shell表视图切换功能十分相似,当然也可以显示在窗口的顶部,这个根据你的喜欢可做出调整,本例的实际效果请参见截图所示。
- 2022-01-31 15:39:07下载
- 积分:1
-
ANSYSpractice
1. 进入START > Programs > ANSYS 10.0 > Ansys Product Luncher
2. 单击Launch 标签,选择ANSYS Simulation Environment 和授权
3. 单击File Management标签,输入工作目录和作业名
(1 Go to START> Programs> ANSYS 10.0> Ansys Product Luncher 2. Click the Launch tab, select ANSYS Simulation Environment and authorization 3 Click File Management tab, enter the working directory and job name)
- 2013-10-08 17:00:56下载
- 积分:1
-
VMD优化
说明: 基于VMD的机车滚动轴承故障,变转速的测量,VMD的优化(Measurement of Rolling Bearing Fault and Variable Speed of Locomotive Based on VMD)
- 2019-02-03 13:04:44下载
- 积分:1
-
求电磁场边值,程序简洁,方法得当,运算速度快,是这一程序的最突出的特点...
求电磁场边值,程序简洁,方法得当,运算速度快,是这一程序的最突出的特点-For electromagnetic field boundary value, the program is simple and methodologically sound, computing speed, this procedure is the most prominent feature of
- 2022-08-07 23:16:46下载
- 积分:1
-
8阵元均匀圆阵MUSIC DOA算法的matlab程序代码
包含一个可执行 .M 文件:8阵元均匀圆阵MUSIC DOA算法的matlab程序代码(Contains an executable file.)
- 2020-12-28 16:09:01下载
- 积分:1
-
DynamicWindowApproachSample2
说明: 动态窗口法的路径规划,可以修改起点和终点,障碍物也可以修改(dynamic window approach)
- 2019-05-13 15:26:03下载
- 积分: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
-
Current-Effects
一个比较好的ppt模板,程序员汇报的时候可以使用(A good ppt templates, programmers can use when reporting)
- 2014-02-07 21:22:38下载
- 积分:1
-
Zafiro MT5
Zafiro is one of the best indicator to use in the forex markets, and actually has the best accuracy to trade automatically.
- 2020-06-24 20:40:02下载
- 积分:1
-
时钟设置时钟类程序,设置二次时间并显示输出和学生信息
时钟设置时钟类程序,设置二次时间并显示输出和学生信息-clock set the clock category, the setting is the second time, and output of information and students
- 2022-03-18 09:32:14下载
- 积分:1