-
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
-
J2ME的一个简单游戏,实现动物躲避从空中掉下来的东西!
J2ME的一个简单游戏,实现动物躲避从空中掉下来的东西!-A simple J2ME games, realize animals escape from the air, things fall off!
- 2022-01-26 01:42:39下载
- 积分:1
-
使用j2ME实现的http 服务器,可用于gatling j2me测试
使用j2ME实现的http 服务器,可用于gatling j2me测试-implement httpServer via J2ME
- 2022-10-09 03:30:02下载
- 积分:1
-
这个J2ME代码为跳跃游戏。这里的帕特里克,对旧金山的英雄…
This the J2ME code for the Jumping game .. here the Patrick, the hero of San Francisco city wants to destroy the entire road gangster’s car to make sure they are dead on the spot and the Freeways are clean for the people of United States. Patrick wants you to be with him and drive his special car to make the mission success. Remember they are 40 in total and you have to destroy all of them to make the freeway, a freeway. You can find their cars by seeing the red light highlighted on it. So what for waiting? Just start hitting them till they smashed completely-This is the J2ME code for the Jumping game .. here the Patrick, the hero of San Francisco city wants to destroy the entire road gangster’s car to make sure they are dead on the spot and the Freeways are clean for the people of United States. Patrick wants you to be with him and drive his special car to make the mission success. Remember they are 40 in total and you have to destroy all of them to make the freeway, a freeway. You c
- 2022-06-18 16:38:08下载
- 积分:1
-
java 的手机通讯录程序,无密码。
java 的手机通讯录程序,无密码。-java phone directory procedures, without passwords.
- 2022-01-24 13:02:13下载
- 积分:1
-
非富多彩的十六个J2ME的例子
非富多彩的十六个J2ME的例子-rich and colorful 16 J2ME example
- 2022-03-19 07:56:44下载
- 积分: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 hotels inquiry procedures. Yes, recommended. We view Look here.
J2ME的酒店查询程序。不错,推荐。大家来看看吧。-J2ME hotels inquiry procedures. Yes, recommended. We view Look here.
- 2022-03-03 22:57:23下载
- 积分:1
-
SwapPuzzlev4v7手机源码 这是另一个拼图的j2me程序,希望对大家有帮助
SwapPuzzlev4v7手机源码 这是另一个拼图的j2me程序,希望对大家有帮助-SwapPuzzlev4v7 phone is another source of the puzzle J2ME procedures, we hope to help
- 2022-10-30 02:40:03下载
- 积分:1
-
shejibaogao
这是一个关于J2ME的设计报告,里面有相关的规定,还有格式!!希望大家可以支持(This is a study on the design of J2ME report, there are relevant provisions, as well as the format! ! I hope that we can support)
- 2008-12-23 19:37:58下载
- 积分:1