-
Magic box, and fun mobile games example to write j2me
魔术方块,好玩手机游戏范例,以j2me撰写-Magic box, and fun mobile games example to write j2me
- 2022-02-22 09:18:51下载
- 积分:1
-
一个移动设备,让您张贴到您的博客,博客客户端J2ME F.
A J2ME Weblog Client for mobile devices that allows you to post to your weblog from java-enabled devices. -A J2ME Weblog Client for mobile devices that allows you to post to your weblog from java-enabled devices.
- 2022-01-30 14:40:33下载
- 积分: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
-
这是双子座的游戏健康栏显示在屏幕顶部右边…
This is the Gemini game A health bar is displayed on top right side of the screen which will indicate your health condition. Hitting other cars causes health reduce. You can increase it by driving over the health symbol (+) on the road. There is a speed miter available on the bottom of the screen, which will show your car speed. Go buddy Go
- 2022-02-01 11:50:50下载
- 积分:1
-
MoMELog是J2ME的日志框架。它是非常简单的,可扩展的日志记录框架。它由微核心和扩展组成。...
MoMELog是J2ME的日志框架。它是非常简单的,可扩展的日志记录框架。它由微核心和扩展组成。-MoMELog is J2ME logging framework. It is very simple and extensible logging framework intended to be used at development time. It consists of small core and extensions, that provide particular formatting method or make logging information accessible to developers via particular mean.
- 2022-09-08 17:55:03下载
- 积分:1
-
j2me手机软件开发教学系列,sun studio环境
j2me手机软件开发教学系列,sun studio环境 -J2ME phone software teaching series, sun studio environment
- 2023-03-02 18:45:03下载
- 积分:1
-
一个较好的j2me手机游戏源代码,值得学习和参考,很不错的!注释丰富!...
一个较好的j2me手机游戏源代码,值得学习和参考,很不错的!注释丰富!
- 2022-02-07 07:31:53下载
- 积分:1
-
Foreign J2ME game code, incidental midp1, midp2, nokia and other library
国外J2ME游戏代码,附带midp1,midp2,nokia等库-Foreign J2ME game code, incidental midp1, midp2, nokia and other library
- 2022-08-13 22:13:18下载
- 积分:1
-
mobile gaming animation reference to a total beginners
手机游戏动画制作 共初学者参考-mobile gaming animation reference to a total beginners
- 2023-06-16 16:35:04下载
- 积分:1
-
这是我做的基于UDP的手机对战游戏
这是我做的基于UDP的手机对战游戏--象棋-This is what I do UDP-based mobile phone Battle Game- Chess
- 2023-01-16 23:45:03下载
- 积分:1