-
Java 手机秒表源代码
Java 手机秒表程序源代码,基于j2me框架的手机程序,拷贝至支持JAVA的手机中即可运行,界面如上图所示,挺简洁的界面,但很直观。
- 2023-01-08 04:45:03下载
- 积分:1
-
fourierTransform
1D 2D DFT FFT matlab手写源代码,跟matlab自带函数进行比较误差小于0.0000000001(1D 2D DFT FFT matlab handwritten source code, compared with the MATLAB function, the error is less than 0.0000000001)
- 2020-06-22 03:20:01下载
- 积分:1
-
Diverse Routing in Networks With Probabilistic
An article about Diverse Routing in Networks With Probabilistic
- 2020-06-20 02:20:02下载
- 积分:1
-
DTW
曲线动态时间规划,规划距离计算,应用于单元响应时间序列曲线(The curve of dynamic time warping, warping distance calculation)
- 2017-10-16 15:09:13下载
- 积分:1
-
A good game play is very appropriate because the 8 lines of code changed too lon...
一款不错的游戏 很有适玩8行 因为代码太长改了一部分 可以使用经过调试了-A good game play is very appropriate because the 8 lines of code changed too long after you can use the debugging
- 2022-11-20 02:25:03下载
- 积分:1
-
10.1.1.104.8806
In many areas of commerce, government, academia, and hospitals, large collections of digital images are
being created. Many of these collections are the product of digitizing existing collections of analogue photographs,
diagrams, drawings, paintings, and prints. Usually, the only way of searching these collections
was by keyword indexing, or simply by browsing. Digital images databases however, open the way to
content-based searching. In this paper we survey some technical aspects of current content-based image
retrieval systems.
- 2011-06-25 11:35:51下载
- 积分:1
-
a process has begun to request the initialization of a number of factorial proce...
程序中一开始已初始化一个需要求的阶乘数字 程序只需要运行就可得到结果,如要修改,可在源代码作一个小小修改即可-a process has begun to request the initialization of a number of factorial procedure can only be run, to changes in the source code for a small change can be
- 2023-04-03 18:25:03下载
- 积分:1
-
fssss
自己编的腐蚀源程序,希望对大家有用(own series of the corrosion source, we want to help!)
- 2006-06-26 19:56:10下载
- 积分: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
-
文件切割,特别对于Email上传文件有用。
文件切割,特别对于Email上传文件有用。-paper cutting, especially Email upload documents useful.
- 2022-12-21 10:35:03下载
- 积分:1