-
This is a Java ME realize the puzzle source code, it is very good
这是一个javaME实现的拼图游戏源代码,很不错的呀-This is a Java ME realize the puzzle source code, it is very good
- 2022-02-22 00:32:20下载
- 积分:1
-
j2me
说明: 学习惯了j2ee的开发,
最近学习了j2me,
原来j2me 也应有意思的(Studies used j2ee development, recently learned j2me, j2me original should be interesting)
- 2011-04-12 00:32:16下载
- 积分:1
-
在HTTP中J2ME MIDP / J2EE集成策略
Strategies For J2ME MIDP/J2EE Integration Over HTTP
- 2022-04-10 02:26:03下载
- 积分:1
-
java source code for modile list function
java source code for modile list function
- 2022-02-04 05:45:00下载
- 积分:1
-
J2ME游戏中进行碰撞监测, 如在射击游戏中判断是否被击中, 在动作游戏中判断是否吃到宝物...
J2ME游戏中进行碰撞监测, 如在射击游戏中判断是否被击中, 在动作游戏中判断是否吃到宝物-J2ME game for collision monitoring, such as in the shooting to determine whether the game was hit in the action game to determine whether eating Treasure
- 2023-07-06 08:00:02下载
- 积分: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
-
坦克大战, J2me手机游戏源代码。
坦克大战, J2me手机游戏源代码。
-Tankedaizhan, J2me mobile game source code.
- 2022-08-26 03:54:23下载
- 积分:1
-
实现 WMA 消息传送 (SMS、CBS、MMS) 的一组 MIDlet
需要:MIDP 2.0、Wireless Messaging API 2.0 (W...
实现 WMA 消息传送 (SMS、CBS、MMS) 的一组 MIDlet
需要:MIDP 2.0、Wireless Messaging API 2.0 (WMA 2.0)-achieve WMA messaging (SMS, CBS, MMS) of a group MIDlet needs : MIDP 2.0, Wireless Messaging API 2.0 (WMA 2.0)
- 2022-02-14 07:48:10下载
- 积分:1
-
一款用j2me设计的游戏,开发平台是midp,Jbuilder,xp
一款用j2me设计的游戏,开发平台是midp,Jbuilder,xp-j2me game, flat is midp,Jbuilder,xp
- 2022-08-09 18:28:06下载
- 积分:1
-
j2megameppt
(北大青鸟)J2ME手机游戏开发基础(PPT),用于手机游戏开发入门,了解基本的环境配置和类的信息.((Beida Jade Bird) J2ME mobile game development foundation (PPT), developed for mobile gaming portal to understand the basic environmental configuration and type of information.)
- 2008-05-08 08:24:05下载
- 积分:1