-
一套十字架
a set of cross-platform tools that is useful for programming the GBA written in Java.
- 2022-03-29 03:19:34下载
- 积分:1
-
Java手机程式设计入门
Java手机程式设计入门-phone Java programming portal
- 2022-04-24 09:22:21下载
- 积分:1
-
J2ME游戏光盘
j2me游戏编程光盘源码,有完整的飞行射击游戏源代码,可编译,并在模拟器中运行,个人觉得是学习j2me最好的书籍-J2ME game CD-source programming, a complete flight shooter source code, compile, the simulator operations, personal learning J2ME think it is the best books
- 2022-01-26 07:12:35下载
- 积分:1
-
一个简单的,实现电话本的功能,用到了J2ME的RMS储存机制
一个简单的,实现电话本的功能,用到了J2ME的RMS储存机制-A simple realization of phone book functions, use of the RMS storage mechanism for J2ME
- 2023-09-05 17:05:03下载
- 积分:1
-
用java编写的能在手机上运行的3d国际象棋3
用java编写的能在手机上运行的3d国际象棋3-Javaде3d3
- 2023-07-09 04:50:02下载
- 积分: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中RPG游戏的脚本开发和执行,相当好用的一套工具,并含有脚本开发工具的源代码和一个现成的游戏脚本...
脚本开发工具和源代码,用于J2me中RPG游戏的脚本开发和执行,相当好用的一套工具,并含有脚本开发工具的源代码和一个现成的游戏脚本-Script development tools and source code, for J2me games in the RPG script development and implementation of a set of very useful tools, and contains a script development tools, source code and a ready-made game script
- 2022-08-25 02:20:29下载
- 积分:1
-
手机J2ME象棋游戏的设计,供手机游戏学习参考!
手机J2ME象棋游戏的设计,供手机游戏学习参考!-mobile chinese chess design by J2ME, help for mobile games coding
- 2022-03-14 00:46:18下载
- 积分:1
-
j2me games, a source inside the right j2me study should be useful for
一款j2me小游戏,里面的源码对j2me的学习应该可以有一定的借鉴作用-j2me games, a source inside the right j2me study should be useful for
- 2023-03-23 20:00:04下载
- 积分:1
-
这是个嵌套小程序啊 虽然很简单但是它的思想对于以后的开化过程中是很重要的...
这是个嵌套小程序啊 虽然很简单但是它的思想对于以后的开化过程中是很重要的-This a small nested procedures ah although it is very simple ideas for the future of culturing process is very important
- 2022-03-14 12:51:53下载
- 积分:1