-
control_server
这个是vb编写的控制服务器的程序,还包括一个于此相关的视频教程(This is the control server vb preparation procedures, this also includes a related video tutorial)
- 2008-08-10 08:54:48下载
- 积分:1
-
baojingzhuangzhi
基于单片机的报警装置,在出现危险的时候可以自己发出警报自带灯光闪烁和声音(Microcontroller-based alarm device, can be dangerous when an alarm comes with flashing lights and sound)
- 2012-06-29 20:53:32下载
- 积分:1
-
LibraryManagerWeb
说明: 图书管理系统,可以有增添改删,完整代码,软件eclipse+MySQL(librarymanagement system, can add, modify, delete, complete code, software eclipse + MySQL)
- 2020-06-08 18:38:04下载
- 积分:1
-
S7-1200使用手册
说明: 这是一本关于西门子S7-1200控制器的编程手册(Siemens s7-1200 programming manual)
- 2020-06-17 05:00:02下载
- 积分:1
-
e440190239
安捷伦频谱分析仪编程指南,有完整的例子,对GPIB编程有帮助(ESA Spectrum Analyzers Programmer s Guide)
- 2009-02-22 19:33:52下载
- 积分:1
-
2
附件包含多个插件js代码,只要在你的html页面直接调用即可,而你所要写的代码是少之又少,(The attachment contains multiple plug-in JS codes that you can call directly from your HTML page, and you need to write very little code.)
- 2018-09-10 17:44:30下载
- 积分:1
-
createFit
极值分布拟合 MATLAB程序 主要针对实测风速数据(Extreme value distribution fitting)
- 2017-07-18 10:03:38下载
- 积分: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
-
forum-ddt
The pdf file which gives the description abt the forum and ddt it is frm SAEC
- 2013-02-11 15:51:08下载
- 积分:1
-
dcb_vcct_fatigue_3d
Abaqus odb file in documentation
- 2017-09-17 02:10:17下载
- 积分:1