-
MIDP2开发J2ME游戏,MIDP2开发J2ME游戏
MIDP2开发J2ME游戏,MIDP2开发J2ME游戏-MIDP2 develop J2ME games, MIDP2 develop J2ME games
- 2023-02-09 21:40:05下载
- 积分:1
-
Constellation program's source code
星座程序的源代码-Constellation program"s source code
- 2023-03-19 14:15:03下载
- 积分:1
-
从SE的J2ME移植到其他机行中屏幕问题的解决,对移植很有帮助.
从SE的J2ME移植到其他机行中屏幕问题的解决,对移植很有帮助.-SE from the transplanted to other J2ME-line screens to resolve the problem of transplant helpful.
- 2022-03-11 13:02:48下载
- 积分:1
-
关于j2me的无线编程,让你对此方面的知识更加了解
关于j2me的无线编程,让你对此方面的知识更加了解-On j2me wireless programming, allows you to have a better understanding of knowledge
- 2022-06-16 13:56:14下载
- 积分:1
-
消息
Messaging- MIDP的是一个彩信客户端,支持MIDP2.0/WMA1.1终端。它是用来通过短信和HTTP接收彩信通知-Messaging-MIDP is a MMS Client that runs on a MIDP2.0/WMA1.1 capable device. It is designed to receive MMS notifications over SMS and HTTP, and supports retrieving MMS content external to a carrier system.
- 2022-12-31 19:10:10下载
- 积分: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
-
Demo3D
手机的资源有限,但是你依然有机会创造美丽东西 看看j2me 制作的3D动画。 附带直接运行文件(The limited resources of mobile phone, but you still have the opportunity to create beautiful things to see 3D animation produced by j2me. Incidental to the direct operation of a document)
- 2009-03-06 19:22:48下载
- 积分:1
-
贪食蛇
- 2022-09-10 07:25:03下载
- 积分:1
-
java画图程序
说明: 这是一个小型的画图程序,有普通的话图功能,方便易用(This is a small drawing program, a general map of functional, easy to use)
- 2005-12-05 21:22:01下载
- 积分: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