-
一个用C写的MUD 终端源码,从中可以学习到很多的相关的知识!值得一看!...
一个用C写的MUD 终端源码,从中可以学习到很多的相关的知识!值得一看!-1 C write MUD terminal source, from which one can learn a lot of knowledge! An eye-catcher!
- 2022-01-25 15:01:59下载
- 积分: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
-
demo
说明: springBoot hellow word base the version 2.1.3
- 2020-06-23 00:40:02下载
- 积分:1
-
在多媒体软件中,如果让相关图片按顺序循环滚动(例如循环展示商品图片),多媒体程序一定会增色不少,运行此程序,在窗体中将从左到右连续播放不同的图片,呈现了一种电影...
在多媒体软件中,如果让相关图片按顺序循环滚动(例如循环展示商品图片),多媒体程序一定会增色不少,运行此程序,在窗体中将从左到右连续播放不同的图片,呈现了一种电影胶片的效果,并且每张胶片中的图片都izai不断的动态变换。-In the multimedia software, if the picture in order to allow the relevant circle rolling (for example, display of goods circulation picture), multimedia program will be enriched a lot to run this procedure will be from left to right in the form playback different picture, showing the the effect of a film, and each film in the picture are izai constant dynamic change.
- 2022-03-06 19:15:43下载
- 积分:1
-
stm32f4xx_adc
信号采集的历程显示 可用于新手学习 很基础很重要的东西(The process of signal acquisition shows that it can be used for beginners to learn something very basic and important.)
- 2018-05-02 11:28:18下载
- 积分:1
-
SIFT-特征提取
说明: 适用于初学者的基于SIFT算法的特征匹配(SIFT-based feature matching for beginners)
- 2019-10-09 16:14:47下载
- 积分:1
-
OPC 所用到的DLL文件!下载后直接安装就可以了!
OPC 所用到的DLL文件!下载后直接安装就可以了!-OPC used by the DLL files! After downloading can be installed directly!
- 2022-08-05 22:45:16下载
- 积分:1
-
这是一个时间显示程序 可以将系统的实时时间通过屏幕显示出来 显示格式为时:分:秒...
这是一个时间显示程序 可以将系统的实时时间通过屏幕显示出来 显示格式为时:分:秒-This is a time to show the system program can be displayed real time on-screen display format too: minutes: seconds
- 2022-03-31 17:24:48下载
- 积分:1
-
cec13_func
用于部分算法的函数测试,如PSO,FIPS等的粒子群算法(function can be used in PSO, FIPSO,and some particle swarm.)
- 2020-06-22 13:20:02下载
- 积分:1
-
The game is similar to the keyboard
该游戏类似键盘游戏。练习的键盘速度,很有趣。-The game is similar to the keyboard-based games. Exercise keyboard speed, very interesting
- 2022-02-15 00:09:14下载
- 积分:1