-
LabVIEW prepared using the numeric keypad procedures, the use of LabVIEW can be...
用LabVIEW编写的数字键盘程序,可用于采用LabVIEW开发的触摸屏系统中-LabVIEW prepared using the numeric keypad procedures, the use of LabVIEW can be used for the development of touch-screen system
- 2022-01-22 16:18:37下载
- 积分:1
-
一个类结构,非常实用的工具,在RPG游戏和战略游戏中,经常需要角色自动根据地图寻找最短路径绕过建筑物...
一个类结构,非常实用的工具,在RPG游戏和战略游戏中,经常需要角色自动根据地图寻找最短路径绕过建筑物-A class structure, a very useful tool, in the RPG games and strategy games, role often need to automatically map to find the shortest path to bypass the building
- 2022-05-14 20:59:10下载
- 积分:1
-
通信仿真 jakes改进模型的程序,仿真基本理论
通信仿真 jakes改进模型的程序,仿真基本理论-jakes improve communication simulation model of the process, simulation basic theory
- 2022-02-25 15:09:03下载
- 积分:1
-
一个鼠标小车程序,鼠标可以引导小车转动,是闲时编写的小程序。...
一个鼠标小车程序,鼠标可以引导小车转动,是闲时编写的小程序。-a trolley procedures mouse, the mouse can guide the car turning, the man is prepared by the small procedures.
- 2023-05-19 16:25:03下载
- 积分:1
-
VC++局域网发文件、发消息程序
VC++局域网发文件、发消息程序,在内网或局域网中传送文件,点对点的文件传输,还可进行消息发送。打开程序后,经过简单设置后就可 使用,在Windows托盘处显示图标,点击图标可显示对应窗口。使用方法:
1、请不要屏蔽2118端口
2、如果对方没有安装本软件,将不能发送附件,也不能通过IP发送消息
3、使用本信使前,请关掉其它信使服务,及加入DCOM支持
4、第一次使用使用时请先设置相应的参数,部分功能右键提供
5、呼出热键为CTRL+ALT+A、F4,隐藏为ESC键
6、如果对方没有装本信使且不在一个子网内,发送将失败
7、频繁关闭并启动本程序的时间间隔请不要小于60秒
- 2022-02-02 17:32:22下载
- 积分: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
-
c language version of student achievement management system that can only be run...
c语言版的学生成绩管理系统,只能在liunx下运行,目前只是在字符界面下的-c language version of student achievement management system that can only be run under liunx is only in the character of
- 2022-04-16 21:55:30下载
- 积分:1
-
GTS300汽车功放电路原理图 PDF格式
GTS300汽车功放电路原理图 PDF格式-GTS300 car amplifier circuit schematics PDF format
- 2022-02-20 20:03:33下载
- 积分:1
-
可以打开图片
可以打开图片-Can open the picture
- 2022-04-21 12:58:41下载
- 积分:1
-
From Windows to Linux.
指引开发者走向Linux的路线图。
From Windows to Linux.
指引开发者走向Linux的路线图。-From Windows to Linux. Guidelines for Linux developers to the road map.
- 2022-07-23 15:43:26下载
- 积分:1