-
J2me手机游戏赤血英豪源代码(含6种机型),机型主要有:E398、索爱K700,N机7610、V600等。...
J2me手机游戏赤血英豪源代码(含6种机型),机型主要有:E398、索爱K700,N机7610、V600等。
-J2me Mobile Games Ferricyanide Kennedy source code (including six kinds of models), models are mainly: E398, Sony Ericsson K700, N machine 7610, V600 and so on.
- 2022-03-06 19:47:18下载
- 积分:1
-
一款j2me的钓鱼游戏,大家可以自由设计鱼.可以部署在eclipse,netbeans....
一款j2me的钓鱼游戏,大家可以自由设计鱼.可以部署在eclipse,netbeans.-Anglers game, we can design a free fish. Can be deployed in eclipse. netbeans.
- 2022-01-26 16:19:25下载
- 积分: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开发精解 该书的全部章节的示例代码,压缩包不需要密码就能下载,欢迎喜欢J2ME的朋友放心下载...
本源代码包括J2ME开发精解 该书的全部章节的示例代码,压缩包不需要密码就能下载,欢迎喜欢J2ME的朋友放心下载-source code including the development of J2ME solution intensive sections of the book all the sample code, compressed no password will be able to download, welcomed like a friend assured J2ME download
- 2022-08-17 21:22:32下载
- 积分:1
-
这是一个J2ME 写的手机游戏的RPG Engine 里面有开发文档资料和实现细节,开发手机游戏的朋友可以参考...
这是一个J2ME 写的手机游戏的RPG Engine 里面有开发文档资料和实现细节,开发手机游戏的朋友可以参考-This is a write J2ME mobile phone games RPG Engine development inside information and documentation to achieve details, the development of mobile phone games can refer a friend
- 2022-12-12 00:35:03下载
- 积分:1
-
用j2me来创建你的网络相册,欢迎大家来看
用j2me来创建你的网络相册,欢迎大家来看-j2me used to create your network album, and you are welcome to look at
- 2022-02-12 22:28:18下载
- 积分:1
-
j2me实现的移动机器人代码(Java实现)
j2me实现的移动机器人代码(Java实现)-j2me achieve mobile robot code (Java)
- 2022-05-18 03:42:30下载
- 积分:1
-
老外写的一个超厉害的手机游戏 , j2me ,
开源项目
老外写的一个超厉害的手机游戏 , j2me ,
开源项目-Foreigner wrote a super-powerful mobile phone game, j2me, open-source projects
- 2022-09-14 22:30:03下载
- 积分:1
-
手机游戏例子,这是一个客户端
手机游戏例子,这是一个客户端-example of a cell phone game, this is a client
- 2022-05-15 02:17:50下载
- 积分:1
-
基于j2me的手机游戏,很经典,可直接下载到手机模拟器上运行,没有密码。
基于j2me的手机游戏,很经典,可直接下载到手机模拟器上运行,没有密码。-phone games, classic, can be directly downloaded to the phone simulator run, no password.
- 2023-03-20 11:05:03下载
- 积分:1