-
简单的猜数游戏,J2ME
J2ME Simple Guess Number Games
- 2022-02-13 19:33:26下载
- 积分: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
-
手机游戏中播放视频的程序代码.(原创)MIDP20可以作为游戏的引擎使用.对于开发视频游戏很有帮助...
手机游戏中播放视频的程序代码.(原创)MIDP20可以作为游戏的引擎使用.对于开发视频游戏很有帮助-phones to play video games the code. (Original) MIDP20 can use the game engine. For the development of video games helpful
- 2022-01-25 18:44:14下载
- 积分:1
-
通过一个坦克的小例子介绍了j2me精灵类的用法,碰撞,旋转等,适合初学者...
通过一个坦克的小例子介绍了j2me精灵类的用法,碰撞,旋转等,适合初学者-Tank through a small example of the introduction of the Elven j2me usage categories, collision, rotation and so on, suitable for beginners
- 2023-04-27 02:05:03下载
- 积分:1
-
此代码是一个j2me视频播放控制程序,其中有滑杆进行控制,代码长度虽小,但很经典....
此代码是一个j2me视频播放控制程序,其中有滑杆进行控制,代码长度虽小,但很经典.-This code is a j2me video player control program, which has the slider control, the code length is small, but very classic.
- 2022-02-13 11:09:32下载
- 积分:1
-
手机实现黑白棋的人
手机黑白棋,实现人机对战-phone reversi achieve human-machine players
- 2022-10-25 14:45:03下载
- 积分:1
-
J2ME MIDP 1.0 Excel
J2ME MIDP 1.0 Excel-like simple calculations program. Tested with Samsung SGH X100.
- 2023-04-11 02:35:04下载
- 积分:1
-
一个网络购物系统,TOMCAT +JSP ,功能很完整,
一个网络购物系统,TOMCAT +JSP ,功能很完整,-system to a network, TOMCAT JSP, very functional integrity,
- 2022-01-24 16:21:41下载
- 积分:1
-
变色龙游戏,用J2ME完成,欢迎大家下载试用,免费下载哦
变色龙游戏,用J2ME完成,欢迎大家下载试用,免费下载哦-Chameleon game, complete with J2ME, welcome everyone to download trial, free download Oh
- 2023-08-01 22:10:02下载
- 积分:1
-
一个基于j2me的经典游戏,已打包,可直接下载到手机模拟器上运行,没有密码。...
一个基于j2me的经典游戏,已打包,可直接下载到手机模拟器上运行,没有密码。-one of the classic games, has been packaged, can be directly downloaded to the phone simulator run, no password.
- 2022-11-20 23:00:03下载
- 积分:1