-
一个midlet应用模型 非常经典的例子 大家可以看看 非常经典...
一个midlet应用模型 非常经典的例子 大家可以看看 非常经典-a midlet application model is the classic example we can see very classic
- 2022-08-22 13:09:55下载
- 积分:1
-
J2ME的游戏原代码!希望能帮助有需要帮助的师兄弟们!
J2ME的游戏原代码!希望能帮助有需要帮助的师兄弟们!-J2ME game source code! Want to help those in need of help师兄弟们!
- 2023-04-03 06:10:03下载
- 积分:1
-
Dice Roller 这个软件准许用户产生骰子滚动。一个用户通过把骰子加到卷饼线上,结合对这些结果的加减法完成这。当卷饼线被创造了的时候用户可以产生以这条线为...
Dice Roller 这个软件准许用户产生骰子滚动。一个用户通过把骰子加到卷饼线上,结合对这些结果的加减法完成这。当卷饼线被创造了的时候用户可以产生以这条线为依据的一个随便的数字。
而 J2MEDice 就是 Dice Roller 在 Java 手机上实现的版本。-Dice Roller allow the software user-generated rolling dice. A user is added through the dice online卷饼light of these results to complete the addition and subtraction. When卷饼lines were created when the user can generate in this line is based on a random number. Dice Roller and J2MEDice is realized in the Java version of the phone.
- 2022-12-30 04:20:03下载
- 积分:1
-
关于j2me里面各种漂亮进度条的制作方法!
关于j2me里面各种漂亮进度条的制作方法!-J2me beautiful on the inside of various production methods of the progress bar!
- 2022-01-25 23:33:01下载
- 积分:1
-
J2ME的图书馆管理程序。推荐,不错。
大家都来看啊。
J2ME的图书馆管理程序。推荐,不错。
大家都来看啊。-J2ME library management procedures. Suggest, yes. We all view ah.
- 2022-03-21 06:36:02下载
- 积分:1
-
midp2.0图片渐隐渐现代码,感觉很不错的
midp2.0图片渐隐渐现代码,感觉很不错的-midp2.0 Photo gradually become implicit code is, I feel very good
- 2022-04-18 18:21:11下载
- 积分:1
-
J2ME的游戏原代码!希望能帮助有需要帮助的师兄弟们!
J2ME的游戏原代码!希望能帮助有需要帮助的师兄弟们!-J2ME game source code! Want to help those in need of help师兄弟们!
- 2022-02-07 14:58:22下载
- 积分: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手机游戏中可以动态生成游戏中所需要的地图
值得研究一下-the J2ME mobile phone games can be dynamically generated by the game is worth the maps need to study
- 2022-01-24 18:42:06下载
- 积分:1
-
游戏素材,人物精灵,图片,游戏开发,适用于j2me,c++开发
游戏素材,人物精灵,图片,游戏开发,适用于j2me,c++开发-Game material, Wizard People, pictures, game development, applicable to j2me, c++ Development
- 2022-03-03 13:43:21下载
- 积分:1