-
J2ME development of precision solution debug source code has been successfully p...
J2ME开发精解源代码已经过调试成功,提供给大家下载学习。-J2ME development of precision solution debug source code has been successfully provided to the U.S. to download learning.
- 2022-03-01 05:53:07下载
- 积分:1
-
五子棋,J2ME,可以直接上传到手机上玩的一个小游戏
五子棋,J2ME,可以直接上传到手机上玩的一个小游戏-331, J2ME, can be uploaded directly to a mobile phone to play a little game
- 2022-03-19 10:41:19下载
- 积分:1
-
Java手机程序开发
Java手机程序开发-DatagramServer-Java developers phone-DatagramServer
- 2022-03-16 11:32:21下载
- 积分: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图形应用基础》第二章,演示如何应用高级UI事件。
《J2ME图形应用基础》第二章,演示如何应用高级UI事件。-"J2ME based graphics applications," the second chapter, demonstrating how to use UI senior events.
- 2022-12-02 08:20:03下载
- 积分:1
-
J2MEtu
J2ME九宫图(lcdui实现),非常适合做软件的菜单界面,代码简单易懂。(J2ME JiuGongTu (lcdui implementation), very suitable for the software menu interface, the code is easy to understand.)
- 2013-09-07 22:27:03下载
- 积分:1
-
src01
可以把公路整条线型参数输入手机中并保存,在野外作业时查询坐标数据。(You can put the entire highway linear parameter input your phone and save the query coordinate data in field operations.)
- 2015-01-28 17:39:40下载
- 积分:1
-
在移动中使用J2ME游戏图的源代码
source code using J2ME for game graph in mobile
- 2022-08-02 11:06:25下载
- 积分:1
-
一个关于数字游戏的J2ME游戏,在Eclipse SDK平台上运行
一个关于数字游戏的J2ME游戏,在Eclipse SDK平台上运行-a number of games on the J2ME games, the Eclipse SDK platform operation
- 2022-03-16 09:43:22下载
- 积分:1
-
用Java实现的一个SnakeRun
用Java实现的一个SnakeRun-Java achieve a SnakeRun
- 2022-01-24 13:05:43下载
- 积分:1