-
J2me mobile game, is simple but includes the basic framework of the game. Suitab...
J2me手机游戏,很简单但包括了游戏基本框架。适合初学者。-J2me mobile game, is simple but includes the basic framework of the game. Suitable for beginners.
- 2022-04-26 12:57:18下载
- 积分:1
-
j2me手机软件开发系列,sun studio环境
j2me手机软件开发系列,sun studio环境 -J2ME phone software series, sun studio environment
- 2022-03-22 15:15:27下载
- 积分:1
-
This the LAN phones installed beginners learning
这是手机的局域网设置 共初学者学习-This the LAN phones installed beginners learning
- 2022-02-04 18:10:11下载
- 积分:1
-
一种基于tic-tac-toe游戏J2ME控制台…(符合CLDC MIDP的2和1…
A J2ME console based Tic Tac Toe game...(In compliant with MIDP 2.0 and CLDC 1.0)
- 2022-07-22 12:11:33下载
- 积分:1
-
jemekfdq
说明: J2ME 经典教程, 特别是入门,很有帮助(Classic J2ME Tutorial)
- 2009-08-30 00:19:17下载
- 积分: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技术开发无线服务器支持的应用。这是一个电影票订购程序,用户可以借助手机订购电影票。...
这个范例程序演示了利用j2me技术开发无线服务器支持的应用。这是一个电影票订购程序,用户可以借助手机订购电影票。-This sample application illustrates how to create wireless server-supported applications that use Java technology from end to end. In this movie ticketing application, customers may purchase movie tickets using a mobile device such as a cell phone, palmtop, or two-way pager.
- 2023-06-03 00:35:03下载
- 积分: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
-
详细说明:J2MEJ2EE结合经典例程如何结合J2EE J2ME编程者使用…
J2MEJ2EE结合经典例程
讲述了如何结合J2EE使用J2ME编程,缩短了程序员开发手机程序的时间,非常经典!! -J2MEJ2EE combining classic routines on how to integrate the use of J2EE J2ME programming, shortening the phone programmers develop procedures for the time, very classic! !
- 2023-03-15 01:50:04下载
- 积分:1
-
Jian Shen legend, a super cell phone version of the game, research j2me that can...
剑神传说,一款超强的手机版本游戏,研究j2me的可不要错过了,这一款资料确实够完整的,压缩包2.4M,附有源代码和Jad包,而且这款游戏也比较好玩,有兴趣试一下。
-Jian Shen legend, a super cell phone version of the game, research j2me that can not miss, and this is indeed enough to complete a data compression package 2.4M, with the source code and Jad package, but also more fun game who are interested try.
- 2022-05-16 19:51:19下载
- 积分:1