-
充气球的j2me代码,可以自由的部署在eclipse,netbeas里面.希望大家喜欢....
充气球的j2me代码,可以自由的部署在eclipse,netbeas里面.希望大家喜欢.-inflatable ball j2me code and the freedom to deploy in the eclipse. netbeas inside. hope you like them.
- 2022-03-17 22:36:42下载
- 积分:1
-
移动无线网卡游戏源码。非常适合学习
手机无线网络纸牌游戏源代码。非常适合学习使用-mobile wireless network card game source code. Very suitable for learning
- 2022-06-13 17:36:45下载
- 积分:1
-
Paiwenzi
这是我自己编写的一个手机游戏拍蚊子,里面主要用到的是j2me中的Sprite,下载后就可以直接运行。(This is what I have written a mobile game to beat the mosquitoes, which mainly used in the Sprite j2me download after can be run directly.)
- 2012-05-25 22:09:50下载
- 积分:1
-
J2ME cards integrity of the source code and resource files. WTK set in type, and...
J2ME的纸牌完整源代码及资源文件。
在WTK中设置类名,即可编辑模拟运行。-J2ME cards integrity of the source code and resource files. WTK set in type, and can edit simulation operation.
- 2022-02-16 08:07:39下载
- 积分: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
-
A Bluetooth communications war game Gobang the source code of J2ME, Bluetooth cl...
一个蓝牙通信对战五子棋的J2ME游戏源代码,蓝牙类库在JSR082包中实现-A Bluetooth communications war game Gobang the source code of J2ME, Bluetooth class library to achieve the JSR082 package
- 2022-01-24 09:59:23下载
- 积分:1
-
j2me is based on j2mepolish, client & server for mobile application. server part
j2me is based on j2mepolish, client & server for mobile application. server part
- 2023-02-02 14:05:04下载
- 积分:1
-
TimeTrialDemo,九宫格,j2me,手机游戏,易捷工作组整理,很好的入门代码...
TimeTrialDemo,九宫格,j2me,手机游戏,易捷工作组整理,很好的入门代码-TimeTrialDemo, squares, j2me, mobile phone games, finishing Express Working Group, a very good entry-code
- 2022-03-23 07:08:28下载
- 积分:1
-
J2ME 无线通信技术应用开发源代码
J2ME 无线通信技术应用开发源代码-J2ME wireless communication technology application development source code
- 2022-02-20 07:08:05下载
- 积分:1
-
GOGOGO游戏源码
GOGOGO游戏源码-GOGOGO game FOSS
- 2022-08-19 05:44:17下载
- 积分:1