-
en.diacs_pspice
ltspice model for diac a bidirectional rectifier
- 2017-11-12 21:49:59下载
- 积分:1
-
DELPHI C/S结构网络在线考试程序
DELPHI C/S结构网络在线考试程序,先运行服务端后再启动客户端,若对Delphi比较熟悉,你可以此源码为基础,完整出一个完整的在线考试系统。
- 2022-03-24 22:50:41下载
- 积分: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
-
凌阳DVD编译器的开发,希望在这个地区想知道…
sunplus dvd开发编译器,希望对想了解这方面的人有点点儿帮助,我也才刚开始-sunplus dvd compiler development, in the hope that this area would like to know a little something to help people, I have only just begun
- 2022-03-15 22:04:28下载
- 积分:1
-
backup
增量备份备份 linux 脚本 备份(Incremental backup backup script)
- 2017-12-18 12:55:49下载
- 积分:1
-
Communication-Systems---4ed---Haykin
国外经典通信教材
通信系统第四版
simon haykin(Foreign classical communication textbook communication systems simon haykin Fourth Edition)
- 2015-04-12 12:17:42下载
- 积分:1
-
ZigBee资料
说明: zigbee学习资料,协议规范,紫蜂技术及其应用(ZigBee_afg-home_automation_profile_for_public_download.pdf)
- 2020-06-24 15:20:01下载
- 积分:1
-
mulgypoe-status-functions
用java的applet实现的ufo攻击小游戏,用到了动画和声音处理,(Implementation using Java applet UFO attacks little game, with the help of animation and sound processing,)
- 2017-03-20 20:34:24下载
- 积分:1
-
用分支限界方法求解最淡哈密顿回路,可以球接到30以上
用分支限界方法求解最淡哈密顿回路,可以球接到30以上-Using branch and bound method for solving the most light Hamiltonian circuit, you can receive the ball for more than 30
- 2022-01-26 04:04:11下载
- 积分:1
-
HTML5 css3实现安卓小人图标
HTML5 css3实现安卓小人图标,动画版的Android图标,那个图标会动的,会旋转,会伸胳膊,呵呵,很强大。CSS3超强大哦,甚至可以用它来制造出一个漂亮的图标来,不相信就下载本HTML5代码一看究竟,仿制出Android安卓手机图标开机画面的图标。
- 2022-03-24 02:42:22下载
- 积分:1