-
飞机游戏源码实例
飞机游戏源码实例-aircraft source examples game
- 2022-02-13 14:29:58下载
- 积分:1
-
一款动作类J2ME手机游戏,代码未混淆。可以直接下载到S/E K700进行游戏。也可以分析源代码达到学习的目的。基本实现了动作类游戏的基本元素...
一款动作类J2ME手机游戏,代码未混淆。可以直接下载到S/E K700进行游戏。也可以分析源代码达到学习的目的。基本实现了动作类游戏的基本元素 -an action category J2ME mobile games, code no confusion. Can be downloaded directly to the S/E K700 game. May also analyze the source code to achieve the purpose of study. The basic realization of the action games of the basic elements
- 2022-01-24 12:55:04下载
- 积分:1
-
这个也是一个小鸡过马路的好教程,请大家好好指导指导!
这个也是一个小鸡过马路的好教程,请大家好好指导指导!-This is also a chicken crossing the road a good tutorial, please make good guide to guide!
- 2022-02-02 07:40:50下载
- 积分:1
-
手机文本浏览器,可以看电子书,TXT
手机文本浏览器,可以看电子书,TXT...
手机文本浏览器,可以看电子书,TXT
手机文本浏览器,可以看电子书,TXT-read-battery-info-via-EC-SMBUS.rar
read-battery-info-via-EC-SMBUS.rar
- 2022-04-11 23:05:10下载
- 积分:1
-
关于j2me的无线编程,让你对此方面的知识更加了解
关于j2me的无线编程,让你对此方面的知识更加了解-On j2me wireless programming, allows you to have a better understanding of knowledge
- 2022-06-16 13:56:14下载
- 积分:1
-
是男人就下一百层,在J2ME上的实现,经典例子!
是男人就下一百层,在J2ME上的实现,经典例子!-men on the next hundred layer, the J2ME on the realization classic example!
- 2022-01-26 02:28:15下载
- 积分: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
-
Sweepgame,开发于J2ME, 可以在支持MIDP2.0 and CLDC 1.1 的手机或其他移动设备上使用。...
Sweepgame,开发于J2ME, 可以在支持MIDP2.0 and CLDC 1.1 的手机或其他移动设备上使用。-Sweepgame, developed in J2ME, can support the MIDP2.0 and CLDC 1.1 mobile phone or other mobile device.
- 2022-05-22 22:03:36下载
- 积分: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游戏开发中使用层的概念,J2ME编程学习,供初学者学习,含源码...
J2ME游戏开发中使用层的概念,J2ME编程学习,供初学者学习,含源码-J2ME game developers use the concept of layers, J2ME programming study, to learn for beginners, with FOSS
- 2022-08-23 02:28:46下载
- 积分:1