-
Classic FC Game super Planet War, the J2ME version! ! Function basically achie...
经典FC游戏《超惑星战记》的J2ME版本!!功能基本上都实现了-Classic FC Game super Planet War, the J2ME version! ! Function basically achieve a
- 2023-07-19 04:00:03下载
- 积分:1
-
J2ME的游戏原代码!希望能帮助有需要帮助的师兄弟们!
J2ME的游戏原代码!希望能帮助有需要帮助的师兄弟们!-J2ME game source code! Want to help those in need of help师兄弟们!
- 2022-03-25 06:09:53下载
- 积分:1
-
J2ME支持的设备。
J2me supported devices.
- 2022-01-25 20:34:04下载
- 积分:1
-
zlib 算法在j2me 中的应用,是用于,解压png 图像文件
zlib 算法在j2me 中的应用,是用于,解压png 图像文件-J2ME zlib algorithm in the application is used, unpacked png image files
- 2022-03-11 04:38:54下载
- 积分:1
-
7个J2ME例子
7个J2ME例子-7 J2ME examples
- 2023-01-02 06:25:03下载
- 积分:1
-
一个简单的J2ME接受图片的案例,简单的介绍了如何在网络上获得一张图片...
一个简单的J2ME接受图片的案例,简单的介绍了如何在网络上获得一张图片-A simple case of J2ME to accept images,A brief introduction on how to get a picture on the Web
- 2022-02-03 15:39:10下载
- 积分:1
-
电话是一个J2ME的飞行程序源码,希望对大家有帮助
手机源码 这是一个飞行的j2me程序,希望对大家有帮助-phone it is a source of J2ME flight procedures, we hope to help
- 2022-09-17 07:10:03下载
- 积分: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游戏,在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
-
MQTT服务器端软件DEMO
【实例简介】这是一款MQTT服务器端的DEMO软件,方便用于开发工程师测试用。
- 2021-07-07 00:31:58下载
- 积分:1