-
engine_src
一个J2ME游戏引擎,这个引擎可以用MYECLIPSE直接打开,大家可以尝试下(A J2ME game engine, the engine can be directly MYECLIPSE open, we can try the next)
- 2010-01-06 09:48:15下载
- 积分: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
-
LinkLook
说明: 连连看J2ME,这是自己的第二个游戏。代码之中多多粗糙,大家多多提意见(1000 block of Terry Avenue, it is their second game. Rough code among many, everyone to speak up)
- 2006-04-28 20:16:24下载
- 积分:1
-
这是一个J2ME 写的手机游戏的RPG Engine 里面有开发文档资料和实现细节,开发手机游戏的朋友可以参考...
这是一个J2ME 写的手机游戏的RPG Engine 里面有开发文档资料和实现细节,开发手机游戏的朋友可以参考-This is a write J2ME mobile phone games RPG Engine development inside information and documentation to achieve details, the development of mobile phone games can refer a friend
- 2022-12-12 00:35:03下载
- 积分:1
-
蓝牙上网 j2me的源代码,以及3g的源代码,现在都能用的,蓝牙的...
蓝牙上网 j2me的源代码,以及3g的源代码,现在都能用的,蓝牙的-Bluetooth access code, and the j2me 3g source code, can now, bluetooth
- 2022-01-24 12:32:19下载
- 积分:1
-
Word
J2ME中游戏读文档的类word.java(J2ME game time in the category of documents word.java)
- 2009-04-17 11:06:37下载
- 积分:1
-
是个很不错的游戏,不过忘记是什么了,自己下了玩玩就知道了...
是个很不错的游戏,不过忘记是什么了,自己下了玩玩就知道了-was a very good game, but forget what it is that he had to play on the know
- 2022-05-16 17:06:56下载
- 积分:1
-
DreamValley
Create ringtone "DreamValley" for mobile phone using J2ME
- 2009-04-27 03:02:05下载
- 积分:1
-
terrain collision detection methods, the development of J2ME mobile gaming routi...
地形碰撞检测方法,J2ME手机游戏开发例程之一,供初学者学习,含代码!-terrain collision detection methods, the development of J2ME mobile gaming routines, one for beginners to learn, with the code!
- 2022-03-10 12:13:24下载
- 积分:1
-
use J2ME simple Email this function. Mobile phones can run the program, check le...
用J2ME实现简单电子邮件发送功能。 可以通过手机运行该程序,实现远程查信等功能。-use J2ME simple Email this function. Mobile phones can run the program, check letter remote functions.
- 2023-01-22 11:10:03下载
- 积分:1