-
计算机系统结构实现记分牌算法模拟器
计算机系统结构中实现记分牌算法的一个模拟器-computer system architecture to achieve Scoreboard an algorithm simulator
- 2022-02-05 14:49:14下载
- 积分: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
-
HVDC_VSC3
一个基于PSCAD仿真平台的三端的柔性直流。(A three terminal flexible DC based on PSCAD simulation platform.)
- 2017-08-11 16:03:45下载
- 积分:1
-
1637显示电压STM32
说明: 使用STM32内部AD,PA1作为输入,1637显示电压值(Using STM32 internal AD, PA1 as input, 1637 display voltage value)
- 2020-06-16 19:00:01下载
- 积分:1
-
Python.Cookbook(第2版)
学习python的参考书,特别对于有一定基础的也有很大的参考价值。(Learning Python reference books, especially for a certain basis also has a great reference value.)
- 2017-10-23 10:42:17下载
- 积分:1
-
Duhamel
论文详细阐述了杜哈梅积分的原理,并用单自由度系统验证(The principle of duhami integral is expounded in detail, and the system is verified by single degree of freedom system.)
- 2018-08-01 09:58:25下载
- 积分:1
-
台球地图实现,可以移植的模块,适合大多数的台球小程序,很方便...
台球地图实现,可以移植的模块,适合大多数的台球小程序,很方便-Billiard map realize, you can transplant the module, suitable for the majority of billiards applet, it is convenient
- 2022-02-03 06:41:00下载
- 积分:1
-
底盘源代码
说明: The drive file of McNaught Motorcycle, including the drive file of stm32f427
- 2020-06-22 14:40:01下载
- 积分:1
-
VB使用smtp.dll发送Email程序演示
VB使用smtp.dll发送Email程序演示,简邮邮件发送组件,mtp.dll通过smtp协议发送邮件,为标准windows dll 支持VB VC等主流编程工具调用,调用方式跟调用windows api完全相同。 使用或者发布后无需注册控件 无需做成安装包 发布时只需将本dll放到exe同目录下即可。
本dll仅有两个导出函数
1.SendMail函数:发送邮件主函数
2.GetSmtpError函数:当发送失败时使用该函数取得失败的原因 (比如用户名密码错误)
具体用法及各个参数说明见各个程序示例代码。
- 2022-02-13 00:21:07下载
- 积分:1
-
rescue5_secure5
decompile clipper programs
- 2019-07-07 05:25:20下载
- 积分:1