-
冒泡排序、折中排序,实现排序最快化,达到优化功能
冒泡排序、折中排序,实现排序最快化,达到优化功能-Bubble Sort, compromise, in order to achieve the fastest order, optimize functions
- 2022-03-20 20:57:48下载
- 积分:1
-
This is my learning J2ME process of doing some kind of interface code testing, i...
这是我在学习J2ME过程中,对一些界面类所做的测试代码,包括 Alert类的测试 TextField类的测试-This is my learning J2ME process of doing some kind of interface code testing, including the testing category Alert TextField kind of test
- 2022-07-14 22:38:00下载
- 积分:1
-
java 为图片添加水印 示例
为图片添加水印 【核心代码】 /*** 添加水印* @param imagePath 图片绝对路径* @param watermarkPath 水印图片绝对路径* @param position 水印图片位置* @return 生成水印图片的绝对路径*/public static String addWatermark(String imagePath, String watermarkPath, String position) {logger.info("为图片({})在位置{}添加水印({})", imagePath, position, watermarkPath);if (StringUtils.isNotBlank(imagePath) && StringUtils.isNotBlank(watermarkPath)) {File image = new File(imagePath);File watermark = new File(watermarkPath);Position pos = getPostion(position);if (image.isFile() && image.exists() && watermark.isFile()) {try {BufferedImage bi = ImageIO.read(image);Builder builder = Thumbnails.of(imagePath);BufferedImage watermarkImg = ImageIO.read(watermark);File newWatermark = null;// 原图的宽或高是水印图片宽或高的2倍及以上,则直接打上水印原图;否则缩略水印图片,以原图宽或高的二分之一if (bi.getWidth() / watermarkImg.getWidth()
- 2017-10-13下载
- 积分:1
-
GOGOGO游戏源码
GOGOGO游戏源码-GOGOGO game FOSS
- 2022-08-19 05:44:17下载
- 积分:1
-
game Scroll realized, and the captions on television rolling effect is the same
游戏的滚屏实现,和电视上的字幕滚动效果是一样的-game Scroll realized, and the captions on television rolling effect is the same
- 2022-06-02 14:43:18下载
- 积分:1
-
developed a card game, which pay source, there still is a certain source of the...
基于J2ME 开发的一个卡片游戏,内付源码,源码中还有一定的注释-developed a card game, which pay source, there still is a certain source of the Notes
- 2023-02-01 02:45:04下载
- 积分:1
-
j2me手机软件开发教学系列,sun studio环境
j2me手机软件开发教学系列,sun studio环境-J2ME phone software teaching series, sun studio environment
- 2022-03-23 11:11:03下载
- 积分:1
-
手机游戏开发中用来打包图片工具(相对于GetPicFromRes.rar)。自己做的。...
手机游戏开发中用来打包图片工具(相对于GetPicFromRes.rar)。自己做的。-cell phone game development tools used to pack photographs (as opposed to GetPicFromRes.rar ). Do for myself.
- 2022-03-15 23:19:57下载
- 积分:1
-
在本教程中,我们已经考察了 J2ME 的背景,研究了 J2ME 的配置和简表。让我们再来看看怎样为开发 J2ME 应用程序设置开发环境。...
在本教程中,我们已经考察了 J2ME 的背景,研究了 J2ME 的配置和简表。让我们再来看看怎样为开发 J2ME 应用程序设置开发环境。
-In this tutorial, we have investigated the background of J2ME studied J2ME configuration and summary table. Let us come back to see how to develop J2ME application development environment set up.
- 2022-07-03 22:04:59下载
- 积分:1
-
一款j2me的钓鱼游戏,大家可以自由设计鱼.可以部署在eclipse,netbeans....
一款j2me的钓鱼游戏,大家可以自由设计鱼.可以部署在eclipse,netbeans.-Anglers game, we can design a free fish. Can be deployed in eclipse. netbeans.
- 2022-01-26 16:19:25下载
- 积分:1