-
tank-J2ME
手机游戏开发,Eclipse平台,J2ME之坦克游戏(Cellular phone game development, Eclipse platform, the tanks J2ME game
)
- 2011-04-29 13:10:20下载
- 积分:1
-
一个手机JAVA游戏,MDIP2的运行环境,包括所有的资源和源代码,射击游戏...
一个手机JAVA游戏,MDIP2的运行环境,包括所有的资源和源代码,射击游戏-a mobile Java games, MDIP2 operating environment, including all the resources and source code, shooter
- 2022-02-18 15:44:58下载
- 积分:1
-
冒泡排序、折中排序,实现排序最快化,达到优化功能
冒泡排序、折中排序,实现排序最快化,达到优化功能-Bubble Sort, compromise, in order to achieve the fastest order, optimize functions
- 2022-03-20 20:57:48下载
- 积分:1
-
j2me_control_example
说明: j2me基本控件示例代码演示,不错的入门代码!代码采用Eclipse环境开发,可直接导入Eclipse中。(j2me sample code demonstrates the basic controls, a good entry-code! Code using Eclipse development environment can be directly imported in Eclipse.)
- 2010-03-23 19:06:28下载
- 积分:1
-
本论文是关于基于J2me的手机游戏开发,包括摘要和一些经典的游戏设计思想。...
本论文是关于基于J2me的手机游戏开发,包括摘要和一些经典的游戏设计思想。-This thesis is based on the Mobile Game J2me development, including a summary and some classic game design idea.
- 2023-08-11 07:30:03下载
- 积分:1
-
J2ME
J2me手机绘图功能简介
点击科技荡寇将军 地理空间分开就到了-J2me
- 2022-05-26 02:41:40下载
- 积分: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
-
手机上Java小游戏――深水炸弹,类似与PC机上的同名游戏,很不错的。...
手机上Java小游戏――深水炸弹,类似与PC机上的同名游戏,很不错的。-phone Java games-- depth charges, and similar PC game of the same name, is very good.
- 2022-05-13 16:12:17下载
- 积分:1
-
非常cool的时钟程序,为你的网页增加一点趣味性,java小程序
非常cool的时钟程序,为你的网页增加一点趣味性,java小程序-very cool clock program, add some palat for your web, java code.
- 2022-03-03 23:19:25下载
- 积分:1
-
j2me华容道游戏,CLDC1.0,源码,直接导入Eclipse工程
j2me华容道游戏,CLDC1.0,源码,直接导入Eclipse工程-j2me Puzzle, CLDC1.0, the source directly into the Eclipse project
- 2022-10-18 04:35:04下载
- 积分:1