-
论坛 Script(php)
这是一个 php 的论坛。成员登录和有开机自检和评论的线程的能力。它是在附近的最好论坛脚本。演示 < a href ="www.naijaloaded.com"> < /a > 这里
- 2022-02-01 19:24:02下载
- 积分:1
-
轧制力拟合程序 基本思想是线性方程加BP补偿
轧制力拟合程序 基本思想是线性方程加BP补偿-Fitting procedures for rolling force basic idea is to increase BP compensation of linear equations
- 2023-08-20 04:35:03下载
- 积分:1
-
打印机功能集程序
打印机功能集合程序-printers feature set procedures
- 2022-03-10 11:42:30下载
- 积分: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
-
xp 和Apple的双系统,该文件是用来在xp的启动栏里加Apple的启动选项,用于启动Apple系统,具体的方法是吧tboot复制到c:(和boot.ini同...
xp 和Apple的双系统,该文件是用来在xp的启动栏里加Apple的启动选项,用于启动Apple系统,具体的方法是吧tboot复制到c:(和boot.ini同级目录)在boot.ini文件的最后加上行加上c: boot=Apple Mac Os x 10.5 leopard 保存-xp, and Apple" s dual system, the file is used to start bar xp plus Apple startup options used to start Apple systems, specific methods, right tboot copied to c: (and boot.ini peer directories) In the boot.ini file, add the line add c: tboot = Apple Mac Os x 10.5 leopard to save
- 2022-03-04 14:09:29下载
- 积分:1
-
UDF波仿真程序
波浪模拟UDF程序,可以模拟二位数值水槽产生波浪,便于应用fluent求解波浪模拟问题-UDF wave simulation procedures
- 2022-07-21 23:52:07下载
- 积分:1
-
用sdk实现的贪吃蛇游戏
用sdk实现的贪吃蛇游戏-sdk achieve with the game Snake
- 2022-11-27 03:45:03下载
- 积分:1
-
8m灯饰网站 美工一流,后台管理地址/admin.asp 密码自己看数据库...
8m灯饰网站 美工一流,后台管理地址/admin.asp 密码自己看数据库-8m Lighting web site art class, Admin Address/admin.asp password to look up the database
- 2023-02-21 11:55:04下载
- 积分:1
-
国外手机游戏的源码(包含文档)
国外手机游戏的源码(包含文档)-Foreign-source mobile phone games (including documents)
- 2022-08-25 14:22:10下载
- 积分:1
-
用 C 编写的带音乐背景的"接龙"游戏
用 C 编写的带音乐背景的"接龙"游戏-C with the preparation of the background music of "word" game.
- 2022-04-02 01:43:23下载
- 积分:1