-
gamemobile
tetris j2me game chua hoan chinh can chinh sua nhiu thu
- 2012-05-18 00:56:18下载
- 积分: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图形应用基础》中的例子,综合各种图形应用的完整例子。-"J2ME graphical application foundation" for the example, the integration of a complete graphics application examples.
- 2022-04-22 06:00:59下载
- 积分:1
-
SyncML手册及其编程,希望对大家有帮助;
SyncML手册及其编程,希望对大家有帮助;-SyncML manual and programming, we want to help;
- 2022-11-13 20:15:04下载
- 积分:1
-
routines, including playing music, video
索爱的多媒体例程,包括播放音乐,视频等-routines, including playing music, video
- 2022-01-31 12:03:56下载
- 积分:1
-
手机游戏俄罗斯方块,简单,适合初学者学习
手机游戏俄罗斯方块,简单,适合初学者学习-Mobile Games Tetris, simple, suitable for beginners
- 2022-05-16 00:18:25下载
- 积分:1
-
tank-J2ME
手机游戏开发,Eclipse平台,J2ME之坦克游戏(Cellular phone game development, Eclipse platform, the tanks J2ME game
)
- 2011-04-29 13:10:20下载
- 积分:1
-
Wang Sen teachers Java phone PDA design entry procedures
王森老师的Java手机PDA程序设计入门-Wang Sen teachers Java phone PDA design entry procedures
- 2022-01-30 14:48:47下载
- 积分:1
-
The basic implementation of the tank movement and rotation, there is fencing aro...
实现了坦克的基本移动和旋转,周围设置有围栏,可以挡住坦克的移动,这可以作为J2me游戏的基本研究下吧-The basic implementation of the tank movement and rotation, there is fencing around the set, you can block the movement of tanks, which can be used as the basic research J2me Games, are you
- 2022-08-17 16:14:24下载
- 积分:1
-
部分索尼爱立信手机应用补丁源码,从俄国网站找的。
部分索尼爱立信手机应用补丁源码,从俄国网站找的。-Part of Sony Ericsson mobile phone application source patch, from Russia to find the site.
- 2023-01-11 20:10:04下载
- 积分:1